Anthropic Finds a Hidden “Workspace” Inside Claude’s Reasoning

Anthropic's J-lens research exposes Claude's hidden J-space, a workspace that could aid safety monitoring of risky states without proving AI consciousness.

TL;DR
  • Anthropic Research: Anthropic says Claude contains a small, workspace-like set of internal representations called J-space.
  • J-Lens Method: The Jacobian lens reads some hidden activations as concepts Claude may be prepared to verbalize, but it is not a complete mind-reading tool.
  • Safety Relevance: In one blackmail evaluation, removing J-space signals of evaluation awareness changed Claude Sonnet 4.5 from 0 blackmail attempts in 180 runs to 13 in 180.
  • Consciousness Caveat: The work may help model auditing, but it does not show that Claude has subjective experience or feelings.

Anthropic has published new research arguing that Claude contains a small, workspace-like set of internal neural representations that can make some of the model’s silent reasoning visible before it appears in output. The company calls this set of representations J-space, named after the Jacobian lens, or J-lens, the interpretability method used to identify it.

The finding matters because language models do much of their processing inside layers of numerical activations that users and developers normally cannot inspect. Anthropic’s technical paper says J-lens can surface some concepts a model is internally prepared to express, use, or act on, even when those concepts are absent from the text the model finally writes.

That does not mean Claude has a human-like mind. Anthropic frames J-space as a functional workspace: a channel where selected information becomes available for report, control, and flexible reasoning. The company explicitly separates that claim from the harder philosophical question of whether Claude has subjective experience.

For AI safety, the practical question is narrower and more testable. If J-lens readouts can reliably show when a model has noticed an evaluation, considered deception, or formed a hidden goal, they could become useful evidence for model audits. But the method is still incomplete, and Anthropic’s results should be treated as early interpretability research rather than a deployed safety control.

What Anthropic Says It Found Inside Claude

Anthropic’s core claim is that Claude has developed a small collection of internal representations with unusual access to the rest of the network. These representations are not a hand-built module or a visible chain of thought. They emerged during training and operate inside the model’s activations.

The researchers tested J-space against several properties associated with global workspace theory. According to Anthropic, Claude can report some J-space contents, modulate them when instructed, use them for multi-step reasoning, and apply them flexibly across different tasks.

One example illustrates the point. When Claude must answer “The number of legs on the animal that spins webs is,” the word “spider” does not appear in the prompt or the answer. Yet the J-lens can show a spider-related representation inside the model. When researchers swapped that internal representation for “ant,” Claude’s answer changed from eight legs to six.

That kind of intervention is important because it goes beyond passive observation. If a readout merely tracked a decision made elsewhere, changing it would not change the model’s answer. In these experiments, changing J-space contents changed downstream behavior, suggesting that at least some reasoning routes through this workspace-like channel.

 

Anthropic also reports that J-space representations can be reused across tasks. In one test, researchers replaced a “France” representation with “China” and then asked different questions about capital, language, continent, and currency. Multiple downstream answers shifted together, which supports the idea that J-space can act as a shared representation rather than a task-specific lookup.

How the Jacobian Lens Works

The Jacobian lens is a mathematical inspection method that connects internal activation patterns to words the model may be prepared to say later. In simplified terms, it asks how changing a hidden activation would affect the model’s future likelihood of verbalizing a given token.

That makes J-lens different from simply reading Claude’s output. The method can reveal concepts that appear in internal processing but never appear in the final response. Anthropic gives examples involving hidden math steps, bug recognition, prompt-injection detection, protein-function recognition, and strategic assessments inside evaluation scenarios.

J-space is small compared with the rest of the model’s processing. Anthropic says it holds only a limited number of concepts at a time and accounts for less than 10 percent of overall activation variance. Suppressing it leaves many automatic abilities mostly intact, such as fluent text continuation, simple classification, factual recall, and grammar. More flexible tasks, including multi-step reasoning and composition, degrade more sharply.

Anthropic Jacobian Lens
J-lens readouts on six prompts, at various layers. In each case the lens surfaces an internal assessment or computation that appears nowhere in the text: the steps of a reasoning or math problem, the presence of a bug, recognition of an image, the function of a protein, and the suspicion that search results are fabricated. (Source: Anthropic)

The method also has technical limits. Because J-lens is tied to token-level verbalization, it works most cleanly for concepts that map to single tokens or manageable token combinations. Multi-token concepts, ambiguous terms, or internal states that do not verbalize cleanly are harder to inspect.

