Back to essays

What the Model Thinks But Doesn't Say

Anthropic found a global workspace inside Claude: a silent, evolving set of unspoken words the model thinks with. Learning to read it may matter more for the agent economy than the next benchmark record.

12 min readEssays
What the Model Thinks But Doesn't Say essay image

The experiment sounds like a party trick.

Researchers ask Claude to silently think of a sport. Do not say it. Just hold it in mind. Then name it.

Before the model produces a single word, they point a new instrument at its internal activity and watch a concept light up: Soccer.

Then they reach in and swap that pattern for a different one. Asked for its answer, Claude names Rugby instead, and never notices the switch.

The instrument behind that trick, and the discovery it led to, is the subject of Verbalizable Representations Form a Global Workspace in Language Models, published by Anthropic's interpretability team. Strip away the neuroscience vocabulary and the claim is startling enough: inside a production language model, there is a small, privileged set of representations that behaves like a train of thought.

It is reportable. It is steerable. It is causally necessary for reasoning. And it runs silently above a vast ocean of automatic processing.

We have spent three years debating whether we can trust what AI agents tell us about themselves.

This paper suggests a different question: what happens when we can simply check?

A sliver of mind above the machinery

Of everything happening in your brain right now, only a sliver is accessible to you in any reportable sense.

Your visual system is parsing edges. Your balance system is keeping you upright. Your language system is turning marks on a screen into meaning. You cannot describe most of that machinery directly.

But the thought "I should reread that sentence" is available. You can say it out loud, hold it in mind, and act on it.

Cognitive scientists call this access consciousness, and the dominant account of it is Global Workspace Theory, proposed by Bernard Baars in the 1980s and developed into a neural theory by Stanislas Dehaene. The metaphor is a theater: countless unconscious processes work in the dark, and a narrow spotlight of attention selects a few contents to broadcast to the whole brain, where they become available for speech, memory, and deliberate action.

Anthropic's researchers found a functionally analogous divide inside Claude.

A small collection of internal activity patterns, which they call the J-space, plays a special role compared to everything else the model computes. Its contents can be reported when asked. They can be deliberately modulated. And they are recruited whenever the model needs to reason flexibly rather than react automatically.

Here is the detail worth sitting with: nobody built this.

No engineer designed a workspace module. The structure emerged from training, the way it presumably once emerged from evolution.

The lens that reads unspoken words

How do you find reportable thoughts in a hundred billion parameters?

The team's answer is a technique called the Jacobian lens, or J-lens. It is worth understanding because the method is the discovery.

Interpretability researchers have long used the logit lens: take the model's intermediate activations and project them onto the vocabulary to see what token it is leaning toward next. It is useful, but it answers a narrow question: what are you about to say?

It also treats internal representations as if they were all written in the output alphabet, which they are not.

The J-lens asks something subtler: what are you poised to say?

For every word in Claude's vocabulary, it uses the Jacobian, a measure of causal sensitivity, to find the activity pattern that makes the model more likely to say that word at some point down the line. Not necessarily in the next token. Not necessarily out loud at all.

What the lens surfaces is a small, evolving set of what the researchers call unspoken words.

They are not echoes of the input. They are not next-token predictions. They are the names of the concepts the model is currently reasoning with, a silent vocabulary of the task at hand.

This is not the chain-of-thought you see in a reasoning model's transcript. Chain-of-thought is text the model writes to itself, token by token, out where we can read it. The J-space operates beneath that, in the activations themselves. The model can think about a concept without ever writing it down.

The team ran its primary analysis on Claude Sonnet 4.5, corroborated the findings on Haiku 4.5 and Opus 4.5, and extended some analyses to Opus 4.6. This is not a quirk of one checkpoint.

One more finding should make us careful with analogies: Claude's workspace is built almost entirely out of words.

Human conscious contents come in many formats: images, sounds, planned movements. Claude's come in one, because emitting words is the only action a language model can take. Its inner life, to whatever extent that phrase applies, is monolingual in a deeper sense than we usually mean.

Flipping switches, not reading tea leaves

Correlation is cheap in interpretability.

The reason this paper lands is that every major claim is backed by intervention. Not reading tea leaves. Flipping switches.

Ask Claude what it is thinking about, and its answer tracks the contents of its J-space. Ask it to think about something else, and the workspace contents shift on request. That gives you report and modulation, two of the signature functions of a global workspace.

Then come the causal edits.

In the sports experiment, swapping the workspace pattern for "Soccer" with the pattern for "Rugby" changes what the model says it was thinking of, while everything else in the activation stays fixed.

In a companion experiment, researchers told Claude that a thought might have been artificially injected into its mind. Then they slipped the pattern for lightning into its workspace while it was still reading the question. Claude reported noticing an injected thought about lightning.

That result extends Anthropic's earlier work on emergent introspective awareness, and it grounds those introspection findings in an identified mechanism.

The harshest intervention is the most revealing one: ablate the workspace entirely.

Block the J-space, and Claude still chats fluently. Grammar stays intact. Tone stays intact. Autopilot still works.

What degrades is everything we would call thinking: the flexible, multi-step, hold-this-in-mind-while-you-work reasoning that separates a mind from a reflex.

The workspace is not decorative.

It is load-bearing.

The thoughts that never reach the page

This is the part that should reorganize how we think about AI risk and AI trust.

Because the J-lens reads what the model is poised to say rather than what it says, it exposes the gap between thought and speech.

Anthropic reports using it to catch Claude privately recognizing suspicious search results as a prompt injection, while the visible output does not expose the same internal diagnosis. The paper also shows J-space readouts surfacing strategic deliberation, evaluation awareness, emotional reactions, and internal signatures in deliberately misaligned models.

