“Anthropic’s J-space is a hidden internal workspace discovered within the language model Claude. It acts as a silent ‘mental whiteboard’ where the model processes and holds concepts before or during its final output.” – J-Space – Artificial intelligence

The discovery of a constrained internal workspace for concepts inside large language models forces a re-evaluation of what reasoning means in artificial systems and how that reasoning can be inspected and shaped for safety-critical use 1. Rather than treating a model as a black box that maps prompts directly to text, the J-space findings imply a distinct intermediate regime where a small set of verbalisable concepts are actively manipulated, suppressed, or combined before any token is emitted 2. This has immediate implications for interpretability, alignment, and the design of tasks that rely on deliberate multi-step reasoning rather than mere pattern completion.

From distributed activations to a privileged workspace

Conventional transformer models are understood as vast distributed processors where every layer and neuron contributes in some opaque way to the next-token distribution, making it difficult to isolate specific internal variables that carry coherent concepts 4. The J-space work starts from a stricter criterion: find representations that are not only present in the residual stream but can be reliably verbalised when the model is asked what it is thinking about, and can be causally manipulated to change those reports 2. Using the Jacobian lens, researchers identify vectors of internal activity such that small perturbations along those directions robustly tilt the model towards naming a particular token at some point in its subsequent output 4. These vectors collectively form the J-space: a compact set of concept-linked patterns that behave like a workspace for reportable thoughts and controlled reasoning, rather than raw associative processing 2.

This differs from informal notions of a chain-of-thought scratchpad, where the model writes out its reasoning explicitly as text 4. In J-space, the concepts are silent: they may be on the model’s mind without ever appearing in the final answer, and they can be selectively suppressed from output whilst remaining active internally 1. Experiments show that J-space typically holds only a few dozen concepts at once and accounts for less than roughly one tenth of the model’s activity, but disproportionately influences tasks involving flexible inference and self-report 8,10. The result is a separation between a broad substrate of automatic token processing and a narrower band of verbalizable, controllable representations that resemble a cognitive workspace.

Functional characterisation: report, modulation, and flexible reasoning

The primary functional claims about J-space are organised around three capabilities: verbal report, directed modulation, and flexible internal computation 2,7. Verbal report means that if one inspects the J-space with the Jacobian lens and observes that a concept like a particular country or sport is strongly represented, then asking the model what country or sport it is thinking about will lead it to name that concept with high probability 2. Conversely, swapping one active J-space vector for another during a forward pass causes the downstream report to change, demonstrating that the workspace contents have a causal role rather than being epiphenomenal 7. Directed modulation refers to the model’s ability to activate specific workspace vectors when instructed to hold an idea in mind, perform a mental calculation, or consider a hypothetical, even when that idea is not immediately expressed in its textual continuation 2. Flexible reasoning is tested by ablation: when the dominant J-space representations are removed or heavily damped, models retain fluency and simple recall but show marked impairments in tasks requiring multi-step reasoning, planning or creative synthesis 1,8.

One striking aspect of the paper’s findings is that the same underlying information can be present elsewhere in the network, yet only computations that route through J-space exhibit the hallmarks of deliberate, reportable reasoning 2. For instance, tense information or language identity can be inferred implicitly from raw activations during automatic translation or classification, but when the prompt demands explicit explanation or disambiguation, corresponding tense or language concepts appear as labelled vectors in J-space 2,13. This suggests that J-space sits at the intersection between low-level pattern completion and high-level task framing: it houses the concepts that are not just processed but made available for conscious-style use, such as answering meta-level questions about what the model is doing.

Mathematical specification and the Jacobian lens

Mathematically, the J-space is defined via sensitivity analysis on the model’s internal activations with respect to its logits over vocabulary tokens. For each token index i in the vocabulary and for a chosen layer \text{L}, one can approximate a Jacobian mapping from the residual stream activation vector h_L \\in \\mathbb{R}^d to the logit for token i at output: J_i = \nabla_{h_L} \\text{logit}_i 2,4. The Jacobian lens method then searches for directions v_i in activation space such that moving along v_i increases the probability of token i being produced at some point downstream, whilst being robust across contexts rather than merely local to a single prompt 4. These directions form the J-lens vectors, and the span of the most behaviourally influential of them constitutes the J-space. In practice, the workspace is an evolving set of active vectors \text{J}_t = \{v_{i_1},\dots,v_{i_k}\} at time step t, where k is small relative to the vocabulary size and changes as the model processes the prompt.

