Claude Opus 4.8 的动态工作流把单线程的编码助手变成了一个可并行协作的工程团队,做大型重构或复杂代码库维护的开发者可以直接体验,效率提升非常明显。
Anthropic 发布了 Claude Opus 4.8,主要亮点包括快速模式速度提升 2.5 倍且成本降低 3 倍,以及全新的“动态工作流”功能。该功能允许 Claude 将大型工程任务拆解为多个子任务,并行运行数十到数百个子代理,并交叉验证结果,类似一个临时工程团队。在 Agent 终端编程基准测试中,Opus 4.8 从 66.1% 跃升至 74.6%,成为 GDPval-AA 基准的新领导者。动态工作流的核心变化在于验证机制:Claude 不仅收集子代理答案,还会比较、反驳弱发现、运行检查并迭代直至结果收敛。
Claude Opus 4.8 dropped. - 2.5x faster fast mode,…
Claude Opus 4.8 dropped.
- 2.5x faster fast mode, which is also 3x cheaper - has a new “dynamic workflows” feature that allows it to tackle very large-scale problems. - 74.6% on agentic terminal coding is the biggest benchmark jump over Opus 4.7, rising from 66.1% - New “dynamic workflows” feature that allows it to tackle very large-scale problems. - The new leader on our GDPval-AA benchmark for agentic real-world work tasks
The dynamic workflows in Claude Code will break a massive engineering task into many smaller jobs, run them through tens to hundreds of parallel subagents, and check the results before handing anything back.
A normal coding agent works like one developer reading, editing, and testing in sequence, but dynamic workflows behave more like a temporary engineering team coordinated by Claude.
Claude first writes an orchestration plan, which is basically a task map that says what needs to be inspected, rewritten, tested, reviewed, or challenged.
Separate subagents then work on different parts of the repo at the same time, so one agent might inspect authentication code, another might port files, another might search for unsafe patterns, and another might try to break the proposed fix.
The major change is verification, because Claude does not just collect answers from subagents, but compares them, refutes weak findings, runs checks, and keeps iterating until the results converge.