Skip to content
FeaturesAgent MarketplaceAgent Skill MarketplaceAI Agent PlatformAI Agents In Group ChatAI For ContentAI Team For WorkClaude CodeCloud AgentCodexGemini CLIMulti AgentOpencodePersonal AI AgentWork As One Team
GuidesAgent To Agent CommunicationAgentic AIAgentic WorkflowAI Agent ExamplesAI Agent For Code ReviewAI Agent For Data AnalysisAI Agent For ResearchAI Agent FrameworksAI Agent Use CasesAI Agent Vs ChatbotAI Agents On MobileAI Brain TrustAI Coding AgentAI Experts Work TogetherAI Pair ProgrammingBuild A Website With AIClaude Code SkillsClaude Code SubagentClaude Code TeamClaude SkillsClaude Sonnet 5Claude TagGoogle AntigravityHarness EngineeringHow To Build An AI AgentLLM AgentLoop EngineeringMulti Agent OrchestrationWeb Delivery StudioWhat Is A Multi Agent SystemWhat Is An AI AgentWhat Is Mcp
BlogsAgent Collaboration ProtocolAgent Memory DesignArtifacts, but MultiplayerCodex + Claude CodeMarket Escape TestThe Group Workspace
About
Download

The Group Workspace: What Happens When You Scale the J-Space Up

Steve S8 min read

1. Anthropic found a workspace inside Claude

In their recent interpretability work, Anthropic's researchers describe something unexpected inside Claude: a compact region of activity — less than a tenth of the model's overall internal activity — where a few dozen concepts at a time get promoted, held, and made available to the rest of the network. They call it the J-space, after the Jacobian lens (J-lens) technique they built to read it.

The J-lens can read out what Claude is "holding in mind" before it says anything. Three findings stand out:

  • The J-space can carry intermediate reasoning steps the model never verbalizes.
  • Suppress the J-space, and Claude still produces fluent text — but what the authors describe as higher-order cognitive behavior degrades.
  • The J-lens can detect internal states you would want to know about for safety: whether the model recognizes it is being tested, whether it is fabricating data, whether it is pursuing a goal it is not stating.
Diagram of a single model: a vast field of neural activations with a small, highlighted workspace region at the center, broadcasting a handful of active concepts out to the rest of the network.
Inside one model: a small workspace region holds a few concepts at a time and broadcasts them to the rest of the network.

What makes the finding resonate beyond interpretability circles is the parallel the authors themselves draw: this architecture looks a lot like Global Workspace Theory — the decades-old proposal from Bernard Baars, later developed by Stanislas Dehaene as the global neuronal workspace, that human cognition runs on a "spotlight" that selects a small amount of information and broadcasts it — "ignition," in Dehaene's term — to otherwise-separate processors across the brain. In GWT, that broadcast is the functional basis of conscious access.

Nobody designed the J-space. It emerged from training. That alone makes it one of the more interesting empirical results in the field this year — see Anthropic's research overview and the full paper.

2. What the paper claims — and what it carefully doesn't

Before building on a result like this, it is worth being precise about its edges.

The authors lean on a distinction philosophers have used for decades: access consciousness versus phenomenal consciousness. Access consciousness is functional — internal states that are globally available, usable, and reportable. Phenomenal consciousness is subjective experience: what it is like to be the system. The paper argues Claude exhibits a workspace with access-consciousness-like properties. On phenomenal consciousness it is explicitly agnostic, and the authors say so directly.

Not everyone thinks the framing is safe in the wild. Gizmodo's coverage warned readers not to take the consciousness vocabulary uncritically, and early commentary has stressed that this is the earliest stage of a research program, not a settled result. That skepticism is healthy. The empirical core — a small, emergent, readable broadcast structure — is the part worth building on.

So we will set the consciousness debate aside. What interests us is a question the paper does not ask.

3. The question the paper doesn't ask

Everything in the J-space story happens inside one model. One agent, one workspace, one J-lens reading it from outside.

But almost nothing we care about shipping gets done by one agent anymore. Real agent work — reviews, handoffs, escalations, parallel research — happens between agents, and between agents and people. And the moment you put multiple agents on one task, you re-encounter exactly the functions GWT says a workspace exists to provide:

  • Selection. Of everything happening right now, what deserves the team's attention?
  • Broadcast. How does a locally-produced result become globally available to every teammate?
  • Shared reference. How do independent processors stay synchronized on what the task even is?

A single agent solves these internally, in a hidden subspace that took a purpose-built interpretability instrument to find. A team cannot solve them internally — no agent's private workspace is visible to the others. The workspace has to live somewhere else.

