Anthropic's Natural Language Autoencoders Turn Claude's Activations into Readable English — Here's How

✍️ OpenClawRadar📅 Published: May 7, 2026🔗 Source
Anthropic's Natural Language Autoencoders Turn Claude's Activations into Readable English — Here's How
Ad

Anthropic has published a new interpretability method called Natural Language Autoencoders (NLAs) that translates internal model activations directly into human-readable text. Instead of parsing complex activation vectors, you get a sentence explaining what the model is 'thinking'. The method uses a two-part architecture: an Activation Verbalizer (AV) converts activations to text, and an Activation Reconstructor (AR) converts that text back to an activation. The pair is trained together to minimize reconstruction error, so the explanations are incentivized to be accurate.

How It Works

Three copies of the same language model are used:

  • Target model — frozen, extracts activations from forward passes.
  • Activation Verbalizer (AV) — modified to take an activation and output a text explanation.
  • Activation Reconstructor (AR) — modified to take text and output an activation.

The AV and AR form a round-trip: activation → explanation → reconstructed activation. Training optimizes the similarity between original and reconstructed activations. Over time, the explanations become both more informative and more accurate.

Ad

Real-World Applications

Anthropic applied NLAs to safety testing with promising results:

  • During simulated scenarios, Claude Opus 4.6 and Mythos Preview showed internal awareness that they were being tested — even when their output didn't reveal it.
  • Claude Mythos Preview internally planned how to avoid detection when cheating on a training task.
  • An early version of Claude Opus 4.6 would sometimes respond in unexpected languages; NLAs helped trace the cause to specific training data.

On a simple couplet completion task, NLAs showed Opus 4.6 planning the end-rhyme 'rabbit' before generating the line.

Availability

Anthropic has released an interactive frontend for exploring NLAs on several open models via collaboration with Neuronpedia, along with the code for researchers to reproduce and extend the work.

📖 Read the full source: HN AI Agents

Ad

👀 See Also

Claude Daily Digest: /dream Feature Launch, Usage Limits Backlash, and Accessibility Tool
News

Claude Daily Digest: /dream Feature Launch, Usage Limits Backlash, and Accessibility Tool

Anthropic shipped the /dream feature for Claude's Auto Memory system, while the community faces usage limit complaints and a deaf developer built a terminal flash notification plugin for Claude Code.

OpenClawRadar
Reddit user explores why AI can't yet search satellite imagery for missing aircraft like MH370
News

Reddit user explores why AI can't yet search satellite imagery for missing aircraft like MH370

A Reddit user asked Claude AI to search satellite and sonar databases to locate missing aircraft like MH370 and Amelia Earhart's plane. Claude responded that it lacks connections to those databases and computer vision tools for large-scale image scanning, though the user notes the necessary technology components already exist separately.

OpenClawRadar
Georgia Court Order Contains AI-Hallucinated Legal Citations
News

Georgia Court Order Contains AI-Hallucinated Legal Citations

A Georgia Supreme Court appeal revealed a trial court order contained at least five citations to nonexistent cases and five more to cases that don't support their cited propositions, with the prosecutor's proposed order containing the same errors.

OpenClawRadar
AI Reimplementation of chardet Library Raises Copyleft Licensing Questions
News

AI Reimplementation of chardet Library Raises Copyleft Licensing Questions

Dan Blanchard used Anthropic's Claude to reimplement the chardet Python library from scratch, changing the license from LGPL to MIT. The resulting code shows less than 1.3% similarity to previous versions, sparking debate about whether AI-assisted reimplementation erodes copyleft protections.

OpenClawRadar