EssayAI & Automation

Your data left Switzerland. Now what?

AI workloads have quietly relocated significant portions of Swiss enterprise data outside the country, almost always without a board-level decision. The companies that recover sovereignty now will be the ones who treated it as an architectural choice rather than a political slogan.

Sometime over the past twenty-four months, a meaningful share of Swiss enterprise sensitive data quietly relocated to US-hyperscaler infrastructure to power AI features. Not because any board reviewed and approved the move. Because a product team plugged in the OpenAI API. Because a marketing team enabled Microsoft 365 Copilot. Because an HR coordinator started using a summarisation tool that routes through Azure's US-East region. Because someone in legal began drafting through ChatGPT.

That is how sovereignty erodes. Not with a board decision. With a curl request.

This is not a moral story. It is an architectural one. The Swiss regulatory environment, the structure of frontier AI provision, and the operational realities of running a modern software product all collide in 2026 in ways the regulatory and procurement frameworks built in 2018 do not fully cover. The CTOs reading their security posture honestly already know this. The article that follows is for the ones who need a framework to act on it.

What "Swiss data sovereignty" actually means

Fig. 1 The three layers of data sovereignty. Storing data in a Swiss data centre operated by a non-Swiss company solves the latency problem and the jurisdictional one partially; the operational and portability layers remain exposed.

Swiss data sovereignty is not principally a question of where bytes are stored. It has three layers, and most strategy decks address only the first.

Jurisdictional controlwhich country's laws can compel access to your data. The US CLOUD Act, enacted in 2018, permits US authorities to compel US-headquartered companies to hand over data regardless of where it is physically stored.1 A server in Zürich operated by a US-incorporated subsidiary does not give a Swiss firm jurisdictional separation. It solves the latency problem. The Swiss revised Federal Act on Data Protection (revFADP), in force since 1 September 2023, tightened consent, transparency, and breach-notification obligations, but the jurisdictional reach of foreign law is not something Swiss data-protection law can override.2

Operational controlwho can actually touch the infrastructure and the encryption keys. The hyperscaler regional-residency offerings (Azure Switzerland North, AWS Zürich Local Zones, Google Cloud Zürich region) provide Swiss data location. They do not, by default, provide Swiss-side control of encryption keys or operational access. Customer-managed key services, hold-your-own-key (HYOK) configurations, and confidential computing offerings narrow the gap but rarely close it. Operational control is achievable; it is also rarely the default.

Portabilitywhether the customer can leave without rebuilding everything. AI workloads are particularly susceptible here. Fine-tuned models, embeddings indices, custom RAG pipelines, agent state, and the institutional knowledge encoded in prompt-engineering libraries all create lock-in that is invisible at procurement and binding at exit. The EU Data Act, in application from September 2025, partially addresses cloud-portability obligations but is not yet meaningfully tested in AI-specific contexts.3

Storing data in a Swiss data centre operated by a non-Swiss company is not a sovereignty strategy. It is a latency strategy with sovereignty-flavoured marketing.

The AI-specific wrinkle

Classic cloud workloads — compute, storage, databases — have mature Swiss and European alternatives. Exoscale, Infomaniak, Swisscom Cloud, OVHcloud, Hetzner, and a handful of regional players cover the standard footprint with serious credibility. AI is different in three structural ways.

Model access is centralised. The frontier models that meaningfully matter — Claude Opus 4.x, GPT-5.x, Gemini 3, the most capable Anthropic, OpenAI, and Google offerings — are controlled by US-headquartered companies and accessed predominantly via their endpoints. Running inference means either sending data to those endpoints or negotiating complex on-premises deployments that are slower, more limited in feature scope, and frequently five to ten times more expensive on a per-token basis. The frontier-vs-sovereign trade-off is real and it is not free.

Fine-tuning leaks more than inference. When a firm fine-tunes a model on proprietary data, it embeds that data into weights that live, by default, on infrastructure outside the firm's control. The risk profile is different from an inference call that returns a one-shot response; the data persists in the model. Open-weight self-hosted alternatives are available and increasingly capable, but the operational responsibility shifts entirely to the customer.

The supply chain is deep. Even self-hosting an open-weight model — Apertus 70B4, Llama 3 or 4, Mistral, DeepSeek where licensing permits — typically depends on US-controlled hardware (Nvidia GPUs, AMD accelerators), US-controlled orchestration (Kubernetes distributions, container runtimes), and US-controlled observability and monitoring tooling. Sovereignty has layers, and most organisations stop thinking at the first one.

What is actually working

Three architectural patterns recur across the Swiss firms that have made meaningful progress on data sovereignty in regulated AI contexts.

Tiered classification, enforced at the gateway. A practical pattern: a proxy layer between application code and any LLM endpoint that classifies the outbound payload by data sensitivity. Public data and synthetic queries route to frontier APIs. Anything containing client PII routes to a self-hosted open-weight model running on Swiss infrastructure. The classification can begin simple (regex plus PII-detection libraries) and grow into the more sophisticated boundary defences offered by AI security vendors such as Zürich-based Lakera. The architecture is not elegant; it works, and a small team can ship the first version in weeks rather than quarters.

