En este modulo
- What data sovereignty means for an executive
- The regulatory framework: GDPR, AI Act, NIS2
- Open-weight models explained without jargon
- Cloud vs self-hosted vs hybrid: decision framework
- Real cost comparison
- Vendor lock-in: the risk nobody calculates
- When sovereignty matters (and when it does not)
- How to implement sovereign AI without being Google
- Decision patterns by industry
- Practical exercise
- Puntos clave
What data sovereignty means for an executive
Data sovereignty is not a technical concept. It is a concept of control. It means your company decides where its data resides, who accesses it, under which laws it is processed and what happens if you switch providers.
When you use a cloud AI model (ChatGPT, Claude, Gemini), your data travels to servers outside your control. In most cases, they are in the United States. That implies:
- Jurisdiction: your data is subject to US laws (CLOUD Act, FISA 702). US authorities can access it without a European court order.
- Opaque processing: you do not know exactly what the provider does with your data. The privacy policies of major AI providers reserve the right to use data to improve their models (though many offer opt-out).
- Dependency: if the provider changes prices, terms or shuts down the service, you lose access to your own processes. On March 15, 2025, a major AI provider raised prices by 40% with 30 days' notice. Dependent companies had no alternative.
Sovereignty means having options. It does not necessarily mean self-hosting. It means you can choose, migrate and control.
For the executive
The question is not "should we have total sovereignty?". It is "what level of control do we need over our data and our AI processes?". The answer depends on your industry, your regulation and your risk tolerance.
The regulatory framework: GDPR, AI Act, NIS2
Three European regulations converge to make data sovereignty a strategic matter, not just operational:
GDPR and international transfers
The GDPR requires that personal data of European citizens be processed with adequate safeguards. Transfers to the US are covered by the EU-US Data Privacy Framework (DPF), but its legal stability is questionable. The Court of Justice of the EU already invalidated two prior frameworks (Safe Harbor and Privacy Shield). If the DPF falls, every company processing personal data via US APIs is in non-compliance overnight.
Implication for AI: if your AI system processes personal data (names, emails, client histories, employee data) and sends it to a US API, you are assuming a real regulatory risk.
AI Act and data requirements
The AI Act requires that high-risk systems document training data, demonstrate they have no significant bias and allow auditing. If you use a proprietary model (GPT-4, Claude), you have no access to the training data. You cannot document what you do not control. For high-risk systems, this is a compliance problem.
NIS2 and critical sectors
The NIS2 Directive (mandatory since October 2024) affects essential and important entities: energy, transport, banking, healthcare, water, digital infrastructure, public administration. These entities have reinforced cybersecurity obligations that include the supply chain. If your AI provider is part of your digital supply chain, it is subject to your NIS2 obligations.
Open-weight models explained without jargon
AI models fall into two categories: proprietary (closed) and open-weight (open). The difference is not quality. It is control.
Proprietary models
GPT-4o, Claude, Gemini. You access them via API. You cannot download, modify or run them on your own infrastructure. They are excellent in capability, but you depend entirely on the provider for pricing, availability, data policies and performance.
Open-weight models
Llama (Meta), Qwen (Alibaba), DeepSeek, Mistral. You can download the model weights and run them on your own infrastructure. Your data never leaves your network. There is no dependency on an external provider for execution.
What an executive needs to know about the most relevant open-weight models in 2026:
| Model | Origin | Capability | Typical use |
|---|---|---|---|
| Llama 4 | Meta (US) | High. Comparable to proprietary models on many tasks | General purpose, analysis, text generation |
| Qwen 3.5 | Alibaba (China) | High. Excellent at reasoning and code | Complex analysis, agent coordination |
| DeepSeek-R1 | DeepSeek (China) | High. Strong in mathematical and logical reasoning | Financial, scientific, technical analysis |
| Mistral Large | Mistral (France, EU) | Medium-High. Good multilingual and European coverage | Compliance, documentation, EU business use |
| Phi-4 | Microsoft (US) | Medium. Very size-efficient | Specific tasks, edge computing, low cost |
Key data point
Open-weight models in 2026 have closed the gap with proprietary ones. For 80% of business tasks (summarization, writing, analysis, classification), a well-configured open-weight model produces results equivalent to GPT-4o or Claude, but running on your infrastructure, with your data under your control.
Cloud vs self-hosted vs hybrid: decision framework
There is no universal answer. The decision depends on 4 factors you can evaluate with your team:
Factor 1: Data sensitivity
- Public or non-sensitive data (marketing content, product information, FAQs): cloud is sufficient. No significant regulatory risk.
- Internal data (financial reports, strategy, operational data): evaluate case by case. Cloud with a solid DPA (Data Processing Agreement) may be acceptable.
- Personal or regulated data (client data, employee data, patient data, financial data): self-hosted or hybrid with end-to-end encryption. The regulatory risk justifies the investment.
Factor 2: Industry regulation
- Banking, insurance, healthcare: strict regulation on where data is processed. Self-hosted or European cloud with specific certifications.
- Public administration: ENS (National Security Framework) requires strict control in High categories. Self-hosted mandatory for classified data.
- Other industries: risk assessment, not an absolute obligation.
Factor 3: Technical capability
- No technical team: cloud. It makes no sense to set up AI infrastructure without the capacity to maintain it.
- Basic IT team: hybrid. Cloud for general tasks, self-hosted for sensitive data using managed solutions.
- Full technical team: self-hosted is viable and often more economical long-term.
Factor 4: Usage volume
- Low (under 1 million tokens/day): cloud is more economical. The cost of own infrastructure is not justified.
- Medium (1-10 million tokens/day): crossover point. Evaluate comparative costs.
- High (over 10 million tokens/day): self-hosted is significantly cheaper. The per-token cost on own infrastructure can be 5-10x lower than API.
Real cost comparison
API providers charge per token. Own infrastructure has a fixed cost. The crossover point depends on volume. This comparison assumes a ~30B parameter model, enterprise quality:
| Item | Cloud API (GPT-4o) | Self-hosted (Qwen 3.5-27B) |
|---|---|---|
| Initial cost | EUR 0 | EUR 130-200/month (GPU server) |
| Cost per 1M tokens | EUR 2.50-5.00 | ~EUR 0.10-0.30 (electricity only) |
| Break-even | - | ~2-3M tokens/day |
| Latency | 200-800ms (network) | 50-200ms (local) |
| Data control | Subject to provider DPA | Total |
| Maintenance | 0 (provider) | 4-8 h/week (technical team) |
| Availability | 99.9% (provider SLA) | Depends on your team |
For an SME with 50 employees using AI for general productivity (emails, reports, analysis), typical volume is 500K-2M tokens/day. In that range, cloud is usually more economical and practical. For a 500-employee company with intensive usage, self-hosted can save 60-80% on AI costs.
Vendor lock-in: the risk nobody calculates
Vendor lock-in is when your company depends so heavily on a provider that switching is impractical or prohibitively expensive. In AI, lock-in is particularly dangerous because it accumulates across three layers:
Layer 1: Prompt format
Each model responds differently to the same prompts. If you have invested months optimizing prompts for GPT-4, migrating to Claude or Llama requires re-optimizing all of them. Cost: weeks of work.
Layer 2: Integrations
If your workflows are connected to the OpenAI API, migrating requires rewriting integrations. Every automation, every plugin, every connector. Cost: months of development.
Layer 3: Training data
If you have done fine-tuning with a provider, that data and trained model belong to them. You cannot take a fine-tuned model from OpenAI to another provider. Cost: lost investment.
How to mitigate
- API abstraction: use an intermediary layer (LiteLLM, portkey.ai) that allows switching models without changing code.
- Model-agnostic prompts: document the intent of the prompt, not just the text. This makes adaptation easier.
- Fine-tune on open-weight models: if you invest in training, do it on models you control.
- Multi-vendor: use at least 2 providers for critical tasks. If one fails or raises prices, you have an alternative.
Question for your CTO
"If tomorrow our AI provider doubles the price or shuts down the API, how much time and money does it cost us to migrate?" If the answer is "months" or "we don't know", you have a lock-in problem you should resolve now, when it is cheap, not when it is urgent.
When sovereignty matters (and when it does not)
Sovereignty is not an absolute value. It is a risk management tool. It matters more or less depending on context:
Critical sovereignty (high priority)
- Regulated industry (banking, insurance, healthcare, public administration)
- Patient data, financial client data, minor data
- High-risk systems under the AI Act
- Contracts with EU data residency clauses
- Competitors who could benefit from your data (provider AI trained on your inputs)
Important sovereignty (evaluate)
- Strategic internal data (business plans, non-public financial data)
- Intellectual property (designs, source code, pending patents)
- Employee data (evaluations, salaries, medical data)
- High usage volume (cost justifies infrastructure investment)
Secondary sovereignty (cloud is sufficient)
- Marketing and public communication content
- Customer service with non-sensitive data
- Individual productivity (writing, summarization, brainstorming)
- Prototyping and experimentation
- Internal training and education
How to implement sovereign AI without being Google
You do not need your own data center or a team of 20 ML engineers. Sovereign AI in 2026 is accessible for any company with a basic technical team. Three options ordered by complexity:
Option 1: Managed European cloud (easy)
Use open-weight models on European providers: OVH, Hetzner, Scaleway, Mistral La Plateforme. Your data is processed in the EU, under European legislation, without transfer to the US. No GPU management needed.
Cost: similar to US APIs. Control: medium. Complexity: low.
Option 2: Dedicated GPU server (medium)
A server in a European datacenter with a GPU (Hetzner GEX44 or similar). You install the model, configure it once. Your technical team maintains it. Fixed monthly cost.
Cost: EUR 130-300/month. Control: high. Complexity: medium.
Option 3: On-premise (complex)
Own hardware in your offices or a contracted datacenter. Maximum sovereignty. Only justifiable if your regulation demands it (defense, intelligence, critical infrastructure) or if your volume is very high.
Cost: EUR 5K-50K initial + maintenance. Control: total. Complexity: high.
Decision patterns by industry
Financial services
Strict regulation. Highly sensitive client data. Recommendation: hybrid. European cloud for general tasks. Self-hosted for scoring, compliance and client data analysis.
Healthcare
Patient data protected under reinforced GDPR. Recommendation: self-hosted or certified healthcare cloud. No patient data should leave the EU under any circumstances.
Consulting and professional services
Varied client data, some sensitive. Recommendation: hybrid. Per-project policy: public data in cloud, confidential client data in controlled infrastructure.
Retail and e-commerce
Client data (purchases, preferences). Recommendation: cloud is sufficient for most cases. Evaluate self-hosted only if there is massive volume or direct financial data.
Public administration
ENS mandates strict control. Recommendation: self-hosted or sovereign cloud certified under ENS. Mistral as a native European option. No exceptions for High-level data.
Practical exercise
- List all AI services your company uses (APIs, SaaS, integrated models)
- For each service: where is the data processed? Under which jurisdiction? EU or US?
- Classify the data each service processes: public, internal, personal, regulated
- Apply the decision framework: for each service, what is the appropriate sovereignty level (cloud, EU cloud, self-hosted)?
- Calculate the current cost (API) vs the estimated cost of migrating to self-hosted for critical sovereignty services
- Evaluate your vendor lock-in: if your main provider doubles prices tomorrow, how long does it take to migrate?
Bonus: ask the AI: "My [industry] company in [country] uses [list of AI tools]. What data sovereignty risks do I have and what European or self-hosted alternatives exist?" Validate with your technical and legal teams.
Puntos clave
Puntos clave from CX06
- Data sovereignty is not a technical concept. It is a matter of business control: where your data resides, who accesses it and under which laws.
- GDPR + AI Act + NIS2 converge to make sovereignty a regulatory necessity, not just a preference.
- Open-weight models (Llama, Qwen, DeepSeek) have closed the gap with proprietary ones for 80% of business tasks.
- Cloud is sufficient for non-sensitive data. Self-hosted for regulated data or high volume. Hybrid for most.
- Vendor lock-in accumulates across 3 layers: prompts, integrations, training data. Mitigating now is cheap.
- You do not need to be Google to have sovereign AI. A GPU server in Europe costs EUR 130-300/month.
- The right question: "what level of control do we need?" Not "should we control everything?"
Guia de estudio — Conceptos clave de CX06
Que significa soberania de datos para un directivo
- Jurisdiccion:tus datos estan sujetos a leyes estadounidenses (CLOUD Act, FISA 702). Las autoridades de EEUU pueden acceder a ellos sin orden judicial europea.
- Procesamiento opaco:no sabes exactamente que hace el proveedor con tus datos. Las politicas de privacidad de los grandes proveedores de IA reservan el derecho a usar datos para mejorar sus modelos (aunque muchos ofrecen opt-out).
- Dependencia:si el proveedor cambia precios, condiciones o cierra el servicio, te quedas sin acceso a tus propios procesos. El 15 de marzo de 2025, un gran proveedor de IA subio precios un 40% con 30 dias de aviso. Las empresas dependientes no tenian alternativa.
- Para el directivo: La pregunta no es "debemos tener soberania total?". Es "que nivel de control necesitamos sobre nuestros datos y nuestros procesos de IA?". La respuesta depende de tu sector, tu regulacion y tu tolerancia al riesgo.
El marco regulatorio: RGPD, AI Act, NIS2
- Implicacion para IA: si tu sistema de IA procesa datos personales (nombres, emails, historiales de clientes, datos de empleados) y los envia a una API en EEUU, estas asumiendo un riesgo regulatorio real.
Modelos open-weight explicados sin tecnicismos
- Llama 4Meta (EEUU)Alto. Comparable a modelos propietarios en muchas tareasUso general, analisis, generacion de texto Qwen 3.5Alibaba (China)Alto. Excelente en razonamiento y codigoAnalisis complejo, coordinacion de agentes DeepSeek-R1DeepSeek (China)Alto. Fuerte en razonamiento matematico y logicoAnalisis financiero, cientifico, tecnico Mistral Large Mistral (Francia, UE)Medio-Alto. Bueno en multilingue y europeoCompliance, documentacion, uso empresarial EU Phi-4 Microsoft (EEUU)Medio. Muy eficiente en tamanoTareas especificas, edge computing, bajo coste
- Dato clave: Los modelos open-weight de 2026 han cerrado la brecha con los propietarios. Para el 80% de las tareas empresariales (resumen, redaccion, analisis, clasificacion), un modelo open-weight bien configurado produce resultados equivalentes a GPT-4o o Claude, pero ejecutandose en tu infraestructura, con tus datos bajo tu control.
Cloud vs self-hosted vs hibrido: framework de decision
- Datos publicos o no sensibles(contenido marketing, informacion de producto, FAQs): cloud es suficiente. No hay riesgo regulatorio significativo.
- Datos internos(informes financieros, estrategia, datos operativos): evaluar caso a caso. Cloud con DPA (Data Processing Agreement) solido puede ser aceptable.
- Datos personales o regulados(datos de clientes, empleados, pacientes, datos financieros): self-hosted o hibrido con cifrado end-to-end. El riesgo regulatorio justifica la inversion.
- Banca, seguros, salud:regulacion estricta sobre donde se procesan los datos. Self-hosted o nube europea con certificaciones especificas.
- Administracion publica:ENS (Esquema Nacional de Seguridad) exige control total en categorias Alta. Self-hosted obligatorio para datos clasificados.
- Resto de sectores:evaluacion de riesgo, no obligacion absoluta.
Comparacion real de costes
- Coste inicial 0 EUR130-200 EUR/mes (servidor GPU) Coste por 1M tokens 2.50-5.00 EUR~0.10-0.30 EUR (solo electricidad) Break-even -~2-3M tokens/dia Latencia 200-800ms (red)50-200ms (local) Control de datos Sujeto a DPA del proveedorTotal Mantenimiento 0 (proveedor)4-8 h/semana (equipo tecnico) Disponibilidad 99.9% (SLA proveedor)Depende de tu equipoPara una PYME con 50 empleados que usa IA para productividad general (emails, informes, analisis), el volumen tipico es 500K-2M tokens/dia. En ese rango, cloud suele ser mas economico y practico. Para una empresa de 500 empleados con uso intensivo, self-hosted puede ahorrar 60-80% en costes de IA.
Vendor lock-in: el riesgo que nadie calcula
- Abstraccion de API:usar una capa intermedia (LiteLLM, portkey.ai) que permita cambiar de modelo sin cambiar codigo.
- Prompts modelo-agnosticos:documentar la intencion del prompt, no solo el texto. Facilita la adaptacion.
- Fine-tuning en modelos open-weight:si inviertes en entrenamiento, hazlo en modelos que controlas.
- Multi-vendor:usar al menos 2 proveedores para tareas criticas. Si uno falla o sube precios, tienes alternativa.
- Pregunta para tu CTO: "Si manana nuestro proveedor de IA duplica el precio o cierra la API, cuanto tiempo y dinero nos cuesta migrar?" Si la respuesta es "meses" o "no sabemos", tienes un problema de lock-in que deberias resolver ahora, cuando es barato, no cuando sea urgente.
Siguiente: CX07 - Business Model Transformation with AI
You control your data. Now discover how AI can transform your business model, create new products and generate sustainable competitive advantage.
Ir al modulo CX07