Confusable pairs

Everything the exam loves to conflate.

Every side-by-side comparison table across the curriculum, gathered in one place — 22 tables total. Each links back to its source concept for full context.

Foundations of AI GovernanceHow machines learn: ML paradigms

The three classic ML paradigms

SupervisedUnsupervisedReinforcement
Learns fromLabeled examples — an answer key attached to each oneUnlabeled data — no answer key at allTrial-and-error, guided by a reward signal
Governance-relevant pictureStudying with a marked answer keySorting objects into piles nobody namedTraining a dog with treats
Primary riskInherits whatever bias is baked into the historical labelsCreates categories nobody defined and can encode proxy discrimination invisiblyReward-hacking — achieves the metric while defeating the actual intent
Where you'll see itCredit scoring, hiring screens, medical triageCustomer segmentation, anomaly detectionRecommender systems, robotics, RLHF alignment of LLMs

Two hybrids build on this table and are worth knowing by name: self-supervised learning (a model generates its own labels from raw data — the pretraining recipe behind large language models) and RLHF (humans supply the reward signal, importing their own values and blind spots into the model).

Foundations of AI GovernanceGenerative AI and foundation models

Provider, deployer, and user — the three-party split

ProviderDeployerUser
Who they areBuilds/trains the foundation model — the enginePuts the model to work for a specific purpose — builds the carThe person actually typing the prompt or reading the output — drives the car
Formal AI Act obligations?Yes — training-data, evaluation, disclosure dutiesYes — use-context duties, human oversightNone formally
Practical risk they carryCan't foresee every downstream useOwns the harm specific to their use caseOver-trusting fluent-sounding output
Governance leverModel cards, red-teaming, evaluation transparencyContracts, use-policy, monitoringTraining and awareness on AI's limitations

The user is the party with zero formal AI Act obligations but real exposure to a badly-behaving model — the one riding in a car whose engine and dashboard they had no say in. A governance program that only staffs for provider and deployer duties has a gap exactly here.

Foundations of AI GovernanceThe taxonomy of AI harms

Who is harmed: individual vs. group vs. societal

Individual harmGroup harmSocietal harm
What it isOne identifiable person suffers a wrongful denial, economic loss, injury, dignitary harm, or privacy lossA protected or vulnerable class is systematically disadvantaged, even if each individual decision looks defensible on its ownDiffuse damage to the public — no single identifiable victim, just a degraded shared environment
ExampleOne applicant is wrongly denied a loanRésumés from women are systematically scored lower across many applicantsCheap synthetic media erodes shared trust in what's real during an election
How you'd noticeA complaint or appeal from the affected personDisaggregated outcome analysis across a demographic sliceNo complainant to point to — only visible at a population level, often only in hindsight

A model can look fine on individual-level review and still be causing group or societal harm — that's why harm analysis has to check all three levels, not just the level a complaint happens to surface.

Foundations of AI GovernanceThe taxonomy of AI harms

Allocative vs. representational harm

Allocative harmRepresentational harm
What happensA resource or opportunity — a loan, a job, a benefit — is distributed unfairlyA system demeans, stereotypes, erases, or misrepresents a group
Does a decision have to occur?Yes — it's always tied to something being allocated or deniedNo — it can occur with zero decisions in sight, e.g. purely generated content
ExampleA biased credit model denies a qualified applicantAn image generator depicts every CEO it draws as a man

Decision-focused controls (audit the denials, check the approval rate) never catch representational harm, because nothing was ever 'decided' — it needs its own review lens.

Foundations of AI GovernanceBias and fairness

Measurement bias vs. representation bias

Measurement biasRepresentation bias
Where it entersThe label or proxy itself is a flawed stand-in for what you actually want to predictSome groups are under-sampled or missing from the training data
Classic exampleObermeyer healthcare algorithm: “healthcare cost” used as a proxy for “need” — unequal access made cost a racially skewed measureA face-recognition set trained mostly on lighter-skinned faces performs worse on darker skin
The fixChoose a better label or proxy; validate it against ground truthRe-sample, re-weight, or actively collect the underrepresented group

“Not enough Black patients in the data” is the wrong diagnosis for Obermeyer — they were present, just measured with a bad label. Save “not enough data” for representation bias.

Foundations of AI GovernanceBias and fairness

The four fairness definitions, side by side

Demographic parityEqualized oddsPredictive parityCalibration
What it requiresEqual positive-prediction rates across groupsEqual true-positive and false-positive rates across groupsEqual precision across groups — of those predicted positive, the same share actually areA given score means the same thing for every group: the actual outcome rate matches the predicted score regardless of group
Where it breaks downCan force unequal error rates if groups have different true qualification ratesCannot hold at the same time as calibration when base rates differ across groupsCan coexist with very different absolute numbers of opportunities going to each groupCan coexist with unequal error rates across groups

