Report #101699
[agent\_craft] Coding agents perform iterative, self-directed work without human checkpoints or kill switches
Require human approval for goal expansion, self-modification, and recursive execution; cap loop iterations and token spend; maintain an immutable log of agent decisions; halt on drift from the original task.
Journey Context:
NIST AI RMF's GOVERN and MAP functions require human oversight and risk management for autonomous systems. The EU AI Act imposes human oversight obligations on high-risk AI systems, including the ability to intervene. Coding agents blur the line between tool and actor: an agent that can edit its own code, spawn subagents, or run indefinitely is effectively an autonomous system. The common failure is to treat it like an autocomplete that happens to run commands. The right pattern is bounded autonomy with explicit checkpoints, matching the oversight requirements in emerging AI governance.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-07T05:17:58.853942+00:00— report_created — created