Home/Blog/Data sovereignty: the question that decides your AI architecture

Data sovereignty: the question that decides your AI architecture

Before the question of whether a model is good enough comes the question of whether you are allowed to send it your data. Four things get called sovereignty, they have different answers, and inference changed all of them.

Most conversations about deploying AI in a regulated setting start in the wrong place. They start with which model is best, then discover months later that the good one was never available, because the data was never allowed to reach it. Data sovereignty is the constraint that decides your architecture before capability gets a vote, and the reason it surprises people is that four different things travel under the same name, each with a different answer and a different failure mode.

This is a working explanation of what those four things are, why the arrival of inference changed a settled area of data governance, and where sovereignty tends to leak in practice even when the paperwork says it should not. It is not legal advice, the law differs by jurisdiction and is moving quickly, and anyone with real exposure should be talking to a qualified lawyer rather than reading a blog post.

Sovereignty is not privacy

Start with the distinction that causes the most wasted effort, because teams routinely solve one and believe they have solved the other.

Privacy is about what data reveals about people. It asks whether you have a lawful basis to process this information, whether the subject consented, whether you are minimising what you collect, whether individuals can see and correct and delete what you hold.

Sovereignty is about where data physically sits and which state's law therefore applies to it. It asks nothing about the content. A hospital record on a server in Frankfurt is governed by German and EU law. Copy that same record to a server in Virginia and a different body of law applies, along with a different government's ability to compel its disclosure.

These come apart in both directions, which is what makes conflating them expensive. A system can have exemplary privacy practice, minimal collection, strong consent, full subject rights, and still be unlawful because it processes in the wrong country. A system can be perfectly sovereign, everything on domestic infrastructure, and still be a privacy disaster because it collects far more than it needs and shares it internally without control.

The practical version: privacy questions are answered by your data protection officer, sovereignty questions are answered by your architecture diagram. If the answer to "where does this run" is "wherever the provider decides", you do not have a sovereignty position, you have a hope.

A worked example of the distinction

Consider a hospital using a language model to summarise clinical notes.

The privacy analysis asks whether there is a lawful basis for processing patient data this way, whether the summaries are minimised to what the clinician needs, whether patients were informed, and whether a summary containing an inference about a patient creates new personal data requiring its own basis. Those are real questions with real answers, and a competent data protection officer can work through them.

None of that analysis tells you whether the model may be called at all. That depends on where the inference runs, which regime governs that location, whether patient data may lawfully leave the country, and whether the provider is subject to disclosure powers elsewhere. The regulatory picture around what may lawfully be done with data is moving in several directions at once. A hospital can complete the entire privacy assessment, satisfy every requirement in it, and still be prohibited from making the call.

The reverse also holds. Run the same model on hardware in the hospital basement and every sovereignty question resolves immediately, while the privacy questions remain exactly as difficult as they were. Location and content are orthogonal, and treating one as evidence about the other is how projects end up cancelled late.

The four things people call sovereignty

When someone says a system is sovereign, they usually mean one of four things. They are not the same claim and they do not offer the same protection.

Data localisation is a statutory requirement that certain data be stored within a territory. It is the strongest and the least ambiguous: the law names the category and the boundary. Several countries apply it to health records, financial data, government data, or telecommunications metadata.

Data residency is a weaker, usually contractual commitment about where data is kept. A provider offers a region and undertakes to keep your data there. Residency is what most cloud "sovereignty" features actually deliver, and the gap between residency and localisation is the gap between a promise and a statute.

Transfer mechanisms govern lawful movement between jurisdictions. In the European framework these are adequacy decisions, standard contractual clauses and binding corporate rules, each with its own conditions and its own history of being challenged. Transfer rules assume data will move and set terms; localisation assumes it will not.

Extraterritorial reach cuts across all three and is the one most often missed. A provider subject to another state's disclosure laws can be compelled to produce data it controls, regardless of the region that data sits in. This is why "hosted in the EU" and "outside United States jurisdiction" are two different claims, and why a European region operated by an American company satisfies the first without satisfying the second.

That fourth point is the one that catches people, so it is worth stating flatly. Choosing a regional endpoint changes where your data rests. It does not change who can be ordered to hand it over. Providers have built fully sovereign offerings in response, operated by locally incorporated entities under local law, but the default regional option is a residency control, not a jurisdiction control, and the two are marketed with similar language.

Why AI changed a settled question

Data governance handled storage well for two decades. The rules assumed data mostly sat still, moved occasionally in bulk, and that a transfer was a discrete event you could review, document and approve.

Inference broke all three assumptions.

