See It Work · Book 09 · Building Multi-Agent Teams · Chapter 2
The pattern you choose decides how everything behaves
Multi-agent systems come in patterns: orchestrator (one manager coordinates), hierarchical (layered authority), swarm (many peers, emergent coordination). The choice isn't cosmetic — the pattern you choose determines how agents communicate, who has authority, and how failures cascade. Pick it deliberately, because it shapes everything built on top.
The full detailed chart. Condensed for print legibility in the book; shown here at full size.
Choose the pattern by default and you inherit its failure modes by surprise. Choosing deliberately means you've decided in advance how authority flows and how a failure is contained — before it's tested in production.
Architecture desk · patternsready
What this means for you
The architecture pattern decides communication, authority, and failure cascade — choose it deliberately. What this means for you: you make the most consequential multi-agent decision on purpose instead of by default — the pattern you pick shapes how authority flows and how failures are contained, so deciding it deliberately means no nasty surprises when it's tested in production.
The pattern shapes communication, authority, and failure behavior:
Architecture Patterns
orchestratorone manager coordinates
hierarchicallayered authority
swarmemergent peer coordination
the patterndecides how failures cascade
The pattern you choose determines how agents communicate, who has authority, and how failures cascade.
For the technical reader — the command, and how to verify it yourself
# one line · you do not need to run this see walkthrough
see walkthrough # -> the architecture pattern that decides communication, authority, and failure
Full step-by-step is in Appendix RX: Hands-On Demonstrations in the book.
ⓘDeterministic demonstration. The conversation is a faithful dramatization of the exercise; the receipt is the artifact it produces — the same every time, because the system is receipted. (Representative of the demo's structure; the production page renders the captured run.) No output here is fabricated. A live "run it yourself" mode is coming.