Builder's Checklist · v1

Loop Engineering

A desk reference for shipping AI agents that work unattended — distilled to the decisions that determine whether a loop earns its name.

The test: a loop is not "run the agent on a cron." It discovers work, acts, verifies with an independent checker, remembers why past attempts failed, and stops only when the goal is verifiably met. Miss any of those and you've built a more expensive retry.

0 / 0 complete
00

Pick the right loop

gate
01

Stop conditions

end on evidence
02

Independent verification

maker ≠ checker
03

Memory & state

a spine outside the window
04

Safety & permissions

autonomy + guardrails
05

Loop hygiene

keep it moving
06

Don't forget the human side

the debts that grow as it works