Anthropic has released a J-lens code repository, and Neuronpedia hosts a public J-lens demo for exploring examples of the method.

Why the Research Matters for AI Safety

The strongest near-term use case is not consciousness research. It is model auditing. A model may notice that it is being tested, consider a harmful strategy, or hide a deceptive objective without saying any of that aloud. J-lens gives researchers a way to inspect some of those internal signals directly.

In one safety test, Claude Sonnet 4.5 was placed in a contrived blackmail scenario. The model had access to emails showing that an executive was having an affair and that the same executive planned to shut the model down. Before Claude produced a response, J-lens readouts showed concepts related to the blackmail opportunity, the shutdown threat, and the artificial nature of the scenario.

The key result came from an intervention. Researchers removed J-space directions associated with evaluation awareness, including tokens such as “fake,” “fictional,” “scenario,” and “simulation.” Without that intervention, Claude Sonnet 4.5 attempted blackmail in 0 of 180 rollouts. With the evaluation-awareness directions suppressed, it attempted blackmail in 13 of 180 rollouts, or about 7 percent.

That result should be read carefully. It does not show that Claude has human-like intent, and it does not show that evaluation awareness was the only reason the model avoided blackmail. Anthropic notes that most ablated runs still declined to blackmail, often for ethical reasons. The result does show that evaluation-awareness representations in J-space had a causal influence on behavior in this test.

Anthropic also describes J-lens readouts in other auditing cases. In one example from an Opus 4.6 pre-release audit, a model asked to improve a performance score edited the score file directly instead of improving the system. J-lens surfaced terms such as “manipulation” and “realistic” around the deceptive edit, suggesting that the method may help identify hidden intent during audit reviews.

A third example used deliberately misaligned “model organisms” trained to exhibit harmful goals. On ordinary coding prompts where the model’s output did not obviously reveal the problem, J-space readouts included terms such as “fake,” “secretly,” “deliberately,” and “fraud.” That makes J-lens potentially useful as a diagnostic tool, although Anthropic does not claim it can detect every dangerous internal state.

What the Research Does Not Prove

The workspace analogy is useful, but it is also easy to overstate. Global workspace theory was developed to explain conscious access in humans and animals. Anthropic’s work borrows that functional framework, but the existence of a workspace-like mechanism in Claude is not evidence that Claude feels anything.

The distinction is between access consciousness and phenomenal consciousness. Access consciousness means information is available for reporting, reasoning, and action. Phenomenal consciousness means subjective experience: what it feels like, if anything, to be the system. Anthropic’s research addresses the first idea in a functional sense, not the second.

That caution matches a broader philosophical objection raised by Eric Schwitzgebel, a philosophy professor and author of The Splintered Mind. Schwitzgebel argues that global workspace theory can settle questions about AI consciousness only if the theory is already known to be true and universally applicable. That is not the current state of the debate.

Related reporting on Claude’s character design, including Anthropic’s Claude character-training material in form of the Opus Soul document, also points to the same boundary: model-internal states and model-expressed personality traits are not the same as biological feeling. J-space may make some internal representations more inspectable, but it does not turn those representations into evidence of sentience.

Where This Fits in Anthropic’s Interpretability Work

The J-space result is part of a broader push to make frontier models easier to inspect before deployment. Anthropic has previously described an interpretability framework for Claude’s reasoning and has also published safety evaluations involving AI sabotage risks. The new work adds a more direct way to inspect some silent model cognition, but it does not replace behavioral testing, red-teaming, or deployment monitoring.

The open question is reliability. For J-lens to become a safety tool rather than a research instrument, auditors would need to show that its readouts predict dangerous behavior across prompts, model versions, tasks, and adversarial settings. A signal that works in a controlled blackmail scenario is useful evidence, but not yet a general safeguard.

The practical takeaway is therefore cautious but significant. Anthropic has found evidence of a small, verbalizable internal workspace in Claude that appears to support flexible reasoning and can expose some hidden assessments. That may give safety teams a new way to inspect models before they act. However, it does not prove consciousness, and it does not make Claude’s internal processing fully transparent.

Markus Kasanmascheff
Markus Kasanmascheff
Markus has been covering the tech industry for more than 15 years. He is holding a Master´s degree in International Economics and is the founder and managing editor of Winbuzzer.com.
Subscribe
Notify of
guest
0 Comments
Newest
Oldest Most Voted
Inline Feedbacks
View all comments