<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/claude-code-s-biggest-upgrade-yet-ran-5-agents-at-once-here-s-what-happened-2jrs0n66b" -->

---
title: Claude Code’s biggest upgrade yet ran 5 agents at once —...
description: Anthropic&#x27;s dynamic workflows feature in Claude Code (released with Claude Opus 4.8) enables Claude to write its own orchestration scripts and spin up hundreds...
canonical: https://daily.dev/posts/claude-code-s-biggest-upgrade-yet-ran-5-agents-at-once-here-s-what-happened-2jrs0n66b
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Claude Code’s biggest upgrade yet ran 5 agents at once — here’s what happened | daily.dev
og:description: Anthropic&#x27;s dynamic workflows feature in Claude Code (released with Claude Opus 4.8) enables Claude to write its own orchestration scripts and spin up hundreds...
og:url: https://daily.dev/posts/claude-code-s-biggest-upgrade-yet-ran-5-agents-at-once-here-s-what-happened-2jrs0n66b
og:image: https://api.daily.dev/og/posts/2Jrs0n66B.png
og:image:alt: Claude Code’s biggest upgrade yet ran 5 agents at once — here’s what happened
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Claude Code’s biggest upgrade yet ran 5 agents at once — here’s what happened

**[The New Stack](https://daily.dev/sources/newstack)** · 9 min read · 0 upvotes · 0 comments

## Summary

Anthropic's dynamic workflows feature in Claude Code (released with Claude Opus 4.8) enables Claude to write its own orchestration scripts and spin up hundreds of parallel subagents in a single session. A hands-on test compared dynamic workflows (5 parallel agents) against a single-agent workflow, both tasked with building a CLI codebase health analysis tool. Dynamic workflows completed the task in ~7 minutes with 62 passing tests, a shared contract architecture, and configurable flags, while the single agent took ~10 minutes and produced a simpler but functional JavaScript tool. Both tools identified similar real issues in the HTTPie codebase. Dynamic workflows cost an estimated $3–5 vs $2.25 for the single agent, but the key advantage is scalability: for long-running tasks, single agents hit context window limits while dynamic workflows can sustain parallel execution for hours. The conclusion is that dynamic workflows live up to the hype, especially for larger, longer-running tasks.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://thenewstack.io/claude-code-dynamic-workflows-test>

## Similar posts on daily.dev

- [Claude Code Adds Dynamic Workflows for Parallel Agent Coordination](https://daily.dev/posts/claude-code-adds-dynamic-workflows-for-parallel-agent-coordination-tb1gpm9cz) · InfoQ · 0 upvotes · 0 comments

---

Tags: [#python](https://daily.dev/tags/python), [#ai-agents](https://daily.dev/tags/ai-agents), [#anthropic](https://daily.dev/tags/anthropic), [#claude-code](https://daily.dev/tags/claude-code)

[View this post on daily.dev](https://daily.dev/posts/claude-code-s-biggest-upgrade-yet-ran-5-agents-at-once-here-s-what-happened-2jrs0n66b)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Claude Code’s biggest upgrade yet ran 5 agents at once — here’s what happened","url":"https://daily.dev/posts/claude-code-s-biggest-upgrade-yet-ran-5-agents-at-once-here-s-what-happened-2jrs0n66b","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/claude-code-s-biggest-upgrade-yet-ran-5-agents-at-once-here-s-what-happened-2jrs0n66b"},"datePublished":"2026-06-08T19:06:25.359Z","dateModified":"2026-06-10T16:08:02.285Z","description":"Anthropic's dynamic workflows feature in Claude Code (released with Claude Opus 4.8) enables Claude to write its own orchestration scripts and spin up hundreds...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/cd63ea69638686809880188a21229236?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/cd63ea69638686809880188a21229236?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"The New Stack","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"The New Stack","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/newstack","url":"https://daily.dev/sources/newstack"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/claude-code-s-biggest-upgrade-yet-ran-5-agents-at-once-here-s-what-happened-2jrs0n66b","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"python,ai-agents,anthropic,claude-code","timeRequired":"PT9M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"The New Stack","item":"https://daily.dev/sources/newstack"},{"@type":"ListItem","position":3,"name":"Claude Code’s biggest upgrade yet ran 5 agents at once — here’s what happened"}]}
```

