Mechanistic Interpretability in LLMs

Large language models contain billions of parameters, many layers, long contexts, and more potential features than any team can inspect manually, but the scientific question stays the same.

MI researchers can sample internal activations, train sparse autoencoders, label features automatically, inspect selected examples, and run targeted interventions.

Scaling shift

At LLM scale, interpretability becomes a data pipeline: collection, compression, search, automated labeling, evaluation, and causal follow-up.

Walk the LLM Interpretability Pipeline

Advance from raw activations to causal tests. Each stage changes the artifact the team has and introduces a new source of uncertainty.

Sample activations

120M tokensraw internal states

At scale, interpretability is a pipeline. A failure early in sampling or training propagates into every later label.

Large feature dictionaries can reveal entities, styles, code behaviors, and safety-relevant patterns. They remain partial maps. A feature may be missing, split, or mislabeled, and the analyzed layer may omit mechanisms elsewhere in the model.

Have you heard of Golden Gate Claude? This was an experiment with MI techniques that Anthropic launched as a chatbot that people could interact with. They were able to identify a "golden gate" feature.

Side-by-side comparison of Claude's default response denying a physical form versus its response after the Golden Gate Bridge feature was clamped to 10x its max activation, describing itself as the bridge
Clamping the Golden Gate Bridge feature to 10x its max activation causes Claude to describe itself as the Golden Gate Bridge. Source: Anthropic, "Scaling Monosemanticity" (2024).

A feature can have a distribution of activation strengths across prompts, automated scores for how cleanly examples match a proposed label, nearest-neighbor features, and intervention results from clamping or steering.

That combination is more useful than a label alone: it ties the feature name to examples, neighboring concepts, and behavioral tests.

Feature activation distribution dashboard for the Golden Gate Bridge feature, showing density and conditional distribution plots alongside example inputs at low and high activation levels
Feature activation distributions for the Golden Gate Bridge feature. Source: Anthropic, "Scaling Monosemanticity" (2024).
Checkpoint

Why should a million-feature dictionary be described as a partial map rather than a complete explanation?