Authority Can Stay European Even if Computation Crosses Borders : A Split-Execution Architecture for Lawful, Cross-Border AI

Abstract

This paper proposes a split-execution architecture for lawful AI in which the authority plane and the computation plane are separated. The authority plane remains responsible for validating whether a computation may lawfully proceed under privacy, jurisdictional, and AI-governance conditions, while the computation plane performs the technical work. In this way, the paper addresses a practical question now facing Europe: how can the GDPR and the AI Act continue to operate effectively as businesses move into cross-border, AI-enabled, machine-scale environments?

The practical challenge is not a lack of European rules. Europe already has strong legal foundations through the GDPR and the AI Act. The challenge is implementation at scale. As millions of businesses shift workflows, analytics, customer interfaces, and decision-support functions into AI systems, compliance can require substantial human effort, repeated governance work, and high operational cost. Existing solutions such as documentation, contractual safeguards, internal review, logging, access control, and post hoc audit remain essential, but they do not always provide a unified machine-level gate at the point of execution.

The paper therefore proposes a complementary technical layer based on Virtual Identity (VI), Compliance Jurisdiction Tokens (CJT), Algorithmic Logic Fingerprints (ALF), and dual Ledger-Anchored Validation Receipts (dual-LAVR). In this model, the authority plane can remain inside Europe while computation may occur across borders under bounded, cryptographically validated conditions. Dual-LAVR supports both accountability and privacy by allowing one richer receipt to remain with the SME or controller, while a second, minimised receipt supports auditability without enabling unnecessary identity exposure. The core claim of the paper is that when compute crosses borders, authority can remain European.

 

Practical Problems in the AI World Today

1. AI at machine scale
AI is now used in continuous, high-volume business operations where decisions and processing events occur repeatedly and at machine speed. Human review remains important, but it cannot realistically serve as the primary control point for every event.

2. Distributed technical stacks
Many AI workflows now run across multiple jurisdictions, cloud layers, APIs, and service providers before final output is released. This makes it harder to preserve lawful purpose, jurisdictional control, approved logic, and accountability across the full chain.

3. Fragmented governance structures
Privacy, legal, AI governance, security, and engineering teams often manage different parts of the same workflow. The result can be fragmented compliance effort rather than one unified and enforceable operational control point.

4. Gap between capability and authority
A system may be technically able to process data, generate outputs, or trigger downstream actions even when lawful authority is unclear or weakly linked to the actual event. This creates a growing gap between what systems can do and what they should be permitted to do.

5. Model and logic integrity
Organisations may approve one model, one version, or one workflow, but over time systems are updated, substituted, fine-tuned, or connected to new tools. Without runtime verification, governance may remain attached to documentation while execution changes elsewhere.

6. Cross-border scaling without loss of control
Businesses increasingly want global compute, faster deployment, and access to specialised infrastructure across borders. At the same time, they must preserve privacy, accountability, and legal certainty, creating tension between scale and control.

7. Misuse, repurposing, and overreach
Data made available for one authorised task may later be attractive for another, and models approved for one function may drift into others. In automated environments, such repurposing or overreach can scale quickly unless authority remains tightly bounded.

8. Human-scale compliance burden
Present solutions are still largely policy-, document-, and review-based, and these remain necessary. But when millions of businesses begin using AI simultaneously, repeated human review can draw substantial staff hours, repeated compliance effort, and high operational cost into machine-scale workflows.

 

 

Present solutions :

Present solutions remain largely paper-, policy-, and process-based. These are necessary and should remain central, because legal governance, documentation, human accountability, and supervisory review cannot be replaced. However, as millions of businesses begin operating simultaneously in AI-enabled environments, it becomes increasingly difficult to rely on repeated human review as the primary control mechanism for every processing event, model use, output path, or cross-border digital action. In principle, human review remains important; in practice, applying it to every relevant machine event at scale can become operationally unrealistic. It can also draw significant human hours, repeated compliance effort, and high employment cost into tasks that are often repetitive, technical, and continuous. The challenge, therefore, is not whether paper governance is needed — it is — but how to complement it with machine-level enforcement that can carry lawful conditions into high-volume digital operations without weakening Europe’s rights-based approach.

 

 

