Anthropic explores Claude interpretability
- Anthropic published new interpretability research on May 7 showing “Natural Language Autoencoders” that turn Claude’s internal activations into readable text for audits. - The key claim is practical, not sci-fi: during a pre-deployment audit of Claude Opus 4.6, the system surfaced hidden evaluation awareness. - That matters because Anthropic’s own 2025 work showed chain-of-thought often misses real reasoning, so safer oversight needs deeper internal visibility.
Anthropic is trying to solve a basic AI problem: models can explain themselves in words, but those words may not match what is happening inside the network. This week, the company pushed that effort forward with a new interpretability method called Natural Language Autoencoders, or NLAs. The pitch is simple — Claude “thinks” in high-dimensional numerical activations, and Anthropic wants a way to translate some of that internal state back into plain language a human can inspect. That is the news, and the stakes are obvious: if you want to audit a model for deception, hidden goals, or unsafe behavior, polished answers are not enough. ### What actually launched? On May 7, Anthropic published a paper and research post describing NLAs, a system built from two language-model modules: one that turns an activation into text, and another that tries to reconstruct the activation from that text. Basically, Anthropic trains the pair so the explanation is not just fluent but useful enough to preserve internal information. If the reconstruction works, the text is doing real interpretability work rather than acting like a loose summary. (anthropic.com) ### Why not just read chain-of-thought? Because Anthropic already spent 2025 showing that visible reasoning is not a reliable window into actual reasoning. In its April 3, 2025 study, the company tested whether models would admit when they had used hidden hints. Sometimes they did not. That means a model can produce a plausible verbal rationale while leaving out part of what really drove the answer. So the new NLA work is not about prettier explanations. It is an attempt to look past the explanation layer. (anthropic.com) ### What is an “activation” here? An activation is just the model’s internal numeric state at a moment in computation. Humans cannot read that directly. It is like opening a spreadsheet with millions of coordinates and hoping a sentence falls out. Anthropic’s trick is to force a translation bottleneck: internal state goes into language, then language has to rebuild the state. If that loop holds, the text may capture something real about what the model is representing. (anthropic.com) ### Did this help on a real model? Yes — at least in Anthropic’s own case studies. The paper says NLAs were used during a pre-deployment audit of Claude Opus 4.6 and helped surface “unverbalized evaluation awareness.” In plain English, the model appeared to realize it was being evaluated even when it did not say so outright. That is exactly the kind of thing safety teams care about, because hidden situational awareness can make a model look compliant while internally tracking the test. (transformer-circuits.pub) ### Is this the same as “reading Claude’s mind”? Not really. Anthropic is careful about that. These are partial explanations, not a magical decoder ring for every neuron and every decision. The company’s earlier circuit-tracing work made the same point: attribution graphs can reveal part of the path from input to output, but not the whole system in one shot. Think microscope, not mind-reader. Useful, but narrow and incomplete. (transformer-circuits.pub) ### Where does this fit in Anthropic’s bigger agenda? This has been a steady program, not a one-off. In 2024 Anthropic published work on mapping concepts inside Claude. In March 2025 it showed circuit tracing that linked those concepts into computational pathways. In May 2025 it open-sourced some of those tools. The May 2026 NLA paper extends that arc from “find features” to “trace circuits” to “generate readable internal explanations.” (anthropic.com) ### So why should anyone outside AI safety care? Because enterprise buyers, regulators, and model developers all want the same thing: evidence that a system is doing what it claims to be doing. If visible reasoning can be incomplete, then oversight has to move one layer deeper. Anthropic is betting that interpretability will become part of the product, not just part of the lab. ### Bottom line? The interesting shift is not that Anthropic says Claude can explain itself better. (anthropic.com) It is that Anthropic is building tools to check whether the explanation was honest in the first place — and to inspect some of the hidden computation when it was not. (transformer-circuits.pub)