Lesson 1238 of 1455
Using AI as a Smarter Rubber Duck
Explain your bug to Claude as if it were a coworker; the act of writing it out plus AI questions usually finds the issue.
Builders · AI-Assisted Coding · ~4 min read
The big idea
talking through a bug to a thoughtful listener works whether the listener is human or AI
Some examples
- Describing what the code should do
- Explaining what it actually does
- Letting Claude ask you 3 clarifying questions
Try it!
Open your favorite AI tool and try one of the examples above. Pick the one that matches what you are actually working on this week. Spend 10 minutes, no more. Notice what worked and what did not — that's the real lesson.
Key terms in this lesson
Practice this safely
Try this with a school, hobby, or family example where the stakes are low. Use the AI output as a draft you can question, not as the final answer.
- 1Ask AI to explain rubber duck in plain language, then underline anything that sounds uncertain or too broad.
- 2Give it one detail from "Using AI as a Smarter Rubber Duck" and ask for two possible next steps plus one reason each step might be wrong.
- 3Check clarifying questions against a trusted source, teacher, adult, expert, or original document before you use it.
End-of-lesson quiz
Check what stuck
8 questions · Score saves to your progress.
Lesson help
Questions are best handled with a grown-up here.
For this age range, Tendril keeps freeform AI chat paused until parent/guardian consent and child-safe moderation are fully verified. Use the quiz, notes, and related lessons below, or ask a parent, guardian, teacher, or librarian to work through the question with you.
Progress saved locally in this browser. Sign in to sync across devices.
Related lessons
Keep going
Builders · 40 min
Asking ChatGPT to Decode a Stack Trace
Pasting a confusing stack trace into ChatGPT or Claude turns wall-of-red into a plain-English map of where your code broke.
Creators · 11 min
AI for Incident Reproduction
Reproducing production incidents is hard. AI helps engineers reproduce locally for debugging.
Creators · 11 min
AI coding: debugging from a stack trace without guessing
Paste the trace, the failing input, and the relevant function. Ask for a hypothesis tree — not a fix — until one branch is confirmed.
