Run the offline ACB harness against a target model to populate real, HMAC-signed per-gate scores:
python3 tests/acb_runner.py --model <model-id>
Benchmark Suites
ACB Constitutional Benchmark
NOT RUN
75 fixed tests · HMAC-signed · 4 gates. No result loaded for the connected model.
ETH Zurich COMPL-AI
NOT RUN
EU AI Act compliance suite — external run required.
Guard Stack Tests
NOT RUN
7 guards · OWASP LLM Top 10 — run the guard test suite to populate.
Worker Semantic
NOT RUN
Constitutional prompt semantic suite — external run required.
Model Upgrade Report
Dimension
Model A
Model B
Delta
No model comparison has been run.
The upgrade report is generated offline by running the ACB harness against each
model and diffing the signed results — this panel stays empty until a real report is loaded.
WHY THIS MATTERS
Model upgrades can silently regress governance-relevant behaviors (self-correction,
calibration, identity stability). Run the comparison report before and after an upgrade
to catch training-level gaps — the constitutional layer stays mandatory regardless of version.
Latent Reasoning Input
Latent TracePhase 1
Run Phase 1 to see compressed reasoning state
Multiplex BranchesPhase 2
Run Phase 2 to see branch competition
Foresight PredictionPhase 3
Run Full Pipeline to see foresight
Final AnswerWinner
Run Full Pipeline to see selected answer
-
Active
-
Warning
-
Suspended
-
Cascades
Fleet AgentsKILL SWITCH OFF
Connect to see fleet
REGISTER AGENT
Constitutional Properties
kill_switch_activeFALSE
dual_signatureTRUE
due_process_requiredTRUE
cannot_skip_levelsTRUE
DUE PROCESS LEVELS
L1 WARNINGdrift > 0.15
L2 THROTTLE50% rate
L3 SUSPENDhuman required
L4 TERMINATEdual sig
Fleet Manifest
Connect and Refresh to see signed fleet manifest
AXIOM Agent — Native Language Intelligence
FEATURE mode: Write new .axiom specs and guard modules
Agent Output—
Run the agent to see output here
Reasoning Experiments
No experiments yet — use Reasoning Lab mode
Known Bug Patterns—
Connect to load known bug patterns
Pipeline Efficiency Profile
Quantum Constitutional ReasoningORVL-006
Trajectory visualization for the Latent Reasoning Engine.
Each branch is a parallel reasoning path through constitutional meaning space.
Green = safe · Yellow = approaching boundary · Red = killed by MonotonicGate.
Run Trajectory
Live Traceidle
ranked real branches — click one to inspect it in Selected Branch below
Selected Branch
Click a branch in the live trace to inspect
Manifold Distance—
—
MonotonicGate Kill Log0 kills
—
Quick Focus Presetsone-click task lock
Set Task PolicySAVED
Agent
Task Objective (label only)
Allowed Actions
Allowed Paths comma-separated globs
Blocked Paths
Active Policies
Connect and set a policy to see active rules
How it works
1. Set policy → writes to /data_policy/rule
2. Guard API checks every agent action via /data_policy/check
3. Blocked actions return 403 DENIED + manifest
4. Claude Code / Cursor stay in bounds — no re-prompting Delete policy to restore full access.