Authority at execution is the control point. (A reply to Graham Brimage and the AI-governance gap.)
Graham Brimage's recent thesis is the cleanest framing of the AI-governance failure mode in 2026. Most architectures define what should happen; almost none can prove, at the moment of binding, that they have the authority to act. This is what an execution-time authority boundary looks like when it is built by construction, not retrofitted. Mickai's Sentinel, hardware-bound identity, post-quantum signed ledger, and pre-commit dry-run simulation compose into the exact control point Graham is asking for. The patent coverage is filed.
Graham Brimage (Founder, FlowSignal) has been making the cleanest articulation of the 2026 AI-governance failure mode I have seen on the public discourse. The argument, in short: every layer the industry has built around AI governance (frameworks, admissibility checks, execution engines, even hardware-level controls) is individually valid, but none of them resolves the question that actually matters at the moment of consequence. Where, exactly, is authority resolved?
His framing is worth quoting precisely (paraphrased only for length): if the question of whether the system has authority to act is not resolved independently, in real time, at the boundary where the action binds to reality, then 'authority gets assumed, admissibility gets inferred, evidence gets reconstructed after the fact. That's not governance, that's exposure.' The shift coming, in his words: not more governance layers, but authority resolved at execution.
He is right. This article is the structural answer to that thesis: what an execution-time authority boundary looks like when it is built into the substrate by construction, not bolted on afterwards. The substrate is Mickai. The patent coverage is the Mickai portfolio at the UK Intellectual Property Office (application UK00004373277, sole inventor Micky Irons). I will walk Graham's framing against the seven primitives that compose the answer.
Graham's framing, restated
- The execution boundary is a control point, not a layer in the stack.
- Upstream layers define WHAT should happen. The execution boundary determines WHAT IS ALLOWED to happen.
- If those collapse into the same system, the system is marking its own homework.
- Authority must be resolved at execution. Independently. Deterministically. In real time.
- If a system can bind to reality without proving its right to act in that moment, the result is not governance. It is liability.
Several thoughtful threads attached to the post extend the argument. Marcelo Fernandez introduces 'Compliant Drift': a decision is authorised at validation time but the state has changed by execution time, so the decision becomes wrong despite remaining technically authorised. Adam Walls observes that authority is held across systems that cannot see each other, so contradictions surface only after execution; federated visibility upstream is what makes the boundary trustworthy at the moment of commit. Justin Thornbladh notes that authority is fragmented when execution happens; the execution layer does not resolve truth, it binds to whatever responds first. Jake Macdonald sharpens the requirement: authority valid now, state equivalent now, proof independent at bind. Gary Williams names the bar precisely: 'not invoked by the system acting, not able to be bypassed by that system, not reconstructing state after the fact.'
Every one of those refinements maps to a primitive in the Mickai architecture. Below is the mapping, with the patent reference for each.
1. The execution boundary itself: Sentinel (Patent 21)
Sentinel is the Mickai sub-component that intercepts every action originating from an AI-agent process before it touches the disk, the wire, or a downstream service. Every file write, every file deletion, every shell command, every git operation, every outbound network request, every prompt sent to a remote LLM. The interception runs in a separate trust domain at a privilege the agent process cannot reach. Sentinel is, structurally, what Graham calls the control point: the place where 'authority valid now' is decided, before the action commits.
Crucially, Sentinel is not invoked by the agent and cannot be bypassed by the agent. It is the OS-level perimeter the agent's traffic flows through whether the agent is aware of it or not. This is Gary Williams's bar (not invoked by the system acting, not bypassable by that system) satisfied by construction.
2. Independent authority resolution: hardware-bound identity (Patent 12)
Authority resolution at the boundary requires that the system asking the question, 'who is acting and do they have the right to do this?', cannot be lied to. Mickai's typed-action ontology binds every action to a hardware-attested actor identity (TPM, secure enclave, HSM). The private half of the identity key never leaves the hardware. The actor identity asserted at execution time is verifiable against a hardware attestation that no software-side actor can spoof.
This is the structural answer to Justin Thornbladh's point about fragmented authority. The execution boundary does not 'sample whichever system responds first'; it asks the hardware. The hardware either attests the identity or it does not. The answer is binary, deterministic, and real time.
3. Real-time, deterministic gating: voice biometric (Patent 02) + clearance descent (Patent 05)
Authority is not a static property of an actor identity; it is the conjunction of (identity is who they claim to be) AND (identity has the right to perform this action under current clearance). Mickai's voice-biometric primitive verifies the live human is present at the moment of authorisation; the clearance-ceiling RAG primitive (extended to per-action clearance gating) verifies the live human still holds the clearance the action requires. Both checks are evaluated at execution, not at upstream validation. A clearance revoked between validation and execution is honoured at execution, not retroactively flagged after the fact.
4. Compliant Drift, addressed by construction: pre-commit dry-run simulation (Patent 13)
Marcelo Fernandez's 'Compliant Drift' is the failure mode where a decision is admissible at validation time and becomes wrong by execution time because the state has changed underneath it. The structural answer is to evaluate the action against the current state, not the validated state, immediately before commit. Mickai's pre-commit dry-run simulation primitive (mickai.co.uk/articles/pre-commit-dry-run-simulation-for-ai-coding-agents) does exactly this: the planned action runs against a copy-on-write snapshot of the current workspace, the simulator emits the diff under the current state, and only after the diff is approved (by a human or by a policy that inspects current-state assumptions) does the action commit. Validation-time admissibility is necessary; current-state admissibility is sufficient. Mickai requires both.
5. Proof at bind, independent and verifiable: post-quantum signed audit ledger (Patents 16, 08)
Jake Macdonald's bar of 'proof independent at bind' requires that the proof of authority for an action exists at the moment of commit, signed under a key the proving party did not control after the fact, in a chain that cannot be retroactively rewritten. Mickai signs every commit-bound action under FIPS 204 ML-DSA-65 (Patent 08), appends the signed record to a hash-chained Decision Lineage DAG (Patent 16), and replicates the chain to operator-side audit storage on a configurable cadence. The proof is independent (the signing key is hardware-bound, not held by the acting system after issuance), present-state valid (the action's referenced inputs are content-hashed at signature time), and forward-protected against quantum computers that arrive in 2032. Evidence is not reconstructed after the fact because the evidence is signed at the fact.
6. Authority that does not collapse into the acting system: separation of trust domains
Graham's strongest line is that if the system that defines what should happen and the system that determines what is allowed to happen are the same system, the system is marking its own homework. Mickai's architecture separates these domains by hardware. The brain proposing an action runs in one tenant under one set of keys. Sentinel evaluating the action runs in a different trust domain under a different set of keys, with neither tenant able to read or modify the other's policy state. The signing keys for the audit ledger live in the user's hardware, not in either tenant. The acting brain cannot mark its own homework because it does not hold the pen, the paper, or the answer key.
7. Federated visibility, addressing fragmentation: fleet coordination (Patent 17)
Adam Walls's observation, that authority is held across systems that cannot see each other, so contradictions surface only after execution, is the federation problem. Mickai's federated fleet coordination primitive (mickai.co.uk/articles/federated-fleet-coordination-for-sovereign-ai) lets independent Mickai-protected machines publish signed federation records to a fleet-wide append-only log: identity attestations, clearance postures, brain offerings, audit-record schema versions. Other machines in the fleet read those records and refuse to act when the authority chain crosses a boundary it cannot verify. Federated visibility upstream is the precondition for trustworthy refusal at the commit boundary. Patent 17 covers the protocol.
What this gives the operator that the layered approach does not
- A control point that runs at a privilege the acting agent cannot reach. The agent cannot disable, suspend, or modify the policy of the perimeter.
- Identity resolution that asks the hardware, not a software service that can be lied to.
- Clearance enforcement at execution, not at upstream validation. A clearance revoked between validation and execution is honoured at execution.
- Current-state admissibility check via pre-commit dry-run simulation. Compliant drift is detectable before commit.
- Cryptographic proof of authority at bind, signed under a key the acting system did not hold. The audit chain is post-quantum signed and operator-side.
- Federated visibility across machines so the boundary can refuse what it cannot verify in the broader trust domain.
Where this leaves the conversation
Graham's framing is the right framing. The execution boundary is the control point. The structural answer to it cannot be added on after the upstream stack is in place; it has to be built into the substrate. Mickai is the substrate. The seven primitives above are filed UK patent applications under one inventor of record, with no parent operator entity, no licensing intermediary, and a direct contact. That is the conversation Mickai is open to having with anyone (operator, vendor, regulator, peer architect) building toward the same answer from a different angle.
The discussion thread on Graham's post has several adjacent angles worth engaging with. Daniel Nicolas at MorphicBrain talks about 'a boundary that can expose drift, conflict, and unresolved authority before action becomes binding'. Adam Walls is building question-structure resolution alongside authority resolution. DALAL AlAZEMI at DNS has hardware-in-the-loop physical interlocks. Justin Thornbladh has been mapping the fragmentation problem rigorously. Gary Williams at Eliassystems has been working pre-execution AI safety. Marcelo Fernandez's 'Compliant Drift' framing in his ACP work is precise. The architectural shape we are all converging on is the same, with different starting points. Mickai's contribution is that the patent coverage for the composition is filed, in the United Kingdom, under one inventor, openly available for collaboration.
Where this sits
Mickai is the sovereign AI operating system. Twenty-one filed UK patent applications. Six hundred and seventy-five cryptographically signed claims. Sole inventor Micky Irons. Application reference UK00004373277. The seven primitives that compose the execution-time authority boundary are filed under that portfolio. Mickai is held privately by its founder; the engagement model is direct. The conversation is press@mickai.co.uk.
“Sovereign means the answer to 'do you have authority to act' is decided at the boundary where the action binds, by a system the acting agent does not own, with proof signed under a key the acting agent never held.”
Sources
- Graham Brimage, LinkedIn post 'Everyone is building layers around AI governance', https://www.linkedin.com/posts/graham-brimage-5794301_everyone-is-building-layers-around-ai-governance-share-7455177781841195008-qkWX (the framing this article responds to).
- Marcelo Fernandez, EXECUTION GAP: Why AI Systems Fail Between Decision and Execution and Why Governance Doesn't Catch It (the Compliant Drift framing referenced).
- Mickai patent portfolio: mickai.co.uk/patents (Patent 21 Sentinel, Patent 12 typed-action ontology with hardware-attested identity, Patent 02 voice biometric, Patent 05 clearance-ceiling RAG, Patent 13 pre-commit dry-run simulation, Patent 16 decision lineage with PQ-signed ledger, Patent 08 ML-DSA-65, Patent 17 federated fleet coordination).
- Previous Mickai articles: mickai.co.uk/articles/sentinel-stops-ai-agents-from-wiping-your-data, mickai.co.uk/articles/the-2026-sovereign-ai-manifesto, mickai.co.uk/articles/pre-commit-dry-run-simulation-for-ai-coding-agents, mickai.co.uk/articles/federated-fleet-coordination-for-sovereign-ai.
- FIPS 204 (ML-DSA): NIST post-quantum digital signature standard, federal requirement 2024.