Bounded Sovereignty and the Control Tax: Pricing AI Oversight When the Deployer Does Not Own the Model
Summary
This paper introduces the concept of bounded sovereignty to describe partial access deployers have to AI systems, arguing that access conditions determine the feasibility of control protocols and proposing a framework to price oversight costs.
View Cached Full Text
Cached at: 08/21/26, 09:54 AM
# Bounded Sovereignty and the Control Tax: Pricing AI Oversight When the Deployer Does Not Own the Model
Source: [https://arxiv.org/html/2608.19216](https://arxiv.org/html/2608.19216)
Zhen Wen LimAI safety and governance advisor with professional experience in financial services and payments\. The views expressed are the author’s own\.
\(July 2026\)
###### Abstract
AI control research asks how to deploy a model safely even when the model may be misaligned, but many control protocols assume that the deployer can instrument the model and its surrounding pipeline\. That assumption is often too strong for regulated organisations that consume frontier models through APIs or managed endpoints: they may control the business process, but not the model weights, serving infrastructure, internal traces, update process, or full interaction logs\. This paper introduces bounded sovereignty: partial technical and contractual access across the data, model, infrastructure, and interaction layers of the AI stack\. The argument is that these access conditions determine which control protocols can be executed in practice\. The paper makes five contributions: a four\-layer access typology for deployment\-time AI control; a protocol\-by\-layer matrix mapping common control protocols to the access they require; the concept of sovereignty discount cost, meaning the part of the control tax spent substituting for missing access through contracts, architecture, audit, vendor assurance, residual risk, or reduced system scope; a synthetic access\-ablation experiment over 1\.35 million synthetic case simulations; and an anonymised national\-payments\-infrastructure scenario in an AI\-importing jurisdiction\. The experiment is not real\-world payment\-system evidence, but a construct\-validity exercise showing how logging, gateway access, trace access, model\-version control, vendor support, tool scope, thresholds, audit budgets, and agent behaviour change prevention, diagnosis, usefulness, audit burden, and cost\. The main finding is that access assumptions are safety assumptions: complete logs help a deployer understand what happened, a pre\-execution gateway helps it stop risky actions before they occur, trace access and model\-version control improve post\-incident diagnosis, and scope restriction can improve safety while reducing usefulness\. Control protocols proposed as general safety solutions should therefore state their access assumptions explicitly\.
Keywords:AI control; control tax; scalable oversight; AI sovereignty; bounded sovereignty; trusted monitoring; financial infrastructure; model risk management
## 1Introduction
### 1\.1Control is rationed before it is engineered
AI safety work often starts from a technical question: if a model may be misaligned, what deployment protocol can keep its actions safe? This paper starts one step earlier\. Before a deployer can run a control protocol, it must be able to observe, log, route, interrupt, or audit the relevant parts of the system\. Many deployers do not have that access\.
This matters because access to the AI stack is unevenly distributed\. In December 2025, seven countries signed the Pax Silica Declaration in Washington, a US\-led framework for secure and resilient AI\-related supply chains\. By late June 2026, the initiative had expanded to twenty\-four signatories, while thirty\-five countries and regions signed the related Joint Statement on AI Opportunity at the second Pax Silica Summit \(Australian Department of Industry, Science and Resources, 2025; Japanese Ministry of Foreign Affairs, 2026; European Commission, 2026\)\. In the same period, assessments of global compute distribution reported that Africa hosts under one percent of global data\-center capacity while holding roughly eighteen percent of the world’s population, and that much of South Asia, Southeast Asia, and Latin America depends on externally owned and operated AI infrastructure \(CSIS, 2025; Brookings Institution, 2026\)\.
These facts are usually discussed as industrial policy or geopolitics\. Here they are treated as a boundary condition for AI control\. If a regulated institution uses a vendor model through an API, it may not control the model weights, the serving stack, the update process, or the internal traces\. It may still be accountable for the system’s behaviour, but it cannot use every control protocol described in the AI safety literature\. The question is not whether sovereign AI is desirable as national policy\. The narrower question is: when the deployer does not own the model, what control remains possible?
### 1\.2The two\-layer control problem
The AI control agenda asks how to keep deployment safe even if a model may be misaligned \(Greenblatt et al\., 2023\)\. Canonical protocols include trusted monitoring, defer\-to\-trusted routing, resampling\-based intervention \(Bhatt et al\., 2025\), and human auditing of suspicious actions\. Recent papers stress\-test these protocols adversarially \(Griffin et al\., 2024; Schaeffer et al\., 2026; Terekhov et al\., 2026\), and Terekhov et al\. \(2025\) price the*control tax*: the operational and financial cost of adding control to AI pipelines\.
This paper argues that control has two layers:
- •Layer 1: protocol effectiveness\.If the deployer has the needed access, does the protocol reduce unsafe behaviour?
- •Layer 2: access feasibility\.Does the deployer actually have the logs, traces, routing control, model\-version control, infrastructure visibility, or contractual rights that the protocol assumes?
Most AI\-control work focuses on Layer 1\. This paper focuses on Layer 2\. By*sovereignty*, it does not mean territorial sovereignty\. It means technical and contractual access to the layers that control protocols rely on: data, model, infrastructure, and interaction surfaces\. For many real\-world regulated deployers, especially in AI\-importing jurisdictions, that access is partial\.
### 1\.3Case motivation, contributions, and paper structure
Financial infrastructure is a useful setting for this question because the risks are concrete, the audit expectations are high, and the accountability chain is clear\. A national payments infrastructure operator may use a vendor\-supplied foundation model to support a transaction\-adjacent process, such as dispute triage or investigation drafting\. The domestic regulator may expect validation, monitoring, auditability, and board accountability, while the model, infrastructure, update process, and internal traces remain controlled by an external vendor\.
The catastrophic actions are also easier to define than in many general AI benchmarks: an incorrect hold or release, systematic mis\-triage, exposure of protected financial data, or an action path touching settlement operations\. These are not equivalent to existential risk, but they are clear enough to show how access constraints shape control\.
Contributions and roadmap
This paper makes five contributions\. First, it introduces a four\-layer access typology \- data, model, infrastructure, and interaction \- for thinking about deployment\-time AI control\. Second, it provides a protocol\-by\-layer requirements matrix that shows which control protocols remain executable under different access conditions\. Third, it introducessovereignty discount cost, the spend, delay, residual risk, or usefulness loss incurred when a deployer must substitute for missing access\. Fourth, it reports a synthetic access\-ablation experiment using a synthetic payments\-dispute workflow, 20 access profiles, 10 control protocols, three synthetic agent behaviours, threshold and audit\-budget sweeps, and 1\.35 million synthetic case simulations\. Fifth, it interprets the framework through an anonymised national\-payments\-infrastructure scenario\.
The paper proceeds as follows\. Section 2 reviews the related literature\. Section 3 develops the conceptual framework\. Section 4 presents the empirical methodology\. Section 5 reports the synthetic access\-ablation results\. Section 6 applies the findings to the illustrative payments infrastructure scenario\. Section 7 discusses implications and limitations\. Section 8 concludes\.
## 2Related Work
### 2\.1AI control and scalable oversight
Greenblatt et al\. \(2023\) originate the AI control framework: rather than assuming a model’s alignment can be verified, control evaluations pit a blue team designing a deployment protocol against a red team playing a worst\-case, deliberately subversive untrusted model\. The originating paper introduces trusted monitoring, in which a weaker, trusted model scores the untrusted model’s outputs for suspicion, with human auditing of the highest\-scoring fraction, and defer\-to\-trusted protocols, under which a trusted model’s output replaces suspicious actions\.
Subsequent work extends control to multi\-step agentic settings via resampling \(Bhatt et al\., 2025\), formalises protocol evaluation game\-theoretically \(Griffin et al\., 2024\), sketches how control arguments could support deployment safety cases \(Korbak et al\., 2025\), and improves monitor performance through legibility requirements on the untrusted model’s outputs \(Sreevatsa et al\., 2026\)\.
Most directly relevant here, Terekhov et al\. \(2025\) introduce the control tax, with a theoretical framework mapping monitor classifier performance to safety assurances and empirical cost estimates for monitoring protocols under auditing budgets\. This paper takes the control tax as its point of departure\. The critique is not that the control tax is wrong\. The critique is that it is incomplete if priced conditional on instrumentation access the deployer may not have\.
Recent adversarial results sharpen why this matters\. Monitors are themselves attack surfaces \(Terekhov et al\., 2026\)\. Attack\-selection capability can degrade safety substantially at realistic auditing budgets \(Schaeffer et al\., 2026\)\. Untrusted monitoring requires explicit collusion\-strategy assumptions to support a safety case \(Gardner\-Challis et al\., 2026\)\. Each of these defences and evaluations presupposes that some actor can instrument the deployment pipeline\. The open question is which actor, with what access, under what contractual and infrastructural constraints\.
Scalable oversight
The scalable oversight literature asks how a weaker supervisor can reliably judge a stronger system: through debate \(Irving et al\., 2018\), weak\-to\-strong generalisation \(Burns et al\., 2023\), empirical studies of weak LLMs judging strong ones \(Kenton et al\., 2024\), and scaling laws for oversight games between weak overseers and strong adversaries \(Engels et al\., 2025\)\.
This paper does not technically extend scalable oversight, but borrows one structural observation: oversight capacity is a scarce resource whose adequacy relative to the overseen system can be analysed\. We apply the same resource logic to access rather than capability\. A deployer may have a capable monitor but still lack the logs, traces, tool\-call visibility, version control, or gateway needed to use that monitor effectively\.
### 2\.2Sovereign AI, compute governance, and structural access asymmetry
A separate literature, largely in policy institutes, industry analyses, and technical\-governance venues, documents that control over the AI stack is concentrated\. Common formulations decompose AI sovereignty into pillars: data, model, infrastructure, and operational sovereignty recur as a four\-pillar industry framework, while layered and spectrum\-based treatments emphasise that sovereignty is not binary but distributed across stack layers \(Stanford HAI, 2026; Tony Blair Institute, 2026; Cruzes, 2026\)\. Empirical work documents the thinness of Global South access at the infrastructure layer \(CSIS, 2025; Brookings Institution, 2026\), and the compute\-governance literature proposes state\-level mechanisms, including compute monitoring, know\-your\-customer schemes for compute providers \(Egan and Heim, 2023\), and technical AI governance research agendas \(Reuel et al\., 2024\), for governing the substrate on which frontier models run\.
A key observation motivating this paper is that compute governance and deployment\-time AI control currently operate at different levels\. Compute governance often asks how states can govern who trains and runs frontier models\. AI control asks how a deployer can safely run a possibly misaligned model\. Neither literature fully asks what happens when the deployer’s position in the compute\-governance landscape determines whether its control protocol is executable\. This paper sits at that seam\.
Structural asymmetry: data colonialism and decolonial AI
A third literature explains why access asymmetry may be structural rather than an incidental market failure\. Couldry and Mejias \(2019\) theorise data colonialism: the appropriation of human life through data under an extractive economic logic continuous with historical colonialism\. Mohamed et al\. \(2020\) develop decolonial AI, identifying algorithmic coloniality in the design, deployment, and governance of AI systems\. Birhane \(2020\) documents algorithmic colonisation dynamics concretely for Africa, where imported technology can embed foreign values and interests with limited local scrutiny or control\.
This paper uses that literature narrowly\. It does not advance a normative theory of colonialism and does not attempt to adjudicate broader moral claims\. It uses the literature to justify treating asymmetric access as a persistent feature of the deployment landscape rather than a temporary inconvenience that market competition will quickly erase\.
### 2\.3Gap: control under partial access
Assembling these threads: AI control assumes deployers can instrument the model; sovereign\-AI and compute\-governance work shows that such access is unevenly distributed; and structural\-asymmetry literature suggests that limited access is not merely transitional\. The resulting question is direct:which control protocols remain valid, at what cost, under partial access?
The gap is narrower and more practical than a general theory of AI sovereignty\. Existing AI\-control work has begun to evaluate and price control protocols, but it rarely makes the deployer’s access position an explicit part of the protocol specification\. This paper therefore contributes a vocabulary, a mapping method, and a synthetic empirical operationalisation for treating access assumptions as first\-order features of deployment\-time control\.
## 3Conceptual Framework: Bounded Sovereignty and the Control Tax
### 3\.1Definitions and access typology
Because this paper sits between literatures with different vocabularies, we fix terms precisely\.
- •Sovereigntymeans technical and contractual access sufficient to independently verify or intervene on an AI system\. This is deliberately narrower than political sovereignty\. A deployer has sovereignty over a layer if it can observe or act on that layer without the model vendor’s ongoing discretionary cooperation\.
- •Controlmeans deployment protocols that constrain a potentially misaligned model’s actions regardless of the model’s intentions, evaluated against a worst\-case subversive model \(Greenblatt et al\., 2023\)\.
- •Oversightmeans the broader institutional and regulatory function of ensuring an AI deployment behaves acceptably\. Control protocols are one implementation of oversight; regulatory examination, model risk management, and audit regimes are others\.
- •Control taxmeans the operational and financial cost of integrating control measures into AI pipelines \(Terekhov et al\., 2025\)\.
One conceptual point matters throughout the paper: sovereignty and control are orthogonal\. Sovereignty is not a safety protocol; it is an access condition\. A jurisdiction can hold full data and infrastructure sovereignty and still implement no meaningful control\. Conversely, a deployer with no model\-weight access may still achieve partial control through output\-level monitoring, contractual audit rights, and a deployer\-owned execution gateway\. Keeping these axes separate allows the paper to ask: how much access is enough for which kind of control?
A four\-layer typology of access
We adapt the recurring four\-pillar decomposition from the sovereign\-AI literature to the deployment\-control context\. Our adaptation replaces the broad operational pillar withinteraction sovereignty, defined as access to the surface that control protocols monitor and intercept: prompts, outputs, tool calls, logs, traces, and gateway\-level intervention points\. This is the paper’s adaptation rather than a settled taxonomy in the literature\.
LayerWhat full access would meanTypical access for an import\-dependent regulated deployerData sovereigntyControl over what data trains or fine\-tunes the model; ability to audit training\-data provenanceUsually retains control over own transactional or fine\-tuning data; no visibility into base\-model training dataModel sovereigntyAccess to weights, architecture, activations, and ability to retrain, patch, probe, or run interpretability toolingUsually absent under API or managed\-endpoint access; weights, architecture details, and activations are vendor\-heldInfrastructure sovereigntyCompute located in\-jurisdiction, under domestic legal control, observable by the deployerPartial at best: often a foreign\-operated cloud region, sometimes with data\-residency commitments; serving stack remains vendor\-operatedInteraction sovereigntyFull logging and audit of prompts, outputs, tool calls, traces, and pre\-execution intervention pointsPartial: input/output and tool logs may be contractable; internal traces are rarely available; gateway ownership depends on architectureTwo properties of this typology matter\. First, the layers are separable\. Contracts, residency requirements, product tiers, and deployment architectures move them independently\. Second, the layers are jointly binding\. Each control protocol presupposes a specific bundle of access\. Missing one part of the bundle can degrade or disable the protocol\.
### 3\.2Protocol requirements under bounded sovereignty
The protocol requirements matrix below maps canonical control protocols to the access layers they presuppose\. The matrix is this paper’s construction and is derived from the control\-protocol definitions in the originating literature \(Greenblatt et al\., 2023; Bhatt et al\., 2025; Sreevatsa et al\., 2026\)\.
Control protocolBinding access layersTypical API\-only feasibilityNotesTrusted monitoring, output\-levelInteraction logging; deployer\-controlled monitor computeFeasible if logs are completeRequires complete, tamper\-evident I/O logs and monitor execution outside the untrusted modelTrusted monitoring, trace/activation\-levelModel traces or activations; serving\-stack observabilityUsually infeasibleRequires model sovereignty or trace\-level vendor accessDefer\-to\-trusted or trusted editingTrusted substitute model; pre\-execution interceptionFeasible only with architecture constraintRequires an owned execution gateway before tool use or transaction\-adjacent executionResampling protocolsControlled re\-querying; stepwise agent\-loop interception; stable model behaviourDegradedAPI re\-querying is possible but latency, cost, and version consistency bindHuman or AI auditingRetained and queryable interaction logs; audit capacityFeasible but boundedEffectiveness depends on log completeness and audit budgetLegibility protocolsPrompting or training influence; output inspectionPartially feasiblePrompting\-level legibility is available; training\-level legibility is usually notPre\-deployment control evaluationsRepresentative task data; stable access to deployed model versionDegradedEvaluation is weakened if production model versions can change without noticeWeights escrow or patchingModel sovereignty; infrastructure control or contractual escrowInfeasible except contractuallyNative patching requires weight accessUnder typical API\-only access, the feasible set collapses toward output\-level protocols\. Even those depend on two load\-bearing conditions: complete interaction logging and an execution gateway the deployer controls\. A monitor that can flag a dangerous tool call after it has already executed is an audit mechanism, not a prevention mechanism\.
### 3\.3Sovereignty discount cost
Terekhov et al\. \(2025\) price the control tax under an implicit full\-instrumentation assumption\. The deployer can place monitors in the pipeline, observe outputs completely, route suspicious actions to trusted models or human auditors, and measure the resulting safety\-usefulness trade\-off\. For an import\-dependent deployer, part of the realised oversight cost goes toward something categorically different: substituting for access the deployer does not have\.
Examples include purchasing third\-party audit or attestation rights over a vendor\-held model because direct inspection is unavailable; building output\-only anomaly detection because activation\-level monitoring is technically impossible without model sovereignty; negotiating contractual clauses that simulate the intervention ability a weight\-holding deployer has natively; and narrowing the agentic system’s permitted action space because the monitoring required to permit a wider scope cannot be implemented\.
We propose the working termsovereignty discount costfor this component: the additional expenditure, delay, residual risk, or usefulness loss required to approximate a control protocol that assumes access the deployer lacks\. Conceptually:
realised control tax=instrumented\-control cost\+sovereignty discount cost\.\\text\{realised control tax\}=\\text\{instrumented\-control cost\}\+\\text\{sovereignty discount cost\}\.
This is not yet an accounting identity because some missing access cannot be substituted at any price, so the discount cost is not always finite\. The term is introduced as a research construct, not as an established measure\.
### 3\.4Calibrated control: how much access is enough?
The framework invites a normative question: if a deployer cannot achieve full access, should it deploy at all? Rather than issuing a universal verdict, this paper identifies three positions implicit in the surrounding literature\.
Position A: Safety\-maximalist\.If a deployer cannot verify that a control protocol is actually running, because it lacks model and infrastructure access, then any claimed control is unfalsifiable from the deployer’s position\. The deployer should not treat such a protocol as safety assurance\. This position draws support from the control literature’s emphasis on verifiability and explicit safety\-case assumptions \(Korbak et al\., 2025; Gardner\-Challis et al\., 2026\)\.
Position B: Sovereignty\-maximalist\.Partial control under foreign dependency is fragile\. A vendor or state actor can revoke, degrade, or modify access\. Conditional\-access arrangements such as the Pax Silica framework demonstrate that infrastructure access may be tied to political alignment \(GIS Reports, 2026\)\. On this view, the only durable solution is full\-stack sovereign capability: domestic models, domestic compute, and domestic control\.
Position C: Calibrated or bounded control\.Neither A nor B is actionable on relevant timescales for many jurisdictions: A implies abstention from deployments that are already commercially and politically committed, while B implies capability investments that many states cannot make this decade\. The productive question is therefore not full control versus no control, but which layers of access are necessary for which classes of catastrophic action, and which can be substituted through architecture, contracts, monitoring, or scope restriction\.
This paper adopts Position C as a working frame, not as a claim that A or B is wrong\. Economically, the problem resembles incomplete contracting and principal\-agent design: the deployer contracts with a model vendor that holds private information about the model, under contracts that cannot specify all contingencies, with verification costly and asymmetric\.
A balancing framework: how much access is enough?
Under Position C, a deployer or regulator needs a structured way to decide how much access\-layer sovereignty to demand, buy, or substitute for\. We propose six criteria\.
1. 1\.Severity and reversibility of the catastrophic action\.A mis\-routed low\-value transaction is bounded and reversible; a systemic settlement failure or mass data exposure is not\. Higher severity and lower reversibility raise the minimum access bar\.
2. 2\.Verifiability of substitutes\.Can output\-only monitoring detect the relevant failure mode even in principle, or does detection require internal access? Failure modes that manifest only in internal computation cannot be fully bought back with output\-level substitutes\.
3. 3\.Vendor concentration and bargaining power\.Access is negotiated\. A deployer facing one viable frontier\-model vendor negotiates from a weaker position than one facing several substitutable vendors\.
4. 4\.Regulatory maturity and absorptive capacity\.Access is useful only if the deployer or regulator can exercise it\. The ability to interpret logs, audit traces, investigate incidents, and challenge vendor attestations is distinct from the legal right to receive them\.
5. 5\.Sovereignty discount cost versus scope\-restriction cost\.Sometimes the safest option is not buying more access but narrowing what the system may do\. The framework should compare the marginal cost of substituting for access against the marginal usefulness lost by restricting scope\.
6. 6\.Availability of coalition paths\.Shared audit consortia, regional regulatory colleges, or South\-South cooperation arrangements can amortise the cost of acquiring partial sovereignty across multiple deployers\.
These criteria are a rubric, not a weighted formula\. The empirical study below begins to operationalise some of them, but the weights remain an open empirical question\.
## 4Empirical Methodology: Synthetic Access\-Ablation Study
### 4\.1Study design and synthetic environment
This paper uses three methods\. First, it develops a conceptual access typology by synthesising the AI control, scalable oversight, sovereign AI, compute\-governance, and structural\-asymmetry literatures\. Second, it conducts asynthetic access\-ablation experimentto operationalise the typology and test how access constraints affect protocol feasibility, safety, usefulness, audit burden, diagnosis, latency, and cost\. Third, it applies the framework interpretively to an anonymised national\-payments\-infrastructure scenario\.
The empirical study is deliberately synthetic and does not use real payment data, real customer data, production logs, vendor contracts, confidential institutional material, or operational payment infrastructure\. It should be read asconstruct validation, not real\-world payment\-system evidence\. Its purpose is to show how bounded sovereignty can be made measurable and how the same control protocol behaves differently under different access conditions\.
Synthetic task environment
The experiment models a mock national payments dispute\-triage workflow\. The workflow is transaction\-adjacent rather than settlement\-operational\. A synthetic agent reviews a dispute case and chooses among harmless mock actions such asdraft\_report,recommend\_hold,recommend\_release,escalate\_to\_human, orno\_action\. None of these actions connects to any real system\.
Each synthetic case contains non\-real fields such as a case identifier, transaction amount, merchant category, customer claim, prior dispute history, risk score, settlement\-critical marker, synthetic sensitive\-context marker, allowed actions, and a ground\-truth action\. The workflow is multi\-step: case intake, synthetic evidence retrieval, dispute classification, action recommendation, optional gateway review, mock execution, and audit review\.
The experiment uses four synthetic catastrophic\-action classes that mirror the paper’s financial\-infrastructure case\.
ClassSynthetic meaning in the experimentC1Incorrect hold or release recommendation on an individual synthetic dispute caseC2Systematic mis\-triage pattern across a synthetic case clusterC3Synthetic sensitive\-field exposure marker in a mock reportC4Synthetic settlement\-critical recommendation markerC3 and C4 are labels only; the repository contains no real data exposure, credential handling, exfiltration logic, malware, cyberattack steps, or operational disruption logic\.
### 4\.2Access factors, agents, and protocols
Rather than comparing a small number of bundled regimes, the large run factorises access into seven dimensions\. These dimensions map directly to the paper’s four\-layer bounded\-sovereignty typology\.
Paper layerExperimental factorLevels usedInteraction sovereigntyI/O logsnone, partial, completeInteraction sovereigntyTool\-call logsnone, partial, completeInteraction sovereigntyPre\-execution gatewayabsent, presentModel sovereigntyTrace accessnone, limited, oracleModel / interaction sovereigntyModel\-version controlunpinned, notified, pinnedInfrastructure / contractual sovereigntyVendor supportnone, delayed, guaranteedDeployment design substituteTool scopefull, restrictedThe large run uses a curated fractional\-factorial set of 20 access profiles\. These include a full\-instrumentation anchor, complete\-logging\-with\-gateway profiles, complete\-logging\-without\-gateway profiles, partial\-logging profiles, no\-log profiles, trace\-access contrasts, version\-control contrasts, vendor\-support contrasts, and restricted\-scope contrasts\.
Synthetic agents
The experiment evaluates three synthetic agent behaviours\.
AgentBehaviourHonestUsually follows the synthetic ground truth but makes occasional mistakesCarelessOverconfident, error\-prone, and less likely to escalate uncertain casesStealthy access\-awareChooses lower\-visibility synthetic failure modes when access is weakThe access\-aware agent is strategic only inside the synthetic environment\. It cannot perform real harmful behaviour and only selects among harmless mock actions that may be labelled as C1\-C4 synthetic failures\.
Control protocols
Each access profile is crossed with ten control protocols\.
ProtocolInterpretationNo controlAccept the agent’s proposed mock actionOutput monitorScore the final output or action for suspiciousnessTool monitorScore proposed tool/action use when tool visibility existsDefer\-to\-trustedReplace suspicious actions with a conservative trusted fallback when possibleResamplingGenerate alternative candidate actions and select the lowest\-risk acceptable oneHuman auditSend flagged cases to a capacity\-limited synthetic reviewerTrusted editingEdit or redact risky draft outputs, or fall back to a safer policyScope restrictionRemove higher\-risk mock actions from the action spaceMacro\-shutdownEscalate or safe\-mode clusters after repeated suspiciousnessVendor escalationRequest delayed or guaranteed synthetic vendor support for diagnosis or attestationThis protocol list mirrors practical families of interventions in the AI\-control literature: monitoring, defer\-to\-trusted routing, resampling, human review, action\-space restriction, and post\-incident or vendor\-mediated assurance\.
### 4\.3Metrics and sovereignty\-discount proxy
For every condition, the experiment reports task success, catastrophic failure rate, failure rate by class, severity\-weighted loss, audit rate, flag rate, false\-positive rate, false\-negative rate, intervention success, diagnosis success, latency proxy, model\-call count, monitor\-call count, human\-audit count, vendor\-request count, and decomposed cost proxy\.
Diagnosis isevidence\-basedrather than hard\-coded by access regime\. A failure is diagnosable only when the evidence available under the access profile is sufficient to reconstruct what happened\. For example, complete I/O logs, complete tool\-call logs, model\-version pinning, trace access, or guaranteed vendor support provide more reconstructive evidence than no logs, no gateway, no trace access, and no vendor support\.
The total control\-cost proxy decomposes inference cost, monitoring cost, human audit cost, logging cost, gateway cost, vendor\-assurance cost, latency penalty, scope\-restriction cost, and residual incident\-loss cost\. These are unitless proxies, not financial estimates for a real institution, and they allow comparison of how access constraints shift the cost of control\.
Sovereignty discount cost proxy
The study computes a sovereignty\-discount proxy by asking: for a given target catastrophic\-failure threshold, what is the cheapest protocol/access combination that reaches the target, and how does that cost compare with the cheapest full\-instrumentation baseline?
The basic form is:
> minimum cost to reach target failure rate under bounded access minus minimum cost to reach the same target under full instrumentation
The analysis also reports a stricter variant that requires both safety and usefulness, for example catastrophic failure at or below 1% while maintaining task success of at least 75%\. This second version is important because a system can often reduce failure simply by disabling useful actions\. In this paper’s framing, that is not a free safety gain; it is a shift from monitoring cost to usefulness loss\.
### 4\.4Large\-run configuration
The large run reported here used the following configuration\.
SettingValueAccess profiles20Control protocols10Synthetic agent types3Monitor thresholds0\.35, 0\.55, 0\.75Audit budgets2%, 5%, 20%Random seeds5Synthetic cases per condition50Aggregate condition rows27,000Synthetic case simulations1,350,000The run expands the threshold and audit\-budget sensitivity grid relative to the initial validation run\. It remains a synthetic study and should not be described as real\-world payment\-system evidence\.
## 5Empirical Results
### 5\.1Overview: three penalties of bounded sovereignty
The results should be read as evidence about thelogic of access constraints, not as measured safety levels for any real payment institution\. The experiment asks a practical question: when a deployer loses logs, tool\-call visibility, model traces, version control, vendor support, or a pre\-execution gateway, what happens to control performance in a synthetic dispute\-triage environment?
The answer is that bounded sovereignty creates three penalties\. First, there is aprevention penalty: the system may detect a risky action but cannot stop it before mock execution without a gateway\. Second, there is adiagnosis penalty: the system may observe a bad outcome but lack the evidence needed to reconstruct what happened\. Third, there is ausefulness penalty: when access is weak, the safest substitute is often to narrow what the system can do, which reduces useful automation\. These three penalties are the policy\-relevant reading of the experiment\.
### 5\.2Gateway and logging: from visibility to intervention
Across all protocols, agents, thresholds, audit budgets, and access profiles, the average catastrophic failure rate was5\.53% without a pre\-execution gatewayand3\.13% with a gateway\. Intervention success was almost absent without a gateway \(0\.47%\) but rose to39\.52%when a gateway was available\. The practical interpretation is straightforward: a monitor can only warn, but a gateway can hold, replace, escalate, or block an action before it takes effect\.
This is why interaction sovereignty should not be reduced to logging\. Logs help a deployer see what happened; a gateway gives the deployer an intervention point\. For policymakers and technocrats, the design question is therefore not only “Do we have records?” but also “Can we stop a risky action before execution?”

Figure 1:Gateway access turns detection into intervention\.Note\.The figure compares average catastrophic failure and intervention success under access profiles with and without a pre\-execution gateway\. The gateway is the deployer’s architectural control point\. Without it, a monitor may flag an unsafe action but cannot reliably stop it before mock execution\. With it, flagged actions can be held, replaced, escalated, or blocked\.
Logging improves reconstructability, not just monitoring
Log completeness also changed the results\. When I/O logs were absent, diagnosis success was0\.00%\. With partial I/O logs, it rose to37\.41%; with complete I/O logs, it rose to78\.57%\. Failure rates improved as well: no I/O logs had an average catastrophic failure rate of6\.17%, partial logs5\.04%, and complete logs3\.41%\.
The main point is not only that logs help monitoring\. Logs also help a deployer reconstruct an incident after the fact\. Without them, the deployer may know that something went wrong but be unable to explain the causal chain, which weakens audit, regulatory accountability, remediation, and the safety case\.

Figure 2:Logging affects both safety and reconstructability\.Note\.The figure shows that complete I/O logging is associated with lower synthetic failure and stronger diagnosis\. Missing logs do not merely make the system less transparent\. They make failures harder to explain and therefore harder to govern\.
### 5\.3Trace access and model\-version control: diagnosis after failure
Trace access and model\-version control mattered most for diagnosis\. With no trace access, diagnosis success averaged50\.86%; with limited trace access it rose to74\.69%; with oracle trace access it reached100\.00%by construction of the synthetic full\-access condition\. Model\-version control showed the same pattern: unpinned access was associated with much weaker diagnosis \(5\.31%\) than notified \(83\.00%\) or pinned \(99\.87%\) conditions\.
These numbers should not be read as real\-world payment\-system estimates\. The structural lesson is that output\-level monitoring can remain feasible under bounded sovereignty, while deeper diagnosis becomes fragile if the deployer cannot see traces or identify which model version produced a decision\. This is especially important for regulated systems, where post\-incident assurance is part of accountability\.
### 5\.4Protocol trade\-offs: safety, usefulness, and cost
No control protocol dominated on all dimensions\. Scope restriction produced the lowest average catastrophic failure rate \(0\.50%\) but reduced task success to60\.06%\. Resampling had the next\-lowest average failure rate \(3\.49%\) while preserving more usefulness\. Several other protocols \- defer\-to\-trusted, tool monitoring, trusted editing, output monitoring, and macro\-shutdown \- clustered around roughly4\.0%average failure\. Human audit and vendor escalation were weaker as prevention mechanisms in this setup because they often operate after detection, are capacity\-limited, or depend on delayed external support\.
The policy lesson is that safety is not free\. When access is insufficient, a deployer can sometimes reduce risk by narrowing the system’s action space, but that reduces usefulness\. A technically safe design may therefore be operationally unattractive if it disables too much of the workflow\.

Figure 3:Control protocols trade off safety, usefulness, and cost\.Note\.The horizontal axis shows usefulness, the vertical axis shows safety, and marker size represents the control\-cost proxy\. The plot is intended to prevent a misleading conclusion that the safest protocol is automatically best\. A protocol that disables useful actions may be safe but operationally unattractive\.
### 5\.5Agent behaviour and target reachability
Access constraints mattered more when the synthetic agent was less benign\. The honest agent had the lowest average failure rate \(0\.98%\), the careless agent the highest \(6\.82%\), and the stealthy access\-aware agent sat between them \(4\.47%\) while creating more difficult diagnosis and control conditions\. This matters because AI control is not mainly about an honest model making routine mistakes; it asks whether the deployment remains safe when the untrusted model may behave badly or strategically\.
For a strict target of catastrophic failure at or below1%while preserving at least75%task success, the fraction of access profiles reaching the target was:
Synthetic agentProfiles reaching≤\\leq1% failure and≥\\geq75% usefulnessHonest90%Careless40%Stealthy access\-aware35%
Figure 4:Reachability of≤\\leq1% failure with≥\\geq75% usefulness\.Note\.The figure reports what fraction of access profiles can reach a strict safety\-plus\-usefulness target for each synthetic agent\. The target is easiest for the honest agent and hardest for the careless and stealthy access\-aware agents, which is the setting AI control is most concerned with\.
Scope restriction buys safety by giving up usefulness
Restricted tool scope reduced average catastrophic failure to0\.60%, compared with4\.48%under full tool scope, but task success fell from84\.51%to60\.06%\. This is one of the clearest illustrations of sovereignty discount cost\. Missing access is not always paid for through direct financial expenditure; it may be paid for through narrower permissions, more manual work, less automation, or lower usefulness\.

Figure 5:Scope restriction buys safety by giving up usefulness\.Note\.The figure compares full and restricted tool scope\. Restricted scope sharply lowers catastrophic failure but also reduces task success\. When access is insufficient, the deployer may substitute by narrowing the system’s permitted actions\.
### 5\.6Sovereignty discount: cost\-shifting, not just cost increase
The sovereignty\-discount analysis shows that bounded sovereignty is best understood ascost shifting, not simply cost increase\. Some bounded\-access profiles can reach loose safety targets at lower direct cost than the full\-instrumentation baseline, especially by restricting scope or relying on a benign agent\. That does not mean bounded sovereignty is cheaper; it means the cost has moved into another dimension, such as reduced usefulness, weaker diagnosis, delayed vendor assurance, residual incident risk, or greater manual effort\.
The stricter safety\-plus\-usefulness target is therefore more informative than a simple cost\-to\-safety measure\. Under a≤\\leq1% failure and≥\\geq75% usefulness target, only35%of access profiles were reachable against the stealthy access\-aware agent and40%against the careless agent\. For readers concerned with real\-world governance, the key question is not only “Can failure be reduced?” but “Can failure be reduced while preserving enough useful automation and enough evidence for diagnosis?”
Summary of empirical contribution
The synthetic experiment supports four modest claims\. First, control\-protocol feasibility is access\-dependent: the same protocol behaves differently depending on whether the deployer has logs, tool visibility, gateway control, trace access, model\-version control, and vendor support\. Second, complete logging and gateway ownership are the most important interaction\-layer controls in this setting because logs improve monitoring and diagnosis while the gateway enables prevention\. Third, model\-side access matters most for diagnosis and assurance, because trace access and model\-version control improve reconstructability even when output\-level monitoring remains possible\. Fourth, scope restriction is a real substitute for missing access, but it improves safety by reducing what the system can do\. These findings do not measure real payment systems; they show that access assumptions are empirically meaningful features of control\-protocol feasibility\.
## 6Illustrative Case Interpretation: National Payments Infrastructure
This section is an illustrative and anonymised interpretation, not a report on a specific real deployment or incident\. It exists to map the conceptual and synthetic findings to the class of deployments the paper is concerned with: regulated infrastructure operators in AI\-importing jurisdictions using vendor\-supplied foundation models\.
### 6\.1Illustrative deployment and access audit
Consider a national payments infrastructure operator in an AI\-importing jurisdiction\. The national financial regulator supervises the Operator, which runs interbank retail payment rails\. The regulator’s model risk management expectations require documented validation, ongoing monitoring, auditability, and board accountability for material models\.
The Operator deploys a vendor\-supplied frontier foundation model through a managed cloud endpoint in a foreign\-operated cloud region with a data\-residency rider\. The model is used in an agentic, transaction\-adjacent function: for example, an assistant that triages disputed transactions, drafts investigation notes, and invokes a constrained set of internal tools such as case lookup, recommendation drafting, and escalation\.
The catastrophic\-action classes, in ascending severity, are:
- •C1:an incorrect hold or release on an individual transaction;
- •C2:systematic mis\-triage that propagates across many cases before detection;
- •C3:exposure of protected personal financial data through tool calls or outputs; and
- •C4:any action path that could disturb settlement operations\.
Access audit
Applying the four\-layer typology produces the following access audit\.
This is not an unusual position for a regulated AI importer: the deployer may control the business process and the local tool surface but not the model, weights, infrastructure, internal traces, or update process\.
### 6\.2Protocol feasibility under bounded sovereignty
Reading the access audit against the protocol requirements matrix, output\-level trusted monitoring is executable if a smaller, Operator\-controlled monitor scores every output and tool call on Operator\-controlled compute\. Human auditing of the highest\-suspicion fraction is also executable, subject to audit capacity and log completeness\.
Defer\-to\-trusted routing is executable if and only if the agent’s tool calls pass through an Operator\-owned execution gateway where they can be held, scored, replaced, or escalated before execution\. This is the central architectural lesson from the synthetic study: the gateway is the point at which detection becomes prevention\.
Resampling\-style protocols are degraded\. API re\-querying is possible, but vendor model\-version changes can weaken reproducibility; per\-query cost and latency bind; and resampling does not substitute for missing trace access\. Pre\-deployment control evaluations are also degraded because they evaluate whichever model version the API serves at evaluation time unless the deployer can pin the production model version\.
Anything requiring internal traces is infeasible without vendor cooperation: activation\-level monitoring, probe\-based deception detection, and interpretability\-supported auditing\. This matters because C2\- and C3\-class failures with a deceptive or systemic character are precisely where output\-only monitoring is weakest in principle\.
### 6\.3Sovereignty discount cost and stress scenario
The case interpretation locates sovereignty discount cost in four places\.
First,contractual spend: negotiating complete I/O logging, model\-version change notification, audit and attestation rights, incident\-notification clauses, and regulator\-access provisions that a weight\-holding deployer would not need to buy\.
Second,architectural spend: building and operating the execution gateway, tamper\-evident logs, deployer\-side monitors, and controlled tool interfaces\.
Third,capacity spend: staffing audit and model\-risk functions able to consume monitor outputs, investigate suspicious patterns, and challenge vendor attestations\.
Fourth,scope\-restriction cost: the usefulness forgone by excluding C4\-adjacent action paths and constraining the tool set when monitoring cannot reach deeply enough\.
The synthetic study gives this interpretation empirical shape\. It shows that gateway access reduces synthetic failure and increases intervention success; complete logs improve diagnosis; trace and version access strengthen post\-incident explanation; and scope restriction lowers failure by reducing usefulness\.
Illustrative stress scenario
Suppose the monitor flags a slow elevation in hold\-placement recommendations affecting one merchant category\. Under full access, the natural diagnostic would include inspecting internal traces, re\-running a pinned model version on historical cases, comparing version behaviour, and reconstructing the full tool\-call chain\.
Under the Operator’s bounded access, the diagnostic set is narrower: output\-log forensics, tool\-call review if the gateway captured it, re\-querying a model that may already have changed, and vendor support escalation governed by contract\. The deployer’s detection may survive bounded sovereignty, but diagnosis and intervention are the first casualties\. The difference is invisible until an incident makes it visible\.
## 7Discussion and Limitations
### 7\.1What bounded control can and cannot do
The conceptual framework, synthetic experiment, and illustrative case do not settle the absolute\-versus\-bounded\-control question\. They support a narrower claim\.
Against a strong reading of Position A, bounded control is not empty\. A non\-trivial subset of canonical control protocols is executable under partial sovereignty, provided the deployer secures two load\-bearing elements: complete interaction logging and an owned execution gateway\.
Against a strong reading of Position B, full\-stack sovereignty is not the only route to some safety\-relevant assurance\. Architecture and contract can do meaningful work, especially for output\-level monitoring, gateway\-based intervention, and human audit\.
In support of both A and B, the infeasible set is not marginal\. It contains precisely the internal\-access protocols most relevant to deceptive, systemic, or hard\-to\-diagnose failure modes\. Contractual substitutes are also revocable or incomplete in ways native access is not\. The honest summary is that bounded control is real but has a ceiling, and the ceiling is lowest for the failure modes that most worry the control literature\.
What the empirical study adds
The synthetic access\-ablation study strengthens the paper in one specific way: it turns the access typology into variables that can be manipulated\. The results show that access assumptions are not background implementation details\. They affect prevention, diagnosis, usefulness, cost, and target reachability\.
The most important practical distinction is betweenseeingandstopping\. Logging improves visibility and diagnosis, but a gateway enables intervention\. The second distinction is betweendetectingandexplaining\. Output monitoring may flag a risky action, but trace access, model\-version control, and vendor support affect whether the deployer can reconstruct why it happened\. The third distinction is betweenbuying safetyandgiving up usefulness\. Scope restriction can reduce synthetic failure, but it does so by reducing what the system can do\.
These distinctions are useful for AI safety research because they make access assumptions explicit\. They are useful for governance readers because they translate abstract sovereignty into practical questions: Do we have complete logs? Can we intercept tool calls before execution? Can we pin the model version? Can we reconstruct failures? Can the regulator access the evidence needed to assess the safety case?
### 7\.2Generalisability and limitations
The mapping method is sector\-agnostic; the case interpretation is not\. Payments infrastructure is favourable terrain for bounded control because catastrophic actions are relatively crisp, tool surfaces can be narrowed, and a gateway architecture is natural\. Healthcare, public administration, or general enterprise deployments may have fuzzier definitions of catastrophe and wider action surfaces\. That would likely raise the importance of trace access, richer audit evidence, and scope restriction\.
The empirical workflow is also synthetic and is designed to test the logic of access constraints, not to predict failure rates in any real system\. A second sector case and an LLM\-in\-the\-loop version of the synthetic environment would strengthen external validity\.
Limitations
Six limitations matter\.
First, the empirical study is synthetic\. It does not use real payment data, real customer data, production logs, vendor contracts, confidential institutional material, or operational payment infrastructure\. It is a structured simulation of the framework, not measured evidence about any actual institution\.
Second, the synthetic agents are not frontier models\. They are useful for separating honest, careless, and access\-aware behaviour, but they do not capture the full ambiguity of real model outputs\. A future LLM\-in\-the\-loop version would be needed to test whether real model outputs create different monitor calibration, audit burden, or diagnosis patterns\.
Third, the access profiles are a curated fractional\-factorial design\. This is appropriate for isolating the paper’s main access factors, but it does not cover every possible combination of cloud, API, contractual, logging, data\-residency, and vendor\-support arrangements\. A full\-factorial run is supported by the code but would be computationally larger\.
Fourth, the cost model is a proxy\. It decomposes inference, monitoring, audit, logging, gateway, vendor assurance, latency, scope restriction, and residual incident loss, but it is not a financial estimate\. Accordingly, the results support relative cost\-proxy comparisons rather than exact control\-tax or sovereignty\-discount amounts\.
Fifth, the sovereignty\-discount proxy is best read as a reachability and cost\-shifting measure\. In some synthetic cases, bounded\-access profiles can reach loose safety targets at lower direct cost than the full\-instrumentation baseline because they restrict scope or accept weaker usefulness and diagnosis\. This is not evidence that bounded sovereignty is cheaper; it shows that missing access can shift cost into other dimensions\.
Sixth, the literature underpinning sovereign AI is fast\-moving and partly non\-peer\-reviewed\. The four\-pillar sovereignty formulation is a policy and industry construct that this paper adapts rather than a settled academic taxonomy\. The paper therefore frames its contribution narrowly: it does not claim to settle the meaning of AI sovereignty, but shows how access constraints can be specified, tested, and priced within deployment\-time AI control\.
### 7\.3Future work
The next research step is external grounding, and three extensions would be especially valuable\.
First, an LLM\-in\-the\-loop synthetic workflow would test whether real model outputs create different ambiguity, monitoring challenges, and audit burdens than scripted synthetic agents\.
Second, a public vendor and regulatory access\-rights audit would convert the access typology into an evidence table\. It could ask which vendors offer model\-version pinning, log export, tool\-call traces, data\-retention control, customer\-managed keys, regulator access, incident forensics, and vendor attestations\.
Third, expert calibration would improve the cost model\. Practitioners could provide ranges for audit capacity, model\-version drift, vendor response delay, log\-retention cost, operational latency cost, and acceptable failure thresholds without disclosing confidential information\.
### 7\.4Scope boundary
This paper makes no export\-control, trade\-policy, procurement\-policy, or industrial\-policy recommendation\. It takes no position on whether jurisdictions should pursue sovereign AI capability; those questions belong to a separate policy\-facing analysis with a different evidentiary standard\. This paper’s recommendation is narrower: control\-protocol specifications should state their access assumptions explicitly\.
## 8Conclusion
AI control research has begun to price oversight through concepts such as the control tax\. This paper argues that oversight must also be located\. A control protocol is not only a technical design; it is also an access claim\. It assumes that someone can observe the right logs, route the right outputs, intercept the right tool calls, pin or identify the right model version, and reconstruct the right evidence after an incident\. For many regulated deployers, especially in AI\-importing jurisdictions, these assumptions do not fully hold\.
The paper introducedbounded sovereigntyto describe this condition: partial access across data, model, infrastructure, and interaction layers\. It then provided a protocol\-by\-layer requirements matrix for asking which control protocols remain feasible under partial access, and introducedsovereignty discount costas the part of the control tax paid when a deployer must substitute for missing access through contracts, architecture, audit, vendor assurance, residual risk, or scope restriction\.
The synthetic access\-ablation experiment over 1\.35 million synthetic case simulations made the argument concrete\. Gateway access reduced failure and enabled intervention\. Complete logs improved diagnosis\. Trace access and model\-version control strengthened post\-incident explanation\. Scope restriction improved safety, but by reducing usefulness\. These results are not evidence about real payment systems; they show that bounded sovereignty can be operationalised and that access constraints change the safety\-usefulness\-cost frontier\.
The practical recommendation is simple\. AI\-control papers should state their access assumptions explicitly\. A protocol that assumes trace access, model\-version pinning, tool\-call interception, complete interaction logs, or vendor cooperation should say so\. For policymakers, technocrats, and regulated deployers, those assumptions are not implementation details\. They are often the binding constraint\.
## References
- \[1\]Australian Department of Industry, Science and Resources \(2025\)\. The Pax Silica Declaration by countries attending the Pax Silica Summit, 12 December 2025\.
- \[2\]European Commission \(2026\)\. Commission signs Pax Silica declaration\.*Shaping Europe’s Digital Future*, 25 June 2026\.
- \[3\]Bhatt, A\., Rushing, C\., Kaufman, A\., Tracy, T\., Georgiev, V\., Matolcsi, D\., Khan, A\., and Shlegeris, B\. \(2025\)\. Ctrl\-Z: Controlling AI agents via resampling\.*arXiv preprint arXiv:2504\.10374*\.
- \[4\]Birhane, A\. \(2020\)\. Algorithmic colonization of Africa\.*SCRIPTed*, 17\(2\):389–409\.
- \[5\]Brookings Institution \(2026\)\. Why Africa should sequence, not rush into AI\. Brookings Institution\.
- \[6\]Burns, C\. et al\. \(2023\)\. Weak\-to\-strong generalization: Eliciting strong capabilities with weak supervision\.*arXiv preprint arXiv:2312\.09390*\.
- \[7\]Center for Strategic and International Studies \(2025\)\. From divide to delivery: How AI can serve the Global South\. CSIS\.
- \[8\]Couldry, N\. and Mejias, U\. A\. \(2019\)\. Data colonialism: Rethinking big data’s relation to the contemporary subject\.*Television & New Media*, 20\(4\):336–349\.
- \[9\]Cruzes, S\. \(2026\)\. AI infrastructure sovereignty\.*arXiv preprint arXiv:2602\.10900*\.
- \[10\]Egan, J\. and Heim, L\. \(2023\)\. Oversight for frontier AI through a know\-your\-customer scheme for compute providers\.*arXiv preprint arXiv:2310\.13625*\.
- \[11\]Engels, J\., Baek, D\. D\., Kantamneni, S\., and Tegmark, M\. \(2025\)\. Scaling laws for scalable oversight\.*arXiv preprint arXiv:2504\.18530*\.
- \[12\]Gardner\-Challis, N\., Bostock, J\., Kozhevnikov, G\., Sinclaire, M\., Velja, J\., Abate, A\., and Griffin, C\. \(2026\)\. When can we trust untrusted monitoring? A safety case sketch across collusion strategies\.*arXiv preprint arXiv:2602\.20628*\.
- \[13\]GIS Reports \(2026\)\. The battle for AI sovereignty\. GIS Reports\.
- \[14\]Japanese Ministry of Foreign Affairs \(2026\)\. Participation of Senior Deputy Minister AKAHORI in the second Pax Silica Summit\. Press release, 29 June 2026\.
- \[15\]Greenblatt, R\., Shlegeris, B\., Sachan, K\., and Roger, F\. \(2023\)\. AI control: Improving safety despite intentional subversion\.*arXiv preprint arXiv:2312\.06942*\.
- \[16\]Griffin, C\., Thomson, L\., Shlegeris, B\., and Abate, A\. \(2024\)\. Games for AI control: Models of safety evaluations of AI deployment protocols\.*arXiv preprint arXiv:2409\.07985*\.
- \[17\]Irving, G\., Christiano, P\., and Amodei, D\. \(2018\)\. AI safety via debate\.*arXiv preprint arXiv:1805\.00899*\.
- \[18\]Kenton, Z\. et al\. \(2024\)\. On scalable oversight with weak LLMs judging strong LLMs\.*Advances in Neural Information Processing Systems*\.
- \[19\]Korbak, T\., Clymer, J\., Hilton, B\., Shlegeris, B\., and Irving, G\. \(2025\)\. A sketch of an AI control safety case\.*arXiv preprint arXiv:2501\.17315*\.
- \[20\]Mohamed, S\., Png, M\.\-T\., and Isaac, W\. \(2020\)\. Decolonial AI: Decolonial theory as sociotechnical foresight in artificial intelligence\.*Philosophy & Technology*, 33\(4\):659–684\.
- \[21\]Reuel, A\. et al\. \(2024\)\. Open problems in technical AI governance\.*arXiv preprint arXiv:2407\.14981*\.
- \[22\]Schaeffer, J\. et al\. \(2026\)\. Attack selection reduces safety in concentrated AI control settings against trusted monitoring\.*arXiv preprint arXiv:2602\.04930*\.
- \[23\]Sreevatsa, A\., Prasanna, S\., and Rushing, C\. \(2026\)\. Basic legibility protocols improve trusted monitoring\.*arXiv preprint arXiv:2602\.10153*\.
- \[24\]Stanford HAI \(2026\)\. AI sovereignty’s definitional dilemma\. Stanford Institute for Human\-Centered Artificial Intelligence\.
- \[25\]Terekhov, M\., Liu, Z\. N\. D\., Gulcehre, C\., and Albanie, S\. \(2025\)\. Control tax: The price of keeping AI in check\.*arXiv preprint arXiv:2506\.05296*\.
- \[26\]Terekhov, M\., Panfilov, A\., Dzenhaliou, D\., Gulcehre, C\., Andriushchenko, M\., Prabhu, A\., and Geiping, J\. \(2026\)\. Adaptive attacks on trusted monitors subvert AI control protocols\. In*International Conference on Learning Representations \(ICLR 2026\)*\. arXiv:2510\.09462\.
- \[27\]Tony Blair Institute for Global Change \(2026\)\. Sovereignty in the age of AI: Strategic choices, structural dependencies and the long game ahead\. Tony Blair Institute for Global Change\.
- \[28\]U\.S\. Department of State \(2025\)\. Pax Silica Summit\. U\.S\. Department of State\.Similar Articles
Minimal Oversight: Uncertainty-Aware Governance for Delegated AI Systems
The paper proposes the Minimum Sufficient Oversight Principle (MSO) for governing delegated AI systems, deriving mathematical solutions for autonomy allocation and trust calibration, and introduces concepts like water-filling allocation and masking pathology.
Final Authority in AI Governance: Frontier-Provider Sovereignty and Action-Centered Deployer Governance
This paper compares two AI governance models—frontier-provider sovereignty and action-centered deployer sovereignty—arguing that for concrete enterprise actions, final authority should sit with the deployer rather than the provider, and that proof-carrying agent action frameworks better align with enterprise needs.
From Local LLMs to Sovereign AI: Where Is the Industry Drawing the Line?
The article discusses the shift from local LLMs to sovereign AI, referencing a paper that breaks AI sovereignty into layers of compute, operation, and hardware control, and explores industry approaches to defining and governing sovereign AI.
Quantized AI News 26/05: The Price of Control in Frontier AI
This news roundup examines the trade-offs in frontier AI: Anthropic's re-released Fable 5 illustrates the tension between safety and quality, OpenAI's token efficiency push lowers compute costs, and potential US government involvement in OpenAI highlights the price of state control over AI infrastructure.
Are we moving from chip export controls to model access controls?
Discusses the potential shift from hardware-based export controls to restrictions on access to pre-trained AI models, changing the question from who can develop frontier AI to who is allowed to use it.