Chapter 03
Chapter 3 — What Happens Each Cycle
The four structural safeguards for autonomous work — isolation, reusable knowledge, tools that let the loop act, and do-and-verify separation — plus how to codify a stable cycle as a workflow.
In this chapter
Sections in this chapter
- I Section→
3.1 Isolation: sandboxes so parallel runs do not collide
0 / 1 exercises
- II Section→
3.2 Reusable knowledge: so no run starts from zero
0 / 1 exercises
- III Section→
3.3 Tools and actions: how the loop *does*, not just *says*
0 / 1 exercises
- IV Section→
3.4 Do-and-verify: why one agent should not grade its own work
0 / 1 exercises
- V Section→
3.5 Codifying the cycle: dynamic workflows
0 / 1 exercises