Lesson 1 of 5·10 min read

GDPR and AI — Fundamentals

AI systems process data — and when that data is personal, GDPR applies. In this lesson, we clarify when and how GDPR applies to AI applications and what responsibilities arise.

When Is GDPR Relevant for AI?

GDPR applies whenever an AI system processes personal data. This includes:

  • Obviously personal: Name, email, phone number, photo
  • Indirectly personal: IP addresses, location data, behavioral patterns
  • AI-specific problems: Free-text inputs in chatbots, voice recordings, facial images
  • Training data: When the model was trained with personal data

Common Misconception: "We only use an API"

Even when using an external LLM via API (e.g., OpenAI, Anthropic), you process personal data when:

  • Users enter free text containing names, addresses, or other personal information
  • You send customer data to the model for analysis
  • Metadata (IP, session ID) is transmitted to the API provider

Clarifying Responsibilities

GDPR distinguishes three roles:

RoleDescriptionExample in AI Context
ControllerDetermines purpose and means of processingYour company deploying an AI tool
ProcessorProcesses data on behalf of the controllerCloud AI provider (OpenAI, Azure AI)
Joint ControllersJointly determine purpose and meansWhen you train AI models with a partner

Key point: As a company deploying an AI tool, you are typically the controller — even when actual AI processing happens at the provider. You bear the compliance responsibility.

The 7 GDPR Principles in the AI Context

PrincipleMeaning for AI
LawfulnessLegal basis needed for every data processing
Purpose limitationUse data only for the defined AI purpose
Data minimizationSend only necessary data to the AI
AccuracyVerify AI outputs for correctness before use
Storage limitationDon't store prompts and responses indefinitely
Integrity & ConfidentialityEncryption, access controls, secure APIs
AccountabilityDocument proof of compliance

Special Categories of Personal Data

AI systems often unintentionally process sensitive data (Art. 9 GDPR):

  • Health data (in free-text inputs)
  • Biometric data (voice, face)
  • Political opinions or religious beliefs (in text analyses)
  • Trade union membership (in HR documents)

Consequence: Processing special categories is generally prohibited — unless one of the narrow exceptions in Art. 9(2) GDPR applies (e.g., explicit consent).

Practical Tip: Create a record of processing activities (Art. 30 GDPR) for each AI system. It's mandatory — and helps you maintain oversight at the same time.

📝

Quiz

Question 1 of 3

Wann greift die DSGVO bei AI-Systemen?