Anthropic is testing a new Hub Mode in Claude that could give users a central interface for coordinating multiple AI sub-agents. The feature was spotted in Claude’s mobile app and is currently marked as internal, indicating that it remains under testing and is not broadly available. Early references suggest Hub Mode could allow Claude to break larger tasks into smaller jobs handled by specialized agents.
The development comes as Anthropic expands Claude’s agentic capabilities across Claude Code, managed agents and dynamic workflows. Anthropic already supports isolated sub-agents that can work on separate tasks and return results to a main Claude session. Hub Mode could potentially provide a more visual way to organize those agents, although Anthropic has not publicly confirmed the feature’s final functionality, launch date or pricing.

What Is Anthropic’s Hub Mode?
Hub Mode appears to be an experimental feature designed to act as a central control layer for Claude’s sub-agents.
The feature was discovered inside the Claude mobile application alongside a planet-style icon. Testing Catalog reported that the option was marked as internal and required restarting the application after activation. However, enabling it did not produce visible functionality during testing, suggesting that the underlying experience remains unfinished.
Hub Mode At A Glance
| Particular | Current Details |
|---|---|
| Company | Anthropic |
| Product | Claude |
| Feature | Hub Mode |
| Status | Internal testing |
| Platform spotted | Claude mobile app |
| Main concept | Multi-agent coordination |
| Potential use | Managing Claude sub-agents |
| User interface | Task-board concept reportedly spotted |
| Launch date | Not announced |
| Pricing | Not announced |
| Availability | Not generally available |
The limited information means Hub Mode should currently be viewed as an experimental feature rather than a confirmed upcoming Claude product.
How Could Hub Mode Work?
The most interesting possibility is that Hub Mode could allow Claude to operate as a manager of multiple specialized agents.
Instead of asking one Claude session to perform every part of a complicated assignment sequentially, a central agent could divide the work into separate tasks.
For example, a user researching a company could have one sub-agent collect financial information, another analyze competitors, another examine recent news and another organize the findings.
Claude Hub
│
┌──────────┼──────────┐
▼ ▼ ▼
Research Analysis Data
Agent Agent Agent
│ │ │
└──────────┼───────────┘
▼
Main Claude Agent
│
▼
Final User Output
This would make Claude less like a single assistant and more like a coordinator managing a team of AI workers.
A Task Board Could Be Central To Hub Mode
One of the strongest clues comes from a related Hub interface found within Claude Code.
According to Testing Catalog, opening the Hub destination in Claude Code leads to an interface containing a list of sub-agents. Selecting an agent reportedly opens a page indicating that Claude will generate a task board for the user and their agents.
That suggests the feature could eventually give users visibility into what individual agents are doing.
Potential Hub Task Board
| Agent | Possible Task | Status |
|---|---|---|
| Research Agent | Collect source material | Running |
| Data Agent | Analyze financial data | Running |
| Coding Agent | Write implementation | Running |
| Review Agent | Check results | Pending |
| Lead Claude | Combine outputs | Final stage |
However, Anthropic has not confirmed that the Hub Mode seen in the mobile app and the Hub interface found in Claude Code are the same product.
Claude Already Supports Sub-Agents
Hub Mode would build on capabilities Anthropic already provides through Claude Code.
Anthropic describes a sub-agent as an isolated Claude instance with its own context window. A sub-agent receives a focused task, performs the work independently and returns the relevant result to the main conversation.
This architecture allows complex tasks to be divided without filling the primary Claude context window with every intermediate step.
How Claude Sub-Agents Work
User Request
│
▼
Main Claude
│
├──────────────┐
▼ ▼
Sub-Agent A Sub-Agent B
│ │
▼ ▼
Independent Independent
context context
│ │
└───────┬──────┘
▼
Results returned
│
▼
Main Claude
Anthropic says sub-agents can run in parallel and can have different permissions depending on the job. For example, a research agent could have read-only access while an implementation agent could receive editing permissions.
Anthropic Is Building A Broader Multi-Agent Stack
Hub Mode would fit into Anthropic’s broader push toward agent-based computing.
The company already offers several approaches for running multiple agents, including sub-agents, agent teams, dynamic workflows and managed agents.
Anthropic’s own documentation also describes async multi-agent orchestration patterns in which multiple agents can work independently and communicate through a shared mechanism.
Anthropic’s Multi-Agent Ecosystem
| Technology | Primary Purpose |
|---|---|
| Sub-agents | Focused isolated tasks |
| Agent teams | Multiple agents working together |
| Dynamic workflows | Programmatic orchestration |
| Managed agents | Persistent agent sessions |
| Hub Mode | Potential central coordination interface |
This makes Hub Mode potentially important because it could turn several existing agent capabilities into a more accessible user-facing workflow.
Dynamic Workflows Could Provide The Underlying Infrastructure
Anthropic has also been developing dynamic workflows for Claude Code.
These workflows can use JavaScript orchestration to coordinate multiple background agents while keeping the primary session responsive.
Anthropic says dynamic workflows can orchestrate tens to hundreds of background agents without requiring users to manually specify every component of the architecture.
That provides a possible technical foundation for a future Hub interface.
User
│
▼
Claude Hub
│
▼
Orchestration Layer
│
┌───────┼────────┐
▼ ▼ ▼
Agent 1 Agent 2 Agent 3
│ │ │
└───────┼────────┘
▼
Shared results
│
▼
Claude response
The exact relationship between Hub Mode and dynamic workflows remains unconfirmed.
Hub Mode Could Make Multi-Agent AI Easier
Today, multi-agent workflows can require developers to understand concepts such as task delegation, context isolation, permissions and orchestration.
A Hub interface could hide much of that complexity.
Instead of manually designing an agent architecture, a user could potentially describe a large objective and let Claude determine which agents are needed.
Traditional Vs Hub-Style Workflow
| Traditional AI Workflow | Potential Hub Workflow |
|---|---|
| One main conversation | Central agent workspace |
| Manual task division | Claude divides work |
| Separate tools | Centralized agent management |
| Limited visibility | Task-board visibility |
| Sequential work | Parallel sub-agents |
| Manual coordination | Automated orchestration |
This could make sophisticated multi-agent workflows accessible to non-developers.
Potential Use Cases For Hub Mode
If the feature develops as expected, Hub Mode could have applications across research, software development and business workflows.
Possible Applications
- Research: Multiple agents investigate different sources simultaneously.
- Software development: Coding, testing, debugging and documentation agents work separately.
- Data analysis: Agents clean, analyze and validate different datasets.
- Business intelligence: Agents track competitors, markets and company performance.
- Content production: Research, drafting, fact-checking and editing can be delegated.
- Project management: Individual agents could handle separate workstreams.
- Customer operations: Specialized agents could manage different support categories.
The central advantage would be parallelization.
Anthropic Could Be Responding To A Broader Agent Race
The development comes as AI companies increasingly shift from chatbots toward autonomous agents.
The next phase of AI competition is increasingly about how effectively models can perform multi-step tasks rather than simply generate text.
Anthropic has already positioned Claude Code as an agentic coding environment, while its developer platform supports managed agents and multi-agent workflows.
Hub Mode could therefore represent an attempt to bring those capabilities closer to mainstream Claude users.
There Are Still Major Unknowns
Despite the promising clues, Hub Mode remains highly speculative.
Anthropic has not announced:
- An official launch date
- Supported Claude plans
- Pricing
- Maximum number of agents
- Agent permissions
- Whether agents can operate simultaneously
- Whether users can create custom agents
- Whether the mobile and Claude Code Hub interfaces are connected
- Whether the feature will reach general availability
The feature could also change substantially before release—or never launch.
Anthropic itself notes that research-preview and beta features can change significantly and that some experimental features may ultimately be removed.
Could Claude Become An AI Project Manager?
The most significant implication of Hub Mode is the possibility of Claude moving from assistant to orchestrator.
Instead of simply answering a user’s question, Claude could potentially decide how the work should be divided, assign individual tasks to specialized agents, monitor their progress and combine the results.
That would give Claude a role closer to an AI project manager.
Traditional Claude
User → Claude → Answer
Agentic Claude
User
│
▼
Claude Planner
│
├── Research Agent
├── Data Agent
├── Coding Agent
├── Review Agent
└── Verification Agent
│
▼
Claude Coordinator
│
▼
Final Answer
The shift could become particularly valuable for long-running projects where one model would otherwise need to maintain a very large context.
The Bigger Picture
Anthropic’s Hub Mode test points toward a broader evolution in how people may interact with AI. Rather than using Claude as a single assistant that performs every task itself, users could eventually manage a network of specialized sub-agents through one central interface. Early references to a task board and agent list suggest that Anthropic is exploring exactly this type of workflow, although the company has not confirmed the final design.
The technology would build on capabilities Anthropic already has in Claude Code, including isolated sub-agents, agent teams and dynamic workflows. The bigger opportunity is to make these capabilities easier to use without requiring users to understand the underlying orchestration architecture. If Anthropic turns Hub Mode into a polished consumer-facing feature, Claude could increasingly function as a coordinator that delegates, monitors and combines work performed by multiple AI agents.
Looking Ahead
The next important development will be whether Anthropic expands Hub Mode beyond its current internal testing. The company will need to determine how users create and manage agents, how permissions are handled, how progress is displayed and how much autonomy individual agents receive. Performance, reliability and cost will also become important considerations if Claude is expected to coordinate many agents simultaneously.
For now, Hub Mode remains an early experiment rather than an announced product. But its emergence alongside Anthropic’s growing multi-agent infrastructure suggests that the company is investing heavily in coordinated AI workflows. If the concept reaches general availability, the biggest change may not be a smarter individual Claude response, but Claude’s ability to organize an entire team of AI workers around a user’s objective
Get the day’s top stories in your inbox
One concise email. No spam, unsubscribe anytime.



