The stack that makes models replaceable.
State, authority, and history live above the model boundary. Everything below it is substrate — swappable per task, per tenant, per data class.
Seven layers, one boundary that matters.
The layers above the model boundary hold everything that is expensive to rebuild: identity, structure, memory, policy, and the execution record. Providers change often. Those five do not.
Every request passes through governance before it reaches a model.
Policy is not a wrapper around the output — it sits in the path. A request that violates a constraint never reaches the substrate, and the attempt is still recorded.
A data model, not a transcript format.
Because work is modelled as objects with relationships, it can be queried, permissioned, exported, and reasoned about by other systems — including the ones an organization already runs on.
Nomos is addressable by the systems around it.
An operating layer that can't be integrated is just another silo. Work, memory, and authority are reachable through the same contracts the interface uses.
Built to be read before it's bought.
We'd rather be evaluated on the architecture than on a demo. The technical brief goes deeper than this page.
Three rules the architecture is not allowed to break, at any stage.