# GDPR and Fine-Tuning AI Models on Your Own Data: How Growth Companies Stay Compliant

> GDPR and AI model fine-tuning: how growth companies train models on support tickets and contracts while staying compliant. DPIA, anonymization and legal basis explained.

- Published: 2026-08-05
- Author: Master Mind
- Canonical: https://aimaster.fi/en/artikkelit/gdpr-ja-tekoalymallin-kouluttaminen-omalla-datalla-nain-kasvuyritys-pysyy-vaatim

GDPR Article 35 requires a Data Protection Impact Assessment (DPIA) before processing that is likely to result in high risk — for example, large-scale automated profiling (GDPR-info.eu, Art. 35 GDPR). Training an AI model on your company's own data — support tickets, sales calls, contracts — often falls squarely into that category. Yet many growth companies start a fine-tuning project without asking what GDPR actually requires.

This article covers what GDPR and AI model fine-tuning on your own data really means in practice: when a DPIA is mandatory, what legal basis applies to training data, and how anonymization reduces risk without sacrificing model accuracy.

## Why would a growth company want to fine-tune a model on its own data?

A general-purpose language model does not know your product names, pricing logic, or how your customers actually talk. Fine-tuning — further training a model on a narrow, company-specific dataset — fixes that. It is different from Master Layer, which connects your systems to AI in real time: fine-tuning permanently changes the model's behavior, while Master Layer gives the model access to up-to-date information without retraining it.

The problem arises when the training data contains personal data: customer names, emails, health details buried in support conversations. At that point GDPR applies, and "it's already our data" is not a valid workaround.

## When is a DPIA mandatory for training an AI model?

A DPIA is mandatory when processing is likely to result in high risk — GDPR Article 35 specifically names large-scale automated profiling and the use of new technology (GDPR-info.eu, Art. 35 GDPR). Fine-tuning a large language model on thousands of customer interactions almost always meets that bar. Run the DPIA before you assemble the training set, not after.

## What legal basis applies to AI training data under GDPR?

The most common legal basis for fine-tuning on company data is legitimate interest (GDPR Article 6(1)(f)), which requires a documented balancing test: your business interest must outweigh the data subject's rights. The European Data Protection Board addressed this directly in the context of AI models in Opinion 28/2024, adopted 18 December 2024, covering the use of legitimate interest and the role of anonymization in AI model development (EDPB, Opinion 28/2024, 18 Dec 2024). If the data includes sensitive categories or consent is realistically obtainable, a different basis is usually safer.

## How does anonymization reduce GDPR risk in training data?

Genuinely anonymized data — data that cannot reasonably be linked back to an individual by any means — falls outside GDPR's scope entirely. Pseudonymization (replacing names with identifiers) is not enough: EDPB Opinion 28/2024 stresses that this must be assessed case by case, and the risk of re-identification must be shown to be genuinely low (EDPB, Opinion 28/2024, 18 Dec 2024). In practice this means stripping names, email addresses, and identifiers, and generalizing rare details (like an exact branch location) before the training set is assembled.

## What are the five steps to compliant fine-tuning?

- 1. Map the training data: which systems it comes from and whether it contains personal data.
- 2. Run a DPIA before assembling the dataset if processing is large-scale or profiling in nature.
- 3. Choose a legal basis and document the balancing test if relying on legitimate interest.
- 4. Anonymize or pseudonymize data as early in the pipeline as possible, not after training.
- 5. Limit the model's access and retention period: training data should not live on indefinitely as a separate copy.

## What role does Master Layer play here?

