IAPP AIGP Course · Module 5 · Other Laws & Standards Related to AI

The Laws That Already Apply to AI

Before AI-specific law existed, the old laws were already watching. This module covers how current laws apply to AI systems, the six data-privacy principles, the global landscape (GDPR, CCPA/CPRA, BIPA), the ten DPA recommendations, and the GDPR × AI intersection.

2 adoption categories 6 privacy principles 10 DPA recommendations 3 key GDPR articles 12 flip cards
Curriculum map: Lesson 1 (L1) = data privacy laws apply to AI — the applicable principles, the global effort to apply existing laws, the ten practical recommendations from data-protection-authority guidance, and the challenges. Plus the GDPR × AI intersection: how the GDPR's baseline requirements, technology-agnostic design, and key articles (Art. 22, Art. 35, Recital 26) govern AI. This module follows the sheet exactly — nothing added, nothing dropped.
Scroll to begin ↓
1
Curriculum block 1 · How current laws apply to AI systems

Two Ways AI Enters an Organisation

The sheet's opening insight: AI adoption generally falls into two categories — and the law applies differently to each.

Performing an existing function in a new way

AI replaces or augments something the organisation already does — the legal obligations that applied to the old way carry over to the new way.

Example: a bank's loan decisions used to be made by loan officers; an AI now makes them. The same fair-lending and data-protection duties apply — the tool changed, the obligations didn't.

Accomplishing a process not done yet — or not possible before AI

AI enables something entirely new — and the law may have no direct precedent, so regulators map existing rules onto it.

Example: real-time emotion recognition in retail didn't exist as a regulated activity — regulators now apply biometric and transparency rules to it.
Exam anchor — the two categoriesThe exam tests the carry-over principle: when AI performs an existing function, the existing legal duties follow it. When AI does something new, expect regulators to extend existing frameworks rather than wait for new law.[Module 5 sheet]
2
Curriculum block 2 · Lesson 1 (L1) — data privacy laws apply to AI

The Six Applicable Privacy Principles

The sheet's core list — six principles from data-privacy law that apply directly to AI systems, each with its plain-words meaning.

Transparency

Information relating to the processing of personal data should be easily accessible, easy to understand, and in clear and plain language.

Example: the chatbot's privacy notice says "we use your chat history to train our AI" in one plain sentence — not a 40-page PDF.

Choice

Individuals should be allowed to agree or disagree with the collection and use of their personal data in AI systems.

Example: a retailer offers an opt-out for AI-driven personalisation — customers can say no and still shop normally.

Lawfulness

AI systems should have a legal basis for processing personal data — e.g., consent, contract, legal obligation, vital interest, public interest, legitimate interest.

Example: a hospital processes patient data for an AI triage tool under the vital-interest and healthcare legal bases — not just "because AI is cool".

Purpose limitation

AI systems should collect and use data only for the specified purpose.

Example: data collected for fraud detection cannot later be repurposed for marketing scoring without a new basis.

Data minimisation

Ensure data is adequate (not too little or too much), relevant, and limited to what is necessary for the intended purpose.

Example: a churn model needs subscription history — it does not need the customer's religion or ethnicity.

Privacy by design

AI systems should be designed, developed, and deployed with data protection and privacy principles applied from the beginning.

Example: the team runs a DPIA and builds in pseudonymisation before writing a line of model code — privacy is a design input, not a retrofit.
Exam memory hook — the six principlesTransparency, Choice, Lawfulness, Purpose limitation, Data minimisation, Privacy by design — "TCL-DPP". The exam loves asking which principle a scenario violates: buried notice = transparency; collecting extra data = minimisation; no legal basis = lawfulness.[Module 5 sheet]
3
Curriculum block 3 · The global effort

The Global Landscape — Old Laws, New AI

The sheet's key observation: the global effort to apply existing laws to AI is progressing rapidly — likely at a higher rate than the creation of new AI-specific legislation.

