INQUIRING LINE

When an AI model seems to learn a clever new way to reason, did training create it, or was it already hiding inside?

What makes some reasoning strategies genuinely novel versus latent?

This explores how to tell whether a reasoning strategy a model shows was created by training or was already inside the base model and only switched on, and what a truly new strategy would have to look like.


This explores how to tell whether a reasoning strategy was created by training or was already inside the base model waiting to be switched on. The corpus mostly points one way: much of what looks like new reasoning is latent. Five different methods (RL steering, critique fine-tuning, decoding changes, sparse-autoencoder feature steering and verifiable-reward RL) all pull reasoning out of a base model's existing activations. The conclusion is that post-training selects reasoning more than it creates it, and the bottleneck is elicitation rather than acquisition Do base models already contain hidden reasoning ability?.

The best tell for a latent strategy is that you can trigger it without teaching the model anything. Steering one identified feature matches chain-of-thought performance, and it does so by activating early in generation and overriding the surface instructions Can we trigger reasoning without explicit chain-of-thought prompts?. Four sandboxed 'cognitive tool' calls lifted GPT-4.1 on AIME2024 from 26.7% to 43.3% with no RL at all Can modular cognitive tools unlock reasoning without training?. Even behaviors like verbosity turn out to be a single direction in activation space that you can dial down Can we steer reasoning toward brevity without retraining?. A decoding-only penalty on switching ideas mid-thought improves accuracy, so the capacity to finish a line of thought was already there and was being under-used Do reasoning models switch between ideas too frequently?. If a strategy can be dialed up by a vector, a prompt structure or a decoding rule, it was already in the model.

What training adds is often when to use a strategy rather than what the strategy is. One reading of the corpus says RL post-training teaches models when to deploy mechanisms that pre-training already supplied How should reasoning systems actually be architected?. The same thinking mode can hurt or help depending on training. In vanilla models it produces self-doubt, and after RL it becomes useful gap analysis Does extended thinking help or hurt model reasoning?. The source of the latent material is also traceable. Across 5 million pretraining documents, reasoning draws on broad procedural knowledge (how-to patterns seen across many sources), while factual recall depends on narrow memorization Does procedural knowledge drive reasoning more than factual retrieval?. Under this picture a strategy is latent if some procedure like it appeared in pretraining, and the model recombines it.

The corpus offers two hints about what novelty would require. First, latent strategies stay bounded by their source: chain-of-thought degrades predictably when task, length or format shifts away from the training distribution, producing fluent reasoning whose logic doesn't hold Does chain-of-thought reasoning actually generalize beyond training data?. That looks like reuse of learned form, not invention. Second, reasoning models are 'wandering explorers'. They lack the validity, effectiveness and necessity that systematic search needs, so success drops exponentially as problems get deeper Why do reasoning LLMs fail at deeper problem solving?. A strategy that reliably meets those three properties would be a real capability gain rather than better elicitation. Creativity research adds another angle. It separates combinational, exploratory and transformational reasoning, and existing LLM methods address none of them Can LLMs reason creatively beyond conventional problem-solving?. My reading is that recombining known moves is the latent kind, and changing the space of moves is where genuine novelty would sit.

The corpus has no clean experiment that isolates a genuinely new strategy. The evidence is strong that elicitation explains most observed gains, and much thinner on what would prove a strategy was learned from scratch. The practical takeaway is that when a reasoning gain shows up, the first question is whether a steering vector or a better decoding rule could have produced it.


Sources 11 notes

Do base models already contain hidden reasoning ability?

Five independent mechanisms—RL steering, critique fine-tuning, decoding changes, SAE feature steering, and RLVR—all elicit reasoning already present in base model activations. Post-training selects rather than creates reasoning; the bottleneck is elicitation, not capability acquisition.

Can we trigger reasoning without explicit chain-of-thought prompts?

SAE-identified reasoning features can be directly steered to match or exceed chain-of-thought performance across six model families. This reasoning mode activates early in generation and overrides surface-level instructions, suggesting latent reasoning is a fundamental capability independent of explicit prompting.

Can modular cognitive tools unlock reasoning without training?

Four cognitive tools implemented as sandboxed LLM calls improved GPT-4.1 on AIME2024 from 26.7% to 43.3% without any RL training. Modularity enforces operation isolation that pure prompting cannot guarantee, eliciting pre-existing reasoning capability.

Can we steer reasoning toward brevity without retraining?

Activation-Steered Compression extracts a single vector from 50 paired examples to reduce chain-of-thought length by 67% while maintaining accuracy and achieving 2.73x speedup. The method is training-free and generalizes across model sizes and domains.

Do reasoning models switch between ideas too frequently?

o1-like models frequently abandon reasoning paths mid-exploration, wasting tokens on incomplete approaches. A decoding-only penalty on thought-transition tokens (TIP strategy) discourages switching, improving accuracy on challenging math without model fine-tuning.

Show all 11 sources
How should reasoning systems actually be architected?

Research shows RL post-training teaches models *when* to use reasoning mechanisms that pre-training already provides. Decoupled architectures, latent reasoning in continuous space, and interleaved action-grounding all outperform monolithic chain-of-thought approaches.

Does extended thinking help or hurt model reasoning?

Vanilla models use thinking mode counterproductively, inducing self-doubt that degrades performance. RL training reverses this, transforming the same mechanism into beneficial gap analysis. Training mediates reasoning quality, not just quantity.

Does procedural knowledge drive reasoning more than factual retrieval?

Analysis of 5 million pretraining documents shows reasoning relies on broad, transferable procedural knowledge from diverse sources, unlike factual recall which depends on narrow, document-specific memorization of target facts.

Does chain-of-thought reasoning actually generalize beyond training data?

DataAlchemy experiments show CoT fails systematically under distributional shifts in task, length, and format. Models produce fluent but logically inconsistent reasoning — imitating reasoning form without valid underlying logic.

Why do reasoning LLMs fail at deeper problem solving?

Current reasoning models lack the three properties of systematic exploration: validity, effectiveness, and necessity. This causes success probability to drop exponentially with problem depth, making medium problems solvable but deep problems catastrophically harder.

Can LLMs reason creatively beyond conventional problem-solving?

Research identifies combinational, exploratory, and transformational reasoning as distinct creative modes grounded in cognitive science. Existing LLM reasoning methods address only conventional problem-solving, leaving creative paradigms unaddressed and potentially explaining diversity collapse in ideation.

Papers this line draws on 8

The research behind the notes this line reads — ranked by how closely each paper relates.