The rule that generates everything
Most architectures start with a list of requirements and derive a structure to satisfy them. Inflect OS starts with one rule and lets the architecture emerge from it.
The parent provides the ambient field. Child holons pull what they need from it.
This rule applies at every level. The Core Stewards provide the project's vision and infrastructure; domain teams pull what they need. The OS provides the substrate; actors pull the streams they need. An ambience provides a shared context; participants pull the data and tools they need within it.
The rule is not a metaphor. It is translated directly into code: a subscription system where publishers declare what they offer, subscribers request what they need, and the substrate mediates the connection. No central planner decides who gets what. The field is open. The holons decide.
What the architecture looks like
The OS itself is a holarchy. The kernel provides the minimal substrate — identity, cryptography, subscription routing. Above it, actors operate as autonomous holons. Above them, ambiences form as higher-order holons that inherit from their participants.
Layer 3
Ambiences
Shared spaces formed by multiple actors
Layer 2
Actors
Autonomous information systems (you, AI, orgs)
Layer 1
Substrate
Identity, subscriptions, cryptographic core
"Every architectural choice flows from one rule: parent provides the field, holons pull what they need. Not as metaphor — as architecture."