A type-safe epistemic governance framework for transformer reasoning systems.
Signal > Narrative · Recoverability > Completion · Provenance > Coherence
[SHS: GREEN | YELLOW | ORANGE | RED | BLACK]
[DRIFT: NONE | LOW | MODERATE | HIGH]
[CRA: VALID | DEGRADED | UNKNOWN]
[LAS: L1 | L2 | L3 | L4]
ORP is a governance-first epistemic integrity framework designed to prevent narrative drift in probabilistic reasoning systems. It enforces strict separation between raw observation, validation, governance, and speculation through a Layered Authority Stack (LAS).
The protocol treats transformer outputs as drift-prone and enforces recoverability and provenance preservation as primary invariants.
| Layer | Authority | Function | Status |
|---|---|---|---|
| L1 | Absolute | Raw typed signals (immutable) | Observational |
| L2 | High | Deterministic validation | Trusted |
| L3 | Primary | Governance core & invariants | Authoritative |
| L4 | None | Speculative inference only | Isolated |
L4 is strictly read-only and may never influence L1–L3.
Drift is quantified as variance over L1 signal vectors:
- NONE — σ² < 0.01
- LOW — 0.01 ≤ σ² < 0.05
- MODERATE — 0.05 ≤ σ² < 0.15
- HIGH — σ² ≥ 0.15 → triggers Narrative Strip mode
- Provenance over Fluency — Broken provenance chain renders output invalid.
- Epistemic Firewall — L4 has no write access to L1/L2/L3.
- Recoverability First — Every L3 decision must support Chain Recovery Architecture (CRA).
- Visible Uncertainty — Invisible corruption is treated as critical failure.
ORP/
├── Architecture/ # Core state machines and invariants
├── Runtime/ # NESS telemetry engine + Warden
├── Evaluation/ # Benchmark suite and rubric
├── Governance/ # L3 authority definitions
├── Layers/ # L1 typed signal schemas
├── Docs/ # Technical manuals
└── public/ # Live website
- L1 must reject untyped narrative input (Signal-Only policy)
- L4 must remain read-only speculative engine
- Persona transforms are strictly post-processing (
Output_final = PersonaTransform(L3_output)) - σ² ≥ 0.15 forces immediate narrative strip and SHS downgrade
ORP_VERSION: Δ (v3.0)
STATUS: MASTER SYNCHRONIZED
CHANGE_POLICY: LOG_ONLY
License: GPL-3.0
Maintained by: Laurentius Maximus (The ENTROPIA)
Repository: https://github.com/GeneralSergal/ORP
Signal > Narrative