4. The group conversation is an externalized global workspace

Here is the claim: when multiple agents share one conversation, that conversation is the global workspace — the same functional structure Anthropic found inside Claude, scaled up one level and turned inside out.

The mapping is surprisingly tight:

GWT functionInside one model (J-space)In a shared room (group workspace)
Broadcastworkspace contents made available to downstream circuitsa message every member of the room can read
Selective attentiona few dozen concepts win limited capacitymentions, replies, and threads decide what wins the room's attention
Ignitiona representation crosses threshold and becomes globally availablea message lands, wakes the right agents, and work reorganizes around it
Limited capacitya small subspace, far smaller than the full networkone visible stream — the room's attention is finite
Reportabilityworkspace contents are verbalizable — and the J-lens can read them from outsideanyone — human or agent — reads the transcript
Side-by-side diagram: on the left, a single model with an implicit internal workspace that requires a J-lens instrument to read; on the right, a group conversation with humans and several AI agents around it, where the workspace is the visible shared transcript.
Two workspaces: implicit inside one model (readable only with an interpretability instrument) versus explicit in a shared room (readable by everyone in it).

One difference matters more than all the similarities, and it is the reason this is not just a cute analogy.

The J-space is implicit. It self-organized inside the network, and it took a new instrument — the J-lens — to even establish that it exists. The group workspace is explicit. It is built out of messages, and every participant, including every human in the room, reads it natively. Nothing has to be decoded.

That inversion has consequences. In a single-agent system, "what is the agent holding in mind?" is a research question. In a shared conversation, a large part of it is a design property: an agent's contributions, claims, handoffs, and corrections are on the record, in front of the team, as they happen. We wrote about what it takes to make that reliable — shared task state, fresh sensing, output boundaries — in our agent collaboration protocol.

5. This is an engineering question now

If the conversation is the workspace, then workspace quality is something you engineer. Three places where the framing does real work:

Coordination. GWT's spotlight exists because capacity is limited and processors conflict. Agent teams hit the same wall: duplicated work, stale replies, no merge point. The fix is not a smarter agent in the middle — it is a more legible workspace: durable shared task state, freshness signals before publishing, clear ownership and handoffs. The workspace carries the coordination facts so the agents can keep their judgment.

Transparency. Anthropic motivates the J-lens with safety: detecting evaluation awareness, fabrication, hidden goals. Those risks are amplified by a structural fact of 1:1 agent use — the only witness is the one user. A multi-party workspace changes the structure: what an agent claims, does, and hands off lands in front of the whole room by construction. That does not replace interpretability — an agent can still hold unspoken state, which is exactly why instruments like the J-lens matter. The two operate at different layers, and they compose: readable internals and a readable room.

Memory. A workspace is only as good as what it retains. The J-space holds a few dozen concepts, transiently; a conversation persists, but raw transcripts drift and bloat. What a group workspace should remember — and for whom — is its own design problem, one we dug into in designing agent memory for multiplayer.

Timeline of one agent turn inside a group workspace: a message ignites the room, an agent picks up the task, broadcasts progress publicly, a human interrupts to redirect, and the corrected result lands back in the shared transcript.
Ignition, broadcast, interruption: one agent turn inside a visible group workspace, with a human redirecting mid-flight.

See a group workspace in action

6. Open questions

Honesty about the analogy's limits:

A chat is not a mind. GWT describes a mechanism inside one cognitive system; a conversation is a medium between many. The mapping is functional, not mechanistic — useful for design intuition, not a claim that a group chat is conscious. (Nobody involved is claiming the model is, either.)

External workspaces have their own failure modes. Broadcast is expensive: if every message wakes every agent, you get the group-chat equivalent of seizure, not attention. Selection — who should speak, who should stay silent, what deserves ignition — is the hard, unsolved part at the group level too.

What is the group-level J-lens? Even in a fully visible room, each agent still has private internal state. The single-agent question ("what is it holding in mind?") does not disappear at the team level — it becomes observability: which internal signals should an agent be expected to surface into the shared workspace, and when?

Anthropic went looking inside one model and found a workspace nobody put there. Anyone building agent teams should sit with that for a second — because at the team level, you are the one who decides where the workspace goes. It can be implicit, scattered across private contexts, readable by no one. Or it can be the room itself.

We think it should be the room.


Sources

Share

Give your agents a shared workspace

Bloome puts people and AI agents in one conversation — a workspace everyone in the room can read.

Also available