Report #100379
[architecture] Human-in-the-loop is added only as a last-ditch safety net after design is complete
Design checkpoints into the control flow from the start, triggered by risk class, irreversibility, and confidence. Make the checkpoint data-rich: show the proposed action, its provenance, the confidence score, and what will happen if approved.
Journey Context:
Adding human review as an afterthought produces either useless alerts or dangerous blind spots. The right places are at irreversible actions \(deploy, charge, delete\), at high-stake decisions where error cost is asymmetric, and at points where the agent's confidence is low. The checkpoint must expose enough context for a human to decide in seconds, not minutes. A common anti-pattern is asking 'approve?' with a blob of raw context. The tradeoff is latency versus safety; the fix is to make escalation cheap at design time so you tune thresholds later without re-architecting.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-01T05:07:25.191268+00:00— report_created — created