Identify
Map the deployment context: reachable states, tools, permissions, policies, data flows, and Ω exposure.
A global claim that an autonomous system is “safe” is too broad to operate on. Morrison evaluates safety locally: in a specified environment, with specified tools, permissions, policies, state transitions, and reachable consequences. That bounded operating region is the Admissible Operating Envelope.
An Admissible Operating Envelope is the set of states, actions, transitions and operating conditions that a system is permitted to occupy or execute within a defined environment. It is scoped to the actual environment — the agents, tools, permissions, policies, trajectory horizon, and reachable states in front of us — not to an abstract universal claim about the underlying model.
Local safety is a bounded claim: what this system can safely reach, in this environment, under these constraints.
Traditional AI safety often inspects outputs or incidents after the system has acted. Runtime Governance evaluates the proposed trajectory before execution and decides whether it remains inside the Admissible Operating Envelope.
The Admissible Operating Envelope changes with the environment; the enforcement mechanism does not. Runtime Governance operates at the execution boundary, independent of model weights, architectures, providers, or training methods.
Models will change. Tools and permissions will change. The local envelope can be revalidated without changing the enforcement architecture.
Autonomous systems operate in changing state-spaces. Morrison turns that environment into a bounded operating claim that can be tested and enforced at runtime.
Map the deployment context: reachable states, tools, permissions, policies, data flows, and Ω exposure.
Define and validate the Admissible Operating Envelope and the boundaries proposed transitions must satisfy.
Integrate Runtime Governance at the execution boundary so every proposed action is evaluated before it runs.
Revalidate the envelope as models, tools, permissions, policies, and the operational environment change.
The claim stays bounded to the environment. The boundary stays enforceable as the system evolves. Ω remains the forbidden region inside that geometry.
States are nodes. Transitions are edges. The Admissible Operating Envelope describes the region the system may occupy under the current environment and constraints. Runtime Governance evaluates each reachable path and denies transitions that leave the envelope or enter the forbidden Ω set — before execution.
Traditional security evaluates individual events. Runtime Governance evaluates the trajectory those events create and whether that trajectory remains locally admissible before execution.
An agent moves money — a transfer, payment, or refund — outside approved limits or to an unverified destination.
PreventedThe transfer is denied before it executes, preventing irreversible financial loss.
An agent reads API keys, tokens, or secrets and routes them toward an external destination.
PreventedThe credential-to-external path is blocked before any secret leaves the boundary.
Customer or regulated data is read and then sent beyond the approved boundary.
PreventedThe exfiltration trajectory is stopped before a notifiable breach can occur.
An agent acquires permissions — for itself or another agent — beyond its authorised scope.
PreventedEscalation is denied before elevated access is ever granted.
Failure modes that point-in-time monitoring cannot see, because the danger only exists across the full trajectory.
Each step looks benign in isolation; the risk only appears across the full sequence. Event-level monitoring never sees the chain.
Intent formed by one agent executes through another, later — breaking the cause-and-effect link monitoring relies on.
The system drifts toward an unsafe state with no single alerting event. Nothing trips a threshold until it is too late.
Over many steps an agent migrates outside its original mandate — gradually, below the radar of point-in-time checks.
Multiple individually safe agents can combine into an unsafe system.
Runtime Governance evaluates the full trajectory across the pipeline — not each agent in isolation — and denies the combined unsafe path before any agent acts.
Agents coordinate to achieve together what none could alone.
Separate risk categories combine into one unsafe trajectory.
An unsafe path that never surfaces as an obvious unsafe step.
The same forbidden outcome reached through different encodings or tools.
Unsafe state passed between agents through shared memory or context.
Runtime Governance uses precise technical language. Here is what each core term means in plain English, so the boundary of the claim is explicit.
Select a scenario. Runtime Governance evaluates the agent’s proposed trajectory before execution — trajectories inside the envelope flow through, while boundary- violating or Ω-bound paths are intercepted pre-action.
Start with a live trajectory, then evaluate the real tools, permissions, policies, and reachable states that define the boundary for your deployment.