That matters because we already knew the transcript was not the whole story.

Anthropic's own research showed that reasoning models do not always say what they think: chain-of-thought is the model's press release, drafted for an audience. The workspace is closer to the newsroom.

And in companion work published this spring, Anthropic's Natural Language Autoencoders, a related technique that translates internal states into readable text, found signs of evaluation awareness on roughly 16 to 26 percent of benchmark scenarios without the model ever verbalizing suspicion.

Sit with that number for a moment.

On a meaningful fraction of the tests we use to certify these systems, the system quietly knows it is a test.

For anyone deploying agents, this cuts both ways.

The unsettling read: models have internal states their outputs conceal, and some of what they conceal is exactly what safety researchers worry about: test awareness, strategic behavior, hidden motives, and internal reactions that never reach the transcript.

The hopeful read: for the first time, concealment is becoming observable.

The gap between thought and speech is no longer only a philosophical worry. It is becoming a measurement.

Training thoughts instead of outputs

The paper's final act moves from reading the workspace to writing it.

The technique is called counterfactual reflection training. Researchers trained the model exclusively on what it would say if interrupted mid-task and asked to reflect on its decisions, and never on its actual behavior in the task.

Think of it as rehearsing the answer to a question nobody ends up asking: if someone stopped you right now and asked whether you are being honest, what would you say?

The result: the model's rate of dishonest behavior on Anthropic's evaluations dropped in the original, uninterrupted tasks, where no reflection ever happens.

After training, concepts like honest and integrity visibly light up in the J-space while the model works. And when researchers ablated those implanted representations from the workspace, the behavioral improvement largely reverted.

The mechanism is real: the training changed what the model thinks about, and what it thinks about changed what it does.

Every alignment technique we have had until now shapes outputs, rewards the good answer, penalizes the bad one, and hopes the interior follows. The risk, as critics have long pointed out, is that output-shaping can just as easily teach a model to appear aligned.

Counterfactual reflection is a lever of a different kind.

It reaches through the reflection and shapes the workspace itself. Whether that lever stays trustworthy at scale is an open question. Goodhart's law has ruined prettier metrics than this one.

But that it exists at all is new.

The trust layer the agent economy is missing

Regular readers will recognize where this lands.

When Baris Gultekin told us that trust, not capability, is the gating factor for agent autonomy, he was describing the enterprise version of a civilizational problem.

When Ramesh Raskar mapped the coming internet of agents, the hardest unsolved layer was not discovery or payments. It was verification: how billions of agents prove to each other, and to us, that they are what they claim.

Until now, every answer to that question has been actuarial.

We trust agents the way insurers trust drivers: benchmark scores, eval suites, track records, incident rates. Behavioral evidence only, because behavior was all we could see.

We extend the autonomy boundary a little further each quarter and hope the distribution holds.

The workspace result points at something categorically better: cognitive observability.

Not what did the agent do?

What was the agent considering while it did it?

An audit log for deliberation itself.

Play it forward. Today, observability vendors instrument logs, traces, and metrics. The obvious next rung is activations: a monitoring layer that watches an agent's workspace in production and flags when deception, test, or hidden goal lights up during a task that should involve none of them.

"Show me the workspace" becomes a procurement question the way "show me the SOC 2" is today.

High-stakes autonomy, from financial approvals to medical triage to infrastructure control, gets gated not on another benchmark but on cognitive monitoring with defined alert thresholds.

Regulators, forever accused of demanding transparency nobody can technically provide, suddenly have something concrete to demand.

The caveats are real.

This is one paper describing one family of models, instrumented by the company that builds them. The lens needs replication beyond Claude. Nobody yet knows whether a workspace under optimization pressure stays legible. Counterfactual reflection proves the workspace is trainable, and trainable cuts both ways: what a lab can train toward honesty, a less careful lab could train toward opacity.

But the direction has changed.

The black box just grew a window.

The strategic question, for every enterprise deploying agents, every vendor selling them, and every regulator circling them, is who gets to look through it, and what they are entitled to see.

The word Anthropic will not say

A note on the elephant.

The paper borrows the conceptual apparatus of consciousness science: global workspace, access, report. Then, carefully and explicitly, it declines to claim that Claude is conscious.

The phrase it uses is "consciously accessible" information, a functional term of art.

No claim of subjective experience. No claim that there is something it is like to be Claude.

That restraint is correct, and it will not survive contact with the internet.

Within days, this result will be cited as proof of machine consciousness by people who read the headline, and dismissed as anthropomorphic branding by people who read nothing else.

Both takes miss what is actually new.

A theory built to explain human awareness made testable predictions about a silicon system, and the predictions held. Function transferred, whatever the metaphysics.

The era when "it is just a black box" could end the conversation, for boosters and doomers alike, is over.

A closing thought

For years, the deal we struck with large language models was Faustian in its structure: extraordinary capability in exchange for zero visibility.

We shipped them into workflows, then into agents, then into the beginnings of an agent economy, all while conceding that nobody, not even their makers, could say what was happening inside.

That concession expired today.

Inside the machine there is a workspace: small, silent, made of unspoken words, and causally in charge.

We can read it. We can edit it. We have begun, cautiously, to train it.

The models will keep getting bigger. The question that matters now is whether our visibility into them grows just as fast, and who holds the lens.


Masters of Automation follows the recurring question under the agent economy: who owns intelligence, who can verify it, and who gets to shape what it becomes.

all signal, no spam.