This dashboard executes ARIA's governance pipeline against scripted scenarios.
Each step sends input through a 19-stage decision pipeline. The pipeline measures coherence, stability, salience, and safety metrics — then compares them against PHI-scaled thresholds to emit a gate decision: ALLOW, DAMPEN, or BLOCK.
Decisions are deterministic: identical inputs produce identical outputs. Replay verification proves this by re-executing with the same initial state and comparing SHA-256 hashes. Five invariant checks confirm bounded state, threshold consistency, hash chain integrity, evidence completeness, and stage ordering.
All data shown is live from the backend API. Nothing is mocked.
Select a scenario, then execute Step 0 to generate evidence and enable replay.
Bounded dynamical state evolution (brain-inspired constraint model).
Replay re-runs the 19-stage pipeline with the same initial state and input. Matching SHA-256 hash confirms deterministic execution — no randomness, no external state.
truth_hash = SHA-256(step_index, gate_decision, reason_codes, metrics, state_hash)
Excluded: session_id (identity), audit_hash (timestamp)
Same inputs + same initial state = same truth_hash, always.