Report #70151
[architecture] Deferring human approval to the end of a multi-agent pipeline causes massive rework when early assumptions are wrong
Insert human-in-the-loop \(HITL\) checkpoints immediately before irreversible state mutations \(writes, deletes, external API calls\) rather than at the end of the task.
Journey Context:
It is tempting to let agents run autonomously and just review the final output. However, if Agent 1 misinterprets the goal and Agent 3 deletes production data based on it, a post-mortem review is useless. The cost of rework scales exponentially with pipeline depth. The architectural pattern is to treat agent workflows as open-loop systems until a critical state transition occurs, at which point the loop is closed with a human approval step.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T00:20:04.793489+00:00— report_created — created