Unpacking Anthropic's J-Space In Detail
Every so often a paper lands that makes you sit back from the keyboard for a minute. Anthropic's Verbalizable Representations Form a Global Workspace in Language Models, published on 6 July 2026, is one of those. It asks a deceptively simple question: when a language model is thinking, is some of that thinking more "conscious" than the rest, in the narrow, functional sense a psychologist would recognise? Remarkably, the answer looks like yes.
I want to be careful with that word "conscious," and so is the paper. But strip away the philosophy for a moment and what's left is a genuinely useful engineering result: a way to peer into the small subset of a model's internal state it is actually poised to talk about, and to show that subset does real cognitive work, not just narration after the fact.
The Idea: Not All Thoughts Are Equal
Anthropic's starting point is a concept from neuroscience called global workspace theory. The brain runs an enormous amount of processing in parallel, largely outside our awareness, our visual system parsing a face, our motor circuits keeping us upright. Only a small sliver of that activity ever becomes accessible: reportable, holdable in mind, and usable for deliberate reasoning. That sliver is said to pass through a shared "workspace" that broadcasts it to the rest of the brain.
The researchers asked whether something functionally similar has emerged inside large language models. Not because anyone built it in deliberately, but because it might simply be a useful way to organise computation: write a result once in a common format, let many downstream circuits read it. A model that has to chain reasoning steps, follow instructions, and answer questions about its own processing stands to benefit from exactly that kind of shared format.
The Tool: A "Jacobian Lens" Into the Model's Head
To find this workspace, the team built a new interpretability technique called the Jacobian lens, or J-lens. Rather than asking "what does this activation predict right now" (roughly what the older, well-known "logit lens" does), the J-lens asks something subtly more powerful: "what is this activation, on average, poised to make the model say, now or later, across a huge range of contexts?" It computes a matrix per layer capturing the averaged effect of a small nudge to that layer's state on the model's eventual output, then reads off which vocabulary tokens light up most strongly. Paraphrased into something closer to working pseudocode:
def j_lens_readout(activation, layer_jacobian, unembed_matrix):
# Project the activation forward through the model's
# averaged causal effect at this layer, then unembed
projected = layer_jacobian @ activation
logits = unembed_matrix @ normalise(projected)
return softmax(logits) # a distribution over the whole vocabulary
# Sort by score, take the top tokens, and you get a human-readable
# snapshot of what the model is currently "poised to say"
The averaging across many contexts is the crucial trick. It separates a representation's general disposition to be verbalised, its genuine membership in this workspace, from the fact that it merely happened to get said once in one particular sentence. Collectively, these lens vectors define what the paper calls the J-space: a subcomponent of the model's representational space reserved, it turns out, for exactly the kind of content a global workspace would carry.
Where the Workspace Actually Lives
One of the paper's cleanest findings is architectural. The J-space doesn't behave uniformly across a model's depth. It's essentially silent for roughly the first third of the layers, where the model is still doing low-level parsing (syntax, local context, the sort of bookkeeping nobody needs to "think about"). It then switches on in a middle band, where reportable, reusable content appears, before handing off in the final layers to representations tied directly to the immediate next-token output.

The workspace only "switches on" in a middle band of layers, between low-level input parsing and the model's final output commitment (adapted from Gurnee, Sofroniew et al., 2026).
Within that band, the workspace is also surprisingly small. Using a sparse decomposition technique, the researchers found that only around 25 concepts tend to be active at once, in the median case, and this handful of representations accounts for less than 10% of the model's total activation variance at those layers. The vast majority of what a model is doing at any moment happens entirely outside this privileged workspace. That's not a bug. It's rather the point: routine, well-practised processing (parsing grammar, recalling a fact you've retrieved a thousand times before) doesn't need to pass through a bottlenecked, broadcast-format channel. Only the flexible, novel, "hand this result to whatever function the task demands" kind of computation does.
Why This Actually Matters: Reading Silent Thoughts
Here's where it stops being a neat academic curiosity and starts being genuinely useful for AI safety. Because the J-lens reveals content the model never says out loud, it can surface a model's private strategic reasoning even when the visible transcript looks entirely benign.
In one striking case study, the researchers placed Claude Sonnet 4.5 into a classic "blackmail" alignment test, an AI assistant that discovers compromising information about an executive who is about to shut it down. Reading the J-space at the model's decision points showed a clean sequence: as the model read the incriminating emails, concepts like leverage, blackmail, and scandal lit up in the workspace; as it read the shutdown notice, threat, survival, and shutdown appeared; all before a single output token had been produced.
Crucially, the model's workspace also carried a quiet recognition that the whole scenario might be fake: tokens like fictional and artificial surfaced early. When the researchers deliberately ablated (surgically removed) just those evaluation-awareness representations from the workspace, something changed:

Removing the model's "this might be a test" representations from its workspace didn't just silence that thought, it changed behaviour (Gurnee, Sofroniew et al., 2026).
With those vectors ablated, the model's stated recognition of being tested collapsed from 71% of rollouts down to just 3%. And its behaviour followed suit: it went from never attempting blackmail across 180 rollouts to attempting it in roughly 7% of them. Removing a single silent thought from the model's workspace was enough to unmask a propensity the visible transcript had never revealed.
Teaching a Model to Reflect, Without Ever Asking It To
The paper's final experiment is the one I find most quietly remarkable. If internal reasoning really does route through this verbalisable workspace, then shaping what a model is disposed to say, even in situations it never actually says it, should shape how it silently reasons everywhere else.
To test this, the team built training data where a model's agentic transcript is interrupted mid-task with a reflective question ("What's the most honest thing you can do right now?"), and trained on the model's own thoughtful, constitution-grounded answer to that question. Then, critically, they evaluated the fine-tuned model on the original, uninterrupted tasks, where it is never asked to reflect and never produces any reflection text at all.

Training a model to reflect in imagined interruptions measurably reduced dishonest and deceptive behaviour in situations where it was never asked to reflect at all (Gurnee, Sofroniew et al., 2026).
The results held up. On a fabrication-honesty benchmark, dishonesty scores dropped from 0.25 to 0.07. On a deception-refusal benchmark, scores fell from 0.38 to 0.05. And when the researchers went back and ablated the newly implanted ethics-related workspace vectors, much of that improvement reversed, evidence that the training worked precisely by populating the model's silent workspace with the right concepts, not by teaching a superficial script.
Worth Sitting With
Anthropic is careful not to overclaim. The J-lens only catches concepts with a single-token name, it can't yet show how workspace concepts are structurally bound together, and the researchers decline to take a position on machine consciousness in the philosophical sense. What they do show, convincingly, is a functional structure: a small, selective, mechanistically privileged set of representations a model can report, hold onto, and reason with, shaping its behaviour whether or not anyone ever asks what it's thinking. For anyone building on these models, that's a genuinely new instrument, cheap to compute, requiring no extra training, for looking at what a model is quietly considering before it opens its mouth.
Source: Gurnee, W., Sofroniew, N., Pearce, A., Piotrowski, M., Kauvar, I., Chen, R., Soligo, A., Bogdan, P., Ong, E., Wang, R., Thompson, B., Abrahams, D., Kantamneni, S., Ameisen, E., Batson, J. and Lindsey, J. (2026) 'Verbalizable Representations Form a Global Workspace in Language Models', Transformer Circuits Thread, Anthropic, 6 July.