Lesson 1047 of 1570
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.
Lesson map
What this lesson covers
Learning path
The main moves in order
- 1The big idea
- 2agent observability
- 3reasoning traces
- 4monitoring
Concept cluster
Terms to connect while reading
Section 1
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
15 questions · Score saves to your progress.
Tutor
Curious about “Reading Claude Code's 'Thinking' Output Like a Pro”?
Ask anything about this lesson. I’ll answer using just what you’re reading — short, friendly, grounded.
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.
