Human Approval Gateway
Architecture #14 -- Dry-Run Harness
AI that shows you exactly what it plans to do and waits for your approval before acting. The AI generates a candidate action, executes it in sandbox mode to produce a full preview, and presents it to a human reviewer with complete details. If approved, the action executes live. If rejected, it's logged and the system exits gracefully.
- What it does: Sandboxes every AI action, produces a detailed preview, and gates execution on human approval
- When to use: When actions have real-world consequences that can't easily be undone -- publishing, financial transactions, infrastructure changes
- Key benefit: Zero-risk deployment -- the AI proposes, humans approve, and nothing happens until a human says "go"