---
title: "The Three Sovereignties of Interpretive Power"
date: 2017-10-17T14:22
author: Julien Reszka
description: "Every interpretation has a sovereign, one of three modes. I am mapping theocratic, democratic, and autocratic authority across nine temporal dimensions."
keywords: ["AI", "engineering", "architecture", "decision-making", "alignment"]
canonical: https://julienreszka.com/blog/the-three-sovereignties-of-interpretive-power/
---

# The Three Sovereignties of Interpretive Power

Every interpretation has a sovereign, one of three modes. I am mapping theocratic, democratic, and autocratic authority across nine temporal dimensions.

In the architecture I am building, every interpretation of an observation has a sovereign, an authority that produces or validates it. There are exactly three modes.

1. **Theocratic**: a single external authority designates the correct interpretation. The agent defers unconditionally. Reality is the sovereign; experiments are how you consult it.
2. **Democratic**: the agent and its environment jointly produce interpretation through interaction. Meaning is negotiated in real time. Spoken language works this way.
3. **Autocratic**: the agent alone decides what its observations mean. Useful for speed, dangerous for accuracy: it is the failure mode of pure self-reference.

Any system capable of reasoning across domains uses all three simultaneously. The design question is which sovereign governs which class of observation, and whether the system tracks this explicitly.

When a system does not track it, the modes bleed into each other. A cached self-referential interpretation gets treated as externally validated. A negotiated meaning gets treated as a universal law. The errors are invisible until they are catastrophic.

Time compounds this. Every interpretation also exists in time, and time has structure:

- **The changing**: past, present, future (what transforms as time passes)
- **The enduring**: eternal, ephemeral, instantaneous (what persists or disappears)
- **The oscillating**: punctual, trending, repetitive (what pulses, drifts, or recurs)

Nine temporal dimensions. An interpretation made yesterday under an ephemeral authority that has since dissolved is a different object from an interpretation made now under an eternal law. Conflating them is how reasoning systems produce confidently wrong answers that are undetectable from the inside.

---

**Actionable insight:** For any class of observation your system makes, decide in advance which sovereign mode governs it: external authority, mutual negotiation, or self-reference. Systems that mix modes silently produce contradictions that more data cannot fix.

## Key figure

**3** — Modes of interpretive sovereignty: theocratic (external authority), democratic (negotiated), autocratic (self-referential)

*Source: Wittgenstein, Philosophical Investigations, Blackwell, 1953*

## Myth vs reality

**Myth:** An intelligent system needs a single consistent interpretation mode to avoid contradiction

**Reality:** Every real system uses all three modes simultaneously in different domains. The problem is not mixing them. The problem is mixing them without knowing which mode governs which observation.

*Source: Wittgenstein, Philosophical Investigations, Blackwell, 1953*