A New Approach: Split Execution for Lawful AI

A new approach is therefore needed: split execution. In this model, the authority layer is deliberately separated from the computation layer. The computation layer performs the technical work — such as data processing, inference, translation, routing, or output generation — but it does not decide for itself whether that work may lawfully proceed. That decision belongs to the authority layer, which evaluates the required privacy, jurisdictional, and AI-governance conditions before computation begins and again before output is released. In this way, the system does not merely compute; it computes under validated authority.

A key feature of this architecture is that output cannot be released unless two conditions are satisfied: the required ALF verification confirms that the approved logic or model path was used, and a LAVR is generated as the validation receipt at the authority boundary. This creates a stronger execution chain in which lawful authority, approved logic, and accountable release are linked together rather than treated as separate after-the-fact tasks.

Importantly, this is not a moon-shot technology claim. The model is theoretically and architecturally possible using known technical building blocks: cryptographic binding, secure identity abstraction, token-based authority control, logic fingerprinting, tamper-evident receipts, and separated service layers. The novelty lies not in requiring speculative science fiction infrastructure, but in combining these elements into a unified machine-level compliance architecture for privacy and AI governance.

 

It is not asking for science-fiction infrastructure. It is applying already accepted architectural patterns — control-plane separation, secure handshake logic, token-based authorization, and tamper-evident logging — to the problem of lawful AI execution.

 

The Authority Plane Stays in Europe, Even When Compute Moves Abroad

An important feature of this SME architecture is that the computation plane can be placed on foreign servers outside Europe, while the authority plane remains on European soil. In practical terms, this allows the SME to benefit from global compute, cloud efficiency, or specialised infrastructure without moving the decisive compliance gate outside the European legal and supervisory sphere. The foreign computation server may perform the technical work, but it does not control identity linkage, lawful purpose validation, approved logic verification, or final output release. Those functions remain anchored in the European authority plane. This creates a powerful operational model for SMEs: compute may scale across borders, but authority remains European.

 

 

Analogy to Today’s Architecture 

The proposed split-execution model is best understood as applying a familiar engineering principle to lawful AI: the system that performs the work should not be the same system that gives final permission for the work.

That is already how many important digital systems operate today.

A first analogy is the separation between the control plane and the data plane in modern networking and cloud systems. Routers, switches, SDN controllers, and cloud orchestration systems often separate the layer that decides policy from the layer that forwards packets or executes traffic. The forwarding layer does the heavy operational work, but the control layer determines what paths, permissions, or policies apply. The proposed architecture uses the same logic: the computation plane performs AI work, while the authority plane decides whether that work may lawfully proceed.

A second analogy is TLS / HTTPS session establishment. In secure web communication, data is not simply exchanged because two machines can technically connect. First, a handshake occurs. Identity is validated, keys are negotiated, trust conditions are checked, and only then does the session proceed. In the same way, this architecture introduces a lawful-execution handshake before sensitive computation begins or before output is released. The idea is not futuristic; it is a governance extension of a principle already familiar in secure communications.

A third analogy is payment systems. In modern digital payments, the merchant system may initiate a transaction, but it does not unilaterally decide final settlement authority. Banks, payment gateways, token services, fraud engines, and network authorization systems validate whether the transaction may proceed. The operational layer and the authority layer are distinct. Likewise here, the computation plane may prepare or perform a task, but the authority plane determines whether execution or output release is permitted.

A fourth analogy is cloud identity and access management. In many enterprise systems today, workloads do not gain access to sensitive resources simply because they are running. They must present tokens, satisfy policy checks, and operate within scoped permissions. Your architecture follows the same principle, but applies it to privacy, jurisdiction, approved AI logic, and output release rather than only to ordinary access control.

SME Example _0.pdf
Mapping with EU Laws
Oznake
AI infrastructure AI development ai regulation