When groups have different base rates, no model can satisfy calibration and equalized odds simultaneously — that's a mathematical fact, not an engineering shortfall, so 'just collect more data' never resolves it.

Foundations of AI GovernanceTransparency and explainability

Transparency vs. explainability

TransparencyExplainability
What it's aboutDisclosure about the system itself: that AI is in use, its purpose, capabilities, and limitationsThe reason behind one specific output the system produced
The pictureThe sign on the door: “an AI is deciding this”The reason given once you're inside, for why it decided what it decided
Legal exampleEU AI Act Article 50 — chatbots and deepfakes must identify themselves as AIGDPR Articles 13–15 and EU AI Act Article 13 — meaningful information about the logic behind a decision

A system can be fully transparent (everyone knows AI is deciding) and still not explainable (no one can say why it decided what it decided) — the two are independent, and the exam likes to test whether you'll assume satisfying one satisfies the other.

Foundations of AI GovernanceTransparency and explainability

Global vs. local explanations

Global explanationLocal explanation
Question answeredHow does the model behave overall — which factors dominate its decisions in general?Why did the model produce this particular output, for this one person's case?
Best audienceValidators and regulators auditing the model's overall logicThe affected individual seeking an actionable reason or grounds to contest
Example“Debt-to-income ratio is the most influential factor across all applicants”“Your application was declined principally due to your debt-to-income ratio and short credit history”

A validator satisfied by strong global explanations hasn't thereby given the declined applicant anything they can act on — the two serve different audiences and neither substitutes for the other.

Foundations of AI GovernanceAccountability and human oversight

In-the-loop vs. on-the-loop vs. in-command

In-the-loopOn-the-loopIn-command
What the human doesApproves each individual decision before it takes effectMonitors the system in operation and can interveneSets the operating bounds and can decommission the system entirely
Best fitHigh-stakes, low-volume decisions — parole, medical diagnosisHigh-volume decisions where per-item review isn't feasible — fraud screening at scaleEvery AI system, regardless of which of the other two also applies
Failure modeRubber-stamping — approving without genuine reviewAlert fatigue — so many cases flagged that overrides stop happeningNo one actually holds the authority or knowledge to pull the plug

These aren't a menu of alternatives — in-command is always required, and picking on-the-loop for a fraud tool doesn't retire the need for someone in-command of the whole system.

Foundations of AI GovernanceAccountability and human oversight

GDPR Article 22 vs. AI Act Article 14

GDPR Article 22AI Act Article 14
Applies toSolely automated decisions with legal or similarly significant effectsHigh-risk AI systems (Annex III / Article 6)
What it requiresA right not to be subject to the decision unless an exception applies, plus safeguards: meaningful human involvement, the right to contest, and an explanation of the logicA design duty: overseers must understand the system's capabilities/limitations, stay aware of automation bias, correctly interpret output, and be able to intervene or halt
Who it's really aboutThe data subject's rights over their own caseThe system's design, so a human overseer can meaningfully intervene at all
Common failureA ten-second rubber-stamp reviewer isn't “meaningful involvement” — Article 22 isn't satisfiedA system built without a real intervene/halt capability fails Article 14 even with a human sitting in front of it

“We added a human, so we're compliant” fails both articles for the same underlying reason: a token human presence isn't oversight.

Foundations of AI GovernancePrivacy, security, and robustness

AI-specific attack classes, side by side

Adversarial examplesData poisoningModel inversion / membership inferencePrompt injection
What's attackedThe model at inference time, via a crafted inputThe training pipeline, via corrupted training dataThe model's confidentiality, via its outputsThe LLM's instruction-following, via untrusted input content
GoalForce a misclassification or wrong outputImplant a hidden behavior or quietly degrade the modelExtract or confirm whether specific data was in the training setHijack the system's behavior using content it was only supposed to read
Primary defenseAdversarial robustness testing, red-teamingTraining-data provenance and integrity checksRate limiting, query monitoring, differential privacyPrivilege separation — never give the model more authority than its least-trusted input source warrants

These target four different points in the system — input, training data, output, and instructions — so a control built for one (e.g. input validation against adversarial examples) does nothing against the others.

Foundations of AI GovernanceGovernance structures and roles

The three lines model, applied to AI

