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 AI now autonomously creates and manages teams of specialized agents during tasks. This new feature, called dynamic workflows, aims to address limitations of single-agent approaches in complex projects. The development enhances Claude’s capabilities for high-value, multi-step processes.

Anthropic’s Claude AI now has the ability to autonomously build and manage teams of specialized agents during a task, marking a significant advancement in AI workflow orchestration. This feature, called dynamic workflows, allows Claude to write its own orchestration code in real-time, improving performance on complex, high-value projects. The development aims to address the limitations of single-agent execution in long or intricate tasks, making Claude more adaptable and reliable for enterprise use.

According to Anthropic, the dynamic workflows feature enables Claude to generate small JavaScript programs that orchestrate multiple subagents, each with a focused goal and isolated context. This approach allows Claude to assign different tasks to specialized agents, decide which model to use for each, and manage parallel execution without interference. The system can also resume interrupted workflows, making it suitable for long-running projects.

Anthropic emphasizes that this capability is particularly useful for complex, high-value tasks such as deep research, fact-checking, or code refactoring, where a single agent might underperform due to issues like goal drift or self-bias. The feature is built atop Claude Opus 4.8, which enhances the model’s reasoning abilities, enabling it to reason about the task and generate a tailored orchestration harness dynamically.

Anthropic cautions that the feature uses more tokens and is intended for sophisticated tasks, not simple edits or quick fixes. The company also notes that users can trigger workflow creation by requesting a specific ‘ultracode’ command or asking for a workflow explicitly.

At a glance
breakingWhen: announced March 2024
The developmentClaude’s new dynamic workflows enable it to assemble and orchestrate a team of agents on the fly for complex tasks.
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 Project Management

This development signifies a step toward more autonomous and adaptable AI systems capable of managing complex workflows without human intervention. By enabling Claude to assemble its own team of agents, organizations can potentially handle more intricate projects with fewer human resources, reducing bottlenecks and increasing efficiency. It also addresses common AI limitations like goal drift and bias, which are particularly problematic in long-term or multi-step tasks. However, the increased token usage and system complexity mean this feature is best suited for high-stakes, resource-intensive projects rather than everyday tasks.

AI AGENT DEVELOPMENT AND ORCHESTRATION: Autonomous workflows tool integration and intelligent decision-making systems

AI AGENT DEVELOPMENT AND ORCHESTRATION: Autonomous workflows tool integration and intelligent decision-making systems

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Evolution of AI Multi-Agent Capabilities

Anthropic’s recent work on Claude has focused on expanding its skill set and workflow management, following earlier developments like skill packages and looping mechanisms. The introduction of dynamic workflows completes a trilogy aimed at making Claude more capable of handling complex, multi-stage tasks. Previously, single-agent models faced limitations such as agent laziness, self-bias, and goal drift, especially in long or parallel tasks. The concept of orchestrating multiple specialized agents to mitigate these issues has been a theoretical goal for some time.

The new feature builds on the existing SDK tools, but with the key innovation that Claude can now generate and run its own custom harnesses tailored to specific tasks. This represents a shift from static, hand-built workflows to dynamic, real-time orchestration, leveraging Claude’s reasoning capabilities to adapt to complex project needs.

“By enabling Claude to write its own orchestration code, we are moving toward more autonomous, reliable AI systems capable of managing complex workflows without human intervention.”

— Thorsten Meyer, AI researcher at Anthropic

Designing Multi-Agent Systems: Principles, Patterns, and Implementation for AI Agents

Designing Multi-Agent Systems: Principles, Patterns, and Implementation for AI Agents

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Unanswered Questions About Workflow Reliability

It is not yet clear how well this system performs in real-world, high-stakes environments over extended periods. Details about the robustness, error handling, and safety measures of these self-generated workflows remain undisclosed. Additionally, the extent to which this feature can replace human oversight in critical applications is still under evaluation, and user experiences are not yet available.

AI for Project Managers: A Desk Reference & Field Guide: Use Artificial Intelligence to Streamline Workflows, Automate Tasks, and Make Smarter Decisions with Practical Tools and Ethical Insights

AI for Project Managers: A Desk Reference & Field Guide: Use Artificial Intelligence to Streamline Workflows, Automate Tasks, and Make Smarter Decisions with Practical Tools and Ethical Insights

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Next Steps for Adoption and Evaluation

Anthropic plans to roll out the dynamic workflows feature to select enterprise clients for pilot testing. The company will likely publish case studies and performance metrics over the coming months to demonstrate its effectiveness. Meanwhile, developers and users are encouraged to experiment with the ‘ultracode’ trigger and provide feedback on workflow stability, efficiency, and safety. Further updates may include more sophisticated orchestration patterns and safety controls.

Claude AI for Beginners Bible: [5 in 1] The Ultimate Guide to Automate Your Work, Save Hours Every Week, and Use AI for Real-World Results

Claude AI for Beginners Bible: [5 in 1] The Ultimate Guide to Automate Your Work, Save Hours Every Week, and Use AI for Real-World Results

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 small JavaScript programs, called workflows, that spawn and coordinate multiple subagents, each with a specific task and context. It dynamically writes this harness based on the task requirements.

What kinds of tasks benefit most from dynamic workflows?

High-value, complex, multi-step tasks such as research, fact-checking, code refactoring, or large-scale data analysis benefit most, as they require specialized sub-tasks and coordination.

Is this feature suitable for everyday or simple tasks?

No, Anthropic advises that dynamic workflows are resource-intensive and intended for sophisticated projects. They are not recommended for quick edits or low-stakes tasks.

What are the limitations or risks of this approach?

Potential limitations include increased token usage, system complexity, and the need for careful safety and error handling. The robustness of autonomous workflow management in critical applications remains under assessment.

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

Quiet GPUs for Local AI: Acoustic and Thermal Roundup

An analysis of the quietest GPUs for local AI in 2026, focusing on thermal, acoustic performance, and VRAM options for different model sizes.

Avengers Labs: How Ukraine Turned Its Front Line Into the World’s Scarcest AI Dataset

Ukraine has created Avengers Labs, a platform turning real combat drone footage into AI training data, transforming battlefield intelligence and defense capabilities.

Phase 1 synthesis. What the four sectors crystallize.

Empirical analysis confirms four structurally distinct labor displacement patterns across sectors, shaping policy responses amid AI-driven change.

The Compute Concentration Audit: When Sovereign Wealth Funds Notice Three Companies Own the Frontier

Regulators are conducting a structural audit of the cloud infrastructure market, focusing on three dominant providers and their impact on AI development and investment.