Patterns in the Agentic Atlas
Field-tested patterns for designing agentic systems — the curated public slice of a private working corpus. A relationship map of the current public catalog.
-
Foundations
the prerequisite substrate and residence test
-
Baseline Skill
the skill-packaging Hello World and reference shape for skill-facing nodes
-
Tell Me a Joke
a real runnable skill (the artifact is the example)
-
The Contract
expectations at a seam, from informal prose to enforced structure
-
The Shared Shape
both sides of a seam import one shared request-and-return shape
-
The Contract Keystone
contract ↔ verification ↔ re-dispatch
-
No Duck Left Behind
a deterministic duck census rejects one manifest and turns its errors into a bounded redispatch
-
LLM Dispatch
the parent-child execution primitive; serial, parallel, joined, or fire-and-forget
-
Statelessness
each turn is conditioned on retained history again; logical reinjection yields a cost face and an explicit-state recovery face
-
Effect Discipline
the precondition under "discard is cheaper than repairing"
-
The Unsent Thunderstorm
one rejected weather bulletin shows when to discard, retry, undo, or stop before acting
-
Verification Asymmetry
why checking ≪ doing lets verification work at all; the ladder + coverage, and the three failure modes (coverage exhaustion / discrimination collapse / quantifier inversion)
-
The Context Economy
statics — the price list: denominations, the quality curve, cost classes, time value
-
The Session Bill
one 30-turn session billed, then re-billed under six single-decision shifts
-
Context Flow
dynamics — admission, residency, and eviction; placement and recall within residency
-
Momentum
resident context steers, not just informs — path dependence, and eviction's second motive
-
Same Shards, Fresh Window
Laban's sharded conversations drop 39%; the same shards in one fresh prompt hold 95.1% — a control that never got lost, not a recovery rate
-
Cost Relocation
change when or whose window pays; may compose with selection or distillation
-
One Guide, Three Bills
one 10,000-token guide moves later or elsewhere, exposing the difference between an actor's bill and the system's
-
Deferred Context
the load-in-place branch: defer by probability and lateness of need — a 50-token pointer buys ~60× on the session that never fires
-
Reference Data
the authored-heavy specialization: disk-resident, grep-addressable — pay for the size of the answer
-
The Runbook Shelf
an 800-document shelf cannot enter a 200k-token window; one incident-code query admits one answer-sized runbook
-
Subagent Offload
the dispatch-elsewhere branch
-
Parallel Audit Investigation
a full agent investigates in parallel; its working set stays elsewhere and only the verdict returns
-
Heavy Agent
the authored-heavy specialization
-
The Docs Expert
a large reference baked into the agent; narrow questions in, distilled answers out — the orchestrator never loads the docs
Every node drawn on the chart is fully written — the map only shows finished ground.