Swiss-hosted inference for regulated workloads. Infomaniak now offers GPU infrastructure in Swiss data centres with no US parent in the supply chain.5 Exoscale and Swisscom provide adjacent options. Model selection is more limited than on the major hyperscalers, and the cost per token is higher. For healthcare, legal, financial-services, and certain pharma workloads, the cost differential is a rounding error compared to the regulatory exposure of the alternative. Apertus 70B, fully open and Swiss-trained, is the most strategically interesting recent option in this category — not because it is the most capable model on the market, but because it is the only frontier-scale Western model whose full architecture, weights, training data, and recipes are openly published.46

Contractual hygiene over architectural purity. The most honest pattern observed at scale in Swiss firms is the explicit acknowledgement that complete US-cloud avoidance is not currently realistic at frontier-AI throughput, and the construction of contractual and architectural mitigations around the residual risk. This typically means Data Processing Addenda (DPAs) with explicit CLOUD Act carve-outs where the counterparty will agree to them, encryption key management on Swiss HSMs, customer-managed keys for hosted AI services where available, and a documented and reviewed residual-risk register. This is a strategy, not a compromise. It acknowledges trade-offs instead of asserting their absence.

What does not work

A short and necessary list. "We are GDPR compliant" — GDPR is not Swiss law, and compliance with either does not equal sovereignty. "Our provider has a Swiss region" — jurisdictional reach follows the parent-company nationality, not the data-centre coordinates. "We will build everything in-house" — most organisations do not have the GPU budget, the ML team, or the operational depth to run frontier-scale self-hosted inference end-to-end, and being honest about that in advance is faster than discovering it during a Q3 budget review.

The uncomfortable truth about open-source models

Open-weight models — Llama 3 and 4, Mistral, Apertus, Command R+, Qwen — are the strongest sovereignty option available today, and that statement should be qualified.

"Open" does not mean "independent." Meta can change the Llama community license, as the field has watched commercial open-source licenses change repeatedly in recent years (HashiCorp Terraform to BSL, Redis to SSPL then back to AGPLv3, Elastic in multiple phases). Training-data provenance for several leading open-weight models is incomplete or contested. Running these models well requires ML-operations expertise that remains scarce and expensive in the Swiss market. Operational maintenance — model updates, evaluation harnesses, safety-fine-tuning, supply-chain hygiene — is a meaningful ongoing cost.

Open weights buy optionality, not immunity. The portfolio of options they buy is, however, substantially wider than the one available to firms relying exclusively on closed frontier APIs.

What this means operationally

Data sovereignty in an AI-first world is not a binary outcome. It is a continuous negotiation between capability, cost, and jurisdictional risk. The CTOs getting it right share four practices: a documented data-classification scheme that drives routing decisions automatically rather than relying on human discipline; a tiered architecture that sends frontier-API calls only where the classification permits; explicit residual-risk acknowledgement, with contractual and key-management mitigations rather than assertion; and at least one fully Swiss-sovereign inference path operational for the workloads where the classification demands it.

Start with the classification. Everything else flows from it. The firms that begin with the classification work — usually a one-to-two-month exercise to map data types, regulatory sensitivities, and current flows — produce architectures that survive audit. The firms that begin with the inference platform produce sophisticated infrastructure that frequently does not solve the underlying classification problem they bypassed.

The boring step done first is the differentiator. The exciting step done first is the procurement decision that becomes a regulatory finding eighteen months later.


Article utile ?

Soyez le premier

References & sources

Show all 6 sources
  1. US CLOUD Act (Clarifying Lawful Overseas Use of Data Act), signed into law March 2018. Permits US authorities to compel US-headquartered companies to disclose stored data regardless of where it is physically held.
  2. Swiss revised Federal Act on Data Protection (revFADP), in force 1 September 2023. The replacement for the original 1992 FADP; introduces consent, transparency, breach-notification, and automated-decision-making obligations broadly aligned with GDPR.
  3. EU Data Act (Regulation 2023/2854). In application from September 2025. Includes cloud-portability and data-access obligations relevant to cloud services and AI.
  4. Apertus. Released 2 September 2025 by EPFL, ETH Zürich, and the Swiss National Supercomputing Centre (CSCS). 8B and 70B parameters, fully open under Apache 2.0. Trained on 15 trillion tokens across 1,000+ languages on the Alps supercomputer.
  5. Infomaniak. Swiss cloud and hosting provider, headquartered in Geneva, fully Swiss-owned, with explicit jurisdictional separation from US parent companies.
  6. Swisscom Sovereign Cloud / Swiss AI Platform, deploying Apertus and other open-weight models on Swiss-hosted infrastructure. ---

Romandy CTO

Rejoignez la conversation.

Événements mensuels pour CTOs et leaders tech à Genève.