Modern websites, ranked in AI searchCited by ChatGPT, Perplexity & Google AI Overviews32% of our own traffic comes from AI searchModern websites, ranked in AI searchCited by ChatGPT, Perplexity & Google AI Overviews32% of our own traffic comes from AI searchModern websites, ranked in AI searchCited by ChatGPT, Perplexity & Google AI Overviews32% of our own traffic comes from AI searchModern websites, ranked in AI searchCited by ChatGPT, Perplexity & Google AI Overviews32% of our own traffic comes from AI search
Agentic AI

Agentic Design Patterns: The Complete Guide to Building Intelligent AI Systems

A 19-part series on the design patterns behind production AI agents, based on Antonio Gulli's Agentic Design Patterns. From prompt chaining to multi-agent orchestration.

Space & Story Team·March 23, 2026·5 min read
agentic design patternsAI agentsLLM architectureAntonio Gulli

Based on Agentic Design Patterns by Antonio Gulli (Springer). All book royalties go to Save the Children.

Space & Story Team·March 23, 2026·5 min read
Agentic Design Patterns: The Complete Guide to Building Intelligent AI Systems

Key Takeaway

A chatbot answers your question. An agent plans toward a goal, acts on it, then learns from how that went. This 19-part series works through the design patterns behind production agentic systems, based on Antonio Gulli's Agentic Design Patterns, with code examples and the enterprise use case for each one.

Why This Series Exists

There is a real gap opening between companies that bolted a chat widget onto their site and companies building agents that retrieve knowledge, call tools, coordinate with other agents, and correct their own mistakes. The second group is harder to copy, and the patterns they use are mostly written down.

This series works through the 21 design patterns in Antonio Gulli's Agentic Design Patterns, one post at a time. Each post gives you the concept in plain terms, a code example you can run, and where the pattern earns its keep in a real deployment.

---

The Series

Foundations

  1. What Makes an AI System an Agent? The Foundation of Agentic Design. The five-step loop every agent follows, the four levels of agent complexity, and five hypotheses for where this is all heading.

Core Orchestration Patterns

  1. Prompt Chaining: Building Reliable AI Agent Workflows. Break a complex task into sequential steps, which is the foundational pattern everything else builds on.
  1. Routing and Parallelization: Scaling AI Agent Orchestration. How an agent chooses the right path at runtime and runs several steps at once.
  1. Reflection and Adaptation: How AI Agents Learn From Their Own Output. Self-correction feedback loops that turn first drafts into polished results.

External Integration Patterns

  1. Tool Use in AI Agents: Function Calling and Beyond. How an agent breaks out of the text bubble to call APIs and query databases and act in the world.
  1. Model Context Protocol (MCP): The New Standard for Agent-Tool Integration. The emerging protocol that standardizes how agents connect to tools and data sources.
  1. RAG for AI Agents: Retrieval-Augmented Generation Done Right. Ground your agents in factual, up-to-date knowledge with retrieval-augmented generation.

Planning & Reasoning

  1. AI Agent Planning: How Intelligent Systems Decide What to Do Next. Task decomposition, plan-and-execute strategies, and how agents turn goals into action sequences.
  1. Reasoning Techniques for AI Agents: Chain-of-Thought to Tree-of-Thought. The reasoning architectures that separate toy demos from production-grade agents.

Collaboration & Communication

  1. Multi-Agent Systems: Orchestrating Teams of AI Agents. How specialized agents work in concert to tackle objectives no single agent could handle.
  1. Agent-to-Agent Communication: How A2A Enables Agent Interoperability. The protocol layer that lets agents from different systems find each other and work together.

Memory & State

  1. Memory Management for AI Agents: Short-Term, Long-Term, and Beyond. How agents remember context across interactions and build persistent knowledge.

Reliability & Safety

  1. AI Guardrails and Safety: Building Trustworthy Agentic Systems. The safety patterns that make the difference between a demo and an enterprise deployment.
  1. Exception Handling and Human-in-the-Loop: Making AI Agents Resilient. Graceful failure recovery and knowing when to bring a human into the loop.

Operations & Optimization

  1. Monitoring AI Agents: Goal Setting, Evaluation, and Prioritization. How to set objectives for your agents, track how they perform, and decide what they work on next.
  1. Resource-Aware AI Agents: Optimization and Exploration Strategies. Cost-conscious agent design and intelligent exploration of solution spaces.

Perspectives & Resources

  1. Industry Leaders on Agentic AI: Perspectives from Google and Goldman Sachs. Saurabh Tiwary (VP, Google CloudAI) and Marco Argenti (CIO, Goldman Sachs) on the future of intelligent systems.
  1. The Agentic AI Toolkit: Frameworks, Environments, and CLI Agents. A practical tour of LangChain, CrewAI, Google ADK, AgentSpace, and the tools powering agent development today.
  1. The Definitive Glossary of Agentic AI: 100+ Terms Explained. Every term you are likely to meet in agentic AI, defined and cross-referenced.

---

About the Book

Agentic Design Patterns: A Hands-On Guide to Building Intelligent Systems by Antonio Gulli is published by Springer. It covers all 21 patterns with runnable code across three frameworks: LangChain, CrewAI, and Google ADK. Every royalty goes to Save the Children.

---

Space & Story helps brands get found and cited by AI; here is how that works.

Is your site invisible to AI search?

Get a free AEO infrastructure audit and find out what your competitors are doing that you're not.

Get Your Free Audit
Quick answers

Frequently asked.