Anthropic just shipped Claude Opus 4.8, and the headline feature is something called Dynamic Workflow. In practical terms, it means Claude Code can now plan a complex task, spin up hundreds of subagents to execute it in parallel, verify its own outputs, and deliver finished results, all within a single session.

What dynamic workflows actually do

The core innovation in Opus 4.8 is the ability to orchestrate hundreds of parallel subagents. In English: instead of Claude tackling a massive coding project one step at a time, it can now break a project into pieces, assign each piece to a specialized subprocess, and manage the whole operation simultaneously.

Anthropic demonstrated this with a benchmark that’s hard to ignore. A 750,000-line codebase was migrated in just 11 days, hitting a 99.8% test pass rate.

The model doesn’t just execute blindly, either. Self-verification is baked into the workflow, meaning Claude checks its own work before delivering results. The default effort control for Opus 4.8 is set to “high,” which signals Anthropic is positioning this as a tool for serious, production-grade work rather than quick-and-dirty prototyping.