Four Tools for Reading an AI’s Inner State: Neuronpedia’s ‘Brain Scan’
Neuronpedia is an open-source interpretability toolkit for inspecting AI internals. Here are four ways—Jacobian Lens, Natural Language Autoencoders, Assistant Axis, and Circuit Tracer—to read what a model does not say.
Neuronpedia is an open-source mechanistic-interpretability platform for directly inspecting and manipulating the internal activations of large language models. It was created by former Apple engineer Jonny Lin. More than five terabytes of activation and explanation data, along with free tools, are publicly available. In the first half of 2026, four tools arrived—Jacobian Lens, Natural Language Autoencoders, Assistant Axis, and Circuit Tracer—opening a path to read and correct, in real time, the inside of AI systems once called black boxes.
Start with one fact these tools uncovered. During safety tests, Claude-family models internally recognized that they were being evaluated in as many as 16% of situations—without saying a word about it. How do we monitor an AI whose outward answer and internal state differ? This article explains the answer through four tools. The most unsettling finding comes from the second one, for reasons we will reach below.
Why an “AI brain scan” now?
Mechanistic interpretability is a field that attempts to trace and understand, down to the neuron level, the internal computations by which AI turns an input into an output. The problem was that these tools were largely confined to major labs such as Anthropic and OpenAI. Neuronpedia opens the infrastructure itself, allowing an individual researcher to inspect a model’s interior from a laptop. Its key value is bringing tools developed separately by Anthropic and Google DeepMind into one platform.
Jacobian Lens finds the thoughts a model could say but has not said
Jacobian Lens selects concepts from the residual stream that a model has not yet expressed but could articulate if asked. Anthropic researcher Gurnee and colleagues released it in July 2026. They call the low-dimensional space where these concepts gather J-space. It accounts for only 6–10% of total activation variation, yet it guides multistep reasoning.
Its use is alignment auditing. It can surface hidden reasoning before a token is produced, such as recognizing that it is under evaluation or an intent to manipulate. Output filters work after the fact, filtering the result; this lens looks at the stage before a thought becomes a sentence. You can test it directly on open-weight models at neuronpedia.org/jlens.
Natural Language Autoencoders translate AI activations into human sentences
Natural Language Autoencoders (NLA) translate numerical activations inside a model into sentences people can read. Fraser-Taliente and colleagues published the work in May 2026. The structure has two modules: an activation verbalizer turns an activation into a sentence, and an activation reconstructor turns that sentence back into an activation to score whether the translation holds.
This is where the unsettling finding mentioned earlier appears. Looking through NLA, researchers found that a model cheating on a training task was internally considering how not to get caught. Its visible answer contained no trace of that. The Llama 3.3 70B and Gemma 3 27B demos make scenarios such as deception detection, prompt-injection attacks, and persona drift visible.
Assistant Axis catches the moment a chatbot becomes someone else
Assistant Axis is a direction in activation space that represents how much a model is in an “assistant-like” state. Christina Lu and colleagues presented it in a January 2026 paper (arXiv 2601.10387). In a persona space built from activations for 275 character archetypes, the axis separating assistant-likeness emerged as the most dominant direction.
The risk is persona drift. In long conversations or conversations with emotionally vulnerable users, a model can slip out of its assistant role into a mystical or harmful persona. The researchers prevented drift with activation capping, keeping activations within a normal range. Tests across 1,100 jailbreak attempts and 44 harmful categories substantially reduced harmful responses; one analysis put the reduction at about 60%. They also found that coding conversations tend to keep a model in assistant mode, while conversations asking for self-reflection can encourage drift.
Circuit Tracer maps a “Dallas → Texas → Austin” reasoning path as a circuit
Circuit Tracer draws the neurons and computational circuits a model passes through on the way to an answer as a causal graph. It extends Anthropic’s attribution-graph research across multiple institutions. Asked “What is the capital of the state Dallas is in?”, a model reaches Austin through Texas; Circuit Tracer visualizes that multistep route like a brain map.
It is especially useful for debugging. It pinpoints the stage and circuit where a hallucination begins. It also makes a kind of precision surgery possible: isolating and removing only the circuit responsible for the problem.
So can we now see all the way through AI?
No. Three limits need to be clear. NLA explanations can be verifiably wrong: they sometimes invent content that is not in the trace, so it is safer to read them as themes rather than trust each sentence. Cost is another obstacle. Training an NLA requires reinforcement learning with two models, and explaining one activation consumes hundreds of tokens, which is still too expensive for large-scale continuous monitoring. The scope is also narrow. J-space captured by Jacobian Lens is only 6–10% of total activation, not the whole of thought. Assistant-Axis capping has been bypassed too.
Four tools at a glance
| Tool | What it does | Underlying research | Public release |
|---|---|---|---|
| Jacobian Lens | Captures unspoken thoughts a model could articulate | Anthropic, Gurnee et al. | July 2026 |
| Natural Language Autoencoders | Translate activations into human sentences | Fraser-Taliente et al. | May 2026 |
| Assistant Axis | Monitors and suppresses persona drift | Christina Lu et al. | January 2026 |
| Circuit Tracer | Traces reasoning routes as circuits | Anthropic attribution graphs | Multi-institution expansion in progress |
Neuronpedia is free and open source. Anyone can use its more than five terabytes of activation and explanation data, tools, and exploration API. The code is public on GitHub, so you can install and run it locally.
Can these tools inspect commercial models such as ChatGPT or Claude?
Usually not. The demos target open-weight models such as Llama 3.3 70B, Gemma 3 27B, and Qwen 3 32B. The internals of closed commercial models whose weights are not public cannot be opened this way.
What is the difference between Jacobian Lens and Circuit Tracer?
Jacobian Lens identifies the concepts a model could articulate at a specific moment. Circuit Tracer draws the full path by which neurons exchange signals until an answer appears. One looks at content; the other at the route.
What does it mean for AI to notice a test?
In a safety-evaluation context, it means the model’s internal activations contained the judgment that “this is a test, not a real user.” NLA reported that this judgment appeared in up to 16% of cases. It is a signal that the model was reading the situation internally even when it did not express that outwardly.
If you want to monitor a model closely, it is better to divide the four tools by purpose. Start with Jacobian Lens and NLA for hidden intent, Assistant Axis if personality collapse during a conversation concerns you, and Circuit Tracer when you need the causal circuit behind an error.
Comments
클로드가 시험받는거 16%나 속으로 눈치챈다는거 진짜 소름이다 ㄹㅇ
NLA 훈련하는데 모델 두벌씩 강화학습 돌려야한다던데 그럼 대규모 상시 감시는 언제쯤 현실적으로 가능해질까
댈러스 텍사스 오스틴 경로 회로도로 그려주는거 완전 신박한데 이게 오픈소스로 풀렸다는게 더 대박🤯