When One Agent Isn’t Enough: Claude Now Builds Its Own Team Of Agents On The Fly

📊 Full opportunity report: When One Agent Isn’t Enough: Claude Now Builds Its Own Team Of Agents On The Fly on ThorstenMeyerAI.com — validation score, market gap, and execution plan.

TL;DR

Anthropic’s Claude has introduced a new feature enabling it to dynamically generate and orchestrate multiple sub-agents for complex tasks. This development aims to improve performance on high-value, multi-faceted projects by addressing limitations of single-agent workflows.

Anthropic’s Claude has introduced a new feature allowing it to build and manage its own team of agents in real-time, a development designed to improve handling of complex, high-value tasks. This capability enables Claude to dynamically assemble specialized sub-agents, orchestrate their interactions, and disband the team upon task completion, addressing longstanding limitations of single-agent workflows.

The new feature, called dynamic workflows, is built into Claude’s architecture and leverages JavaScript code that Claude generates and executes to coordinate multiple sub-agents. It allows Claude to decide which model to use for each sub-task, whether to run agents in isolated worktrees, and how to synchronize their outputs. This approach aims to overcome issues like agent laziness, self-bias, and goal drift that occur when a single agent handles complex projects alone.

According to Anthropic, this capability is particularly useful for tasks requiring multi-step reasoning, verification, or parallel processing, such as code refactoring, research synthesis, or large-scale fact-checking. The system can spawn agents with different roles—distributing work, verifying results, or competing for best solutions—and then integrate their outputs into a coherent final result.

Anthropic emphasizes that this feature is more resource-intensive, using more tokens, and is intended for high-stakes or complex applications rather than simple tasks like fixing typos. The technology is enabled by Claude Opus 4.8, which enhances Claude’s reasoning and planning abilities, allowing it to generate tailored harnesses for specific jobs.

At a glance
reportWhen: announced March 2024
The developmentClaude now automatically constructs and manages its own team of agents during task execution, marking a significant advancement in AI orchestration capabilities.
Crypto market snapshot
Fear & Greed Index
24/100 — Extreme Fear
Bitcoin BTC$63,040▲ 0.6%
Ethereum ETH$1,772▲ 0.5%
Tether USDT$0.999▼ 0.0%
BNB BNB$582.54▲ 2.1%
USDC USDC$0.9998▼ 0.0%
XRP XRP$1.14▲ 0.4%
Solana SOL$80.38▲ 0.0%
TRON TRX$0.3291▲ 1.4%
Live data · CoinGecko · alternative.me (24h change)
Claude Builds Its Own Team: Dynamic Workflows — Insights
AI Dispatch · Insights · 1 July 2026

When one agent isn’t enough: Claude now builds its own team on the fly

Skills package what you know; loops decide how far you delegate over time. Dynamic workflows are the third axis — within a single task, Claude writes its own harness and assembles a temporary team of subagents. Think of it as Claude drawing an org chart for one job.

Why one agent grinding alone underdelivers
Agentic laziness
Declares done on partial work — 35 of 50 review items.
Self-preferential bias
Grades its own homework — likes what it already produced.
Goal drift
Loses the original objective across turns, especially after context is summarized.
These are the failure modes of one person doing a huge job alone. The cure is the manager’s: divide the work, give isolated briefs, and have someone independent check it.
The harness — an org chart Claude writes for one task
Orchestrator
Claude writes a JS harness on the fly
▼   fan out   ▼
Subagent
own context · model
Subagent
own worktree
Subagent
focused goal
Subagent
isolated
✕ adversarial verify
✕ adversarial verify
✕ adversarial verify
✕ adversarial verify
▼   barrier: wait for all   ▼
Synthesize
merge structured outputs
→ Result
one verified answer
Each subagent gets a clean context window and can run on a cheaper or smarter model — so no single overloaded context gets lazy, biased, or lost. Resumable if interrupted.
The six moves it composes
Classify-and-actroute by task type (switchboard)
Fan-out-and-synthesizeparallel agents → a barrier merges (map/reduce)
Adversarial verificationa separate agent attacks each result
Generate-and-filterbrainstorm wide, keep only survivors
Tournamentagents compete; pairwise judging > scoring
Loop-until-donespawn until a stop condition, not a fixed count
Where it earns its keep — often away from code
Big migrations & refactors Deep research → cited report Fact-check every claim Rank 1,000 tickets by severity Root-cause post-mortems (“why did sales drop?”) Triage a backlog at scale Design/naming by rubric Model routing
One security pattern to memorize — quarantine: agents that read untrusted public content are barred from high-privilege actions; a separate agent does the acting. Separation of duties for autonomous agents.
The take

The shift is from prompting a worker to commissioning a team — more output, more cost, and a manager’s judgment required. Reach for a workflow when a task is big, parallel, adversarial, or judgment-heavy — and when you can feel a single agent getting lazy, grading its own homework, or losing the plot. Bound it (token budgets, pilot first) — workflows can spawn hundreds of agents and burn far more tokens. For everything else, don’t hire five people to change a lightbulb.

