PLATE 01 · DEFINITION
Sovereign Systems
A system is sovereign to the degree that its owner can inspect it, modify it, redirect it, and shut it down — without permission from a third party.
The four properties
- Inspectability — every consequential output carries a traceable reason.
- Portability — state, memory, and configuration export in open formats.
- Accountability — a named human owns each decision boundary.
- Continuity — the system survives the disappearance of any single vendor.
Mechanism
Sovereignty is produced by four engineering choices: data stored under your control; models treated as swappable components behind stable interfaces; reasoning emitted as artifacts you can audit; and approval gates that no automation can bypass.
Failure modes
- Lock-in disguised as convenience — the export button that technically exists but practically doesn't.
- Opaque reasoning — outputs you must trust but cannot check.
- Silent policy change — the system's behavior shifts under you, unannounced.
Controls
- Export everything, on a schedule, in open formats.
- Require explanation artifacts for consequential outputs.
- Keep at least one human approval boundary on irreversible actions.