compliance

GDPR for AI Products: What UK and EU Founders Must Know

The EU General Data Protection Regulation, a comprehensive data privacy law governing how organisations collect, process, store, and share personal data of EU residents.

The General Data Protection Regulation (GDPR) is the EU's comprehensive data privacy law that came into force in May 2018. It governs how organisations collect, process, store, and share the personal data of EU residents, and it applies to any organisation that processes that data regardless of where the organisation is based. For UK-based AI products, GDPR compliance operates through UK GDPR (the version retained in UK law after Brexit), with the same core principles and requirements. Getting GDPR right is not optional: fines under GDPR can reach 4% of global annual turnover or 20 million euros, whichever is higher, and the reputational damage of a data breach or ICO investigation is significant. For AI products, GDPR has specific implications that go beyond standard SaaS compliance. The most significant AI-specific obligations relate to automated decision-making (Article 22), the use of personal data to train or fine-tune models, and the transparency obligations around how AI systems use personal data to produce outputs. When an AI product makes a decision that has a legal or similarly significant effect on an individual, such as a credit scoring AI or an AI-powered job screening tool, the right to a human review and an explanation of the automated logic must be built into the product. These are not documentation requirements: they are functional product requirements that need to be designed and built before launch. For UK AI founders sending personal data to third-party LLM APIs such as OpenAI or Anthropic, a signed Data Processing Agreement with the provider is a legal requirement under UK GDPR Article 28, not an optional best practice. SpeedMVPs implements data minimisation at the prompt layer, executes DPA processes with LLM providers, and builds right-to-erasure workflows into every AI product we deliver.

The Core Principles of GDPR

GDPR is built on seven principles that govern all personal data processing. Lawfulness, fairness, and transparency requires that you process data with a valid legal basis and are open with individuals about what you do with their data. Purpose limitation means you collect data for specific, explicit purposes and do not process it for other purposes without a new legal basis. Data minimisation requires collecting only the data necessary for the specified purpose. Accuracy means keeping personal data up to date. Storage limitation means not keeping personal data longer than necessary. Integrity and confidentiality requires appropriate technical and organisational security measures to protect data. Accountability means being able to demonstrate compliance, not just claim it. For AI products, these principles create specific obligations: you must be transparent about AI processing (transparency), you must not use personal data to train models without a valid legal basis (purpose limitation), and you must implement appropriate security around AI systems that process personal data (integrity and confidentiality).

Legal Bases for Processing Personal Data

Every instance of personal data processing must have a legal basis under GDPR. There are six: consent (the individual has given clear consent for a specific purpose), contract (processing is necessary to perform a contract with the individual), legal obligation (processing is required by law), vital interests (necessary to protect someone's life), public task (necessary to perform a public authority function), and legitimate interests (processing is necessary for your legitimate interests or those of a third party, except where overridden by the individual's rights). For AI products, the most commonly applicable bases are consent (for optional data processing, such as using interaction data to improve AI models), contract (for processing data necessary to provide the service the user has signed up for), and legitimate interests (for analytics and product improvement, where the impact on individuals is low and proportionate). Consent must be freely given, specific, informed, and unambiguous. Pre-ticked boxes and bundled consent do not count under GDPR. For AI training on user data, explicit and granular consent is typically required because the purpose is different from the core service delivery.

AI-Specific GDPR Obligations

AI products face specific GDPR obligations that standard SaaS products do not encounter to the same degree. Automated decision-making provisions under Article 22 require that individuals have the right not to be subject to a decision based solely on automated processing if that decision produces legal or similarly significant effects. This applies to AI systems that make credit decisions, CV screening decisions, or similar high-stakes determinations. Where automated decision-making is used, you must inform individuals, provide a right to human review, and explain the logic involved. Data Protection Impact Assessments (DPIAs) are mandatory under GDPR before implementing AI systems that are likely to result in high risk to individuals, which includes large-scale processing of special categories of data, systematic monitoring, and new technologies where the privacy impact is unclear. For UK products, the ICO's guidance on AI and data protection provides specific direction on how GDPR applies to AI development and deployment.

Data Subject Rights and AI Products

GDPR grants individuals eight rights that your AI product must support. The right to be informed (covered by your privacy notice). The right of access (subject access requests: individuals can ask for all personal data you hold about them, and you must respond within one month). The right to rectification (correcting inaccurate data within one month). The right to erasure (deleting personal data in specified circumstances, within one month). The right to restrict processing. The right to data portability (providing data in a machine-readable format). The right to object (including to automated decision-making). Rights related to automated processing. For AI products, right to erasure creates specific technical challenges. Personal data in relational databases can be deleted with a SQL statement. Personal data in vector databases (embeddings generated from user documents) requires careful implementation: you must delete the embeddings, which may require re-embedding remaining documents without the deleted user's data. Personal data in fine-tuned model weights is harder still: fine-tuning on personal data creates a legal obligation to be able to address erasure requests, and the technical approach (cryptographic erasure, model retraining, or differential privacy) should be decided at design time, not when a request arrives.