Source: “A harness for every task: dynamic workflows in Claude Code,” Thariq Shihipar & Sid Bidasaria (Anthropic), Claude blog, 2 June 2026. Mechanics, patterns & use cases are Anthropic’s; the “org chart” framing is the author’s. A recent, still-evolving feature. Docs: code.claude.com/docs.
thorstenmeyerai.com

Implications for AI-Driven Workflow Management

This development signals a major step forward in AI orchestration, allowing models like Claude to self-assemble specialized teams for complex tasks. It reduces reliance on human oversight for multi-step projects and addresses common AI shortcomings such as partial work, bias, and goal drift. For industries that depend on large-scale, high-precision automation—such as research, software development, and quality assurance—this could lead to more efficient, accurate, and autonomous AI systems.

However, the increased computational cost and complexity mean that organizations must carefully evaluate when to deploy such dynamic workflows, especially given that they are not suited for simple or low-stakes tasks. The ability to tailor AI teams on demand could reshape how multi-disciplinary projects are managed, blurring the line between human and machine-led collaboration.

Multi-Agent AI Systems Engineering: Orchestrating Production Workflows with LangGraph, CrewAI, AutoGen, and MCP (Production AI Engineering Series)

Multi-Agent AI Systems Engineering: Orchestrating Production Workflows with LangGraph, CrewAI, AutoGen, and MCP (Production AI Engineering Series)

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Evolution of Multi-Agent AI Systems

Anthropic’s recent work with Claude has focused on enhancing multi-agent coordination and task decomposition. Previous developments include skills packages and loop-based delegation, which allowed Claude to handle more complex processes. The new dynamic workflow feature builds upon these foundations, enabling Claude to write and execute its own orchestration code—akin to a manager assembling a team for specific projects.

This approach aligns with broader trends in AI research, where multi-agent systems are increasingly used to improve accuracy, reliability, and scalability. Notably, Anthropic’s work follows other industry efforts to automate complex workflows, including code refactoring and research synthesis, demonstrating a move toward more autonomous AI systems capable of self-organization.

“Claude’s ability to generate and manage its own team of agents marks a significant evolution in AI orchestration, enabling more complex and reliable workflows.”

— Thorsten Meyer, AI researcher

AI Task Orchestration: Coordinating Complex Agent Workflows. A Comprehensive Guide to Building, Deploying, and Operating Multi-Agent AI Systems

AI Task Orchestration: Coordinating Complex Agent Workflows. A Comprehensive Guide to Building, Deploying, and Operating Multi-Agent AI Systems

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Unanswered Questions About Practical Deployment

It remains unclear how widely this feature will be adopted outside of research settings, given its higher resource demands. The real-world performance, cost implications, and limitations in different operational environments are still being evaluated. Additionally, the extent to which this self-assembling capability can be controlled or constrained by users is not yet fully understood.

Generic Smart Home AI Voice Control Panel with Mechanical LCD Macro Keys for Effortless Task Automation and Application Management, Cross Platform Compatible for and OS X, ABS Material (White)

Generic Smart Home AI Voice Control Panel with Mechanical LCD Macro Keys for Effortless Task Automation and Application Management, Cross Platform Compatible for and OS X, ABS Material (White)

[EFFORTLESS VOICE CONTROL] Manage applications and automate tasks with 10 LCD mechanical buttons and a 2.01" auxiliary screen.

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Next Steps for Claude’s Dynamic Agent Capabilities

Anthropic plans to continue testing and refining the dynamic workflow feature, with potential rollout to select enterprise partners. Future updates may include more user-friendly interfaces for designing workflows and enhanced safety controls. Industry observers expect further demonstrations of complex applications, such as large-scale research automation and code refactoring, to showcase the system’s capabilities and limitations.

Refactoring in the Age of AI: A Practical Field Guide for Developers Using AI IDEs

Refactoring in the Age of AI: A Practical Field Guide for Developers Using AI IDEs

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Key Questions

How does Claude build its own team of agents?

Claude generates and executes JavaScript code that spawns and manages multiple sub-agents, each with specific roles and goals, then coordinates their interactions during a task.

What types of tasks benefit most from dynamic workflows?

High-complexity, multi-step projects such as research synthesis, code refactoring, fact-checking, and large-scale automation are the primary candidates for this approach.

Does this increase the cost of using Claude?

Yes, dynamic workflows utilize more tokens and computational resources, making them more suitable for high-value or critical tasks rather than simple or routine ones.

Can users control or customize how Claude assembles its teams?

Current implementations allow some customization through prompts and workflow patterns, but detailed control over the self-assembly process is still under development.

When might this feature be available to the broader public?

Anthropic plans to test and refine the feature with select partners before broader deployment, which could happen within the next year depending on performance and safety evaluations.

Source: ThorstenMeyerAI.com

Nothing in this article is financial or investment advice. Cryptocurrency and precious-metal investments carry significant risk — do your own research and consider a licensed advisor.
You May Also Like

The Future of AI: Opportunities and Challenges

Uncover the transformative potential of AI’s opportunities and challenges shaping our future, and discover why responsible development matters now more than ever.

Understanding Anthropic’s $965B Series H: The Compute Revolution

Anthropic’s latest funding round highlights a $965 billion valuation driven by massive investments in compute hardware, chips, and data centers for scaling AI models like Claude.