CRP Visualise¶
Live session tracing for auditors, regulators, and incident responders.
CRP Visualise renders the Window DAG, DPE verdicts, claim provenance, hallucination heat-maps, and Safety Policy evaluations for any CRP session — in real time, in the browser.
Status
Coming soon. Currently in private alpha with two enterprise pilot customers. Join the waitlist →
What You See¶
- The Window DAG (every continuation node, every stitch, every re-extraction).
- DPE verdict timeline per call — risk score, flow score, completeness ratio.
- Claim-to-fact provenance: click any sentence in any output to see the source.
- Safety Policy evaluation trail — which directive matched, what verdict it produced.
- HMAC chain integrity status across the session.
- Regulatory-control coverage for the session (EU AI Act, ISO 42001, GDPR).
Who It Is For¶
| Audience | Why it matters |
|---|---|
| Internal auditors | Walk through a session like a flight recorder. |
| External auditors / regulators | Read-only sealed view; cryptographic chain verification. |
| Incident responders | Reconstruct exactly what the AI said, when, with what evidence. |
| Engineers | Debug context packing, continuation, and policy decisions visually. |
Architecture¶
Visualise consumes the same audit chain emitted by SPEC-011. It is read-only and stateless — no LLM calls, no data mutation, no PII storage beyond the existing audit retention policy.
Deployment¶
- Hosted at
visualise.crprotocol.io(per-tenant). - Self-hosted container for air-gapped / sovereign deployments.
- Optional regulator-portal mode (sealed read-only access by case number).