By Gersende Ryard de Parcey — decision governance & probative infrastructure.
How RPO works, in enforceable steps.
RPO v0.1 is a minimal proof bundle format. It turns decision context into a deterministic artifact: a sealed JSON core, a human-readable preview/PDF, and a public hash. The objective is not persuasion; it’s reconstructability under pressure.
RPO = sealed JSON core + human-readable preview/PDF + public hash. The hash proves integrity over time, not “truth”. Accountability remains human.
The deterministic pipeline
Why this exists
Reconstructability beats narrative
When a decision is contested later, the question is rarely “what was your intent?” It’s “show me what existed, when, and who owned it.”
You lose because your chain is non-reproducible.
Documents are not traceability
A folder of PDFs is not an audit trail. Dashboards are not a chain of custody. RPO is a minimal contract that makes transformations and scope explicit.
Determinism is the governance property
If the output changes with each run, you can’t defend it. Determinism makes the bundle reproducible, comparable, and independently verifiable.
What is hashed (and what is not)
RPO v0.1 computes a public hash over a deterministic concatenation of core fields. If any core field changes, the hash changes. That’s integrity: alterations become detectable.
// Deterministic payload (illustrative)
payload =
"rpo_version=" + rpo_version +
"|bundle_id=" + bundle_id +
"|created_at=" + created_at +
"|issuer=" + issuer.label +
"|subject=" + subject.label +
"|title=" + narrative.title +
"|narrative=" + narrative.text
public_hash = sha256(payload)
Hashed
The core perimeter: identity, timestamps, narrative block, and canonical fields. That’s what gives you a stable integrity anchor.
Not hashed
“Truth” as opinion. RPO does not judge reality. It exposes what was sealed, with what scope, at what time.
Why it matters
A public hash lets third parties verify integrity without accessing sensitive content. Verification is independent; accountability stays human.
It makes alteration detectable — which is exactly what governance needs.
FAQ (the hard questions)
Q1 “Is this blockchain?” NO
No. RPO uses a cryptographic hash as an integrity anchor. It does not require a chain, network, or token. Keep it boring. Boring scales.
Q2 “Is this an AI that decides truth?” NO AI
No AI in the standard. RPO does not decide. It captures perimeter, sources, timestamps, and an integrity anchor so the decision remains explainable under scrutiny.
Q3 “What does this change for executives?” LIABILITY
It reduces decision liability by making decision chains reconstructable. Not by collecting “more documents”, but by producing a verifiable object that survives time and reorgs.
Q4 “Where does the Simulator fit?” RAMP
The Simulator is the shortest path to understanding. One run, one bundle, one hash. It demonstrates the mechanism without requiring integration.
Get started
Created by Gersende Ryard de Parcey. OpenProof RPO v0.1 is an open, verifiable format for decision-proof bundles.