Claude Interpretability (J-Space)
How Anthropic Reads Claude's Thoughts
The J-Lens (Jacobian Lens) tool explained.

This introduces the interpretability tool the series calls a 'lens' — a method for reading a model's internal activity to see which concepts it's holding, before it speaks.
In simple terms
A tool that translates internal neural activity into human-readable concepts.
How it works
- 1Find internal patterns that increase the probability of each possible next word.
- 2Take a snapshot of the model's internal activity at a layer.
- 3Measure how each activation influences the chance of every possible next token.
- 4Read out the top concepts the model is 'thinking' about.
- 5Use this to see hidden thoughts before the model outputs them.
Key points
- It reveals plans, risks and intentions early.
- It helps monitor alignment, safety and evaluations.
- It can catch issues (e.g. a hidden goal) before the model acts.
- It's an educational illustration of interpretability methods, not an exact product.
Why it matters
Reading internal activity turns a model from a black box into something researchers can observe and monitor — a foundation for safer, more trustworthy AI.
Frequently asked questions
- What does the lens reveal?
- The top concepts the model is internally focused on before it produces its next token.
- Why is that useful?
- It lets researchers detect risks or misalignment early, before the model outputs or acts.
More in Claude Interpretability (J-Space)
Inside Claude's Brain
What happens before Claude speaks — the J-Space workspace.
What Is J-Space?
A silent internal workspace inside Claude's neural network.
Global Workspace Theory (GWT)
The theory that inspired J-Space.
How Claude Thinks Silently
Claude thinks first, reasons, then speaks.
J-Space vs Chain of Thought
Two layers of thinking: hidden vs visible.
Reading Claude's Thoughts — The Pipeline
Neural activity → J-Lens → words/concepts.