[Master Layer](https://aimaster.fi/tuotteet/master-layer) is the data foundation layer that connects your company's existing systems (CRM, ERP, documents) securely for AI to use. Before deciding on fine-tuning, Master Layer reveals exactly where personal data sits in your systems and how it flows — a precondition for doing the DPIA and anonymization work properly, rather than by guesswork. Many growth companies discover at this stage that fine-tuning isn't actually the first necessary step: [Master Layer](https://aimaster.fi/tuotteet/master-layer) combined with a tightly scoped agent often solves the same problem without retraining a model or taking on its GDPR risk.

This connects closely to the state of structured data before an AI project more broadly — we covered that in [Product Information Management (PIM/MDM): The Overlooked AI Foundation Before Your Agent Project](https://aimaster.fi/artikkelit/tuotetiedon-hallinta-pimmdm-tekoalyn-unohdettu-perusta-ennen-agenttihanketta).

## Is fine-tuning always the right answer?

No. Fine-tuning makes sense when you need a permanent behavior change — a specific tone, a recurring format, deep domain vocabulary. If what you actually need is current information (prices, stock levels, customer history), the answer is usually data integration, not retraining. Integration is also simpler under GDPR: the data doesn't get baked permanently into the model's weights — it stays in its original, governed system.

## Frequently asked questions

## Does a small growth company always need a DPIA before fine-tuning?

Not always, but usually. A DPIA is mandatory when processing is likely high-risk — for example large-scale profiling or new technology use (GDPR Article 35). Fine-tuning on thousands of customer interactions almost always meets that threshold. A smaller, clearly scoped dataset still needs at least a risk assessment, even if a full DPIA isn't strictly required.

## Is pseudonymization enough to meet GDPR requirements?

No, not on its own. Pseudonymized data is still personal data under GDPR, because it can be linked back to an individual with additional information. Only genuine anonymization — where re-identification is not reasonably possible — takes data outside GDPR's scope (EDPB, Opinion 28/2024).

## Can legitimate interest be the legal basis for training an AI model?

Yes, under certain conditions. EDPB Opinion 28/2024 (18 December 2024) directly addresses the use of legitimate interest for developing and deploying AI models, but requires a documented balancing test between the company's interest and the data subject's rights. If the data includes sensitive categories, a different legal basis is usually safer.

## What's the difference between fine-tuning and a Master Layer integration?

Fine-tuning permanently changes a model's weights based on the training set. Master Layer instead connects the model to your company's systems in real time, without the data being copied into the model itself. Many use cases that look like they need fine-tuning are actually solved by integration, with lower GDPR risk and faster delivery.

## Where should a growth company start if GDPR requirements feel unclear?

Start with a map: what data exists, where it lives, and whether it contains personal data. [Master Plan](https://aimaster.fi/tuotteet/master-plan) is an AI strategy sprint that maps where AI creates the most value for your company — measured in euros — while also identifying whether your chosen solution actually requires fine-tuning or whether a lighter integration is enough.

Training an AI model on your own data is not a technical detail to leave to the dev team. It's a leadership decision that requires a DPIA, a legal basis, and an anonymization plan before the first training run. Book a [free Master Mind analysis](https://aimaster.fi/analyysi) and we'll help you determine whether your company needs fine-tuning or whether a secure data integration is enough.

## Frequently asked questions

### Does a small growth company always need a DPIA before fine-tuning?

Not always, but usually. A DPIA is mandatory when processing is likely high-risk, such as large-scale profiling (GDPR Article 35). Fine-tuning on thousands of customer interactions almost always meets that threshold.

### Is pseudonymization enough to meet GDPR requirements?

No, not on its own. Pseudonymized data is still personal data because it can be linked back to an individual with additional information. Only genuine anonymization takes data outside GDPR's scope.

### Can legitimate interest be the legal basis for training an AI model?

Yes, under certain conditions. EDPB Opinion 28/2024 (18 Dec 2024) addresses legitimate interest for AI models but requires a documented balancing test.

### What's the difference between fine-tuning and a Master Layer integration?

Fine-tuning permanently changes a model's weights. Master Layer connects the model to your systems in real time without copying data into the model — often with lower GDPR risk.

### Where should a growth company start if GDPR requirements feel unclear?

Start with a map of what data exists and whether it contains personal data. The Master Plan sprint also identifies whether your solution actually needs fine-tuning or a lighter integration.
