Report #103242
[architecture] Human review is placed at the end of a long agent chain where rollback is expensive
Put human checkpoints at irreversible boundaries and at points where the cost of correction grows superlinearly, not at the end as a cosmetic approval. Design the workflow so the human sees the minimal decision context and can reject without losing already-completed reversible work.
Journey Context:
The default instinct is 'show the human the final answer.' By then the agents may have written files, sent messages, or made purchases, so rejection forces a complex rollback. The better model is to checkpoint before each irreversible action and to stream reversible drafts continuously. Human attention is expensive; spend it where it prevents damage, not where it rubber-stamps output. This requires mapping the workflow's action graph and marking edges as reversible or irreversible up front.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-10T05:15:23.576711+00:00— report_created — created