Subscribe to continue reading
Become a paid subscriber to get access to the rest of this post and other exclusive content.
Become a paid subscriber to get access to the rest of this post and other exclusive content.
Become a paid subscriber to get access to the rest of this post and other exclusive content.
This is the single-screen index to the whole catalog: 56 agentic architectural patterns in one searchable navigator. Filter by pattern type or by Agentic AI maturity level (1ā6), switch between grouped and flat views, and open any pattern for its summary, when-to-use guidance, and maturity placement. It’s the fastest way to find the pattern that fits the problem in front of you.
On the count (55 vs 56). The book and its companion reference catalog and skills package present 55 patterns across seven chapters. This navigator adds one consolidated entry ā Advanced Model Tuning Patterns (SFT, PEFT/LoRA, DPO), grouped under Advanced Adaptation & Self-Improvement ā bringing the interactive total to 56. The extra entry is a superset, not a discrepancy: everything in the 55-pattern catalog is here, plus model tuning.
ā Open the navigator full-screen ā recommended for search and on mobile.
The 56 patterns sort along two axes. The type axis groups them into seven concerns; the maturity axis places each on a 1ā6 ladder of agentic sophistication ā and many patterns span more than one level, appearing in a simpler and a more advanced form.
| # | Pattern type | Patterns |
|---|---|---|
| 1 | Agent-Level Capability | 5 |
| 2 | Multi-Agent Coordination & Topology | 14 |
| 3 | Explainability, Compliance & Governance | 4 |
| 4 | Robustness & Fault Tolerance | 16 |
| 5 | Human-Agent Interaction | 5 |
| 6 | System-Level Infrastructure | 4 |
| 7 | Advanced Adaptation & Self-Improvement | 8 |
As in the rest of this series, Robustness & Fault Tolerance is the largest category (16) ā the recurring signal that the hard engineering in multi-agent systems is what happens when things fail, not when they succeed.
For the fuller treatments, this catalog connects to the rest of the series: the 55-pattern reference catalog (full context / problem / solution / code), the installable Claude Agent Skills, and the Skills Portal & Simulator for copy-paste system-prompt contracts. New to the series? Begin with the reading guide.
Become a paid subscriber to get access to the rest of this post and other exclusive content.
Most enterprises do not fail at agentic AI because they picked the wrong model. They fail because they attempt Level 6 on a Level 0 foundation ā building multi-agent orchestration on top of data nobody has cleaned, governed, or licensed. This blueprint lays out the sequence: a seven-stage maturity roadmap from data foundation to multi-agent ecosystems, the internal anatomy of an agent, and the use cases that pay for the work.
ā Open the blueprint full-screen ā the maturity levels and the agent loop are both interactive.
The seven levels run Data Foundation ā Model Selection & Serving ā Contextual Enhancement (RAG) ā Tuning for Specificity ā Grounding & Evaluation ā Single-Agent Systems ā Multi-Agent Systems. Click any level in the blueprint for its definition and a worked enterprise example.
The ordering is not decorative ā it is a dependency chain, and each level exists to make the next one survivable:
Read the chain backwards and the common failure mode is obvious: an organisation that jumps to Level 6 inherits every unresolved problem from Levels 0 through 4, now multiplied across a fleet of agents that act on it autonomously.
The middle section opens up the loop that defines an agent, wrapped around a persistent core of goals and memory. Tap or hover each stage for its role and the standard that mediates it:
What makes this a genuine loop rather than a pipeline is that acting changes the environment the agent will next sense. That feedback is the source of both an agent’s adaptability and its capacity to compound an early mistake ā which is precisely why the trust levels come first.
The application explorer splits use cases into horizontal (functions common to every business ā customer service, IT, supply chain, finance) and vertical (domain-specific ā healthcare, finance, retail, manufacturing). The distinction is a sequencing decision, not a taxonomy exercise: horizontal use cases like autonomous escalation or automated debugging tend to be the cheaper first win because the domain knowledge required is shallower, while vertical cases like drug discovery or loan underwriting carry higher value and a much steeper grounding and compliance burden.
One note on framing: the maturity model here is the enterprise GenAI adoption ladder ā how an organisation gets from raw data to a multi-agent ecosystem. It is a different lens from the Agentic Governance Maturity model, which asks how much control machinery sits around the stochastic core. This blueprint answers “what should we build next”; that one answers “what must we contain before we can trust it.” For the pattern-level detail underneath both, see the 55-pattern catalog.