Exam anchor — the pace claimThe sheet's exact claim: applying existing laws to AI is progressing rapidly and likely at a higher rate than new AI-specific legislation. Data protection laws apply to most consumer-facing AI systems.[Module 5 sheet]
Law / regimeWhat it isWhy it matters for AI
GDPREU General Data Protection Regulation — the global baseline for personal-data protectionApplies to most consumer-facing AI in the EU: lawful basis, data subject rights, Art. 22 automated decisions, Art. 35 DPIAs
CCPA / CPRACalifornia Consumer Privacy Act + California Privacy Rights ActUS state privacy law with consumer rights (access, delete, opt-out) that apply to AI-driven profiling and data use
Other US state privacy lawsVirginia (VCDPA), Colorado (CPA), Connecticut (CTDPA), Utah (UCPA), and moreA growing patchwork — each adds rights and obligations that AI systems must honour
Illinois BIPABiometric Information Privacy ActRegulates collection and use of biometric identifiers — directly hits AI systems using face, voice, or fingerprint data
In plain words: a facial-recognition feature in a US app may face GDPR (if EU users), CCPA/CPRA (if California users), and BIPA (if Illinois users) — three laws, one feature. That's why "data protection laws apply to most consumer-facing AI systems" is the sheet's headline.
4
Curriculum block 4 · Practical recommendations for AI providers

The Ten DPA Recommendations

Extracted from the guidance of different global data protection authorities — the sheet's numbered list 1–10. These are the exam's favourite "what should the provider do?" answers.

#RecommendationPlain-words example
1Integrate principles of privacy and data protection by default and by design at the planning and design stages of an AI projectThe project kickoff includes a privacy-by-design review before any data is collected
2Conduct PIAs and DPIAs prior to making AI tools available for public useThe chatbot's DPIA is signed off before the first user is onboarded
3Process personal data only for specific, explicit, legitimate purposes; refrain from processing not in line with individuals' expectationsNo "we'll figure out the use later" — every dataset has a stated purpose
4Have a system in place for human oversight and verify review of AI input and outputA human reviews a sample of the model's decisions weekly, with escalation for anomalies
5Provide transparent information on personal data collection and usage; providers should share information on privacy risks with deployersThe vendor's documentation tells the bank exactly what data the model uses and what risks remain
6Have data governance and technical safeguards in place for review and filtering of personal data that is inaccurate or misleadingA data-quality pipeline flags and quarantines records with conflicting labels
7Develop data retention and deletion plans for any personal information collectedChat transcripts are auto-deleted after 90 days; the deletion job is tested quarterly
8Implement cybersecurity controls and prevention techniques to keep attackers from extracting personal data from AI systemsPrompt-injection filters and rate limits stop attackers from pulling training data out of the chatbot
9Maintain accurate technical documentation and demonstrate compliance with privacy and data protection laws and policiesThe model card, DPIA, and data-flow map are kept current and audit-ready
10Communicate closely with DPAs and privacy authoritiesThe team consults the PDPC early on a novel use case rather than after a complaint
Exam memory hook — the ten recommendationsThink of them as the AI provider's ten commandments: design-in privacy (1), assess before launch (2), purpose-bound processing (3), human oversight (4), transparency + risk-sharing (5), data-quality safeguards (6), retention & deletion (7), cybersecurity (8), documentation (9), DPA dialogue (10).[Module 5 sheet]
5
Curriculum block 5 · Challenges

The Three Challenges

The sheet's challenge list — why applying traditional privacy law to AI is genuinely hard.

Traditional principles vs AI reality

Addressing traditional privacy principles and practices — e.g., accuracy, notice, access, deletion — is difficult when the system's behaviour is emergent.

Example: "accuracy" of a generative model can't be checked record-by-record the way a database can.

Data subject rights on training data

Legal requirements and applying data subject rights is complex for AI systems trained on datasets the system no longer holds or can access.

Example: a user asks to delete their data — but it's already baked into the model's weights; the organisation can't "delete" a gradient.

Laws designed before deep AI

Laws on issues like automated decision-making (GDPR) were designed with an awareness of AI's existence and potential impact — but not necessarily an in-depth understanding of it.

