En este modulo

  1. What data sovereignty means for an executive
  2. The regulatory framework: GDPR, AI Act, NIS2
  3. Open-weight models explained without jargon
  4. Cloud vs self-hosted vs hybrid: decision framework
  5. Real cost comparison
  6. Vendor lock-in: the risk nobody calculates
  7. When sovereignty matters (and when it does not)
  8. How to implement sovereign AI without being Google
  9. Decision patterns by industry
  10. Practical exercise
  11. 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:

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:

ModelOriginCapabilityTypical use
Llama 4Meta (US)High. Comparable to proprietary models on many tasksGeneral purpose, analysis, text generation
Qwen 3.5Alibaba (China)High. Excellent at reasoning and codeComplex analysis, agent coordination
DeepSeek-R1DeepSeek (China)High. Strong in mathematical and logical reasoningFinancial, scientific, technical analysis
Mistral LargeMistral (France, EU)Medium-High. Good multilingual and European coverageCompliance, documentation, EU business use
Phi-4Microsoft (US)Medium. Very size-efficientSpecific 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

Factor 2: Industry regulation

Factor 3: Technical capability

Factor 4: Usage volume

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:

ItemCloud API (GPT-4o)Self-hosted (Qwen 3.5-27B)
Initial costEUR 0EUR 130-200/month (GPU server)
Cost per 1M tokensEUR 2.50-5.00~EUR 0.10-0.30 (electricity only)
Break-even-~2-3M tokens/day
Latency200-800ms (network)50-200ms (local)
Data controlSubject to provider DPATotal
Maintenance0 (provider)4-8 h/week (technical team)
Availability99.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

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)

Important sovereignty (evaluate)

Secondary sovereignty (cloud is sufficient)

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

Ejercicio CX06: Sovereignty map for your company
  1. List all AI services your company uses (APIs, SaaS, integrated models)
  2. For each service: where is the data processed? Under which jurisdiction? EU or US?
  3. Classify the data each service processes: public, internal, personal, regulated
  4. Apply the decision framework: for each service, what is the appropriate sovereignty level (cloud, EU cloud, self-hosted)?
  5. Calculate the current cost (API) vs the estimated cost of migrating to self-hosted for critical sovereignty services
  6. 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

  1. 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.
  2. GDPR + AI Act + NIS2 converge to make sovereignty a regulatory necessity, not just a preference.
  3. Open-weight models (Llama, Qwen, DeepSeek) have closed the gap with proprietary ones for 80% of business tasks.
  4. Cloud is sufficient for non-sensitive data. Self-hosted for regulated data or high volume. Hybrid for most.
  5. Vendor lock-in accumulates across 3 layers: prompts, integrations, training data. Mitigating now is cheap.
  6. You do not need to be Google to have sovereign AI. A GPU server in Europe costs EUR 130-300/month.
  7. 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