Tagged articles
9 articles
Page 1 of 1
AI Engineering
AI Engineering
Jun 8, 2026 · Artificial Intelligence

Six Core Patterns of Claude Code Dynamic Workflows Explained by an Engineer

The article analyzes the limitations of Claude Code's monolithic execution, introduces a JavaScript‑based dynamic workflow system with two core APIs, and details six reusable patterns—Classify‑and‑Act, Fan‑out‑and‑Synthesize, Adversarial Verification, Generate‑and‑Filter, Tournament, and Loop‑until‑Done—along with concrete use cases, trade‑offs, and practical tips.

AI AgentsClaude CodeJavaScript
0 likes · 11 min read
Six Core Patterns of Claude Code Dynamic Workflows Explained by an Engineer
AI Engineering
AI Engineering
Jun 4, 2026 · Artificial Intelligence

Why I Stopped Writing Prompts for Claude and Started Writing Loops

Boris, the author of Claude Code, explains how Dynamic Workflows let Claude run hundreds of agents in a single session, replace traditional prompting with loop‑based orchestration, and avoid common failure modes such as agentic laziness, self‑bias, and goal drift.

AI orchestrationClaudePrompt Engineering
0 likes · 8 min read
Why I Stopped Writing Prompts for Claude and Started Writing Loops
AI Programming Lab
AI Programming Lab
Jun 3, 2026 · Artificial Intelligence

Why Claude’s Dynamic Workflows Are a Game‑Changing Harness Design

The article analyzes Claude Code’s dynamic workflow feature, explaining how it tackles agentic laziness, self‑preferential bias, and goal drift by splitting tasks into independent sub‑agents, outlines six harness patterns, showcases suitable use cases, and offers practical tips to manage token costs.

AI AgentsClaudePrompt Engineering
0 likes · 9 min read
Why Claude’s Dynamic Workflows Are a Game‑Changing Harness Design
AI Architecture Hub
AI Architecture Hub
Jun 1, 2026 · Artificial Intelligence

How to Get Maximum Quality from Claude Opus 4.8 at Minimum Cost

Claude Opus 4.8 adds effort‑level control, a cheap fast mode, and a dynamic workflow that can run up to 1,000 sub‑agents, and by matching tasks to the appropriate effort and mode users can halve monthly token spend while keeping output quality unchanged.

AI modelClaude Opus 4.8Prompt Engineering
0 likes · 12 min read
How to Get Maximum Quality from Claude Opus 4.8 at Minimum Cost
AI Programming Lab
AI Programming Lab
May 29, 2026 · Artificial Intelligence

Claude Opus 4.8’s Dynamic Workflow Enables Hundreds of Parallel Subagents

The article reviews Anthropic’s Claude Opus 4.8 release, highlighting its improved honesty metric, benchmark gains over previous versions and competitors, and the newly introduced dynamic workflow that lets the model orchestrate dozens to hundreds of parallel sub‑agents for complex tasks, while noting token costs and stability limits.

AI codingClaudeOpus 4.8
0 likes · 10 min read
Claude Opus 4.8’s Dynamic Workflow Enables Hundreds of Parallel Subagents
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 CodeCode Migration
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 FrameworksLLM routingPrompt chaining
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 OrchestrationJavaLiteFlow
0 likes · 13 min read
Integrating LiteFlow with Spring Boot for Decoupled, Dynamic, Scalable Business Logic