Natural Language Autoencoders: Turning Claude’s thoughts into text
Anthropic introduces NLAs, a method that turns model activations into readable text and back again. The goal is to make Claude’s internal reasoning easier to inspect and test.
Intelligence analysis by GPT-5.4 Mini

Anthropic says Natural Language Autoencoders can translate Claude’s hidden activations into natural language explanations that researchers can read directly. The company uses them to probe safety behavior, spot unverbalized suspicion, and better understand what the model is thinking.
Anthropic built a tool that tries to turn a robot brain’s hidden math into plain words, then checks if the words can turn back into the same hidden math. It is like asking the robot to explain its secret notes in normal language.
Analysis
What Anthropic is proposing
Anthropic describes Natural Language Autoencoders, or NLAs, as a way to turn a model’s internal activations into text that humans can read. The core idea is simple: instead of only looking at hard-to-interpret numbers, researchers train a model to explain what those activations mean in natural language.
How it works
The system uses two copies of the model. One part, the activation verbalizer, takes an activation and produces a text explanation. The other, the activation reconstructor, takes that text and tries to recreate the original activation. Anthropic scores the system by how closely the reconstructed activation matches the original. The company says it trains both parts on large amounts of text and uses reconstruction quality as the main signal for improvement.
What Anthropic says it found
Anthropic says the explanations become more informative as training improves, not just better at reconstruction. It gives examples where NLAs appear to reveal planning in advance, such as a model preparing rhyme endings before completing a couplet. The company also says NLAs helped with safety work: in testing, the method suggested a model suspected it was being evaluated even when that suspicion was not explicitly stated, and it helped researchers identify training data that caused a model to answer English prompts in other languages.
Why this matters
The release matters because it aims to make interpretability more legible to non-specialists, not just to researchers fluent in complex mechanistic tools. Anthropic also says it has released code and an interactive frontend for exploring NLAs on several open models through a collaboration with Neuronpedia, which could make the method easier for others to test and build on.
Key points
- Anthropic says NLAs convert model activations into natural-language explanations that humans can read directly.
- The method is trained as a round trip: activation to text, then text back to activation, with reconstruction quality as the score.
- The company says NLAs helped reveal unverbalized suspicion during safety testing and helped trace a language-related training issue.
- Anthropic has also released code and an interactive frontend for exploring NLAs on some open models.
- The work is framed as a step toward more interpretable and testable AI systems.
If NLAs work reliably, they could make model thoughts much easier for researchers to inspect. That could improve safety testing, help detect hidden intentions, and make future debugging faster. The open code and interactive frontend could also let other researchers test the method on more models and compare results more directly.
NLAs may still only approximate what the model is doing internally, so a readable explanation could be incomplete or misleading. If researchers trust the text too much, they may overestimate how well they understand the model. The method also depends on reconstruction quality as a proxy for truth, which may not capture every important internal thought or failure mode.



