Back to notes
Product

Claude Code’s dynamic workflows turn coding assistants into coding departments

Opus 4.8 got the headlines, but Claude Code’s dynamic workflows matter more: Claude fans out hundreds of parallel sub-agents, then checks the findings before they reach you. Coding assistants are becoming coding departments, and the catch is the token bill.

Nathan RothFounder
Adam Sandler as a jeweler in Uncut Gems, grinning as he holds up a gaudy gold Furby pendant on a chain in a display case full of gold jewelry.

TL;DR

  • Opus 4.8 got the attention this week, but the quieter Claude Code release, dynamic workflows, is the one worth watching.
  • Instead of working like one careful engineer, Claude now writes an orchestration script that fans out hundreds of parallel sub-agents to attack a problem from different angles.
  • It then runs adversarial agents to refute the findings before anything reaches you, so you get a checked answer rather than a confident first draft.
  • The proof point: Jarred Sumner ported Bun from Zig to Rust, 750,000 lines in eleven days, with 99.8% of the test suite still green. That used to be a year of work.
  • The catch is the token bill. A workflow can run up to 1,000 agents and you pay for each, so the winners will scope tightly enough that the cost matches the value.

Anthropic shipped Opus 4.8 this week and everyone lined up to benchmark it. Fine. But the release worth your attention was the quieter one sitting right next to it: dynamic workflows in Claude Code.

Until now, Claude Code worked like one careful engineer. Write, read, think, write again. Lovely for a small job. Glacial for an ambitious one, because everything happened in a single line.

What actually changed

Dynamic workflows flip the model. Instead of doing the work itself, Claude writes an orchestration script that fans out hundreds of parallel sub-agents. They attack the problem from different angles at the same time. Then, before anything comes back to you, a second wave of adversarial agents tries to refute the findings, poke holes, and throw out whatever doesn’t survive scrutiny.

So the thing you get back isn’t a confident first draft. It’s an answer a team already argued about. One prompt in, a managed team behind the curtain, a checked result out.

The receipt

If that sounds like a pitch deck, here’s the receipt. Jarred Sumner ported Bun, his JavaScript runtime, from Zig to Rust using this approach. Seven hundred and fifty thousand lines. Eleven days. 99.8% of the test suite still green at the end.

Sit with those numbers. A 750,000-line language-runtime rewrite is the kind of thing that used to eat a team for the better part of a year, and most teams would have quietly abandoned it halfway. Eleven days changes what counts as a reasonable thing to even attempt.

The catch is the bill

Here’s the part nobody screenshots. Every one of those sub-agents carries its own context, and you pay for all of it. A single workflow can run up to a thousand agents. Point that at a loosely defined problem and the token meter doesn’t so much tick as sprint.

Used carelessly, this will burn cash like Charles Barkley with a debit card at the Wynn. The technology being impressive doesn’t make the invoice smaller. It makes it bigger, faster, in both directions.

The shift worth sitting with

Strip away the demo and the gas bill and you’re left with the actual shift: coding assistants are turning into coding departments. The unit of work stops being a clever exchange with a smart tool and becomes a brief handed to a team that scopes, executes, and checks itself.

Which means the skill that matters is changing too. The people who win the next eighteen months won’t be the ones with the cleverest prompts. They’ll be the ones who can scope a workflow tightly enough that the bill matches the value of what comes out. That’s a management instinct, not a prompting trick: knowing what to delegate, how to define done, and when an answer is good enough to stop paying for more.

Coding assistants are becoming coding departments. The new skill isn’t prompting. It’s knowing what’s worth the meter.

So don’t start by pointing a thousand agents at your entire codebase. Start small. One well-defined audit. Watch the meter. Learn what a checked answer actually costs you, and what it’s worth. Then go bigger, on purpose. If you want help working out where this fits, let’s talk.

Frequently asked questions

What are dynamic workflows in Claude Code?
Dynamic workflows let Claude Code write an orchestration script that spins up many parallel sub-agents instead of working as a single assistant. The agents tackle a problem from different angles at once, and adversarial agents check the results before they return to you. In effect, one prompt commands a managed team rather than a lone engineer.
How is a dynamic workflow different from normal Claude Code?
A normal Claude Code session behaves like one careful engineer working in sequence: write, read, think, write again. That is fine for small jobs and slow for ambitious ones. A dynamic workflow fans the work out across hundreds of sub-agents running in parallel, then verifies the output, so large tasks finish in a fraction of the time.
What can dynamic workflows actually do?
The headline example is Jarred Sumner porting the Bun runtime from Zig to Rust: about 750,000 lines of code in eleven days, with 99.8% of the test suite still passing. Work on that scale used to take a team most of a year, and many teams would have abandoned it partway.
Why are dynamic workflows so expensive?
Each sub-agent carries its own context and consumes tokens, and a single workflow can run up to 1,000 agents, so you pay for all of them. Costs climb fast when a workflow is scoped loosely, which is why matching the size of the workflow to the value of its output is the thing to get right.
How should I start using dynamic workflows?
Start small. Pick one well-defined task, such as a focused audit, run it as a workflow, and watch the token meter. Once you can see the cost-to-value ratio clearly, scope larger workflows with confidence. The skill that pays off is tight scoping, not clever prompting.
START MISSION
Copyright © SP-CE 2025
BACK TO TOP
This is Major Tom to Ground Control
We are all made of star stuff
Oh no, no, no, I'm a rocket man
In space, no one can hear you scream
two engines up and running
This is Major Tom to Ground Control
We are all made of star stuff
Oh no, no, no, I'm a rocket man
In space, no one can hear you scream
two engines up and running
NAME
Greetings. I am Spock, son of Sarek, striving to uphold the principles of logic and reason.