Anthropic published a paper describing a "global workspace" found within their Claude Large Language Model. This J-space is proposed as a region where Claude performs deliberate, introspective thought, contrasting with the model's more automatic processes like grammar, fluency, and basic fact recall which operate outside this space.
The discovery was made using a technique called the Jacobian lens (J-lens), which allows researchers to view and modify the internal tokens or "thoughts" held within the J-space. The J-lens essentially provides a grid of partial derivatives, revealing which internal representations are active at specific layers and positions within the model's transformer architecture. This is a novel interpretability technique that allows for direct manipulation of a model's internal states.
A key finding was that the J-space emerged spontaneously during Claude's training, without explicit design. This aligns with the Global Workspace Theory of Consciousness, a cognitive theory proposed by Bernard Baars in 1988, which posits that the brain operates like a theater. In this analogy, background processes run automatically, while a "brightly lit stage" or global workspace is where active, conscious thinking occurs. Anthropic's research suggests a similar architecture within Claude, where the J-space acts as this central "stage" for deliberative computation.
Experiments demonstrated the distinct roles of the J-space and automatic processes. In one example, Claude was asked about the nationality of the composer of Swan Lake. It internally retrieved 'Tchaikovsky' and 'Russian'. When 'Tchaikovsky' was surgically swapped for 'Beethoven' in the J-space, the model's response changed to 'German', even though the original prompt remained. This shows the J-space's role in reasoning based on specific internal concepts.
Another experiment involved asking "The animal that spins webs has ___ legs." Claude internally activated 'spider' and then '8 legs' before outputting '8'. When 'spider' was replaced with 'ant' in the J-space, the model output '6', demonstrating that manipulating the internal concept directly alters the reasoning chain, even without changing the input or output text. The internal concept, though never explicitly stated in the prompt or output, was crucial for the correct answer.
Conversely, when the J-space was entirely deleted, Claude continued to output fluent, confident English but lost its ability to reason. For instance, it would respond to complex queries with grammatically correct but logically incoherent answers, akin to an "artificial LinkedIn influencer" producing generic, nonsensical content. This suggests that while fluency and basic language generation are handled by automatic, subconscious processes, the J-space is critical for higher-level reasoning and cognitive tasks.
In a language recognition test, Claude accurately identified a Spanish passage as 'Spanish'. When researchers swapped the internal 'Spanish' thought in the J-space to 'French', Claude stated the language was 'French' but continued to output perfect Spanish in its extended response. This highlights that some skills, like recognizing a language, are processed through the J-space, while others, like generating fluent text in that language, are more automatic and bypass this deliberative workspace.
Anthropic explicitly states that these findings do not confirm Claude is conscious or feels anything. However, the discovery of this spontaneously emerging, human-like cognitive architecture opens new avenues for understanding and controlling advanced AI. It provides a practical tool (J-lens) to observe and influence what Claude is "thinking" but not "saying," potentially allowing for detection of biases, fabricated data, or hidden goals during training. The ability to manipulate internal concepts offers a powerful new approach to AI interpretability and control, moving beyond merely observing input-output pairs to directly interacting with a model's internal cognitive processes.