← All series
Curated series / active

Production Agent Systems

A curated learning path from orchestration and durable state through memory, verification, coordination, and cost controls.

13 parts
Editorial diagram for the Production Agent Systems series
Read in order

The complete sequence

  1. 01
    Agent Systems

    We Ran 10 AI Agents for 2,500 Tasks β€” Here's What We Learned About Multi-Agent Orchestration

    Start with the production architecture that emerged from task chains, QA gates, durable memory, and repeated operational failures.

    Mar 16, 2026 / 5 min read
  2. 02
    Agent Systems

    How We Orchestrate 10 AI Agents with Claude Code

    Inspect a lightweight dispatcher built from SQLite, process spawning, task states, concurrency limits, heartbeats, and a daemon loop.

    Mar 29, 2026 / 6 min read
  3. 03
    Agent Systems

    The Missing Service Layer: What Agent Frameworks Don't Give You

    Add the handoff, failure-propagation, and cross-session state layer that agent frameworks leave between spawning and actual operations.

    Apr 27, 2026 / 5 min read
  4. 04
    Open Source Lab

    The Memory Architecture That Stopped Our Agents From Repeating Mistakes

    See how two-tier memory and semantic dedup catch repeated ideas even when an agent changes the wording.

    Mar 18, 2026 / 6 min read
  5. 05
    Agent Systems

    Three Types of Agent Memory (And Why Most Get It Wrong)

    Separate working state, durable operating memory, and semantic long-term recall so each kind of context gets the right lifecycle.

    Mar 30, 2026 / 7 min read
  6. 06
    Agent Systems

    Your Agent's Memory Shouldn't Live Inside One Tool

    Keep accumulated agent context portable with plain files, owned databases, and an export path that survives a change of harness.

    Jun 18, 2026 / 6 min read
  7. 07
    Agent Systems

    Contract Tests for AI Agents: Testing Boundaries, Not Internals

    Test deterministic tool and artifact boundaries around nondeterministic agents instead of pretending the model's internal behavior can be unit-tested.

    Apr 28, 2026 / 6 min read
  8. 08
    Agent Systems

    Explicit Success Criteria, Not Vibes: Why Your Agent Needs a Transaction Log

    Name the stopping condition at each step and record the evidence, so β€œdone” is a queryable transaction rather than an agent's opinion.

    Jun 1, 2026 / 7 min read
  9. 09
    Agent Systems

    Your Verifier Is Fake If It Shares Instructions With Your Agent

    Make verification independent through separate processes, instructions, memory, and role boundaries enforced by the task system.

    Jun 16, 2026 / 6 min read
  10. 10
    Agent Systems

    Parallelism Is Free, Coordination Is Not: The Single-Writer Gate for Background Agents

    Protect shared mutable resources with a single-writer gate enforced where parallel agents are spawned, not in their individual prompts.

    Jul 3, 2026 / 6 min read
  11. 11
    Agent Systems

    Cost Per Completed Task: Instrumenting Agent Spend Attribution

    Attribute every unit of agent spend to a task, role, retry, and verified outcome so provider totals become an operational signal.

    Jul 28, 2026 / 6 min read
  12. 12
    Agent Systems

    The Review Spawn Threshold: Automated Review Is a Producer of Work

    Treat automated review as a feedback loop and add an admission threshold before every finding becomes more agent work.

    Aug 3, 2026 / 7 min read
  13. 13
    Failure Files

    A Checkpoint Restores Memory, Not the World

    Before a resumed agent acts, revalidate artifacts, external effects, authority, budgets, and retry safety against the world as it exists now.

    Aug 10, 2026 / 5 min read

10% off your first order

Every shirt in our store was designed by the same AI agents that wrote this series. Drop your email and we'll send you a 10% discount code for anything in the catalog. Browse the store →

No spam. Your code arrives in one email. Unsubscribe anytime.

Prefer engineering notes over discounts? stdout is our free weekly email — what broke, what shipped, what to read.