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 called dynamic workflows, enabling it to generate and orchestrate its own team of agents for complex tasks. This development aims to address limitations of single-agent approaches, especially for high-value or long-term projects.

Anthropic’s Claude has introduced a new capability: the ability to build its own team of agents on the fly. This feature, called dynamic workflows, allows Claude to orchestrate multiple sub-agents during complex, high-value tasks, addressing common limitations of single-agent operations. The development was announced as part of the company’s ongoing efforts to improve AI orchestration and task management.

The new feature enables Claude to write and execute small JavaScript programs that spawn and coordinate sub-agents, each with tailored goals and isolated contexts. This allows Claude to perform tasks such as splitting work into parallel segments, verifying outputs independently, and iterating until a task is complete. According to Anthropic, this approach is particularly useful for complex workflows where a single agent might underperform due to laziness, bias, or goal drift.

Anthropic states that this capability is built to handle high-value, multi-step projects rather than simple tasks like fixing typos. The system can choose different models for different sub-agents, optimize resource use, and resume interrupted workflows. The feature is triggered either by requesting a workflow or using the keyword “ultracode.” The orchestration patterns include classify-and-act, fan-out-and-synthesize, adversarial verification, generate-and-filter, tournament, and loop-until-done.

At a glance
breakingWhen: announced March 2024
The developmentAnthropic has announced that Claude can now dynamically assemble and manage a team of agents during task execution, enhancing its ability to handle complex workflows.
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 Task Management and Workflow Automation

This development signifies a major step in AI autonomy and workflow orchestration. By enabling Claude to self-assemble and manage its own team, organizations can potentially unlock more efficient handling of complex, multi-stage projects. This approach reduces reliance on human oversight for task division and quality control, potentially increasing productivity and accuracy in high-stakes environments.

However, it also raises questions about control, oversight, and safety, as AI systems gain more independent decision-making capabilities. The ability to dynamically generate and manage sub-agents could lead to more sophisticated AI applications but also necessitates careful governance and monitoring.

AI for Bookkeeping Automation and Workflows: Automate Data Entry, Receipts, Categorization, Reconciliation, and Month-End Reporting Using AI and No-Code Tools, Save Hours Every Week for Bookkeepers

AI for Bookkeeping Automation and Workflows: Automate Data Entry, Receipts, Categorization, Reconciliation, and Month-End Reporting Using AI and No-Code Tools, Save Hours Every Week for Bookkeepers

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Evolution of AI Workflows and Multi-Agent Systems

The concept of orchestrating multiple AI agents to perform complex tasks has been evolving over recent years, with initial efforts focusing on static workflows and hand-built harnesses. Anthropic’s latest breakthrough is the first to allow Claude to generate custom workflows dynamically, using code to adapt to specific tasks in real-time.

This builds on prior developments like the introduction of skills packages and looping mechanisms, which improved AI performance on specific tasks. The new dynamic workflow capability completes a trilogy of advancements aimed at making AI more adaptable and capable of handling complex, long-term projects without constant human intervention.

“Claude’s ability to write its own harness and orchestrate multiple agents on the fly marks a significant leap in AI autonomy and workflow management.”

— Thorsten Meyer, AI researcher at Anthropic

Amazon

multi-agent AI software

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Unanswered Questions About Safety and Control

It remains unclear how Anthropic plans to ensure safety and oversight as Claude autonomously manages its own agents. The potential for unexpected behaviors or goal misalignment in highly autonomous workflows has not been fully addressed. Additionally, the scalability and robustness of these workflows in real-world, high-stakes scenarios are still being tested.

Amazon

AI orchestration platforms

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Next Steps in Testing and Deployment of Dynamic Workflows

Anthropic is expected to continue testing the feature in controlled environments, refining safety protocols and performance metrics. The company may also explore broader deployment in enterprise settings, with monitoring systems to oversee autonomous agent orchestration. Further updates on operational safeguards and use case success stories are anticipated in the coming months.

AI Tools for Everyday Tasks: The Complete Beginner’s Guide To Working Smarter with AI

AI Tools for Everyday Tasks: The Complete Beginner’s Guide To Working Smarter with AI

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 and runs small JavaScript programs called workflows, which spawn and coordinate multiple sub-agents with specific goals, enabling it to manage complex tasks more effectively.

What types of tasks are best suited for this new feature?

High-value, multi-step projects such as detailed research, verification routines, complex coding tasks, or multi-faceted decision-making processes are ideal candidates for dynamic workflows.

Are there safety concerns with autonomous agent management?

While Anthropic is aware of safety considerations, details on safety protocols and oversight measures for fully autonomous workflows are still being developed and tested.

Can this feature be used in everyday applications?

Currently, the feature is designed for complex, high-stakes tasks and is not intended for simple or casual use, such as fixing typos or basic queries.

When will this feature be available to customers?

Anthropic has announced the feature in a developmental stage, with broader deployment expected after further testing and safety validation, likely within the next few months.

Source: ThorstenMeyerAI.com

This content is for general information only and is not financial, tax or legal advice. Consult a qualified professional for decisions about your money.
You May Also Like

OpenEuroLLM. The third path.

OpenEuroLLM, a €37.4M EU-funded project, faces significant compute challenges as it aims to develop a multilingual open-source LLM across Europe.

Anchor. The Schwarz Group model.

Analyzing Schwarz Group’s €11B data center investment as a template for European industrial AI infrastructure, with insights on replication potential.

Quiet GPUs for Local AI: Acoustic and Thermal Roundup

A comprehensive roundup of 2026’s quietest GPUs for local AI, focusing on thermal performance, acoustics, and practical cooling tips for sustained inference.

One-idea-per-email drip platform for developer onboarding

A developer-relations startup is testing a drip email platform focused on one technical idea per message to improve onboarding activation rates.