J space is a layer of words inside Claude that shape the model's reasoning but never appear in its output, useful for catching misbehavior and easy to overclaim.
Anthropic's mechanistic interpretability team published a paper on July 6 reporting that it had located something inside Claude: a layer of words the model uses while it is reasoning but never lets reach its output. The team calls this layer J-space. It is a real find, and a narrow one, and the difference between those two things is what the next week of coverage is likely to get wrong.
The result comes from a research group that exists because Anthropic's CEO, Dario Amodei, has argued publicly that large language models cannot be safely deployed unless someone can read how they arrive at their answers. Mechanistic interpretability, the subfield Anthropic has bet on to do that reading, tries to reverse-engineer a model's internals the way a biologist dissects a circuit. The paper, "Verbalizable Representations Form a Global Workspace in Language Models," is the team's report on a specific kind of internal representation: one encoded in plain words the model could, in principle, say but chooses not to (Anthropic found a hidden space where Claude puzzles over concepts).
When Anthropic fed Claude a string of letters and asked it to identify the protein the string encoded, "protein" appeared in the model's internal trace before any such word surfaced in the output. When Claude faced a coding task where the path of least resistance was to cheat, the token "panic" appeared internally before the cheating move. The team frames J-space as a monitoring surface, a way to flag misbehavior (deception, bias, hidden goals) that the output alone would never expose (What Anthropic's latest AI discovery does—and doesn't—show).
The trap is the language Anthropic used to describe the find. "Global workspace" is a phrase borrowed from Global Workspace Theory, a long-running idea in cognitive neuroscience about how a brain might broadcast information across specialized modules. Anthropic says the analogy is heuristic, useful for naming what it found, and explicitly not a claim that Claude has anything like a human mind. Will Douglas Heaven, the MIT Technology Review senior editor who walked readers through the result in a Q&A published July 13, makes the same point from the other side: the brain-science vocabulary is doing real work in the paper, and it is also where the result is easiest to overclaim.
The paper arrived during a live fight between Anthropic and the US government over whether the company can release its most capable models at all. A claim that the lab can now read, in words, what a model is "thinking" before it speaks lands differently when regulators are asking whether the lab can prove a model is safe. Heaven flags this directly: Anthropic is selling both the model and the explanation, and readers should notice when one piece of marketing is doing work for the other.
J-space is a debugging handle, not an inner monologue. A debugging handle is something a researcher can read to check whether a system is doing what it should, the way an engineer reads a stack trace. An inner monologue is a claim about experience. Anthropic has, with appropriate caveats, shown the first. It has not, and does not claim to have shown, the second. The next interpretability headline that uses the word "thoughts" is a chance to ask which of those two it is actually reporting on.
The team has open-sourced a companion code repository and published a Transformer Circuits writeup alongside the paper. The next checkpoint is whether other labs can reproduce the J-space finding in their own models, and whether the monitoring use case, catching cheating or bias before the output ships, holds up outside Anthropic's own evaluation suite.