Interactive tool
Governance Gate Demo
An interactive state machine demonstrating how timing constraints and relational integrity checks combine to govern AI action execution in real time.
Tools / Verification
Governance Gate Demo
This interactive model demonstrates how a dual-invariant governance gate works: an AI action is allowed only when both timing safety and relational integrity checks pass. The logic implements a finite state machine with a simplified intervention rule.
Dual-Invariant Guarantee
The timing gate is satisfied when Time Since Contact ≥ Buffer Window. The relational check passes when
Integrity Score ≥ 0. The action is structurally blocked if the combined assessment indicates coercive
intervention, meaning Coherence × Motivation = -1.
Current Simplification
For this demo, intervention is allowed only when all three conditions hold. If any invariant fails, the action is blocked and the explanation names the violated condition directly.
Inputs
Not satisfied
Time since contact is still 0s, below the 12s buffer window. System remains in protective waiting period.
State Machine — Current traversal
Path taken
P0 → P2
- System initialised
- Timing gate not satisfied: 0s < 12s buffer