The General Data Protection Regulation's Article 22 creates the most significant individual rights framework for AI decision-making in the world. Yet many organizations that have invested heavily in GDPR compliance have not mapped those obligations to their AI deployments. The Article 22 right not to be subject to solely automated decisions — and the corresponding obligation to provide meaningful explanations — creates concrete documentation and governance requirements that AI systems must satisfy.
This guide covers GDPR's AI obligations for compliance officers, data protection officers, and legal teams at organizations that use AI for consequential decisions about EU residents: credit, employment, insurance, benefits, identity verification, fraud detection, and any other domain where AI output affects individual data subjects.
Article 22: What It Prohibits and What It Permits
Article 22(1) establishes the basic rule: "The data subject shall have the right not to be subject to a decision based solely on automated processing, including profiling, which produces legal effects concerning him or her or similarly affects him or her significantly."
Three conditions must all be satisfied for Article 22(1) to apply:
- Solely automated processing — the decision is made by a system without meaningful human evaluation of the individual case
- Including profiling — the automated processing may involve profiling (any automated processing of personal data to evaluate personal aspects), though profiling is not required
- Legal or similarly significant effects — the decision must produce legal effects (changing legal rights or obligations) or similarly significant effects (effects that substantially affect circumstances, behavior, or choices)
Many organizations believe that having a human "in the loop" satisfies the "solely automated" requirement. The EDPB's guidance (Guidelines 01/2022 on data subjects' rights — Article 22) is clear: human involvement must be meaningful. A human who rubber-stamps AI recommendations without genuinely evaluating the individual case does not satisfy the Article 22 "solely automated" threshold. Supervisory authorities have found violations where a human reviewer had insufficient time, information, or authority to meaningfully override AI recommendations.
The Three Permitted Exceptions
Article 22(2) creates three exceptions where automated decision-making is permitted despite producing legal or similarly significant effects:
- Contractual necessity (Article 22(2)(a)) — the decision is necessary for entering into or performing a contract with the data subject
- Legal authorization (Article 22(2)(b)) — Union or Member State law authorizes the decision and provides suitable safeguards
- Explicit consent (Article 22(2)(c)) — the data subject has given explicit consent
For financial services organizations, contractual necessity covers AI-assisted loan origination when the automated processing is necessary to evaluate creditworthiness and execute the loan contract. However, organizations relying on contractual necessity must still implement suitable safeguards, including the right to obtain human intervention, the right to express one's point of view, and the right to contest the decision.
What Counts as "Similarly Significant Effects"
The EDPB and supervisory authority guidance identifies the following AI use cases as producing similarly significant effects covered by Article 22:
| AI Use Case | Effect Type | Article 22 Status |
|---|---|---|
| Credit scoring and loan approval | Financial — affects access to credit | Covered |
| Insurance premium calculation | Financial — affects insurance cost/availability | Covered |
| Employment screening and hiring | Economic — affects livelihood | Covered |
| Benefit eligibility determination | Legal — affects social rights | Covered |
| Fraud detection and account restriction | Financial — restricts account access | Covered |
| Identity verification | Legal/practical — affects access to services | Context-dependent |
| Customer segmentation for marketing | Commercial — affects offers received | Context-dependent |
| Content recommendation | Minimal — affects content seen | Generally not covered |
| Spam filtering | Minimal — affects email received | Generally not covered |
The Right to Explanation: What AI Systems Must Produce
Article 22(3) requires that when automated decision-making is permitted under an exception, the controller must implement suitable safeguards, at minimum including the right to obtain human intervention, express one's point of view, and contest the decision. Recital 71 supplements this with the requirement to provide "meaningful information about the logic involved" in the automated decision.
The practical obligation: organizations deploying AI for Article 22-covered decisions must be able to provide data subjects, on request, with a meaningful explanation of why a specific decision was reached. This requirement has several implications for AI system architecture:
What a Meaningful Explanation Must Contain
Supervisory authority guidance and case law have established that a meaningful explanation must:
- Identify the key factors that influenced the decision — not just "we used a model"
- Indicate the weight or relative importance of those factors — which factors mattered most
- Be specific to the individual decision — generic descriptions of the model are insufficient
- Be comprehensible to the data subject — technical jargon alone does not satisfy the requirement
- Enable meaningful contestation — the explanation must give the data subject enough information to identify errors and dispute the decision
A governance layer that generates per-decision records capturing which policy rules evaluated the request, which rules triggered, and the specific factors that influenced the outcome provides the data needed to generate Article 22-compliant explanations. The explanation generation can then produce a human-readable summary from the structured decision record.
// Example: Structured decision record enabling Article 22 explanation { "decision_id": "cert-2026-05-12-91827364", "decision": "BLOCK", "subject_type": "credit_application", "policy_set": "lending_ecoa_v4", "key_factors": [ { "factor": "debt_to_income_ratio", "value": 0.52, "threshold": 0.43, "impact": "adverse", "weight": "high" }, { "factor": "payment_history_12m", "value": 2, "threshold": 0, "impact": "adverse", "weight": "high" } ], "human_readable_reason": "Application declined: debt-to-income ratio (52%) exceeds policy maximum (43%); 2 missed payments in last 12 months.", "appeal_rights": "Right to human review available. Contact: [email protected]", "timestamp": "2026-05-12T14:23:17.441Z", "signature": "hmac-sha256:8f4a..." }
GDPR Profiling: Articles 4(4), 21, and 22
GDPR defines "profiling" in Article 4(4) as any form of automated processing of personal data to evaluate personal aspects relating to a natural person — particularly to analyze or predict aspects of work performance, economic situation, health, personal preferences, interests, reliability, behavior, location, or movements.
Most AI systems deployed in regulated industries engage in profiling. A credit scoring model that evaluates economic situation and reliability is profiling. A fraud detection model that evaluates behavioral patterns is profiling. An insurance AI that predicts health risk is profiling.
Profiling triggers Article 21(2): data subjects have the right to object to profiling for direct marketing purposes at any time, and the controller must stop the profiling. For non-marketing profiling, Article 21(1) gives data subjects the right to object on grounds relating to their particular situation, and the controller must stop unless it can demonstrate compelling legitimate grounds that override the data subject's interests.
Organizations that use AI for profiling must document the profiling activities in their Article 30 records of processing activities. The record must include the purposes of the profiling, categories of personal data used as inputs, and the retention period. AI systems that modify their profiling behavior based on new data (adaptive models, online learning systems) must keep their Article 30 records current to reflect actual processing behavior.
DPO Obligations When AI Is Deployed
Organizations that are required to appoint a Data Protection Officer under Article 37 must involve the DPO in all AI governance matters. The DPO's mandatory functions under Article 39 create specific obligations when AI is involved:
Data Protection Impact Assessments for AI Systems
Article 35 requires a DPIA before commencing processing that is "likely to result in a high risk" to data subjects. The EDPB has identified automated decision-making with significant effects and large-scale profiling as processing types that are presumptively high-risk. Most AI systems deployed in financial services, insurance, healthcare, and employment contexts require a DPIA before going live.
AI-Specific DPIA Content Requirements
Article 35(7) specifies the minimum content of a DPIA. For AI systems, each element has specific implications:
| Article 35(7) Requirement | AI-Specific Content | Governance Infrastructure Support |
|---|---|---|
| Systematic description of processing operations and purposes | AI system architecture, data inputs, decision logic, output types, affected population | Policy pack documentation, API specification, data flow diagrams |
| Assessment of necessity and proportionality | Justification for AI (vs. simpler methods), data minimization analysis, retention justification | Data scope controls showing minimum necessary inputs; configurable retention |
| Assessment of risks to data subjects | Error rate analysis, discriminatory outcome assessment, adverse impact on protected characteristics | Decision record analysis enabling bias detection and error rate measurement |
| Measures to address risks | Technical safeguards: pre-execution governance, policy controls, human oversight mechanisms, appeal procedures | Pre-execution governance layer with configurable policies; signed decision certificates; appeal record retention |
Article 30 Records of Processing Activities and AI
Article 30 requires controllers to maintain records of processing activities. For AI systems, the required record under Article 30(1) must include:
- Name and contact details of the controller and DPO
- Purposes of processing — specific to the AI use case
- Categories of data subjects and personal data — specific to each AI system's inputs
- Categories of recipients to whom personal data may be disclosed
- Transfers to third countries and safeguards
- Envisaged time limits for erasure — including AI decision records and training data
- General description of security measures
Organizations with multiple AI systems must maintain separate Article 30 records for each distinct AI processing activity, or a consolidated record that clearly distinguishes between systems. AI systems that process personal data for multiple purposes (a model that both detects fraud and generates marketing scores) need to document each purpose separately.
CoreGuard → GDPR Mapping
LLMs and GDPR: Special Considerations
Large language models create GDPR complications that go beyond Article 22. Organizations deploying LLMs in enterprise contexts should be aware of:
Personal Data in LLM Prompts
When an employee submits a prompt to an LLM that contains personal data of customers or other individuals — names, account numbers, health information, transaction history — the submission constitutes processing of personal data under the GDPR. The organization must have a lawful basis for that processing under Article 6. Contractual necessity and legitimate interests are the most commonly applicable bases for internal business uses.
LLM Output and Right to Erasure
If personal data submitted to an LLM as context is incorporated into model weights or memory — as can occur with some fine-tuned or adaptive models — the data subject's right to erasure under Article 17 creates significant technical challenges. Organizations should ensure that production LLM deployments do not retain personal data from prompts in model weights, and should configure context windows to minimize retention of personal data.
Cross-Border Data Transfers
Most commercial LLM APIs are operated by US-based providers. Submitting personal data of EU residents to US LLM APIs constitutes a transfer to a third country under Chapter V of the GDPR. Organizations must have an appropriate transfer mechanism in place: Standard Contractual Clauses (SCCs), binding corporate rules, or a derogation under Article 49. The EU–US Data Privacy Framework provides an additional basis for transfers to certified US organizations.
Generate Article 22-Compliant Explanations for Every AI Decision
CoreGuard captures the policy rules, factors, and reasoning for every AI decision at execution time — so you can satisfy right-to-explanation requests in minutes, not weeks.
Request Demo Decision Certificates