🎯 Exam Favorite · AI Ethics
ALGORITHMIC BIAS = GARBAGE IN, PREJUDICE OUT — biased training data bakes discrimination into the model
Where AI bias comes from — and why it's hard to fix
D
Data reflects history — bias baked in from the start
AI bias originates fundamentally in training data that reflects historical discrimination — a hiring algorithm trained on past hiring decisions inherits whatever past biases against women or minorities existed in those decisions.
Example: a hiring algorithm trained on a decade of past hiring decisions inheriting a historical pattern of favoring one gender over another, simply by learning from that biased historical data.
M
Model amplifies it — no intent required
The model doesn't "intend" to discriminate in any human sense — it simply learns and often amplifies statistical patterns present in its biased training data.
Example: a facial recognition system trained mostly on lighter-skinned faces performing measurably worse on darker skin, purely as a statistical consequence of its training data composition, with no intent involved.
F
Fixing it — diverse data, fairness metrics, ongoing audits
Addressing bias requires multiple complementary efforts: using more diverse and representative training data, applying fairness metrics during evaluation (not just accuracy), and conducting ongoing auditing even after deployment.
Example: a company both diversifying its facial recognition training dataset AND continuously auditing the deployed system's real-world performance across demographic groups, rather than relying on just one of these measures alone.
1
A hiring algorithm trained on ten years of a company's past hiring decisions is found to systematically favor male candidates over equally qualified female candidates.
2
Ask: does this necessarily mean the algorithm's developers intentionally programmed gender discrimination? No — the model simply learned this pattern because it was present in the historical training data, without any explicit intent.
3
This distinction — bias emerging from data rather than deliberate programming — is exactly why bias can be so difficult to detect and fix: the model appears "neutral" on the surface while still reproducing embedded historical patterns.
4
Properly addressing this requires more than a quick technical patch: diversifying the training data, actively measuring fairness metrics (not just overall accuracy), and conducting ongoing audits even after the system is deployed.

Exams test whether you understand that AI bias typically originates in training data reflecting historical discrimination, that the model doesn't need explicit discriminatory intent to still produce biased outcomes, and that fixing bias requires a combination of diverse data, fairness metrics, and ongoing auditing — not just one single technical fix.

The most common trap is assuming bias only occurs when a model is deliberately or carelessly designed to discriminate. In reality, bias frequently emerges from a genuinely well-intentioned model simply learning statistical patterns present in historically biased data — no explicit discriminatory intent is required for real-world harm to occur.

1. Where does AI bias fundamentally originate, according to this lesson?
In training data that reflects historical discrimination.
Tap to reveal / hide
2. Does a model need to "intend" to discriminate for biased outcomes to occur?
No — it simply learns and can amplify statistical patterns present in its biased training data, without any intent involved.
Tap to reveal / hide
3. Give an example of how historical training data can bias a hiring algorithm.
A hiring algorithm trained on past hiring decisions inheriting historical biases against women or minorities present in those past decisions.
Tap to reveal / hide
4. Name the three approaches this lesson identifies for fixing algorithmic bias.
Diverse training data, fairness metrics during evaluation, and ongoing auditing after deployment.
Tap to reveal / hide
5. Is fixing algorithmic bias typically a single technical fix, or does it require multiple complementary efforts?
Multiple complementary efforts — diverse data, fairness metrics, and ongoing auditing all together, not just one single fix.
Tap to reveal / hide