The Agentic AI Pattern Catalogue
Approximately sixty composable, technology-agnostic design patterns for autonomous AI agents — mapped to seventeen foundational, architectural, and operational principles across two viewable lifecycles: the runtime cognitive loop and the AgentOps development lifecycle, with comprehensive regulatory standards tracing.
Listen to this catalogue
The Master Blueprint for Agentic AI
A compiled reference, not original research. This microsite curates and reorganises a reference catalogue of agentic AI design patterns, synthesised from primary sources including Anthropic, Antonio Gulli / Google, arXiv pre-prints, AWS, Google Cloud, and Singapore's IMDA Model Governance Framework for Agentic AI. Full attribution and source list on the Standards & Sources page. It is not a standard, and standards-mesh mappings are indicative, not legal advice.
This page is the starting point for a big collection of building plans for AI "agents" — smart computer programs that can think, plan, and act on their own, kind of like a robot helper. Each plan is called a pattern, and there are 61 of them, all written down in the same clear way. This matters because AI agents built without a plan can make mistakes, act unsafely, or do things nobody can explain. These patterns are tested ideas that help engineers build agents people can trust.
You do not need to read everything at once. Pick one of four paths: see a big chart of all the patterns at once (Matrix), read short summaries grouped by the companies and researchers who invented them (Field Guide), look up full details for one pattern at a time (Deep Catalogue), or check the safety rules each pattern follows (Standards & Sources).
Foundational
Principles that define what the agent is — autonomy, goal alignment, governance-by-design.
Architectural
Principles that define how it is built — perception, reasoning, memory, tools, planning, orchestration.
Operational
Principles that define how it runs in production — oversight, observability, guardrails, evaluation.
Four ways into the same catalogue.
Start shallow with the Field Guide, or go deep on a single pattern. Every view cross-references the same underlying data.
The Principle × Lifecycle Matrix
Every pattern sits at the intersection of a governing principle and a lifecycle stage. Toggle between the runtime cognitive loop and the AgentOps development lifecycle to see where each pattern applies.
Open →Pattern Field Guide
A clean, source-grouped reference to 91 patterns as originally described by Anthropic, Google Cloud, Gulli, and other primary sources — one paragraph, a use case, and the trade-offs for each.
Open →The Deep Pattern Catalogue
61 composable patterns treated in full: context, forces, solution, applicability, anti-patterns, consequences, and the regulatory standards each one helps satisfy.
Open →Standards Reference & Bibliography
The thirteen regulatory frameworks every pattern traces to — IMDA MGF, EU AI Act, NIST AI RMF, ISO/IEC 42001, and more — plus the full bibliography and method notes.
Open →Software architecture matured once its patterns were codified. Data architecture is following the same arc. Agentic AI is at the earliest phase — patterns are described variously across blog posts, vendor docs, one book, and a handful of arXiv pre-prints.
This catalogue treats each design decision as a reusable primitive — a named solution to a recurring problem in a specific context — rather than as a framework feature. Reflection is a pattern; LangGraph is an implementation.
