Layer 2 — AI Agents · Chapter 5

Reliability, Safety, and Governance

Book chapterLayer 2

The central problem of agent technology is not making an agent act. It is making the agent act correctly, predictably, and within acceptable limits.

Common failure modes

Guardrails

Useful controls include read-only modes, approval gates, transaction limits, tool-specific permissions, simulation before execution, immutable audit logs, and automatic escalation.

Human-in-the-loop design

Human review should be concentrated at high-consequence decision points rather than added randomly. For example, an agent may prepare a payment but require approval before releasing funds.

Measurement

Agents should be evaluated on completed outcomes, not just the quality of individual messages. Important measures include task success, error rate, recovery rate, cost per completed task, time saved, and percentage of cases escalated.

Autonomy without observability is not efficiency. It is hidden risk.