Skip to main content
d-n
Reference

Agentic Design Patterns

A field-aware reference covering 23 patterns for building agentic systems — organized by the question each pattern answers, not by the year it was named.

Press / to focus. Searches name, alternative names, summary, and layer.

23 patterns found

Layer 1Topology / Control Flow

How should my agent calls be arranged and sequenced?

Patterns that govern the structural shape of an agent system — how steps are ordered, branched, parallelized, and delegated across single-agent and multi-agent topologies.

Layer 2Quality & Control Gates

How do I catch errors, enforce safety, and know when to stop?

Patterns for verifying outputs, enforcing policy constraints, and injecting human judgment at the points where autonomous decisions carry meaningful risk.

Layer 3State & Context

How does my agent retain and manage what it knows across steps?

Patterns that manage working memory, persistent state, and context compression — how an agent carries information across turns, steps, and sessions.

Layer 4Interfaces & Transport

How do agents and tools communicate with each other and external systems?

Patterns governing the protocols, wire formats, and integration surfaces by which agents expose capabilities to callers and consume capabilities from external systems.

Layer 5Methodology

What principles should guide how I design and operate agent systems?

Cross-cutting stances and design philosophies that shape how you approach agentic system design as a whole — beyond any single component or interaction pattern.