Skip to content

anivar/corrigibility-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

128 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Corrigibility Framework

Release License: CC0 ORCID

A structural framework for evaluating Digital Public Infrastructure (DPI) and Epistemic Public Infrastructure (EPI).

Corrigibility: The structural capacity of those affected by a system to detect error, signal harm, and trigger correction—without incurring material loss or irreversible consequence.

One Theory, Two Substrates

The two papers form a single research programme. Paper I derives corrigibility as a structural invariant of public infrastructure: five jointly necessary conditions that close the corrective loop. Paper II shows the invariant survives the replacement of deterministic rules by learned inference and agentic execution. What changes across the substrate transition is the verification machinery, never the conditions.

flowchart TD
    C["Corrigibility
    (structural invariant)"]
    C --> T["Five tests
    EXIT · CODE · AUDIT · GOVERN · FORK"]
    T --> D["Paper I — Deterministic infrastructure
    ledgers, registries, payment rails"]
    T --> E["Paper II — Learned and agentic infrastructure
    models, harnesses, workflows"]
    D --> DV["Verification: source disclosure, logs,
    binding charters, reproduction"]
    E --> EV["Verification: LWD-R, drift tracking,
    action boundary, training forkability,
    accountable fallback"]
    DV --> X["Same determination: all five tests pass,
    evaluated at the least-resourced stratum,
    in both the inward and outward exercise"]
    EV --> X
Loading

The per-test mapping is in the table below; the papers' shared glossary keeps the terminology identical across both.

Downloads

Paper Focus Source Latest PDF
Paper I: DPI Deterministic infrastructure (ledgers, registries, payment rails) papers/dpi/main.tex PDF
Paper II: EPI Learned/agentic systems (AI, ML models) papers/epi/main.tex PDF

Build

Requires TeX Live (texlive-latex-extra, texlive-science, texlive-publishers), latexmk, and biber. Then:

just         # build both papers
just dpi     # DPI only
just epi     # EPI only
just publish # stage release artifacts under dist/

The Five Tests

Test Question DPI Focus EPI Focus
EXIT Can users refuse participation without penalty? Non-digital alternative or verified FEE Appeal to an accountable authority independent of the deciding system
CODE Is the system's execution observable? Source code LWD-R (Logic, Weights, Data, Representation)
AUDIT Can independent parties verify behavior? Transaction logs Statistical bounds + drift monitoring
GOVERN Do affected populations have binding authority? RFC/charter process Action boundary protocol
FORK Can the system be replaced without permission? Code + data portability Compute accessibility

Fatal Failure Property: Failure of any single test disqualifies a system from designation as public infrastructure.

Schemas

See the corrigibility-schema repository (Protocol 3.1) for:

  • Schemas: infrastructure.json (Operator's Affidavit) and audit.json (Auditor's Finding) for DPI/EPI
  • AGENTS.md: invariants for agents operating either protocol role
  • Examples: Reference documents exercising every field

Key Concepts

DPI (Paper I)

  • Functional Exit Equivalence (FEE): Architectural guarantees that recreate error-signal strength when literal exit is impossible
  • Rule of the Ledger: When authority is exerted through synchronized, self-executing artifacts

EPI (Paper II)

  • LWD-R: Four-layer transparency (Logic, Weights, Data, Representation)
  • Action Boundary Protocol: Deterministic envelope around stochastic inference
  • Variety Drift: The growing gap between frozen model variety and evolving environmental variety
  • Compute Capture: When "open weights" fails FORK due to prohibitive retraining costs

Citation

@article{aravind2026corrigibility-dpi,
  author = {Aravind, Anivar A},
  title = {Corrigibility as a Structural Precondition for Digital Public Infrastructure},
  year = {2026},
  doi = {10.2139/ssrn.6059075}
}

@article{aravind2026corrigibility-epi,
  author = {Aravind, Anivar A},
  title = {Epistemic Capture and the Action Boundary},
  year = {2026},
  doi = {10.2139/ssrn.6669318}
}

License

CC0 1.0 (Public Domain)

Author

Anivar A Aravind · ORCID: 0009-0009-8995-0005

About

Corrigibility Framework: Structural tests (EXIT, CODE, AUDIT, GOVERN, FORK) for Digital Public Infrastructure (DPI) and Epistemic Public Infrastructure (EPI/AI). Two papers: DPI (47p) and EPI (22p). CC0 licensed.

Topics

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages