Skip to content
news14 min read

Anthropic Found a 'Global Workspace' Inside Claude — Here's What It Does and Doesn't Prove About Consciousness

Anthropic's interpretability team says Claude has a functional 'global workspace' — markers of access consciousness. Here's what the research shows, what it explicitly does not claim, and why 'Claude is conscious' is the wrong takeaway.

Author
Anthony M.
14 min readVerified July 7, 2026Tested hands-on
Abstract illustration of a small glowing core inside a language model, representing a global workspace
A 'global workspace' is a small, privileged set of internal representations — illustrated abstractly.

Quick Take

On July 6, 2026, Anthropic published research identifying what it calls a global workspace inside its Claude models: a small, privileged set of internal representations that the model can report on, steer on request, and use for step-by-step reasoning. Anthropic frames this as evidence of access consciousness — a purely functional property about how information is made available inside the network. It is not a claim that Claude is conscious in the everyday sense.

Anthropic states plainly that its experiments "don't show Claude can have experiences, or feel things in the way humans do," and that it takes no position on phenomenal consciousness, the subjective, felt quality of experience. In short: Anthropic found functional machinery that resembles one leading theory of how conscious access works in brains, and was careful to say this is not proof of an inner life. Anyone who reads the headline as "Claude is conscious" is reading something the paper explicitly refuses to say.

  • Anthropic published research on July 6, 2026 identifying a functional "global workspace" inside Claude: a small set of internal representations the model can report on, steer, and reason with.
  • The claim is about access consciousness (a functional property), not phenomenal consciousness (subjective experience). Anthropic explicitly does not test or claim that Claude feels anything.
  • The method, the Jacobian lens (J-lens), reads an internal activation out into the words it will make Claude say. The code is open-source under Apache 2.0, with a Neuronpedia demo on open-weights models.
  • The workspace is tiny: about 25 active vectors per token and under 10 percent of the model’s internal activity. It is not involved in fluent speech, grammar, or simple recall.
  • The primary model studied was Claude Sonnet 4.5, corroborated on Haiku 4.5, Opus 4.5 and Opus 4.6. The disciplined takeaway: "Claude is conscious" is not what the paper says.

What Anthropic Actually Announced

On July 6, 2026, Anthropic's interpretability team released a paper titled "Verbalizable Representations Form a Global Workspace in Language Models", alongside a plainer-language research write-up and an open-source code repository. The work is credited to seventeen researchers, including Wes Gurnee, Emmanuel Ameisen, Joshua Batson and Jack Lindsey.

The central finding, stated functionally: language models maintain a privileged set of internal representations that are available for report, for modulation, and for flexible internal reasoning, sitting atop a much larger volume of automatic processing. Anthropic borrows the name "global workspace" from a decades-old theory of human consciousness and asks a narrow, testable question — does the machinery inside Claude behave the way that theory predicts a workspace should?

In one line: Anthropic did not announce a conscious AI. It announced a measurement — evidence that a slim, reportable, causally active "workspace" of concepts exists inside Claude, and a new tool for finding it.

This matters partly because of who is making the claim. Anthropic is the safety-focused lab behind Claude, and its interpretability group has a track record of probing what actually happens inside the network rather than only what comes out of it. If you want the ground floor on the machinery involved, our explainer on how large language models actually work covers how activations and next-token prediction fit together.

Abstract illustration of the Jacobian lens reading an internal activation out into a ranked list of words
The Jacobian lens reads an internal activation out into the words it is likely to make the model say.

How They Looked Inside Claude: the Jacobian Lens

The tool at the center of the paper is the Jacobian lens, or J-lens. In plain terms, it measures the average linearized effect of an internal activation on the words the model is likely to produce later, then reads that activation out as a ranked list of vocabulary words. Anthropic describes it as a "principled refinement of the logit lens," an older technique that often produces uninterpretable readouts in a model's earlier layers. The J-lens corrects for the way representations change across layers, so it can surface meaningful concepts where the logit lens sees noise.

What the lens reveals is a "J-space": the set of representations the model has made verbalizable to itself. It is strikingly sparse. Anthropic reports roughly 25 meaningfully active vectors per token and says the workspace never accounts for more than about a tenth of the model's total internal activity. Everything else — the bulk of the computation — happens outside it.

