SYNTHESIS NOTE
TopicsReasoning Architecturesthis note

Does RL post-training create reasoning or just deploy it?

Investigates whether reasoning capability emerges during RL fine-tuning or already exists in base models. Matters because it reshapes how we build and optimize reasoning systems.

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

Post angle — Medium/LinkedIn

The dominant story: DeepSeek R1, GPT-o1, and their successors acquire reasoning capability through RL post-training. RL teaches models to think step-by-step, to backtrack, to verify — capabilities they didn't have before.

The emerging counter-evidence is striking. A hybrid model using a base model's weights with a thinking model's deployment decisions — zero weight updates — recovers 91% of the performance gap to thinking models by steering only 12% of tokens. Base models already spontaneously produce reasoning traces identical to thinking model traces when sampled sufficiently. Single-problem CFT achieves RLVR-level reasoning gains. Activation-space vectors encoding "backtracking" and "uncertainty estimation" already exist in base model hidden states before any RL.

The reframe: pre-training is when reasoning capability is acquired; RL post-training teaches when to deploy it.

This is not a trivial distinction. "When" training is cheaper, less data-hungry, and less fragile than "how" training. If capability already exists, elicitation methods (structured tool-calling, steering vectors, targeted fine-tuning on single problems) become much more attractive than full RL pipelines.

The hook for readers: "We've been crediting the locksmith for the key."

Connections: Does RL teach reasoning or just when to use it?, Do base models already contain hidden reasoning ability?, Can modular cognitive tools unlock reasoning without training?

Inquiring lines that read this note 159

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.

Does AI fluency substitute for verifiable accuracy in human judgment? What pretraining choices and baseline capability constrain reinforcement learning gains? What constrains reinforcement learning's ability to expand model reasoning? Do base models contain latent reasoning that training can unlock? Does decoupling planning from execution improve multi-step reasoning accuracy? Why does supervised fine-tuning improve accuracy while degrading reasoning quality? Do language model representations contain causally steerable task-specific features? What limits mechanistic interpretability's ability to characterize models? What capability tradeoffs emerge when scaling model reasoning abilities? Why does training format shape reasoning strategy more than domain content? How do training data properties shape reasoning capability development? Does fine-tuning modify underlying model capabilities or only behavioral outputs? How does policy entropy collapse constrain reasoning-focused reinforcement learning? How should planning and perception grounding be factored in agent design? Does reinforcement learning teach reasoning or just when to reason? Do language models develop causal world models or rely on statistical patterns? Do corrupted reasoning traces serve as effective supervision signals? Can prompting inject entirely new knowledge into language models? Why do reasoning models fail at systematic problem-solving and search? Why does reinforcement learning suppress output diversity compared to supervised fine-tuning? How can AI agents autonomously learn and transfer skills across tasks? How can models identify insufficient information and respond appropriately without guessing? How do neural networks separate factual knowledge from reasoning abilities? When does architectural design matter more than raw model capacity? How does reasoning graph topology affect breakthrough insights and generalization? How does latent reasoning compare to verbalized chain-of-thought? How faithfully do LLMs reflect their actual reasoning in outputs and explanations? Can AI-generated outputs constitute genuine knowledge or valid claims? Why do multi-turn conversations degrade AI intent and coherence? How do self-generated feedback mechanisms enable effective model learning? How do training priors constrain what context information can override? Can model routing outperform monolithic scaling as an efficiency strategy? Do reasoning traces faithfully represent or merely mimic actual model reasoning? Is model self-awareness based on genuine introspection or pattern matching? How should agents balance memory condensation to optimize context efficiency? Why do continual learning scenarios trigger catastrophic forgetting and interference? Why does finetuning cause catastrophic forgetting of model capabilities? Why does verification consistently lag behind AI generation?

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
19 direct connections · 185 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

thinking models learn when not how — the case that rl post-training is a deployment optimizer not a capability creator