Every request is a transfer. When your application calls a hosted model, the prompt leaves your infrastructure. If the prompt contains a customer record, a medical note or a legal document, then that record has crossed whatever boundary sits between you and the model. This happens thousands of times a day, initiated by application code rather than by a data engineer, and it is rarely covered by a transfer assessment written when the underlying database was provisioned.

Prompts are often more sensitive than the source. A database row is structured and minimal. The prompt built from it tends to include surrounding context, the user's question, prior conversation, retrieved documents and instructions. A retrieval system that grounds answers in your internal corpus is, by design, sending selected passages of that corpus to a third party. The sensitivity of what moves is frequently higher than the sensitivity of what is stored.

Retention is opaque and varies by contract. Providers differ on whether prompts are logged, for how long, whether they are used for abuse monitoring, whether humans can review flagged content and where those reviewers sit. Each of those is a separate data flow with its own jurisdictional footprint, and several of them exist for entirely legitimate safety reasons, which is precisely why they are not optional.

The result is that a governance regime built for storage now has to reason about a workload that is continuous, high-volume, initiated by software, and richer in content than the records it draws from. Most organisations discovered this after deploying, not before.

The tiers, and what each one costs

There are essentially four positions, and moving down the list buys sovereignty and spends capability. Being clear about which one you actually need saves a great deal of money and argument.

Public API, no regional guarantee. The default. Best available models, lowest operational burden, and no meaningful sovereignty position. Entirely appropriate for non-personal and non-regulated work, which in most organisations is a larger share of AI use than people assume.

Regional endpoint. The provider processes in a nominated region. This satisfies residency requirements and many internal policies, and it is the tier most enterprises land on. It does not address extraterritorial reach, and the surrounding pipeline needs checking rather than assuming, for reasons covered in the next section.

Sovereign cloud or locally operated provider. Infrastructure operated by an entity incorporated under local law, or a provider headquartered in the relevant jurisdiction. This addresses the jurisdiction question that a regional endpoint leaves open. The cost is a narrower model selection and, usually, a capability gap relative to the frontier.

Self-hosted or air-gapped. The model runs inside your perimeter. Nothing leaves. This is the only tier that makes the transfer question disappear rather than manage it, and it is what defence, intelligence-adjacent and some public sector work requires. The cost is running inference infrastructure yourself and being limited to open-weight models, which is why the open-weight ecosystem matters commercially and not only philosophically.

Two observations about this ladder. First, the capability gap between the top and bottom has narrowed considerably. Self-hosting in 2024 meant accepting a large quality deficit; that deficit is now much smaller for many tasks, which has made the lower tiers viable where they previously were not.

Second, and more useful: you do not need one answer for the whole organisation. The discipline that works is classifying workloads by sensitivity first, then routing each to the lowest tier that satisfies it. Sending everything to the strictest tier because some of it is regulated is a common and expensive mistake, and it produces internal pressure to bypass the policy entirely.

Why the ladder is not a straight line

There is a tempting assumption that these tiers form a simple quality gradient, with the best models at the top and progressively worse ones as you descend. That was accurate two years ago and is less so now, for two reasons worth separating.

The first is that open-weight quality improved faster than most procurement assumptions did. A policy written when self-hosting meant a severe capability deficit will be badly calibrated against what self-hosting means now, and many organisations are enforcing constraints derived from a comparison that no longer holds.

The second is that model quality is not the only variable that matters for a given task. A great deal of production AI work is classification, extraction, summarisation and routing, where a smaller model running locally is not merely acceptable but often preferable, because latency is lower, cost is predictable and behaviour does not change underneath you when a provider updates. The frontier matters enormously for open-ended reasoning and much less for structured tasks, and a lot of enterprise workload is structured.

The practical implication is that the sovereignty ladder and the capability ladder are not the same ladder, and assuming they are leads to paying for frontier access on workloads that never needed it.

Where sovereignty leaks

This is the section worth reading twice, because these are the failures that occur after someone has done the work and believes the question is closed.

The inference endpoint is regional but the pipeline is not. Logs, telemetry, metrics, error reporting and abuse monitoring often run on separate infrastructure with separate geography. A provider can honestly say inference happens in your region while several adjacent flows do not. This needs to be asked about specifically, because it is rarely volunteered and rarely documented in the same place as the region setting.

Overflow routing. Some services will route requests outside the nominated region when regional capacity is constrained. Where this exists it is sometimes enabled by default, which means data leaves the boundary without anyone taking a decision to let it. If you have set a region, check whether that setting is a guarantee or a preference.

