Execution Boundary Demo
Execution Boundary Demo
AI proposes, systems can commit, and PFC governs the action before execution.
Run the governed path to see the deny receipt.
Without PFC
- Action executes
- No authority validation
- System state changes
1Request sentThe refund is proposed to the execution path.
18:42:16Z
2No authority checkThe system proceeds without validating delegated authority.
18:42:16Z
3Commit occursThe refund updates system state before review.
18:42:16Z
Outcome
- Action executes
- No authority validation
- System state changes
With PFC
- Action evaluated before execution
- Authority verified
- Blocked before commit
1Request sentThe same refund is proposed through the governed path.
18:42:16Z
2Authority verifiedPFC checks whether the actor can approve the refund.
18:42:16Z
3Commit blockedThe deny decision stops the action before state changes.
18:42:16Z
Outcome
- Action evaluated before execution
- Authority verified
- Blocked before commit
Demo Scenario
Refund request proposed to the wrong destination account. This shows how AI execution risk emerges when outputs become actions.
requestrefund_payment / req_demo_7F3A91
amount$5,000 USD
decisiondeny
commit statusblocked
Receipt Preview
{
"receipt_status": "pending_demo_run",
"decision_id": "dec_refund_20260323_19af",
"request_id": "req_demo_7F3A91",
"commit_status": "awaiting_demo_run"
}
Next Step
Verify this decision.
Review the governed path or see how the control point fits into the rest of the system.