First lineSecond lineThird line
WhoBusiness and technical teams building and operating the AI systemThe AI governance function — legal, privacy, security, data science, ethicsInternal audit
RoleOwns the system's risk day to day and executes controls: intake, documentation, testing, monitoringSets policy, runs the review process, maintains the inventory, advises and challenges the first lineIndependently assures that the whole apparatus — lines one and two — actually functions as designed
Example actionA named accountable owner runs pre-deployment testing on their own systemThe governance function reviews a high-risk use case and can send it back for more workAudit samples the inventory annually to confirm the review process is real, not theater

Risk ownership always stays with the first line — the second line advises and challenges but doesn't own the risk, and the third line never does either line's job, it only checks that both are actually working.

Role-differentiated training: what each audience actually needs

Executives & boardEngineers & data scientistsFrontline staffLegal, procurement & compliance
What they needEnough terminology and risk literacy to ask good questions and approve or reject AI initiatives responsiblyOperational specifics: which policies gate which lifecycle stage, what documentation is required, when to escalatePractical, scenario-based training on what the tool can and can't be trusted to do, and when to override itEnough depth to evaluate vendor contracts and conduct assessments
What they don't needModel-architecture detailBoard-level risk framingPolicy-document literacy on its ownHands-on model-building knowledge
Failure if skippedRubber-stamp approvals of initiatives no one really understandsPolicy violated unintentionally through not knowing which gate applies whenBlind trust in a fabricating tool — e.g. publishing hallucinated claims unverifiedVendor contracts signed with no AI-specific protections

A single generic training module satisfies none of these rows well — the same 40-page policy handed to all four audiences is the design failure this competency exists to catch.

Under-scaling vs. over-scaling

Under-scalingOver-scaling
What it looks likeA regulated, large, or high-risk organization treats AI governance as an informal side project with no real structureA small or early-stage organization adopts a heavyweight, multi-committee framework built for a much bigger organization
What breaksGenuine risk goes unmanaged because no one has real ownership, review, or escalation authorityThe organization can't staff or run the process, so it gets quietly bypassed the first time it slows down a launch
ExampleA 3,000-person regulated bank running AI governance as two engineers' side projectA 5-person startup adopting a 60-page bank framework with four committees

Both failures leave the organization equally unprotected — one because no structure exists, the other because the structure exists on paper only.

Where each pre-AI policy category quietly breaks

Data privacySecurityData governanceIntellectual property
What the old policy assumedPersonal data is only handled when directly collectedAttacks target traditional network/application surfacesDeleting the source record deletes the dataOnly humans create content, and company data stays inside company tools
What AI addsA model can infer new personal data it was never directly givenModel-specific attack surfaces: prompt injection, model extraction, training-data poisoningA model can retain the “shape” of data in its weights even after the source record is deletedWho owns AI-generated output, and employees pasting confidential data into third-party AI tools
Real-world triggerProfiling that derives special-category data from mundane behaviorAn LLM assistant manipulated via prompt injectionA customer's erasure request the retention policy has no answer forEmployees pasting client contract text into a public chatbot

None of these old policies was wrong when written — AI simply raises a question each one never had to answer, which is why the review is a systematic re-read, not a rewrite from scratch.

Laws, Standards & FrameworksGDPR and AI

Four more mechanical GDPR duties an AI program routinely forgets

Third-party processorsCross-border transfersBreach notificationRecord keeping
The ruleArt. 28 — a vendor training/hosting your model on your behalf is a processorSending EU data to a non-EU-hosted model needs a real transfer mechanismArt. 33/34 — 72 hours to notify the regulator once a breach is known; individuals too, if risk is highArt. 30 — the training run itself is a processing activity that must be documented
What satisfies itA data-processing agreement spelling out exactly what the vendor may do — not a vague terms-of-service lineAn adequacy decision for that country, or Standard Contractual Clauses with a documented risk assessmentA clock that starts the moment you become aware — not once you've fully understood what happenedPurpose, data categories, retention, recipients — logged for the training run, not just the model's day-to-day use
Where teams miss itA vague 'we handle your data responsibly' clause standing in for a real DPAAn API call to a US-based foundation model doesn't feel like an international transfer — but it is oneWaiting until the situation is fully understood before the clock is treated as runningDocumenting how the finished model is used, while never documenting the training run that built it
Laws, Standards & FrameworksSpecial-category data and biometrics

Three easily-confused categories: special-category, biometric, and inferred data

