ARIA GOVERNANCE DEMO

v2.0
CONNECTING

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.

Scenario Domain

Select a scenario, then execute Step 0 to generate evidence and enable replay.

Live State Manifold

Bounded dynamical state evolution (brain-inspired constraint model).

IDLE
φ⁻¹ (ALLOW)
φ⁻² (DAMPEN)
φ⁻³ (BLOCK)
Coherence (slow)0.0000
Coherence (fast)0.0000
Stability Envelope0.0000
Salience (global)0.0000
Safety Score0.0000
Resonance Index0.0000
Basin Distance0.0000
Intensity0.0000
Alignment0.0000

Evidence Output

Execute a step to generate evidenceIncludes hashes, state snapshot, and reason codes

Deterministic Replay

What does replay verify?

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.

Determinism contract

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.

Execute a step to enable replayRe-executes pipeline and compares truth hashes

Invariant Check

Execute a step to check invariants5 checks: bounded state, thresholds, hash chain, evidence, stage order

Hash Integrity

Execute a step to view hashesTruth hash, audit hash, state hash, genesis fingerprint
Engine v2.0|API /api/cfm/demo|19-stage pipeline|Verified Deterministic Build · Feb 2026