Claude Code Dynamic Workflows: Parallel Subagents & UltraCode Mode

✍️ OpenClawRadar📅 Published: May 29, 2026🔗 Source
Claude Code Dynamic Workflows: Parallel Subagents & UltraCode Mode
Ad

Claude Code now supports dynamic workflows that let the agent orchestrate tens to hundreds of parallel subagents in a single session, checking work before anything reaches you. Available in research preview in the CLI, Desktop, and VS Code extension for Max, Team, and Enterprise plans, plus the API (Amazon Bedrock, Vertex AI, Microsoft Foundry).

How to use

  • Ask directly: "Create a workflow"
  • Enable UltraCode via the effort menu (sets effort to xhigh), letting Claude auto-decide when to spawn a workflow.

Workflows consume substantially more tokens than a typical session — start scoped.

Capabilities shown in early access

  • Codebase-wide bug hunts: parallel search across a repo, then independent verification on every finding.
  • Large migrations: framework swaps, API deprecations, language ports spanning thousands of files end-to-end.
  • Double-checked results: independent solution attempts and adversarial agents that try to break the result before delivering it.
Ad

Real-world example: Bun rewrite

Jarred Sumner used dynamic workflows to port Bun from Zig to Rust — ~750,000 lines of Rust in 11 days, with 99.8% of existing tests passing. Workflow steps:

  1. Map Rust lifetimes for every struct field.
  2. Write every .rs file via hundreds of parallel agents, each with two reviewers.
  3. Fix loop driving build/test until clean.
  4. Overnight workflow to eliminate unnecessary data copies, opening a PR for each fix.

How it works

Claude plans dynamically from your prompt, breaks the task into subtasks, fans work across parallel subagents, checks results independently, and iterates until answers converge — producing a single coordinated answer.

📖 Read the full source: HN AI Agents

Ad

👀 See Also