Minbook
KO
Agent Orchestration
Agents & Architecture Active 4 posts

Agent Orchestration

How to decompose and organize agents — 5 axes of decomposition, hierarchy/graph/swarm structures, and the Advisor pattern.

About this series

The problems where a single agent suffices are shrinking, and the cost of multi-agent setups has become hard to ignore. This series follows one question to the end: how do you decompose agents, and how do you put them back together? Decision cost, failure cost, and transition cost are weighed together.

Written for solo builders running multi-agent systems in production, and for PMs and architects evaluating internal agent rollouts. Less about code, more about which axis of decomposition leads to which trap.

Start with the 5-axes opener to diagnose your own system, then compare hierarchy/graph/swarm as concrete cases, and close with the Advisor pattern read as a pricing table for decisions. If you're still on the single → multi crossover, pause at the first piece and map it onto your own domain.

4 episodes

  1. 01
  2. 02
  3. 03
  4. 04