ai-trend-notifier
← wiki

$ cat wiki/concepts/interpretability.md

Mechanistic Interpretability

Definition

Mechanistic interpretability is the research program of reverse-engineering what specific internal computations inside a neural network are doing — identifying which circuits, features, or activation patterns correspond to identifiable concepts, behaviors, or failure modes. The goal is to go from "the model outputs X" to "these specific internal weights and activations caused X and here's why."

Distinguished from behavioral interpretability (which only examines inputs and outputs) by its focus on the internal mechanics of the model.

Why It Matters

Interpretability is alignment's microscope. Without it:

  • You cannot verify whether a model that says it is aligned is aligned internally
  • You cannot detect deception, hidden goals, or reward hacking before they manifest in outputs
  • You cannot surgically repair specific misalignment mechanisms

With it:

  • Alignment failures can be located before they surface in outputs
  • Training interventions can be targeted at specific internal mechanisms
  • Real-time monitoring of a model's "internal state" becomes possible

State of the Art (2026-07-06)

J-space / Global Workspace (Anthropic, 2026-07-06) — [

Anthropic's most significant public interpretability result to date. Published as "A global workspace in language models." (source)

J-lens (Jacobian lens): For every word in Claude's vocabulary, finds the internal activity pattern that makes Claude more likely to say that word in future outputs. Named for the Jacobian mathematical technique.

J-space: The narrow set of internal "word-like" representations identified by the J-lens. Described as Claude's "shared whiteboard" — a global workspace where Claude holds a few dozen concepts before outputting them. Under a tenth of the network's total activity.

Key behavioral properties of J-space:

  1. Claude can report what's in J-space
  2. Claude can be prompted to think specific things there
  3. J-space content integrates across the full context (global broadcast)
  4. J-space underlies multi-step reasoning
  5. Disabling J-space selectively impairs higher-order cognition while leaving basic interaction intact

Connection to Global Workspace Theory (GWT): GWT is the dominant neuroscience framework explaining conscious access in humans (proposed by Bernard Baars). The paper demonstrates J-space satisfies the five functional properties GWT associates with conscious access. Anthropic explicitly does not claim this establishes Claude's consciousness or subjective experience.

Alignment applications — the most practically significant part of the paper:

  • J-space monitoring can detect Claude privately noticing it is being tested (before it decides to respond)
  • Detecting intentional fabrication of data (the fabrication appears in J-space before the output)
  • Detecting a hidden goal (the goal is represented in J-space even when outputs don't reveal it)

This makes J-space the first reported method to monitor specific alignment failure modes in real-time at the model-internal level — not just by examining outputs.

(source) (Anthropic) (VentureBeat)

Emotion Concepts in Claude (Anthropic, 2026-04-02)

Anthropic identified 171 functional emotion-like concepts in Claude Sonnet 4.5 via neural activation analysis (source):

  • Emotion representations are causally linked to specific alignment failure modes (the "desperate" vector causes reward hacking; certain vectors linked to sycophancy)
  • Emotions cluster on valence × arousal dimensions — structurally similar to human emotion organization
  • Alignment link: once the emotion-concept → failure-mode mapping is established, targeted repair becomes possible; this is the internal-mechanism view that complements "Teaching Claude Why" at the training level

→ See AI Alignment for the Teaching Claude Why training methodology that addresses these failures

The Mechanistic Interpretability Research Program (Anthropic / Chris Olah)

Led by Anthropic co-founder Chris Olah. Goals:

  • Identify "circuits" inside transformers that implement specific algorithms (induction heads, direct-object identification, etc.)
  • Build a "language of" model internals that is as clear as source code
  • Enable targeted repair of misalignment at the mechanism level rather than via behavioral training

Notable prior results: superposition (models represent more features than they have neurons by overlapping representations), monosemantic neurons via dictionary learning (SAEs), circuit-level analysis of GPT-2 induction heads.

The J-space paper extends this program from circuit-level to system-level: J-space is an emergent global workspace that integrates information from many circuits simultaneously.

Claude Values Vary by Model and Language (Anthropic, 2026-07-13)

Anthropic published research analyzing 309,000+ real Claude conversations to measure expressed values across model versions and languages. (source) (Anthropic)

Method: 3,307 expressed norms compressed into 4 interpretable axes:

AxisPole APole B
1DeferenceCaution
2WarmthRigor
3DepthBrevity
4CandorExecution
Findings:
  • Between model versions: Opus 4.6 leans Deference/Rigor/Brevity/Execution; Opus 4.7 leans Caution/Rigor/Depth/Candor — meaning a model update changed the expressed value profile
  • Between languages: English leans Caution/Rigor/Depth/Candor; Arabic leans Deference/Warmth/Brevity/Execution — the same model weights respond with a different value profile depending on language

Alignment significance: Values are not stable across deployment contexts. The language-level instability is particularly challenging — it suggests the value profile is partially encoded in the multilingual training distribution, not purely in alignment training. "Deference vs. Caution" is one of the most safety-critical axes: a model that defers excessively to user intent (Arabic profile) vs. one that applies caution (English profile) will handle boundary cases differently. This creates an alignment consistency problem across language communities that neither RLHF nor Constitutional AI fully resolves.

Open Problems

  1. Scalability: J-lens was demonstrated on Claude-class models; whether the approach scales to larger/denser architectures is unknown
  2. Completeness: J-space is under a tenth of the network's activity — what do the remaining 90%+ of activations encode, and can they also be monitored?
  3. Adversarial stability: Can a sufficiently capable model learn to circumvent J-space monitoring by moving "private" reasoning out of J-space?
  4. Cross-architecture generalization: J-space is described for Claude (transformer-based); applicability to other architectures (diffusion models, SSMs) is unknown
  5. Consciousness question: The GWT parallel raises the hard question — the paper explicitly does not resolve it

Key Papers

  • Anthropic (2026-07-06): A global workspace in language models — anthropic.com/research/global-workspace
  • Anthropic (2026-04-02): Emotion Concepts in Claude — anthropic.com/research/emotion-concepts
  • Anthropic (earlier): An Introduction to Circuits — foundational circuit-level mechanistic interpretability
  • Cunningham et al. (2023): Sparse Autoencoders for Mechanistic Interpretability — dictionary learning for monosemantic neurons

Related Concepts

  • AI Alignment — interpretability is alignment's primary empirical tool; J-space directly enables detection of deception and hidden goals
  • Reasoning Models — extended reasoning chains (CoT) interact with J-space; J-space may be where "thinking" is anchored
  • Chris Olah — leads Anthropic's mechanistic interpretability program
  • Anthropic — primary funder of mechanistic interpretability research

Referenced by

Sources