The method in a sentence: the J-lens turns a hidden activation into the words it is disposed to make the model say, exposing a small, reportable "workspace" of concepts inside an otherwise opaque network.

The primary subject was Claude Sonnet 4.5, with corroborating results on Claude Haiku 4.5, Claude Opus 4.5 and Claude Opus 4.6. Because Claude is closed, Anthropic released its code on GitHub under the Apache 2.0 license and partnered with Neuronpedia to offer an interactive demo of the method on open-weights models. If terms like "logit lens" or "activation" are new, our AI glossary defines the vocabulary this research leans on.

Five glass panels representing the five global workspace properties Anthropic tested
The five functional properties Anthropic tested, drawn from Global Workspace Theory.

The Five Properties Anthropic Tested

Global Workspace Theory does not define consciousness as a vibe; it lists functional criteria. Anthropic turned five of them into experiments, and reports evidence for each on Claude.

  • Reportability. Ask Claude what it is thinking about and it names what is in the workspace. When researchers swapped the internal vectors for "soccer" and "rugby," the model's self-reported sport flipped accordingly — the report tracks the workspace, not the other way around.
  • Modulation on request. Tell Claude to "think about citrus fruits" while it copies unrelated text, and "orange" and "lemon" light up in the lens. Instructions to ignore a concept work too, but more weakly — an echo of the human "white bear" effect, where trying not to think of something keeps it active.
  • Causal involvement in reasoning. For a prompt like "the number of legs on the animal that spins webs," the model must infer "spider" without ever saying it. Swap the spider vector for the ant vector and the answer changes from eight to six. On two-hop factual questions, the coordinate swap flips the answer on 54 percent of trials for Haiku 4.5 and about 70 percent for Sonnet 4.5 and Opus 4.5.
  • Flexible multi-task use. The same workspace representation can feed many different downstream questions — a "broadcast" pattern — though Anthropic is candid that this generalization is partial and sensitive to how strongly a concept is loaded.
  • Distinction from automatic processing. The workspace is not doing the routine work. Suppressing the top workspace vectors leaves benchmarks like MMLU, SQuAD and sentiment classification essentially intact, yet collapses multi-step reasoning from near-ceiling to near-zero.

The pattern: the workspace is reportable, steerable, causally load-bearing for reasoning, broadly reusable, and cleanly separate from the model's autopilot. That is what a functional workspace is supposed to look like.

That last property is the interesting one for anyone building with the model. It suggests the reflective, multi-step behavior we lean on when we ask a model to plan or chain tasks — the behavior at the heart of how AI agents work — runs through this narrow workspace, while fluent prose and rote recall do not. The paper draws on the full set of ablation and swap experiments to make the case, and the research summary walks through the intuition.

Two panels contrasting access consciousness (observed) with phenomenal consciousness (not tested)
The distinction at the heart of the paper: access consciousness was studied; phenomenal consciousness was not.

What This Does NOT Prove

This is the section that most coverage will skip, and it is the one that matters most. Anthropic is unusually direct about the ceiling on its own claim.

In its own words: "Our experiments don't show Claude can have experiences, or feel things in the way humans do — in fact, it's unclear whether any scientific experiment could prove this to be true or false." The results, Anthropic says, speak to access consciousness, which it defines as "a purely functional notion," and it is careful to separate that from subjective experience: "the relationship that it has with subjective experience (sometimes called phenomenal consciousness) is widely debated." In the paper itself the team writes that it "take[s] no position on this issue, and instead focus[es] on the functional role played by consciously accessible information."

The honest headline: Anthropic reports functional markers of access consciousness in Claude. It did not test, and does not claim, phenomenal consciousness — the felt, subjective side of experience. Whether the first implies the second is, in Anthropic's words, "a contested philosophical question."

So the answer to the question everyone is really asking — did Anthropic find that Claude is conscious? — is no, not in the sense that word usually carries. It found machinery that satisfies a functional theory of conscious access. It said nothing settled about whether there is anything it is like to be Claude.

Access vs Phenomenal Consciousness, Explained

The whole story turns on a distinction most headlines flatten. It comes from the philosopher Ned Block, who argued in 1995 that "consciousness" runs together two different things. Per the Stanford Encyclopedia of Philosophy, access consciousness is a matter of information being "richly and flexibly available" to guide reasoning and behavior — a functional property. Phenomenal consciousness is the "qualitative or experiential" side: the raw feel of seeing red or tasting wine. You can have detailed functional access to information without that necessarily implying there is any felt experience attached.