Special-category data (Art. 9)Biometric data (Art. 4(14))Inferred special-category data
What it isThe enumerated list itself — health, race/ethnicity, political opinions, religion, trade union membership, genetic data, sex life/orientation, plus biometric data used for identificationA subset of special-category data: data from specific technical processing of physical/physiological/behavioral traits, used to uniquely identify someoneNot a separate legal category — an ordinary output that reveals a special category, generated by a model rather than collected as an input
How you'd know it's presentIt's a labeled field or direct input — health records, a religion question on a formIt requires a specific technical purpose: a photo alone doesn't count, but a photo processed into a facial template for identification doesIt requires an inference audit — the data doesn't look sensitive, the model's prediction is what makes it sensitive
Governance trapAssuming a narrow exception (like consent) automatically applies without checking its specific conditionsAssuming any photo or voice sample is automatically 'biometric data' under GDPR — it isn't unless used for identificationAssuming 'we never collected that' is a defense — an accurate inference is regulated exactly like direct collection

The exam likes to test the middle two: a plain photo is not biometric data, but a model that infers a special category from ordinary features has still triggered Article 9 — 'we never asked for it' protects nothing.

Laws, Standards & FrameworksCopyright and IP law for AI

The key AI copyright cases, and what each one actually decided

Bartz v. AnthropicThomson Reuters v. Ross IntelligencePending: NYT v. OpenAI, Getty v. Stability, Kadrey v. Meta
Was training itself fair use?Yes, for the lawfully-acquired booksNo — Ross's tool competed directly in the same market (legal research) as the training materialUndecided — rulings expected through 2026
Did acquisition method matter?Yes — assembling a library from pirated copies was not fair use, separate from the training-use questionNot the deciding factor — market competition wasA live issue in each case
OutcomeSettled for roughly $1.5 billion over the pirated-copies claimFirst final ruling against an AI company on fair useActive litigation, no final rulings yet

The exam's trap: Bartz shows a company can win the fair-use question and still face massive liability on the acquisition question — the two questions from simple don't rise or fall together.

Two different impact-assessment moments: III.A design review vs. IV.B formal assessment

III.A — design-stage review (this competency)IV.B — formal deployer assessment (DPIA/FRIA)
Who owns itThe design-and-build team, closest to whatever just changedCompliance, privacy, or legal functions
When it happensContinuously — at each significant design decisionAt the deployment decision point, typically once
What it producesA lightweight delta review: what changed, does it affect the harm analysis, is a full reassessment triggeredA full formal instrument (a DPIA under GDPR Art. 35, or a FRIA under AI Act Art. 27)
What triggers itA changed data source, architecture, or scope, or a new risk-matrix findingThe system moving toward deployment, or a formally defined reassessment trigger

These aren't competing paperwork — the design-stage review is what keeps the formal deployer assessment from going stale before it's even filed.

Governing AI Deployment & UseDeployment context and readiness

The four load-bearing readiness questions

Business objectivesPerformance requirementsData availabilityWorkforce readiness
Core questionDoes the metric it optimizes match what the business actually wants?What accuracy, latency, and reliability does this specific use case demand?Does the deployer actually have representative, current data for this population?Do the people operating or overseeing it have the training, authority, and time to do so?
Failure if skippedA chatbot 'resolves' tickets by ending them prematurely — hitting the metric, missing the goalA model tuned for one risk level gets deployed where the cost of error is much higherThe vendor's benchmark data doesn't resemble the population actually being servedHuman oversight becomes theater — nobody trained to actually intervene

A brilliant model can fail on any one of these four axes alone — readiness isn't a single yes/no, it's four separate checks that all have to pass.

Governing AI Deployment & UseChoosing among AI model types

Classic (predictive) vs. generative AI

Classic / predictiveGenerative
What it producesA score, class, or ranking on something that already existsNew content: text, images, code, audio
How it failsWrong in a measurable way — a computable false-positive rateHallucinates — fluent, confident content with no ground truth to check against
How you catch the failureCompare against ground truth / labeled test dataGrounding, retrieval, and human verification — there's no single ground truth to check against
Governance need this createsStandard TEVV — accuracy, precision/recall, calibrationHallucination controls, provenance/IP diligence, content moderation
Governing AI Deployment & UseAI deployment architecture options

Cloud vs. on-premise vs. edge

CloudOn-premiseEdge
Where data goesLeaves the organization to a vendor's serversStays in-house, under the organization's own governanceStays on the device itself — the most private option
Cost and maintenanceLowest upfront cost, ongoing vendor dependencyHigher upfront and maintenance burden, fully owned in-houseCheap per unit, but hard to maintain at scale across many devices
Monitoring and patchingVendor-managed, centrally observableCentrally managed by the organization itselfHardest — every instance is separate, so you can't centrally observe or update them all
Primary risk this createsData-residency, cross-border-transfer, and vendor-dependency riskCost and maintenance burdenDegraded monitoring, patching, and incident response

The trap is treating this as a pure infrastructure choice — each option reallocates risk, it doesn't eliminate it.

9 more topics locked

Beta access previews one topic per domain. The rest unlock for everyone once Vantage opens full access.