Claude Code Dynamic Workflows - Spin Up 1,000 Subagents From a Single Prompt

Claude Code Dynamic Workflows - Spin Up 1,000 Subagents From a Single Prompt

0:00 / 0:50
News

Claude Code Dynamic Workflows - Spin Up 1,000 Subagents From a Single Prompt

calendar_today Date:
schedule Duration: 0:50
database
Summary Report

Claude Code just shipped dynamic workflows in research preview. Claude writes an orchestration script on the fly, then spins up a fleet of subagents in parallel - up to a thousand per run.

  • 01. Type "workflow" in a prompt and Claude Code writes an orchestration script that runs subagents in parallel.
  • 02. Workflows can spawn up to 1,000 total subagents per execution, with 16 running concurrently.
  • 03. Claude plans the work, breaks it into subtasks, and checks results before folding them into one coordinated answer.
  • 04. Jarred Sumner used dynamic workflows to port the Bun runtime from Zig to Rust - around 750,000 lines, 99.8 percent of tests passing, eleven days from first commit to merge.
  • 05. Available in research preview across the Claude Code CLI, Desktop, and VS Code extension on Max, Team and Enterprise plans, plus the Claude API, Amazon Bedrock, Vertex AI and Microsoft Foundry.
Anthropic has released dynamic workflows for Claude Code in research preview, introducing a significant shift in how the AI handles complex tasks. The new feature allows users to simply type "workflow" in a prompt, triggering Claude to automatically break down tasks into subtasks and spawn up to 1,000 subagents per run, with 16 running concurrently. This represents a fundamental architectural change from Claude's previous approach. Rather than acting as a turn-by-turn orchestrator deciding what to spawn next, Claude now generates a comprehensive orchestration script upfront. The loops, branching logic, and intermediate state management are embedded directly in the script itself, freeing up Claude's context window for processing the final consolidated results. The capability has already demonstrated impressive real-world applications. Developer Jarred Sumner successfully used dynamic workflows to port the Bun runtime from Zig to Rust—a massive undertaking involving approximately 750,000 lines of code. The project achieved a 99.8% test suite pass rate and was completed in just 11 days from first commit to merge, showcasing the system's potential for large-scale code transformation tasks. Dynamic workflows are now available across Claude's CLI, Desktop, and VS Code integrations for Max, Team, and Enterprise subscribers. The feature positions Claude Code as a powerful tool for developers tackling complex, parallelisable tasks that can benefit from distributed AI agent coordination.