The text in Claude Code’s “Extended Thinking” output
- AI
- Developer Tools
- Security
- Open Source
The post claims Anthropic is presenting Claude Code’s “Extended Thinking” as if it were the model’s live reasoning, when in practice users usually see a summary or rewritten version instead of the original token stream. The author’s complaint is not philosophical. It is operational. If you want to inspect model drift, understand a bad tool choice, or keep a faithful record of what an agent did during a long coding session, a polished recap is not the thing you need.
Treat hidden or summarized reasoning as a product constraint, not a temporary quirk. If your workflow depends on auditability, reproducibility, or debugging why an agent made a bad call, favor tools and models that expose more of their process or be ready to build your own instrumentation around opaque APIs.
- patrickmccanna.net
- Discuss on HN