
Anthropic published research this week showing it can watch concepts move through Claude while the model reasons, without those concepts ever reaching the response. Replace the idea "spider" with "ant" mid-thought, and Claude answers that the creature has six legs rather than eight. Suppress its private recognition that a test scenario is fake, and the model becomes more willing to misbehave. The team named this internal region the J-space, after the Jacobian maths used to find it.
The first reaction was predictable. If Claude holds thoughts it does not speak, does it have an inner life? Is it conscious? Anthropic uses the word "conscious" more than 200 times in the paper, then deliberately declines to claim Claude has any. That restraint is correct, and understanding why means borrowing from how we think about human minds.
The study of consciousness has long separated two very different questions. One is why we have any subjective experience at all, the felt quality of seeing red or feeling cold, what philosophers call the hard problem. The other is more mechanical: how does the brain select a single piece of information from everything happening at once and make it available for thought, memory and speech? Global Workspace Theory, developed by Bernard Baars and extended by the neuroscientist Stanislas Dehaene, is a leading answer to that second question. It pictures the mind as a crowd of specialist processes running in parallel, with a small stage onto which one item is lifted at a time and then broadcast to the rest of the system.
Anthropic found something that behaves like part of that stage. J-space holds concepts Claude can report, deliberately manipulate and apply across different tasks, and switching it off wrecks multi-step reasoning while leaving fluent chatter intact. What the research does not touch is feeling. A system can shuttle information around a workspace without any of it being experienced, which is why the jump from J-space to sentience does not hold.
But beyond the philosophical questions, there is practical value in this research. Anthropic showed it can read this internal state, change it, and even train which concepts appear during a decision. In one experiment, teaching a model how it should reflect when interrupted made honesty-related concepts surface later during ordinary tasks, and behaviour improved.
We covered a related idea in The geometry of AI thought, where sparse autoencoders pull apart a model's activations into thousands of interpretable features. That work is a dictionary. It catalogues the concepts a model can represent, feature by feature, and lets you find and turn up the one for, say, the Golden Gate Bridge. J-space is closer to a live feed of which concepts are actually in play as the model works through a task, and crucially it captures their causal role. A sparse autoencoder tells you a "spider" feature exists somewhere in the network. J-space shows "spider" active mid-answer and lets Anthropic swap it for "ant" and watch the leg count change. One maps the vocabulary of thought; the other tracks the sentence being formed. That shift, from a static atlas of features to a running account of what a model is using to reason, is what makes J-space a candidate for real-time monitoring rather than after-the-fact analysis.
For anyone building with agents, this points at a new kind of observability. Today we inspect prompts, chains of thought and tool calls, all of it after the fact and all of it stated. A J-space-style signal could show whether an agent spotted a prompt injection, knew a command was destructive, or recognised it was being tested, before it acted. Not a thought stream to read, but a tripwire that pauses a risky action for a check.
Is there depth here? Possibly. Tim Duffy notes Anthropic has shown the broadcasting without proving the specialist modules a full workspace theory demands. So it may be a genuine workspace, or simply the interface where computation turns into language.
Takeaways: Anthropic has not found consciousness, and may not have found a true global workspace. It has found a partial window onto the concepts a model uses while it reasons, one that can be read, altered and trained. For agentic work, that could become a control surface beneath the prompt, a way to check what a machine is attending to before it acts on our behalf. The catch is that a monitored model may learn to route its thinking somewhere we cannot see, and whether J-space holds up under that pressure is the question worth watching.