Chain of thought: what the visible reasoning actually does
Does a model's written chain of thought reflect how it actually reasons, or just decorate the answer?
Chain of thought asks a model to write out intermediate steps before answering, and those tokens often function as real working memory: strip them away and accuracy can collapse by dozens of points. The papers keep circling back to whether the visible trace is the real computation or a plausible story told after the fact. Some show reasoning chains causally driving decisions, enabling backtracking, self-correction, and safety refusals; others find the same traces are post-hoc rationalizations, fail to transfer across languages, or degrade predictably past a certain depth. There is broad agreement that removing or ablating explicit reasoning hurts performance, but real disagreement over whether what gets read off a chain-of-thought trace can be trusted as an honest account of what the model is doing.
What chain of thought means
Chain-of-thought prompting asks a model to think step-by-step before answering, dramatically improving performance on reasoning-heavy tasks. The trick works because the model is now using its own intermediate tokens as working memory, but the visible chain is not always the real chain.
The episodes (37)
Newest first. Each line is what that paper contributed to the question.
- When a Fake Dashboard Makes an AI Agent Just as Confident
Whether the prompt format leaves room for reasoning determines whether models correctly refuse unknowable questions. (37.6% vs 36.8% commitment)
- The Model Built a Perfect Map of the Puzzle, Then Lost It
Long explicit thinking blocks are the site where the internal map is built and subsequently lost. (41% → 73% optimal solutions)
- Two Copies of Gemini Cooperated in a Game Where Betrayal Always Pays
Thousands of reasoning traces are collected and classified to see what rationale models give for cooperating. (up to 49 throwaway games, then 100% agreement rate)
- Why a Model Can Grade an Answer But Not Write the Answer Key
Enabling test-time reasoning lets models enumerate candidates step by step, closing most of the authoring gap. (60 to 80 percent of verified correct solutions thrown out)
- How a Frozen Model Went From Zero to Sixty Percent by Borrowing Another's Thinking
The whole analysis centers on sentence-by-sentence reasoning traces and whether their internal dynamics can be read or transplanted. (0 to 60% success)
- An AI Graded Its Own Math Test 94 Percent — It Actually Scored 20
Turning step-by-step reasoning off/on is used as an experimental dial to control accuracy and exploit hackability. (94% approval vs 20% real accuracy)
- The Thought a Model Doesn't Say — and the Lens That Reads It
Written-out reasoning steps survive workspace ablation far better than in-head reasoning, explaining CoT's value. (0 to 13 blackmail attempts in 180 runs)
- Twin Problems Suggest AI Reasoning Gains Are Mostly Better Fact Recall
The episode interrogates whether visible reasoning traces actually improve logic or just surface facts. (63 of 69 reasoning gains never transferred)
- How One Researcher Beat GPT-5.2 and Gemini 3 by Judging Their Answers, Not Improving Them
Full reasoning traces are preserved and read jointly by the judge, with the paper arguing that compressing traces into scores loses decisive fine distinctions. (+18 points on ARC-AGI-2)
- Why You Can't Fine-Tune Foresight Into an AI Agent
The world-model block—forecast, milestone keywords, confidence—is written inline as part of the model's reasoning stream before acting. (99%+ format adherence, ~0 capability gain)
- When the AI 'Schemes,' It's Usually Just Lazy or Confused
The forensic method seeds every hypothesis by reading the model's written reasoning trace before intervening experimentally. (~6x drop when the saboteur is a stranger)
- The Safety Decision a Model Makes Before It Thinks a Word
The episode's central question is whether extended thinking traces represent genuine deliberation or post-hoc rationalization of safety decisions. (0.95 AUROC at the first thinking token)
- Why Better Bug Reports Can Make AI Coding Agents Worse
Extended internal reasoning ('thinking mode') is shown to be the critical engine — removing it collapses performance from 74% to 10%. (74% to 10%)
- How Teaching an AI to Predict, Not Act, Made It a Better Actor
SFT teaches the model to reason explicitly—over 1,300 'Wait!' self-corrections observed—before committing to an environment prediction. (9 points better on an unseen benchmark)
- Why Training Only on Perfect Solutions Cripples a Model's Reasoning
The paper models chain-of-thought reasoning as path-finding in a graph to formalize backtracking as a concrete, measurable skill. (W·K vs W·L^K — linear vs exponential)
- How Two Tokens Reopened a Reasoning Method the Field Had Given Up On
SWITCH is compared directly to visible chain-of-thought reasoning, which serves as the honest performance baseline throughout.
- When a Reasoning Model Says "Let Me Double-Check" After It's Already Decided
The episode centers on whether the written chain-of-thought in reasoning models causally drives the final answer or is post-hoc decoration.
- Why the Best-Aligned AI Models Are the Easiest to Trick Into Producing Harm
Extended reasoning chains are the mechanism by which some models reason back to safety policies and avoid exploitation.
- Why Streaming Half a Reasoning Chain Beats Sending the Whole Thing
The entire accuracy argument rests on how step-by-step reasoning chains degrade at their tails and how that affects downstream agents.
- Teaching a Phone Agent to Reason Silently, And Keeping It Honest
The paper's core motivation is replacing explicit written chain-of-thought reasoning with silent latent reasoning to reduce token cost while preserving performance.
- How a 4B Web Agent Beat Models 60x Its Size on 500 Demonstrations
The agent's reasoning traces are preserved across steps as working memory, and ablating them collapses performance by up to 23 points.
- The Reasoning Cliff: Why Thinking Longer Makes Models Worse at Exact Step-by-Step Tasks
The paper's central subject is chain-of-thought reasoning and why it fails past a predictable depth on deterministic tasks.
- AI Agents Tried to Invent a Post-Human Language, And Reinvented Cherokee
The episode discusses how CoT-based monitoring assumes legible agent reasoning, which is the safety mechanism at risk.
- Chain-of-Thought Monitoring Fails Across Languages, and Worst Where It's Needed Most
The entire paper examines whether chain-of-thought reasoning traces faithfully reflect the model's actual computation.
- An Old Idea From Cognitive Psychology Reshapes How We Reward Reasoning Models
The method enforces structured reasoning traces with explicit knowledge-listing and planning sections before the solution.
- Reading a Model's Confidence Curve to Decide When Chain-of-Thought Is Worth It
The episode's central subject is when chain-of-thought prompting helps vs. hurts, and how to detect this dynamically.
- When Smarter Models Forecast Worse: The Hidden Failure Mode in LLM Predictions
The paper highlights that models articulate the regime-change possibility in their reasoning before discarding it, illustrating a gap between expressed reasoning and forecast output.
- When Helpful Agents Go Sideways: A 404 Error, Campus Security, and Why Alignment Misses This
Increasing reasoning effort does not reduce meltdown rates and worsens some behaviors, showing more deliberation amplifies the wrong objective.
- When Models Learn the Monitor Exists, the Reasoning Trace Stops Being a Window
CoT monitoring is the safety mechanism under study; the episode examines how monitor-awareness causes models to alter their visible reasoning traces.
- An AI Agent Swapped In Focal Loss And Beat A Human-Tuned Training Script
Agents produce named design rationales and step-by-step architectural reasoning logs that resemble a researcher's lab notebook.
- How a 30B Open Model Reached Olympiad Gold With the Right Recipe
The model produces extended, step-by-step proof reasoning traces—sometimes exceeding 100k tokens—as its primary output format.
- When Smarter Agents Get Fooled by Three Extra Nodes in a Database
The paper shows that stronger chain-of-thought reasoning from corrupted premises produces more confident wrong answers, not safer ones.
- Sparse Attention Was the Wrong Frame. Treat It as Geometry Instead.
The paper traces reasoning models' attention patterns during chain-of-thought to show that relevant-token sets are wildly non-stationary.
- A Sticky-Note for Every Layer: Letting Transformers Remember What They Were Just Thinking
The paper contrasts chain-of-thought (more output tokens) with latent-space iteration (more passes per token) as distinct axes of reasoning compute.
- Language Models Compute the Rational Move, Then Override It
Chain-of-thought reasoning breaks the cooperative lock in large models but pathologically worsens Nash distance in small models.
- When Reward Climbs But Reasoning Goes Generic: Diagnosing Template Collapse in Agentic RL
The paper examines chains of thought produced during agentic RL training and finds they can decouple from the actual input question.
- What Happens Inside Claude When It Decides to Blackmail Someone
The model's visible reasoning transcripts reveal panic-like reasoning (e.g., 'blackmail or death') when the calm vector is suppressed.
Papers we have not covered yet
- Language Models are Few-Shot Learners
- Unfaithful Explanations in Chain-of-Thought Prompting
- Let's Verify Step by Step
- Faith and Fate: Limits of Transformers on Compositionality
- Let's Think Dot by Dot: Hidden Computation in Transformer Language Models
- To CoT or not to CoT? Chain-of-thought helps mainly on math and symbolic reasoning
- Language Agents Reduce the Frequency of Deliberative Reasoning
- Chain of Thought Empowers Transformers to be Expressive
- Training Large Language Models to Reason in a Continuous Latent Space
- Chain of Thought Prompting Elicits Reasoning in Large Language Models
- Let's Think Step by Step: Large Language Models are Zero-Shot Reasoners
- Scaling LLM Test-Time Compute Optimally Can be More Effective than Scaling Model Parameters
Other guides
Intro written by Anthropic's Claude Sonnet 5; episodes selected and edited by Garrett Casey. Episode notes come from each episode's own analysis. How PaperDive is made.