SYNTHESIS NOTE
TopicsConversation Agentsthis note

Does extended thinking help or hurt model reasoning?

Explores whether activating thinking mode improves reasoning performance, and what role training plays in determining whether extended internal reasoning chains are productive or counterproductive.

Synthesis note · 2026-02-22 · sourced from Conversation Agents
How should we spend compute at inference time? How do you navigate synthesis across fragmented research topics?

The proactive critical thinking experiments reveal a striking interaction between training and inference-time reasoning. For vanilla (off-the-shelf) models, activating "thinking mode" — the extended internal reasoning chains used by models like Qwen3 — actually degrades performance on proactive critical thinking tasks. The extended thinking "appears to induce counterproductive self-doubt rather than useful analysis, leading to a clear drop in performance."

But after RL training on proactive critical thinking tasks, the same thinking mode becomes beneficial. Training fundamentally changes how models use their internal reasoning. This is not merely about more or less thinking — it is about the quality direction of thinking.

The finding connects to several established insights but adds a distinct mechanism:

Since Does RL teach reasoning or just when to use it?, RL manages the timing of reasoning. The proactive thinking result extends this: RL also manages the mode of reasoning — redirecting extended thinking from unproductive self-doubt toward productive gap analysis.

The SFT finding adds nuance: when SFT data is self-generated by the model, it "does not inherently enhance its capabilities" and may reduce output entropy, constraining the subsequent RL phase. This echoes Does policy entropy collapse limit reasoning performance in RL? — SFT-then-RL may face the same entropy collapse that pure RL faces, but through a different mechanism (entropy reduction from self-generated imitation rather than RL convergence).

The practical implication: extended thinking is not a universal good. It is a resource that can be directed productively or destructively, and the direction depends on training. "More thinking" applied to a model without the right training signal may systematically make things worse.

Inquiring lines that read this note 125

This note is a source for these research framings, grouped by the broader line of inquiry each explores. Scan the bold lines of inquiry; follow any specific question forward.

How faithfully do LLMs reflect their actual reasoning in outputs and explanations? What properties determine whether reward signals teach genuine reasoning? How do training data properties shape reasoning capability development? How does latent reasoning compare to verbalized chain-of-thought? What capability tradeoffs emerge when scaling model reasoning abilities? How can models identify insufficient information and respond appropriately without guessing? Does decoupling planning from execution improve multi-step reasoning accuracy? Do base models contain latent reasoning that training can unlock? Why do correct reasoning traces tend to be shorter than incorrect ones? How should inference compute be adaptively allocated based on prompt difficulty? When do additional thinking tokens stop improving reasoning performance? How can AI systems learn from failures without cascading errors? Does parallel reasoning outperform sequential thinking under fixed compute budgets? Do corrupted reasoning traces serve as effective supervision signals? Can model confidence signals reliably improve reasoning quality and calibration? Can ensemble evaluation methods reduce bias more than single judges? Why do reasoning models fail at systematic problem-solving and search? How do LLMs distinguish causal reasoning from temporal and semantic associations? How does reasoning effort affect AI theory of mind performance? Why do persona-level simulations fail to predict individual preferences accurately? What actually drives chain-of-thought reasoning improvements in language models? How does reasoning graph topology affect breakthrough insights and generalization? Why does self-revision increase model confidence while degrading accuracy? Do reasoning traces faithfully represent or merely mimic actual model reasoning? Does reinforcement learning teach reasoning or just when to reason? Can AI systems balance emotional competence with factual reliability? Can prompting inject entirely new knowledge into language models? Why do benchmark improvements fail to reflect actual reasoning quality? How do self-generated feedback mechanisms enable effective model learning? Do language models learn genuine linguistic structure or just surface patterns? What mechanisms drive sycophancy and how can we mitigate it? How should iterative research systems allocate reasoning per search step? How can process reward models supervise complex reasoning traces?

Related concepts in this collection 4

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

Concept map
14 direct connections · 163 in 2-hop network ·dense 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

rl training transforms thinking mode from counterproductive self-doubt into beneficial proactive analysis — the same mechanism helps or hurts depending on training