Field Notes
Flagship essays — single-topic deep dives into how the human / agent / robot triad actually works in practice.
Field Notes
Flagship essays — single-topic deep dives into how the human / agent / robot triad actually works in practice.
-
Agent Loops: The Operating Rhythm of an AI System
Every agent system runs on a loop. This field note surveys the loops Triadive has documented — single-shot, multi-turn, cron-driven, sub-agent, and graph-driven — and names the design choices that decide whether a loop keeps an agent coherent or slowly destroys it.
PILLAR -
Loops vs Graphs: When Iteration Becomes Routing
Loops and graphs are the two shapes an agent workflow can take. Loops iterate until something terminates; graphs route through typed transitions until they reach a terminal node. This pillar names the threshold where iteration becomes routing, the patterns that work at that threshold, and the mistakes that come from picking the wrong shape.
PILLAR -
Agent Memory and State: How an AI System Remembers What It Needs To
Memory is the part of an agent system that decides whether the agent remembers anything between loops. This pillar surveys the four layers Triadive has documented — short-term, long-term, semantic, wiki — and the design choices that decide which layer to reach for, when, and at what cost.
PILLAR -
Field Notes: The Three Amigos of the Agent Stack
The user, the model, and the runtime are not the same person. Most operational confusion in agent work comes from forgetting which one is doing what. A short field note on how to keep the three roles straight.
FIELD-NOTES -
Field Notes: Triads, Not Tools
The human / agent / robot triad is a working arrangement, not a brand. Why the underlying pattern keeps showing up under different labels — and what to design for when it's the pattern that matters.
FIELD NOTES