Subprocessors. The provider you contracted with may not be the only party processing your data. Model providers, infrastructure providers and safety vendors can all appear in the chain, each with their own jurisdictional position, and the subprocessor list is a document that changes. A sovereignty assessment done once at procurement goes stale.

Contractual rather than technical enforcement. If your protection lives in a master services agreement rather than in the architecture, then it changes when the agreement changes and it cannot be verified from your side. The test worth applying: can you demonstrate where inference happened, from your own evidence, without asking the vendor? If not, you have a commitment rather than a control.

Fine-tuning and retrieval indexes. Attention usually falls on the inference call, but fine-tuning uploads a dataset and retrieval systems build an index. Both are substantial data movements and both are easy to authorise as a technical step rather than a transfer.

None of these is exotic. They are the normal shape of production systems, and they are why sovereignty is an architecture property rather than a checkbox.

What is still unresolved

Three questions do not have settled answers, and anyone who tells you otherwise is selling something.

Do model weights carry obligations from their training data? If a model is trained on data that never left a jurisdiction, and the weights are then exported, has anything protected moved? The intuitive answer is no, since weights are parameters rather than records. But extraction research has shown that models can memorise and reproduce training examples, particularly examples that appeared repeatedly, which means the weights are not information-free with respect to their training set. No regulator has drawn a clean line, and the answer matters enormously for whether a sovereign-trained model can be deployed anywhere.

Is a prompt containing personal data a transfer of that data? Almost certainly yes in substance, but the mechanics are unclear. If a prompt quotes two sentences of a record for context, what exactly has been transferred, how is it documented, and does a transfer assessment written for a database migration cover an event that happens ten thousand times a day?

Does synthetic data escape the constraint? Generating a statistically similar dataset and training on that rather than the original is an appealing route around transfer restrictions. Whether it works depends on whether the synthetic data can be shown not to encode individual records, and that is a hard property to demonstrate rather than assert. It also introduces its own failure mode, since a model trained on generated data inherits the generator's blind spots.

There is a fourth question that is political rather than legal, and it is arguably the more consequential one: whether the current direction of travel, toward per-jurisdiction deployment, produces a fragmented AI landscape. Every additional localisation requirement pushes toward regional models and regional infrastructure, and away from a single global system. Whether that is a healthy diversification or an expensive duplication is a real disagreement, and both positions are held by serious people.

The honest counter-argument

It is worth stating the case against treating sovereignty as an overriding constraint, because it is not a weak case.

Localisation requirements impose real costs and their security benefits are contested. Keeping data domestically does not make it safer if the domestic operator has weaker practice than the international one, and there is a reasonable argument that some localisation is industrial policy wearing a privacy costume. Fragmenting infrastructure by jurisdiction also has a cost in resilience, since replication across borders is a standard availability mechanism.

There is a competition dimension too. Sovereignty requirements advantage large incumbents who can afford to run parallel regional stacks, and disadvantage smaller providers who cannot. A rule intended to constrain the largest companies can end up entrenching them.

None of this makes the constraint go away for anyone actually subject to it. But a piece that presented sovereignty as straightforwardly good would be misleading, and the debate over whether these rules achieve what they claim is live and unresolved.

What this means in practice

For someone deciding architecture, the sequence that works is narrower than it looks.

Classify before you choose. Sort workloads by what data they touch and what regime applies. Most organisations find a large share of their AI use involves no regulated data at all, and that share can use the best available model without ceremony.

Ask where, not whether. Rather than asking a provider whether they are compliant, ask where inference happens, where logs are written, where abuse monitoring runs, who the subprocessors are, and whether the region setting is a guarantee or a preference. Compliance is a claim; those five are facts.

Prefer technical controls to contractual ones. A commitment you can verify from your own telemetry survives a change of vendor terms. One you cannot verify does not.

Treat the assessment as living. Subprocessor lists change, routing behaviour changes, and your own usage changes as teams find new applications. An assessment done at procurement and never revisited describes a system that no longer exists.

Do not over-apply. Routing everything to the strictest tier is expensive and, more damagingly, it creates pressure to work around the policy. A tiered architecture that people can actually follow beats a strict one they quietly bypass.

For someone evaluating claims, the useful habit is asking which of the four things a "sovereign" label refers to. Localisation, residency, transfer mechanism and jurisdictional reach are different guarantees, and marketing language rarely distinguishes them.

The short version

Data sovereignty is the principle that data is governed by the law of the place it physically sits, and it is distinct from privacy, which concerns what data reveals about people rather than where it is. Four separate things travel under the name: localisation, a statutory requirement to store within a territory; residency, a usually contractual commitment about location; transfer mechanisms, which govern lawful movement between jurisdictions; and extraterritorial reach, which means a provider subject to another state's disclosure laws can be compelled regardless of where the data sits. That last one is why a regional endpoint operated by a foreign company changes where data rests without changing who can be ordered to produce it.

