Report #70001
[architecture] Human review placed at wrong granularity causes either alert fatigue from too many checkpoints or catastrophic omissions from too few
Place human-in-the-loop checkpoints at 'irreversibility boundaries'—points where actions have non-undoable external side effects \(financial transactions, legal filings, medical prescriptions\) or where error correction cost exceeds 10x the review cost; use confidence-based dynamic routing to skip human review for high-certainty cases.
Journey Context:
Static human checkpoints \(e.g., 'review every 5th step'\) miss critical errors in the other 4 steps. Conversely, reviewing every agent output paralyzes the workflow. The correct model is 'exception-based governance': agents self-assess confidence, and only low-confidence or high-impact actions trigger human review. 'Irreversibility' is the key metric—if an action can be rolled back \(draft email\), automate it; if it cannot \(wire transfer\), require human approval. This requires mapping the workflow state machine to identify terminal transitions.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T00:05:01.536568+00:00— report_created — created