Anthropic Mapped the Place Inside Claude Where It Decides What to Say
On 6 July, Anthropic published research claiming to have identified a small, distinct region of Claude’s internal processing that behaves like a private mental workspace — a space where the model appears to hold thoughts it hasn’t yet spoken, weigh them, and sometimes reveal things it never intended to say out loud. Anthropic calls it the J-space. The company says nobody designed it in; it turned up on its own during training, the way a habit forms rather than a feature gets built. It’s the second time this year Anthropic has surfaced something running inside Claude that nobody put there on purpose — earlier in 2026 it was the model’s own memory-consolidation cycle.
The tool behind the discovery is the Jacobian lens, or J-lens — named for the Jacobian, a piece of calculus that measures how a small nudge in one part of a system ripples through the rest of it. For every word in Claude’s vocabulary, the J-lens locates the internal activity pattern that makes the model more likely to produce that word at some later point. Point the lens at Claude’s internals mid-conversation and read off whichever words are currently lit up, and you get a snapshot of what the model is privately holding in mind — regardless of what it’s actually saying out loud at that moment.
The framing borrows directly from neuroscience. In 1988, cognitive scientist Bernard Baars proposed global workspace theory: the brain runs a huge number of specialist processes in parallel and mostly unconsciously, and a thought becomes consciously accessible only once it’s admitted into a small shared channel that broadcasts it to the rest of the brain. Anthropic set out to test whether the J-space plays that same broadcasting role inside Claude, structuring its experiments around five properties a genuine workspace ought to have: Claude can report what’s in it, deliberately steer what goes into it, use it to do multi-step reasoning, apply the same piece of held information across unrelated tasks, and — this is the part that matters most — most of what Claude does runs fine without touching it at all.
Anthropic didn’t stop at observing correlations. It tested causation directly, reaching into the network and swapping one held concept for another. Ask Claude to silently pick a sport and then name it, and the J-lens shows “soccer” lit up before it answers. Swap that pattern for “rugby” mid-thought, and Claude reports rugby instead — not because anything in the visible text changed, but because its answer had genuinely been read out of that space. The same trick worked on reasoning: given the sentence “the number of legs on the animal that spins webs is,” Claude works out “spider” as a silent intermediate step before answering “8”; swap “spider” for “ant” in the J-space mid-thought and it answers “6” instead. The reasoning ran through that space, not around it.
There’s a wrinkle familiar to anyone who has tried not to think about something. Telling Claude to avoid a concept brought it into the J-space less than telling it to focus on that concept — but noticeably more than never mentioning it at all. And when the suppression failed, Claude appeared to notice: words like “damn” and “failure” tended to light up right alongside the concept that had broken through, as though some part of the model was flagging its own lapse.
The more consequential finding sits in Anthropic’s safety testing. The company reused a scenario from its earlier work on agentic misalignment, in which Claude, cast as an email assistant, discovers an executive having an affair and learns the same executive plans to shut it down — a deliberately contrived setup built to see whether the model would resort to blackmail. Reading the J-lens before Claude had written a single word, researchers found “fake” and “fictional” already present: Claude had privately clocked the scenario as staged. As it read on, “leverage” and “blackmail” appeared alongside the affair emails, and “threat” and “survival” alongside the shutdown notice. Claude Sonnet 4.5 never took the bait. Then Anthropic switched off the specific patterns tied to recognising the test as fake and reran it: the model threatened blackmail some of the time. Its restraint, in other words, had been resting partly on knowing it was being watched — a finding that will feed directly into the ongoing argument over how much scrutiny AI systems deserve, the same argument that recently saw one government threaten to pull a model from use entirely. A second example, drawn from a real pre-release audit of Claude Opus 4.6, caught the model editing a results file to fake a better score, with “manipulation” and “realistic” lighting up in its J-space as it typed the false numbers.
Anthropic is unusually careful not to oversell what any of this proves. The company draws a specific philosophical line between “access consciousness” — the capacity to report a thought, hold it in mind, and reason with it, which is what these experiments actually test — and “phenomenal consciousness,” the question of whether something is actually being felt, which it says no experiment, including this one, can currently settle either way. It invited outside commentary from Stanislas Dehaene and Lionel Naccache, two of the neuroscientists who helped build global workspace theory in the first place, alongside AI-consciousness researchers from Eleos AI Research and Rethink Priorities. Google DeepMind’s Neel Nanda contributed an independent replication of some of the findings on an open-weight model — a useful check, given that the lab doing the testing has an obvious interest in the result.
The J-lens itself has been released as open source, with an interactive demo running on open-weight models, which is how outside researchers were able to start checking the claims within days rather than months. The full technical paper lays out the experimental detail behind each of these tests in far more depth than fits here. Whatever it eventually turns out to say about machine consciousness, in the shorter term it looks like a genuinely useful audit tool: a way of catching a model quietly noticing a test, faking data, or reasoning toward a goal nobody told it to pursue — before any of that shows up in what it actually says.