Anthropic just shipped Claude Opus 4.8, but the real story isn't the model number. It's a feature called Dynamic Workflows, which orchestrates hundreds of parallel subagents for large-scale projects like codebase migrations. This moves the goalposts for what a coding agent does, shifting from interactive assistance to delegated, autonomous execution.

what just changed

The latest flagship model, Claude Opus 4.8, was released with a notable capability for Claude Code called Dynamic Workflows. This feature is designed to manage complex, multi-step tasks by breaking them down and running them as parallel subagents. This is a structural departure from the typical agentic model, which tends to operate serially—it takes a prompt, acts, and waits for the next instruction.

The key use case mentioned is codebase-scale work, which implies a system that can manage dependencies and context across many files and directories simultaneously. Instead of asking an agent to refactor a single file, you can theoretically define a project-level goal, and the workflow engine will orchestrate the necessary changes across the entire codebase. This suggests a higher level of abstraction where the developer acts as a system architect rather than a micromanager of prompts.