Tagged articles
3 articles
Page 1 of 1
AI Engineering
AI Engineering
May 28, 2026 · Artificial Intelligence

Claude Code Dynamic Workflow: Hundreds of Sub‑Agents in One Session and a 75‑k‑line Bun Migration in 11 Days

Claude Code’s new dynamic workflow lets a single session launch up to 1,000 sub‑agents with 16‑way concurrency, enabling large‑scale tasks such as migrating 750,000 lines of Bun code from Zig to Rust in just 11 days while achieving a 99.8% test‑suite pass rate.

Agent OrchestrationClaude CodeDynamic Workflow
0 likes · 8 min read
Claude Code Dynamic Workflow: Hundreds of Sub‑Agents in One Session and a 75‑k‑line Bun Migration in 11 Days
Efficient Ops
Efficient Ops
Mar 23, 2026 · Artificial Intelligence

7 Multi‑Agent Design Patterns Every AI Engineer Should Know

This article explains the seven core multi‑agent design patterns—workflow, routing, parallel, loop, aggregation, network, and hierarchical—detailing their mechanics, use cases, implementation tips, and why modern agent frameworks are essential for dynamic, cross‑system AI applications.

Agent FrameworksDynamic WorkflowLLM routing
0 likes · 12 min read
7 Multi‑Agent Design Patterns Every AI Engineer Should Know
The Dominant Programmer
The Dominant Programmer
Apr 13, 2024 · Backend Development

Integrating LiteFlow with Spring Boot for Decoupled, Dynamic, Scalable Business Logic

This guide shows how to integrate the lightweight LiteFlow rule engine into a Spring Boot application, split complex business logic into reusable components, configure rule files, and use various component types—including switch, condition, and parameterized components—to achieve dynamic orchestration, hot‑reloading, and high scalability.

Component OrchestrationDynamic WorkflowJava
0 likes · 13 min read
Integrating LiteFlow with Spring Boot for Decoupled, Dynamic, Scalable Business Logic