Example: GDPR Art. 22 was drafted in 2016 — it anticipated automated decisions but not foundation models or agentic systems.
Exam anchor — the deletion paradoxThe middle challenge is the exam's favourite: data subject rights are complex for AI trained on datasets the system no longer holds or can access. The data was used, then discarded — but its influence lives in the model. "Delete my data" has no clean technical answer.[Module 5 sheet]
6
Curriculum block 6 · The intersection between the GDPR and AI

GDPR × AI — The Intersection

The sheet's GDPR block: baseline requirements, technology-agnostic design, the AI-programmes distinction, and the three key articles.

6.1 The GDPR's role

Baseline requirements on automated decision-making

The GDPR sets the floor for using automated decision-making tools — Art. 22 and its safeguards.

Example: an AI-only loan rejection must offer human review because the GDPR says so.

Guides the approach to responsible AI

The GDPR's structure — rights, accountability, risk assessment — is the template most responsible-AI programmes follow.

Example: the bank's AI governance framework is built on GDPR's accountability model.

AI uses extensive data — GDPR applies

AI systems use extensive amounts of data, frequently subject to GDPR requirements to collect, use, protect, and control data — including the right for individuals to delete their data.

Example: a recommendation engine's user profiles are personal data — access and deletion requests apply.

Key articles aid integration

Knowing how key articles apply to AI aids in understanding how to integrate privacy and data protection regulations into AI governance programmes.

Example: the AI governance playbook cites Art. 22, Art. 35, and Recital 26 as its privacy anchors.

Technology-agnostic by design

The GDPR is intended to be technology-agnostic, to adapt to evolving technologies over time — including AI.

Example: the GDPR's principles apply to a 2026 agentic system exactly as they did to a 2018 database.

Focused on personal information

The GDPR is focused on the governing and processing of personal information — its scope is data, not technology.

Example: an AI that processes no personal data (pure aggregate statistics) falls outside GDPR scope.

6.2 GDPR vs AI programmes — the scope distinction

GDPRAI programmes
ScopeGoverning and processing of personal informationProcess information that can include personal information — but does not necessarily include it
FocusData subject rights: lawfulness, fairness and transparency, purpose limitation, data minimisation, accuracy, storage limitation, integrity and confidentiality, accountabilityModel behaviour, performance, safety, and societal impact — broader than personal data
Exam tell"Personal data", "data subject rights", "Art. 22""Model", "bias", "system behaviour" — may or may not involve personal data
In plain words: the GDPR governs the data; AI governance governs the system. A model trained on no personal data still needs AI governance — but the GDPR simply doesn't apply to it.

6.3 The three key articles that intersect with AI

Article 22 — Automated decision-making

The right not to be subject to solely automated decisions with legal or similarly significant effects — with exceptions and required safeguards (meaningful human intervention, right to contest).

Example: an AI-only credit rejection triggers Art. 22 — the applicant can demand human review.

Article 35 — DPIAs

Data Protection Impact Assessments, required in relation to high-risk or important processing — including AI that profiles or makes significant decisions.

Example: a hiring AI triggers a DPIA because it processes special-category data at scale.

Recital 26 — Pseudonymisation & anonymisation

Techniques for pseudonymisation and anonymisation of data — the de-identification toolkit that can take AI data out of personal-data scope.

Example: a model trained on properly anonymised data falls outside GDPR personal-data scope (if anonymisation is robust).
Exam memory hook — the three articlesArt. 22 = automated decisions (rights + human review). Art. 35 = DPIAs (high-risk processing). Recital 26 = pseudonymisation & anonymisation (de-identification). If a GDPR × AI question names an article, it's almost always one of these three.[Module 5 sheet]
7
Interactive · 12 high-yield terms · tap to flip

Flip Cards — Laws & Standards

Tap a card to flip it. Term on the front, definition + exam tip on the back. If your browser doesn't support 3D flips, the cards still work — they cross-fade instead.

8
Self-test · Curriculum-based exam traps

Eight Exam Traps

TRUE / FALSE — every question drawn directly from the Module 5 sheet. Instant feedback, best score persists.

9
Exam-day readiness

Before Thursday — The Checklist

Tap each item as you master it. The goal: fill every box from memory, not recognition.

§
Citation ledger

Sources