GDPR for AI Products Using LLM APIs

When your AI product sends user data to a third-party LLM API (OpenAI, Anthropic, Google), that LLM provider is processing personal data on your behalf. Under GDPR, this makes the LLM provider a data processor and requires a Data Processing Agreement (DPA) between you and them. Most major LLM providers have DPAs available: OpenAI's data processing addendum, Anthropic's data processing agreement, and Google's DPA all exist and are accessible through their platform documentation. You must execute these DPAs before sending personal data to these APIs. Your own privacy notice must disclose that you use these providers as sub-processors. Data minimisation applies here too: you should only send to the LLM the personal data necessary for the task. If a user uploads a document that contains names and contact details that are not relevant to the AI analysis being performed, consider stripping or pseudonymising that data before it reaches the LLM API. SpeedMVPs implements data minimisation at the prompt construction layer as a standard practice in every AI MVP.

ICO Enforcement and Practical Compliance

In the UK, the Information Commissioner's Office (ICO) enforces UK GDPR. The ICO has demonstrated willingness to fine organisations for serious data protection failings: British Airways received a GBP 20 million fine for a data breach, Marriott received a GBP 18.4 million fine, and numerous smaller organisations have received fines for failures in consent management, data security, and data retention. For AI products, the ICO has published specific guidance on AI and data protection, including a toolkit for auditing AI systems. Practical compliance means having a clear privacy notice that accurately describes your data processing, obtaining appropriate consent where required, executing DPAs with LLM providers and other sub-processors, conducting DPIAs for high-risk AI processing, maintaining a Records of Processing Activities (ROPA) document, implementing technical measures for data subject rights, and having an incident response process for data breaches. For UK AI products at MVP stage, SpeedMVPs includes GDPR-aware data architecture and key compliance documentation as part of the build, making ICO compliance achievable from day one without a dedicated legal team.

Frequently Asked Questions

Does GDPR apply to my UK AI startup if I am only selling to UK customers?+

UK GDPR applies (not EU GDPR) if you are a UK-based company processing UK residents' personal data. UK GDPR was created by the Data Protection Act 2018 and retains the same core framework as EU GDPR. If you also serve EU customers, EU GDPR applies to their data simultaneously. The ICO is the regulatory authority for UK GDPR. Most obligations are essentially the same between UK GDPR and EU GDPR, making it practical to implement a single compliance approach that satisfies both.

What is a Data Protection Impact Assessment and does my AI product need one?+

A DPIA is a structured risk assessment of how a data processing activity affects individuals' privacy. It is mandatory under GDPR when processing is likely to result in high risk to individuals. AI products that process special categories of data (health, biometric, financial), use automated decision-making with significant effects, or systematically monitor individuals at scale require a DPIA before launch. The ICO's DPIA template is publicly available and suitable for most AI product teams. SpeedMVPs can help identify whether your product requires a DPIA and what it should cover.

Can I use my users' data to train or fine-tune an AI model?+

Only with a valid legal basis. For most consumer-facing products, this requires explicit, specific consent because using data to train an AI model is a different purpose from using it to provide the service. The consent must be freely given, which means users who decline must still be able to use the core service. Alternatively, you can use legitimate interests if the impact on individuals is minimal (for example, aggregated anonymised usage data), but this requires a documented balancing test. The ICO's guidance on AI training data is the definitive reference for UK products.

What happens if I experience a data breach in my AI product?+

Under UK GDPR, if a personal data breach is likely to result in risk to individuals' rights and freedoms, you must notify the ICO within 72 hours of becoming aware of it. If the breach is likely to result in high risk, you must also notify affected individuals without undue delay. You must maintain a record of all breaches regardless of whether they require notification. Having an incident response plan before a breach occurs is significantly better than trying to coordinate a response during one.

Does SpeedMVPs build GDPR-compliant AI products?+

Yes. GDPR compliance is built into our standard delivery process. We implement data minimisation at the prompt layer, execute DPA processes with LLM providers, build right-to-erasure capability into the data model, include consent management where required, and provide privacy notice templates appropriate to the product. We do not provide legal advice, but we design the technical architecture to support the compliance obligations your legal advisors will identify. Get a free consultation at speedmvps.co.uk

Building an AI product and want GDPR compliance designed in from day one? Get a free consultation at speedmvps.co.uk

Get a Free Quote