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

Claude has launched a new feature called dynamic workflows, enabling it to assemble and orchestrate multiple subagents automatically for complex tasks. This development aims to address limitations of single-agent approaches in large-scale projects. The feature is currently available for high-value, complex tasks and involves the model writing and executing its own orchestration scripts.

Claude has introduced a new capability called ‘dynamic workflows,’ allowing it to automatically assemble and manage teams of subagents during task execution. This development enhances its ability to handle complex, high-value projects that exceed the capacity of a single agent. The feature is designed to improve accuracy and thoroughness in tasks requiring parallel processing, verification, or multiple specialized steps, according to Anthropic’s technical team.

The new feature enables Claude to generate small JavaScript programs, called workflows, which orchestrate multiple subagents. These subagents can be assigned specific roles, such as classification, verification, or synthesis, with each operating in isolated workspaces. Claude can decide which model to assign to each subagent, choosing between faster or more powerful models depending on the task. The workflows can also pause and resume, making them suitable for long or iterative processes.

Anthropic emphasizes that this capability is intended for complex, high-value tasks rather than simple edits or straightforward queries. The system employs several orchestration patterns, including classify-and-act, fan-out-and-synthesize, adversarial verification, generate-and-filter, tournament, and loop-until-done. These patterns mirror common team management strategies, such as routing work, parallel processing, independent review, and iterative improvement.

Under the hood, Claude writes these workflows in JavaScript, leveraging its ability to spawn and coordinate multiple subagents, each potentially using different models or operating in separate environments. The feature is built on Claude Opus 4.8, which enhances its reasoning capabilities to generate tailored harnesses for specific tasks. Users can trigger workflows explicitly or with the keyword ‘ultracode.’

At a glance
reportWhen: announced recently; currently available…
The developmentClaude now dynamically creates and manages teams of agents on the fly to improve handling of complex, high-value tasks.
Crypto market snapshot
Fear & Greed Index
27/100 — Fear
Bitcoin BTC$63,080▲ 0.1%
Ethereum ETH$1,770▼ 0.2%
Tether USDT$0.9992▲ 0.0%
BNB BNB$578.63▼ 0.7%
USDC USDC$0.9998▲ 0.0%
XRP XRP$1.13▼ 1.2%
Solana SOL$81.05▲ 0.8%
TRON TRX$0.33▲ 0.3%
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 Workflow Automation and Complex Tasks

This development marks a significant step toward autonomous AI systems capable of managing multi-agent collaborations without human oversight. It addresses key limitations of single-agent models, such as incomplete work, bias, and goal drift, by enabling more reliable, comprehensive, and scalable solutions. For organizations, this could mean more effective automation of research, verification, and complex decision-making processes, reducing reliance on human intervention for high-stakes projects.
Workflow Automation with Microsoft Power Automate: Design and scale AI-powered cloud and desktop workflows using low-code automation

Workflow Automation with Microsoft Power Automate: Design and scale AI-powered cloud and desktop workflows using low-code automation

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Evolution of Multi-Agent AI Systems and Workflow Automation

Prior to this, Claude operated primarily as a single-agent system, executing tasks within a fixed context window. The move to dynamic workflows builds on previous advancements in skills packages and looping mechanisms, which allowed Claude to delegate parts of tasks or repeat processes. This latest feature completes a trilogy of capabilities aimed at improving the orchestration and delegation of complex workflows. The concept of autonomous team assembly aligns with broader trends in AI toward multi-agent systems that can self-organize to handle tasks that are too large or complex for one agent alone. Anthropic’s focus on high-value, complex tasks reflects the increasing demand for reliable, scalable AI solutions in research, software development, and enterprise automation.

“Claude’s dynamic workflows enable it to write and execute its own orchestration scripts, effectively building its own team on the fly for complex projects.”

— Thorsten Meyer, AI researcher at Anthropic

Advanced Automation with JavaScript: Techniques for Modern Task Management alongside In-Depth Strategies for Automating and Optimizing Your Workflows

Advanced Automation with JavaScript: Techniques for Modern Task Management alongside In-Depth Strategies for Automating and Optimizing Your Workflows

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Current Limitations and Unanswered Questions About the System

It is not yet clear how well the dynamic workflows perform across a broad range of real-world applications or how they compare to human-led team management in terms of reliability and efficiency. Anthropic notes that the feature is still in early deployment stages, and detailed performance metrics or user feedback are not publicly available. Additionally, questions remain about the scope of tasks suitable for this approach and potential limitations in scalability or model consistency.
Hierarchical Sub-Agent Orchestration in CrewAI and LangGraph: Optimizing task delegation and state-persistence to reduce token overhead and prevent agentic loops

Hierarchical Sub-Agent Orchestration in CrewAI and LangGraph: Optimizing task delegation and state-persistence to reduce token overhead and prevent agentic loops

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Next Steps for Deployment and Evaluation of Autonomous Agent Teams

Anthropic plans to expand access to the dynamic workflows feature, gather user feedback, and refine the orchestration patterns. Future updates may include enhanced resumption capabilities, broader model selection options, and more sophisticated task-specific harnesses. Observers anticipate that further testing will determine the full range of practical applications and limitations, with potential integration into enterprise workflows and research pipelines. Monitoring how organizations adopt and adapt this technology will be key to understanding its real-world impact.
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.

Key Questions

How does Claude build its own team of agents?

Claude writes a small JavaScript program, called a workflow, that spawns and manages multiple subagents, each with specific roles and isolated contexts, to collaboratively complete complex tasks.

What types of tasks are suitable for dynamic workflows?

Tasks that involve multiple steps, verification, synthesis, or parallel processing—such as research, fact-checking, or large-scale data analysis—are best suited for this approach, according to Anthropic.

Is this feature available for all users now?

Currently, the feature is being rolled out for high-value, complex tasks and is not yet broadly available to all users. More widespread deployment is expected after further testing.

What are the limitations of Claude’s autonomous teams?

Limitations include increased token usage, potential challenges in managing very large or highly dynamic workflows, and the current lack of extensive real-world performance data. It is primarily intended for complex, high-stakes projects.

How does this compare to human team management?

While inspired by human management strategies, Claude’s autonomous teams are still AI-driven and may not yet match human flexibility or judgment in all scenarios. The technology aims to augment, not replace, human oversight in complex workflows.

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

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

Anthropic’s latest funding round emphasizes massive hardware investments to support AI scaling, marking a shift from valuation to infrastructure development.