SYNTHESIS NOTE
Reasoning, Retrieval, and Evaluation Agentic Systems and Tool Use

Does chain of thought reasoning actually explain model decisions?

When language models show their reasoning steps in agentic pipelines, does the quality of those steps predict or explain the quality of final outputs? This matters for trusting and debugging AI systems.

Synthesis note · 2026-02-22 · sourced from Reasoning Architectures

The explainability promise of CoT is: by showing intermediate reasoning steps, we make the model's decision-making process transparent and understandable. The "Thoughts without Thinking" paper tests this promise in an agentic pipeline implementing a perceptive task guidance system and finds it fails in practice.

The empirical result: reviewer scores for CoT thoughts are weakly correlated with reviewer scores for responses. Incorrect responses can be preceded by apparently plausible-looking chains; incorrect chains don't reliably predict or explain incorrect responses. The chain is not doing the causal work we assume it is.

Two failure modes identified through qualitative content analysis:

The Einstellung effect: CoT rapidly gravitates toward tokens most commonly associated with a concept in training data, even when those tokens contradict the task requirements. In the dump truck assembly example: the chain starts reasoning about the toy but quickly pivots to "clutch," "transmission," "gears" — language far more common for real dump trucks than for toy assembly instructions. The chain explains what went wrong only in retrospect and only with considerable analytical effort.

Context window pressure: When context fills, the foundation model's parametric knowledge overrides RAG-retrieved context. The chain reflects this substitution but doesn't flag it as a failure.

The deeper problem: CoT produces explanations without explainability. There is more material to analyze (the chain), but that material requires considerably more interpretive effort than a single output, and may actively mislead by appearing coherent. "Generating more material" ≠ "making the system more understandable."

This extends Do language models actually use their reasoning steps? from single-model settings to agentic pipelines, where the weak correlation has direct consequences for users trying to debug or trust systems. It also connects to Do reasoning traces actually cause correct answers? — the human-like appearance of chains generates misplaced trust.

Inquiring lines that use this note as a source 11

This note is a source for these synthesized inquiries. Follow a line forward into its question, or open it to trace back to all of its sources.

Related concepts in this collection 6

This note in its neighbourhood — explore the map, then jump to a related concept in the list below.

Concept map
21 direct connections · 161 in 2-hop network ·medium cluster Open in graph ↗

Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph

your link semantically near linked from elsewhere

Related papers in this collection 8

Papers most semantically related to this note, ranked by cosine similarity in the embedding space.

Original note title

cot reasoning in agentic pipelines produces explanations without explainability because thought quality is weakly correlated with response quality