MERSO IT

AI · Data sovereignty

Local LLMs and data sovereignty: AI that never leaves your building

MERSO IT Insights · Updated July 2026 · 9 min read

A neural network core protected inside a glass fortress, data streams contained within its walls

The situation: your legal team, your regulator, or your own risk assessment has concluded that customer records, case files, patient notes or contract text cannot be sent to a third-party AI API — full stop. That does not mean you forgo AI. It means the model comes to the data instead of the data going to the model. This article covers the three sovereignty tiers we design for, the hardware and model choices that actually work in 2026, and the trade-offs nobody puts in the sales deck.

Why "just use the cloud API" stops being an answer

For most businesses, a well-configured cloud AI service with a data processing agreement is fine — we build on Azure daily and say so openly. But three groups regularly cannot accept it:

The three sovereignty tiers

TierWhere inference runsWho it fits
1. Region-pinned cloudPublic cloud, locked to an EU (or national) region, customer-managed keys, no abuse-monitoring retentionMost GDPR-conscious businesses; fastest and cheapest sovereignty step
2. Private-cloud enclaveDedicated GPU capacity in a sovereign cloud or local datacenter, models you chose, network-isolatedBanks, insurers, healthcare groups; data stays in-country and in-tenant
3. Fully on-premiseYour own servers, your own rack, air-gappableGovernment, defense-adjacent, legal privilege, anyone whose answer to "can it leave the building?" is no

The engineering effort rises steeply from tier 1 to tier 3 — and so does the degree of control. The right question is never "which is most secure?" but "which is the least heavy tier that satisfies our actual obligation?"

What local models can genuinely do in 2026

The gap between open-weight and frontier models has narrowed to the point where, for scoped enterprise tasks, a well-served local model is not a compromise:

What they still do worse: open-ended frontier reasoning, very long multi-step agentic work, and staying current on world knowledge. Honest architecture puts those tasks — if they exist and the data allows — on a cloud tier, and keeps the sensitive work local. That split-brain design is the pattern we deploy most.

The hardware math

The sticker shock is smaller than most CTOs expect. A single server with two 48 GB GPUs runs a quantized 70B model with solid throughput for a few hundred employees' document workloads. A 8–14B model — enough for retrieval-grounded Q&A and extraction — runs on one workstation-class GPU. Concretely:

The governance point people miss: a local model does not just protect data in — it protects the audit trail. Every prompt, every retrieved document, every answer can be logged into your own SIEM, retained under your own schedule, and produced for a regulator without asking a vendor for logs they may not keep. For EU AI Act documentation duties, owning the full inference log is a quiet superpower.

What you give up — said plainly

A deployment pattern that works

  1. Classify data first. Most organizations discover only 10–30% of their AI use cases actually touch data that requires tier 2 or 3. Route the rest to region-pinned cloud and spend the sovereignty budget where it counts.
  2. Start with retrieval, not fine-tuning. A local model with good retrieval over your documents beats a fine-tuned model with no retrieval, and it is auditable — you can show exactly which sources produced an answer.
  3. Build the evaluation set before choosing a model. Fifty real tasks from your own workload, scored blind. The "best" model on public leaderboards is frequently not the best on your case files.
  4. Design the update path on day one. A sovereign AI system that still runs its launch-day model two years later is a slowly failing system. Weights, prompts and retrieval indexes all need a tested promotion procedure.

Where MERSO IT fits

We build on both sides of this line: Azure-based AI where cloud is acceptable, and local open-weight deployments — vLLM serving, retrieval pipelines, evaluation harnesses, SIEM-integrated logging — where it is not. Because we work in both worlds, we will tell you honestly which tier your workload actually needs, rather than selling you the heaviest one.

Weighing cloud vs local AI for regulated data? Describe your constraint — we'll sketch the lightest architecture that satisfies it.

Talk to MERSO IT