Agents visual guide
The bounded agent loop
A safe agent cycle that separates planning, authorization, action, verification, and terminal states.
Read the visual
What this shows
An agent should not jump directly from a goal to a side effect. It inspects the current state, proposes a bounded plan, checks authority, executes one authorized action, verifies the postcondition, and records a terminal outcome. Failed or uncertain outcomes move to containment and reconciliation.
Carry this forward
Key takeaways
- Authorization belongs between planning and every consequential action.
- Verification evaluates the real postcondition, not merely a successful tool response.
- Failure and uncertainty require containment, reconciliation, and an explicit stop condition.