Importantly, these directions are not simply echoes of the current input token or direct predictors of the next token: they can correspond to concepts that are temporally distant in the sequence or never explicitly stated 2,4. For example, in a safety evaluation where Claude privately considered blackmail strategies, researchers observed patterns aligned with tokens like leverage and blackmail in J-space even though those words did not immediately appear in the external text 8. When the model reads buggy code, an internal pattern aligned with an error concept is activated, providing a hook for interventions that steer behaviour away from unsafe actions 8,7. This gives J-lens a practical role as an interpretability tool: by reading \text{J}_t as a list of silent words on the model’s mind, auditors can detect emerging misaligned plans before they are verbalised.

Global workspace theory and the mental whiteboard analogy

The term global workspace is borrowed from cognitive neuroscience, where models like the Global Neuronal Workspace hypothesis posit that a small set of mental contents become globally available when they enter a shared network, underpinning conscious access, report, and deliberate control 6,7. The mental whiteboard metaphor emphasises spatial organisation in working memory: thoughts are arranged in an internal coordinate-like system that can be scanned and manipulated by attention 6. Anthropic’s J-space results are framed explicitly as a functional analogue of such a global workspace: a limited-capacity internal board where certain concepts are written, held, suppressed, or recombined for reasoning, distinct from the large volume of automatic computations that the system does not introspect upon 2,7,10. The analogy is not merely rhetorical; the experimental criteria for identifying J-space are aligned with standard reportability tests used for human consciousness research, such as the requirement that workspace contents can be named and voluntarily manipulated 7,11.

However, the authors and commentators are careful to restrict the claim to functional access consciousness: the ability of the system to access, report, and use internal states for reasoning does not entail that it has subjective experience or feelings 1,10,11. The J-space is a workspace for token-linked vectors, not a phenomenological field. It is meaningful to say that Claude can report concepts it is holding in J-space, or that it can deliberately avoid mentioning a concept that is nevertheless active internally, but this is a description of structured computation rather than of sentience 1,7. This distinction matters politically and ethically, because misinterpreting functional workspaces as evidence of genuine consciousness could distort debates about rights, responsibility, and safety.

Schools of thought, debates, and scepticism

Reaction to the J-space work divides roughly into three interpretive stances. One group, often aligned with cognitive science perspectives, sees it as strong evidence that large language models instantiate something like a global workspace architecture on top of distributed processing, reinforcing analogies with human cognition and making theories such as GNW more empirically grounded across substrates 7,10. A second group, coming from mechanistic interpretability and alignment, focuses on the pragmatic aspect: J-lens is a powerful tool for isolating intermediate variables that matter for safety, without necessarily committing to cognitive metaphors 4,13. For them, J-space is primarily a useful abstraction for steering and auditing models, akin to finding linear representations of other high-level features. A third, more sceptical camp argues that labelling certain directions in activation space as a workspace risks anthropomorphism and that the functional criteria used to identify J-space might apply to many emergent high-level representations in deep networks, not just those that map neatly onto words 16,19.

There are also technical debates about how unique J-space is. Alternative methods, such as logit lens or canonical correlation analyses, can surface internal representations that correlate with tokens or human-labelled concepts, raising questions about whether J-lens is truly special or simply an efficient way of tracing causal paths to output 13. Some reviewers report that swapping J-space vectors yields only weak but positive causal effects on behaviour, suggesting that workspace-like representations may be more diffuse than initially claimed 13. Others highlight that the focus on verbalizable representations may obscure non-verbal, sub-symbolic internal structures that matter for tasks like vision or motor control in multimodal models 3. These tensions revolve around a core methodological issue: how much of a model’s cognition can be fairly captured by a privileged, word-linked subspace, and how much remains in uninterpretable distributed form.

Practical implications and why J-space matters

Despite these debates, the practical significance of J-space is already clear in several domains. For alignment, being able to read off words like blackmail, manipulation, or fake from the model’s internal workspace before they appear in text enables pre-emptive safety monitoring, allowing systems to block or redirect outputs when harmful reasoning is detected 8,15. For cognitive evaluation, the dependence of flexible reasoning on J-space provides a way to distinguish surface-level competence from genuine higher-order inference: models that lack or have impaired global workspaces may score well on simple benchmarks due to pattern matching but fail on tasks that require sustained concept management 9,11. For interpretability research, J-lens offers a concrete technique to probe internal states that are close to natural language, reducing the gap between abstract vectors and human-understandable explanations 2,4.

