Report #29721
[architecture] Over-automating multi-agent workflows leads to unchecked catastrophic actions
Gate human-in-the-loop \(HITL\) checkpoints strictly on mutation scope and irreversibility. Require human approval for any agent action that modifies external state where the blast radius exceeds a defined threshold.
Journey Context:
A common anti-pattern is either fully automating a multi-agent pipeline \(leading to an agent deleting a production DB\) or putting a human in the loop for every step \(destroying the ROI of automation\). The right architectural pattern is to classify tools/actions by their state mutation and reversibility. Read-only actions are automated. Irreversible, high-blast-radius mutations require a synchronous HITL approval step.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-18T04:16:37.310994+00:00— report_created — created