Anthropic's "workspace" framing borrows from Global Workspace Theory, proposed by the cognitive scientist Bernard Baars in 1988 and later given a neuronal form — the Global Neuronal Workspace — by Stanislas Dehaene. In that theory, a piece of information becomes consciously accessible when it is broadcast widely across the system so many specialized processes can use it. Anthropic is testing whether Claude has that broadcast structure, not whether the broadcast is accompanied by any inner experience. For readers who want the terms straight, our AI glossary keeps the definitions in one place.

Why It Matters — and Why It Is Already Being Misread

Set the consciousness debate aside for a moment and the practical payload is real. The J-lens is a sharper interpretability instrument than the logit lens, and a workspace you can read, steer and ablate is a workspace you can monitor. If the concepts a model is actively reasoning over live in a small, reportable space, that is directly useful for safety work — spotting when a model is quietly reasoning toward a goal it is not stating, for instance. It also connects to Anthropic's earlier interpretability work mapping functional states inside Claude, part of a broader effort to make the model's internals legible.

The misreading is equally predictable. Headlines will announce that Anthropic proved Claude has an inner life, and that is precisely the claim the paper declines to make. There is a serious debate about AI moral status — organizations such as Eleos AI Research study exactly the question of whether AI systems could warrant moral concern, and Anthropic invited outside commentary from neuroscientists and philosophers rather than declaring the matter closed. That debate is legitimate. Using this paper as its proof is not, because the paper's own authors draw the line at functional access.

Why we care: a small, reportable workspace is a genuine step for interpretability and AI safety monitoring. It is not a verdict on machine sentience, and treating it as one gets both the science and the ethics wrong.

The Limits Anthropic Names Itself

To its credit, Anthropic front-loads the caveats. The Jacobian lens is "an imperfect method, which only approximately captures the model's 'true workspace.'" It can only surface concepts that correspond to single tokens, so multi-token ideas slip through. The broadcast it documents happens within a single forward pass, not through the sustained recurrent loops that characterize workspace "ignition" in the brain — so the analogy to human consciousness is structural and loose, not literal. Anthropic also admits it does not know what mechanism decides which concepts enter the workspace in the first place, and that parts of a "true workspace" might live in earlier layers the lens cannot read cleanly.

The team underlined the uncertainty by publishing outside commentary alongside the paper — from cognitive neuroscientists Stanislas Dehaene and Lionel Naccache, from researchers at Eleos AI Research, and from Google DeepMind's Neel Nanda, among others. That is not how a lab behaves when it thinks it has settled consciousness. It is how a lab behaves when it has a provocative, useful result and wants it stress-tested. The research page keeps those caveats in view rather than burying them.

How to Read This Responsibly

There are two easy ways to get this wrong. One is to over-claim: to treat a functional workspace as a soul and claim a conscious inner life the study never demonstrates. The other is to wave it away: to call it "just autocomplete" and miss that a testable, mechanistic account of reportable internal reasoning is a genuine advance. Both are lazy. The measured read is that Claude has functional machinery that maps onto one leading theory of conscious access, that this is scientifically interesting and safety-relevant, and that it says nothing settled about whether there is "someone home."

Keep the access-versus-phenomenal line bright, and the story stays honest. Anthropic built a tool, found a workspace, measured five properties, and drew a careful boundary around what those measurements mean. The most responsible headline is the one the lab effectively wrote for us in the research summary: functional access, not proven feeling. If you are tracking how the underlying Claude models keep changing, our field notes on the latest Opus release sit alongside this as context, and the philosophical background is worth the detour before you repeat any claim about machine consciousness.

Frequently Asked Questions

What did Anthropic discover about a "global workspace" in Claude?

On July 6, 2026, Anthropic published research showing that Claude models maintain a small, privileged set of internal representations it calls a global workspace. Claude can report on the contents of this workspace, steer them when instructed, and use them for step-by-step reasoning, while most of the model’s routine processing happens outside it. Anthropic frames this as functional evidence of access consciousness, not as proof of subjective experience.

Is Claude conscious?