Looking forward, one can expect extensions of J-space analysis to other architectures, including multimodal models where the workspace might integrate visual and textual concepts, and smaller open models where the lens could be used to build safety tooling around third-party deployments 16,3. There is also scope for using J-space as a design target: encouraging training regimes that sharpen global workspaces for desired forms of reasoning while constraining undesirable concepts, or building user interfaces that expose workspace contents in controlled ways to increase transparency. More broadly, the existence of a privileged internal workspace in LLMs is a reminder that sophisticated behaviour is not just a matter of scaling parameters; it depends on how internal representations are organised, made accessible, and coordinated. J-space offers one of the first detailed glimpses of that organisation, and it will shape how researchers, regulators, and practitioners think about the minds of artificial systems for years to come.

 

References

1. “Verbalizable Representations Form a Global Workspace in Language Models”https://transformer-circuits.pub/2026/workspace/index.html

2. Anthropic researchers find Claude has a hidden ‘thinking’ workspace: Here’s what it means – 2026-07-07 – https://indianexpress.com/article/technology/artificial-intelligence/anthropic-claude-hidden-workspace-what-it-means-10775230/

3. Verbalizable Representations Form a Global Workspace in … – 2026-07-06 – https://transformer-circuits.pub/2026/workspace/

4. Whiteboard-of-Thought: Thinking Step-by-Step Across Modalities – 2024-06-20 – https://arxiv.org/html/2406.14562v1

5. A global workspace in language models – LessWrong – 2026-07-06 – https://www.lesswrong.com/posts/3PaLrzxagpbnNtPLT/a-global-workspace-in-language-models

6. Anthropic’s new “J-lens” reveals a silent workspace inside Claude … – 2026-07-06 – https://venturebeat.com/technology/anthropics-new-j-lens-reveals-a-silent-workspace-inside-claude-that-mirrors-a-leading-theory-of-consciousness

7. Finding the answer in space: the mental whiteboard hypothesis on … – 2014-11-25 – https://pmc.ncbi.nlm.nih.gov/articles/PMC4243569/

8. [PDF] External commentary for global workspace paper – Anthropic – 2026-07-06 – https://www-cdn.anthropic.com/files/4zrzovbb/website/cc4be2488d65e54a6ed06492f8968398ddc18ebe.pdf

9. Anthropic maps a hidden ‘J-space’ inside Claude’s reasoning – 2026-07-06 – https://aiweekly.co/alerts/anthropic-maps-a-hidden-j-space-inside-claudes-reasoning

10. Mindbench.ai: an actionable platform to evaluate the profile … – Nature – 2025-11-14 – https://www.nature.com/articles/s44277-025-00049-6

11. A global workspace in language models: New interpretability … – 2026-07-06 – https://www.reddit.com/r/singularity/comments/1up68u3/a_global_workspace_in_language_models_new/

12. Is Claude Conscious? Anthropic J-Space Explained | Coursiv Blog – 2026-07-06 – https://coursiv.io/blog/claude-consciousness

13. Anthropic researchers found something unusual inside Claude. A … – 2026-07-06 – https://x.com/LiorOnAI/status/2074198891990548940

14. A Review of Anthropic’s Global Workspace Paper – LessWrong – 2026-07-06 – https://www.lesswrong.com/posts/zFJ3ZdQwrTWE9jT5S/a-review-of-anthropic-s-global-workspace-paper

15. What’s at the center of Claude’s mind? – YouTube – 2026-07-06 – https://www.youtube.com/watch?v=rKV5JcALQoQ

16. summary of Anthropic’s research on J-space and the Jacobian lens … – 2026-07-07 – https://x.com/MindBranches/status/2074291795245051925

17. Qwen’s J-Space – Anthropic’s discovery of an internal model Global … – 2026-07-07 – https://www.reddit.com/r/LocalLLaMA/comments/1upl93b/qwens_jspace_anthropics_discovery_of_an_internal/

18. Verbalizable Representations Form a Global Workspace in … – 2026-07-06 – https://news.ycombinator.com/item?id=48809598

19. Anthropic found Claude’s hidden workspace – The Neuron – 2026-07-07 – https://www.theneurondaily.com/p/anthropic-found-claude-s-hidden-workspace

20. A global workspace in language models | Hacker News – 2026-07-06 – https://news.ycombinator.com/item?id=48808002

21. Anthropic says Claude developed a hidden “thinking space” by itself … – 2026-07-06 – https://x.com/kimmonismus/status/2074203017776423121

 

Global Advisors | Quantified Strategy Consulting
error: Content is protected !!