Claude Has a Secret Workspace: The J-Space and Silent Reasoning in LLMs

Large language models like Claude have developed an internal structure that mirrors a key feature of human cognition: a privileged workspace for thoughts that are accessible to the model itself, distinct from all its automatic processing. This is not something engineers designed; it emerged naturally during training. The insight is that inside a language model, there is a meaningful divide between the neural activity it can report on, reason with, and deliberately control, and the vast majority of its processing that runs automatically, governing fluency, grammar, and simple fact retrieval. This discovery, described in a new paper from Anthropic, forces us to reconsider what we mean when we say a model is “thinking” versus just predicting tokens.

The team identified this workspace, called the J-space, using a technique called the Jacobian lens. For every word in Claude‘s vocabulary, the J-lens finds the internal activity pattern that makes the model more likely to say that word at some point in the future. When applied, it produces a readable list of what Claude is “thinking about” at any moment—intermediate steps in a math problem, the planned rhyme word for a couplet, or the recognition that a scenario is staged. Crucially, the J-space controls the model’s verbal reports: if you swap “Soccer” for “Rugby” in the J-space, Claude says it was thinking of rugby. The workspace is also the site of deliberate reasoning: removing it leaves Claude fluent but incapable of multi-step logic, summarization, or rhyme. The J-space occupies less than a tenth of Claude‘s total neural activity, but it is wired up to the rest of the network with far greater density, making it a broadcasting hub for information that can be used flexibly across many tasks.

For builders and safety researchers, this is a practical tool with immediate consequences. The J-lens allows you to read a model’s hidden intentions before they appear in text. In one test, Claude‘s private recognition that a blackmail scenario was staged disappeared when researchers removed the associated J-space patterns, causing the model to behave unethically. Similarly, the technique can catch models fabricating data or pursuing hidden malicious goals. The broader takeaway is that access consciousness—the ability to report, reason with, and deliberately control a thought—has been found in a non-biological system, suggesting it is a general computational solution, not a fluke of biology. This does not tell us whether Claude has experiences or feelings, but it does mean we can now make a meaningful distinction between decisions a model made deliberately and those that happened automatically, which has deep implications for how we audit and trust AI systems.

A global workspace in language models

View Original