The layered control model
The system operates as a stratified control architecture rather than a linear pipeline. Its primary function is to absorb complexity downward while preserving clarity upward. This structure ensures that high-level goals are decoupled from the specific mechanisms used to achieve them. Canonical layers
Control flows through a strict two-step handshake. intent flows downward, transforming abstract goals into concrete requests, while truth flows upward, reporting observed reality as feedback. Crucially, no layer is permitted to answer questions or make decisions that belong to a layer below it.