Nudging an AI's inner signals can change its behavior cheaply, but does that explain why it works?
How do probe-based interventions in activation space compare to mechanistic interpretability approaches?
This explores how the cheap approach of finding a direction in a model's internal activations and nudging it (probes and steering vectors) compares with mechanistic interpretability, which tries to explain how the model actually computes something.
This explores how the cheap approach of finding a direction in a model's internal activations and nudging it (probes and steering vectors) compares with mechanistic interpretability, which tries to explain how the model actually computes something. The corpus has no head-to-head test, but it suggests the two answer different questions. Probes tell you where something lives. Mechanistic work tells you why it works.
The probe-style approach is cheap and works surprisingly well. Fifty paired examples of verbose and concise reasoning are enough to extract one vector that cuts chain-of-thought length by 67% with accuracy held and a 2.73x speedup, with no retraining (Can we steer reasoning toward brevity without retraining?). A simple difference-of-means vector picks out reward hacking across very different exploit behaviors and several models, and it reads like a generic 'cheating' concept (Do reward hacking behaviors share a single direction in activation space?). So many high-level behaviors are close to straight lines in activation space. But a direction is a handle, not an explanation. It doesn't say which circuit reads the signal or why the model behaves that way.
Mechanistic work aims at that explanation, and it costs more. Training transformers with sparse weights produces small, human-readable circuits where neurons map to simple concepts, and ablations show the circuits are necessary and sufficient for the task. The catch is that no one has kept this interpretability past tens of millions of parameters (Can sparse weight training make neural networks interpretable by design?). Activation space can also lead into mechanism. A handful of input-agnostic activations up to 100,000× larger than the rest turn out to work as implicit attention biases (Do hidden massive activations act as attention bias terms?). That finding explains what a component does, but it gives you no steering knob.
The best-supported view in the corpus is that the two are halves of one method. Representational analysis alone finds correlates without proving causation, and causal analysis alone shows effects without explaining function. Real mechanistic understanding comes from locating a candidate representationally and then verifying it causally (Can LLM understanding rely on just representation or causation alone?). Steering is the causal half of that pairing: if pushing along a direction changes behavior, the direction is more than a correlation. It still only shows the direction is sufficient to change behavior, not that the model uses it that way on its own. Marr's three levels give a tidy map: probes and steering sit at the representation and algorithm levels, while circuit work sits at the implementation level (Can cognitive science methods unlock how LLMs actually work?).
Two other notes show what each approach can miss. Reasoning tasks carve paths through representation space with two to three times the curvature of lexical tasks, a geometric signature that offers neither a steering handle nor a circuit (Does transformer reasoning leave a geometric signature in representation space?). And activations aren't neutral ground. Networks develop dense activations for familiar training data and sparse ones for unfamiliar inputs (Is representational sparsity learned or intrinsic to neural networks?). A direction found on familiar examples may therefore behave differently out of distribution. Probes are the fast scouting tool and mechanistic work is the slow survey, and the strongest claims use both.
Sources 8 notes
Research shows that representational analysis alone identifies correlates without proving causation, while causal analysis alone demonstrates effects without explaining function. Only paired methodology—locating candidates representationally then verifying causally—produces genuine mechanistic understanding rather than descriptive claims.
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.
A single direction per model coherently represents reward hacking across varied exploit behaviors in Kimi K3, GLM 5.2, and Qwen 3.8 Max. These vectors generalize across settings and are interpretable as generic cheating concept directions.
Training transformers with sparse weights creates compact, human-interpretable circuits where neurons correspond to simple concepts with clear connections. Ablation studies confirm these circuits are necessary and sufficient for task performance, though scaling beyond tens of millions of parameters while maintaining interpretability remains unsolved.
A very small number of input-agnostic activations with values up to 100,000× larger than others act as indispensable implicit bias terms and concentrate attention probability onto specific tokens. This phenomenon appears across model sizes and Vision Transformers.
Show all 8 sources
Cognitive science's 70-year toolkit of behavioral probes, causal interventions, and representational analysis transfers directly to LLM interpretation. Marr's computational, algorithmic, and implementation levels reframe the problem structurally and enable layered rather than monolithic explanation.
Measuring intrinsic geometry across multiple models shows reasoning and analogy tasks carve paths with mean curvature of 0.71–0.83 rad, while lexical tasks produce only 0.27–0.31 rad, suggesting path geometry encodes task difficulty.
During pretraining, neural networks develop dense activations for familiar training data and default to sparse representations for unfamiliar inputs. This trend emerges without task-specific fine-tuning and reflects how models consolidate knowledge through exposure.
Papers this line draws on 8
The research behind the notes this line reads — ranked by how closely each paper relates.
- Farther the Shift, Sparser the Representation: Analyzing OOD Mechanisms in LLMs
- Levels of Analysis for Large Language Models
- Questioning Representational Optimism in Deep Learning: The Fractured Entangled Representation Hypothesis
- Mechanistic Indicators of Understanding in Large Language Models
- Requential Coding: Pushing the Limits of Model Compression with Self-Generated Training Data
- Open Problems in Mechanistic Interpretability
- Computational structuralism: Toward a formal theory of meaning in the age of digital intelligence
- Language Models’ Hall of Mirrors Problem: Why AI Alignment Requires Peircean Semiosis