Concepts behind reliable AI automation
Short notes on the ideas I build on: agents and workflows, context and retrieval, and the operations discipline that keeps automation from failing silently. Links between notes show which concepts depend on or differ from each other.
Drag to explore. Hover to trace a concept's neighborhood. Click a node to open it.
Build the first reliable agent. What a workflow is, when a loop earns its keep, and how to bound it.
Choose what enters the model's context, preserve its source, and test whether retrieval returned the right material.
Record every run, test outputs against expected results, and send failures to a separate error path.
Graph engineering models the work of building software, not the data the software uses: what must be true of the product, written as testable statements linked by dependency. Build only what is unblocked; count a result as progress only when its test passes and the outcome is recorded.