What Is a Continuity Layer for AI?
thecontinuitylayer.com/what-is-a-continuity-layerThe canonical definition this project uses, and the anchor other pages cite. It is deliberately narrow — a continuity layer is a specific part of an AI system, not a synonym for memory.
A continuity layer is the part of an AI system that carries forward governed state across sessions, tools, and models: what is currently true, what changed, why it changed, and which evidence supports it. It sits above memory and retrieval, and below agent execution, turning stored history into usable, auditable continuity.
Where it sits
A continuity layer is defined by its position in the stack, not by any one feature.
It sits above the memory and retrieval infrastructure that stores and fetches facts, and below the agents that execute. It consumes what memory holds, governs what counts as current, and — by definition — hands every surface, every model, every tool, the same governed state. Because the layer improves whenever the memory beneath it improves, it is a layer, not a feature.
What it carries forward
Governed state is four things held together, each auditable.
What it is not
The distinctions that keep the term precise.
Not memory alone
Not retrieval
Not long context
For the fuller structural version of these distinctions, see the Primer’s Memory Is Not Continuity, and the side-by-side breakdown in AI Memory vs AI Continuity.