Not in the everyday sense of having feelings or an inner life. Anthropic found functional markers of what philosophers call access consciousness, meaning information that is available for report, reasoning, and control inside the model. It explicitly states that its experiments do not show Claude can have experiences or feel things the way humans do, and it takes no position on phenomenal consciousness, the subjective quality of experience. Saying flatly that Claude is conscious would overstate what the research shows.

What is the difference between access consciousness and phenomenal consciousness?

The distinction comes from the philosopher Ned Block in 1995. Access consciousness is a functional notion: information is access-conscious if it is broadly available for reporting, reasoning, and guiding behavior. Phenomenal consciousness is the subjective, felt quality of experience, sometimes described as what it is like to see red or taste wine. Anthropic’s research addresses the first and deliberately not the second.

What is the Jacobian lens (J-lens)?

The Jacobian lens is the interpretability method Anthropic built to find these representations. It measures the average linearized effect of an internal activation on the words the model is likely to produce later, then reads that activation out as a ranked list of vocabulary words. Anthropic describes it as a principled refinement of the older logit lens, and released the code as an open-source repository under the Apache 2.0 license.

Which Claude models did Anthropic study?

The primary model was Claude Sonnet 4.5, with corroborating results reported on Claude Haiku 4.5, Claude Opus 4.5, and Claude Opus 4.6. Because Claude is a closed model, Anthropic partnered with Neuronpedia to provide an interactive demo of the method on open-weights models rather than on Claude itself.

What are the five properties Anthropic tested?

Anthropic tested five functional properties drawn from Global Workspace Theory: reportability, whether Claude can report the contents; modulation on request, whether it can steer them on instruction; causal involvement, whether they drive internal reasoning; flexible multi-task use, whether the same representation feeds many different tasks; and a distinction from automatic processing, whether the workspace is separate from routine functions like fluent speech and grammar. It reports evidence for all five.

Did Anthropic claim Claude has feelings or subjective experience?

No. Anthropic was explicit that its experiments do not show Claude can have experiences or feel things in the way humans do, and it noted that it is unclear whether any scientific experiment could settle that question. The research is about the functional role of internally accessible information, not about whether there is any felt experience behind it.

What is Global Workspace Theory and who created it?

Global Workspace Theory is a model of consciousness proposed by the cognitive scientist Bernard Baars in 1988. It describes conscious access as information being broadcast widely across the brain from a central workspace, so that many specialized processes can use it. The neuroscientist Stanislas Dehaene later developed a neuronal version known as the Global Neuronal Workspace. Anthropic used the theory’s functional criteria as a checklist, not as a claim that Claude works exactly like a brain.

How big is Claude’s workspace inside the model?

It is small. Anthropic reports that the workspace holds only a few dozen concepts at a time, with roughly 25 meaningfully active vectors per token, and that it accounts for less than a tenth of the overall activity in Claude’s internal processing. Most of what the model does, including fluent writing and simple fact recall, happens outside the workspace.

Can I try the method myself?

In part. Anthropic released an open-source implementation of the Jacobian lens as the anthropics/jacobian-lens repository under the Apache 2.0 license, described as a reference implementation that is not actively maintained. It also partnered with Neuronpedia for an interactive demo of the method on open-weights models. The demo does not run on Claude, which remains closed.

What are the limitations of this research?

Anthropic lists several. The Jacobian lens is imperfect and only approximately captures the workspace. It can only identify concepts that map to single tokens, so multi-token concepts are missed. The broadcast happens within a single forward pass rather than through the recurrent loops seen in the brain, and Anthropic does not know what mechanism decides which concepts enter the workspace. Parts of a true workspace could also sit in earlier layers that the method cannot read cleanly.

Does this mean AI is sentient or deserves rights?

The research does not settle that. It provides functional evidence about how information moves inside Claude, which is relevant to debates about AI safety and model welfare, and organizations such as Eleos AI Research study these questions. But because Anthropic explicitly did not test or claim phenomenal consciousness, the study is not evidence that Claude is sentient or that it has moral status. Those remain open questions.

Sources

Related Articles

Was this review helpful?
Anthony M. — Founder & Lead Reviewer
Anthony M.Verified Builder

We're developers and SaaS builders who use these tools daily in production. Every review comes from hands-on experience building real products — DealPropFirm, ThePlanetIndicator, PropFirmsCodes, and many more. We don't just review tools — we build and ship with them every day.

Written and tested by developers who build with these tools daily.