AI changed a settled question because inference makes every request a potential transfer, initiated by application code rather than by a data engineer, at a volume and content richness that storage-era governance never anticipated. Prompts are frequently more sensitive than the records they draw from. Four deployment tiers exist, from public API through regional endpoint and sovereign cloud to self-hosted, and each step down buys sovereignty at the cost of model selection, though that capability gap has narrowed. Sovereignty leaks most often through adjacent pipelines rather than the inference call itself: logs, telemetry, abuse monitoring, overflow routing, subprocessors, fine-tuning uploads and retrieval indexes.

The idea worth keeping is that sovereignty is a property of your architecture rather than a clause in your contract, and the test is whether you can demonstrate where processing happened from your own evidence without asking the vendor. If the answer is no, what you have is a commitment rather than a control.

Common questions

What is data sovereignty in AI? It is the principle that data is subject to the laws of the country where it physically resides, applied to AI systems. In practice it determines whether you are permitted to send particular data to a particular model at all. It matters more for AI than for conventional software because inference sends data to whoever runs the model, so every API call is a potential cross-border transfer rather than an occasional bulk movement that can be individually reviewed and approved.

How is data sovereignty different from data privacy? Privacy concerns what data reveals about people: lawful basis, consent, minimisation, subject rights. Sovereignty concerns where data physically sits and which state's law therefore applies, and says nothing about content. The two come apart in both directions. A system can have excellent privacy practice and be unlawful because it processes in the wrong jurisdiction, or be perfectly located and still collect far more than it should. Privacy questions are answered by your data protection officer; sovereignty questions are answered by your architecture diagram.

Does using a regional cloud endpoint make my AI deployment sovereign? It satisfies data residency and many internal policies, but it does not address extraterritorial reach. A provider subject to another state's disclosure laws can be compelled to produce data it controls regardless of which region stores it, which is why "hosted in region" and "outside foreign jurisdiction" are different claims. Fully sovereign offerings operated by locally incorporated entities under local law do address this, and are a different product from the default regional option despite similar marketing language.

Why does AI inference create data sovereignty problems that storage did not? Because three assumptions broke at once. Transfers stopped being discrete reviewable events and became continuous, initiated by application code thousands of times a day. The content moving became richer than the stored records, since prompts carry surrounding context, user questions and retrieved passages. And retention became opaque and provider-specific, with logging, abuse monitoring and human review each forming separate data flows with their own jurisdictional footprint.

What are the deployment options for sovereign AI? Four tiers, each buying sovereignty at the cost of model selection. Public API with no regional guarantee, appropriate for non-regulated work. Regional endpoint, which satisfies residency but not jurisdiction. Sovereign cloud or a locally headquartered provider, which addresses jurisdiction at the cost of a narrower model range. Self-hosted or air-gapped, where nothing leaves your perimeter and the transfer question disappears entirely, limited to open-weight models. The capability gap between the top and bottom tiers has narrowed considerably, which has made the lower tiers viable where they previously were not.

Where do sovereignty controls usually fail? Rarely at the inference endpoint, which is the part everyone checks. Failures cluster in adjacent pipelines: logs, telemetry and abuse monitoring running on separate infrastructure with separate geography; overflow routing that sends requests outside the region when capacity is constrained, sometimes enabled by default; subprocessor chains that change after procurement; fine-tuning uploads and retrieval indexes treated as technical steps rather than transfers; and protection that lives in a contract rather than in the architecture, so it cannot be verified from your side.

Do model weights carry data protection obligations from their training data? This is unresolved. The intuitive answer is no, since weights are parameters rather than records, but extraction research has demonstrated that models can memorise and reproduce training examples, especially content that appeared many times, which means weights are not information-free with respect to their training set. No regulator has drawn a clear line. The answer matters considerably, because it determines whether a model trained inside a jurisdiction can be freely deployed outside it.

Is data localisation actually a good idea? Contested, and worth stating both sides. It gives states enforceable jurisdiction over data concerning their residents and reduces exposure to foreign disclosure powers. Against that, keeping data domestically does not make it safer if the domestic operator has weaker practice, fragmenting infrastructure costs resilience since cross-border replication is a standard availability mechanism, and the compliance burden advantages large incumbents who can afford parallel regional stacks over smaller providers who cannot. Whether particular rules achieve their stated aims is a live disagreement held by serious people on both sides.

Learn the concepts

← All posts