Lesson 992 of 1455
Reading Claude Code's 'Thinking' Output Like a Pro
Watching the agent's plan and reasoning catches mistakes 30 seconds before the agent makes them.
Builders · Agentic AI · ~4 min read
The big idea
Claude Code, Cursor Agent, and Manus all show you what they're 'thinking' — the plan, the next tool call, the reasoning. Most users zone out and only check the final result. Pros watch the trace and hit Ctrl-C the moment they see the agent heading the wrong way. The trace is your steering wheel.
Some examples
- Claude Code says 'I will now delete the test folder to start fresh' — you Ctrl-C and clarify.
- Cursor's agent panel says 'I'll use lodash for this' — you stop it and say 'we don't use lodash, use vanilla JS.'
- Manus shows 'opening browser to login.bank.com' — you stop it because it shouldn't be there.
- Copilot Workspace shows the planned diff — you spot a deleted import before approving.
Try it!
Run any agent for one task. Read every plan or 'thinking' line out loud. Catch one mistake before it happens.
Key terms in this lesson
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 · 30 min
The Four Ingredients: Goal, Tools, Loop, Stop
Every agent — fancy or simple, local or cloud — boils down to four parts. Learn the recipe and you can read any agent system like a menu.
Builders · 32 min
Your First Agent: A Walkthrough of What It Does
Follow a real agent run step by step — from prompt to result — and see exactly what happens inside. No code yet, just the anatomy of a successful task.
Builders · 30 min
Why Agents Fail (and How to Notice)
Agents fail in weird, quiet, expensive ways. Learn the six failure modes, the warning signs, and the simple habits that catch problems before they compound.
