AIRiskAware

この記事は現在英語でのみご利用いただけます。

Case Study 9 min read 2026

Amazon's AI Hiring Tool: The Case Study That Defined AI Discrimination Risk

Amazon built and then scrapped a machine learning hiring tool that systematically discriminated against women. The case remains the definitive study of how algorithmic bias develops, why it is hard to detect, and what governance would have caught it.

Amazon's AI Hiring Tool: The Case Study That Defined AI Discrimination Risk

Key Takeaways

  • Amazon's AI hiring tool was trained on historical hiring data from a period when the company predominantly hired men — the model learned to penalise CVs that included signals associated with female candidates.

  • The bias was not discovered for over a year after deployment — standard quality assurance processes did not test for demographic disparities in outputs, only for overall prediction accuracy.

  • The system was never actually used for live hiring decisions, but the case established the AI discrimination risk that employment lawyers, regulators, and HR technology buyers now treat as standard risk.

  • The governance gap that allowed the bias to develop: no demographic testing of model outputs before or during deployment, no diverse review of the training data composition, and no ongoing monitoring for differential outcomes.

  • Post-Amazon: every major HR technology vendor has faced scrutiny of their AI tools for discriminatory bias. The EU AI Act classifies AI in employment decisions as high-risk. EEOC guidance specifically addresses AI hiring discrimination.

"情報提供のみを目的としています。この記事は法律、規制、財務または専門的なアドバイスを構成するものではありません。具体的なアドバイスについては、資格を持つ専門家にご相談ください。"

What Amazon built and why it mattered

Starting in 2014, Amazon built an AI tool intended to automate CV screening and candidate ranking. The system was trained on a decade of CVs submitted to Amazon and on data about which candidates were subsequently hired. It learned to identify patterns in the CVs of successful hires and rank new applicants accordingly. The goal was to reduce the time human recruiters spent reading applications. Amazon disbanded the project in early 2017 after executives concluded the technology was not performing reliably.

In October 2018, Reuters first reported what had gone wrong internally: Amazon had discovered the tool was systematically downranking CVs containing the word "women's" — as in "women's chess club" or "women's college" — and penalising graduates of all-women's colleges. It had also developed preferences for words more commonly used by male applicants, based on the male-dominated composition of Amazon's tech workforce over the preceding decade. Amazon disbanded the team and stopped using the tool. The company noted that the tool was never used to actually evaluate candidates, though this was disputed by some involved in the project.

Why the bias occurred

The Amazon case is a textbook illustration of historical bias amplification. The AI was trained to find candidates similar to those Amazon had previously hired. Because Amazon's tech workforce was predominantly male over the training period, the AI learned to prefer male-coded language and penalise female-coded signals. It was not programmed to discriminate — it learned to replicate existing patterns from data that reflected past discrimination. This is sometimes called "automating the past."

The case illustrates several distinct failure modes. First, training data composition: when the data reflects a historically biased selection process, the model learns the bias. Second, proxy discrimination: the model did not use gender as an input but used correlated variables (words associated with female candidates) that achieved the same discriminatory effect. Third, insufficient testing: the bias was not caught before the tool was built and deployed internally. Fourth, governance gap: there was no structured bias audit or fairness testing process that would have caught the problem systematically.

The regulatory implications

The Amazon case occurred before most AI employment regulations existed, but it would today attract enforcement attention in multiple jurisdictions. Under US Title VII, an algorithm that produces significantly lower selection rates for women creates evidence of unlawful disparate impact. Under NYC Local Law 144 (effective 2023), a bias audit would have been required annually before using the tool for NYC-based roles. Under EU GDPR and the EU AI Act (employment AI is Annex III high-risk), meaningful human oversight and bias testing would be legally required. Under the UK Equality Act 2010, indirect sex discrimination through algorithmic screening is actionable.

The EEOC's May 2023 guidance on AI in employment explicitly cites the Amazon case as an example of the type of algorithmic discrimination that creates employer liability under federal civil rights law.

What every organisation must learn from this

The Amazon case established several principles that now guide responsible AI hiring governance worldwide.

Historical training data encodes historical discrimination. If your hiring AI is trained on your company's past successful hires, and your past hiring was biased — whether intentionally or not — the AI will learn that bias. Training data must be audited before use, and the historical period from which it is drawn matters significantly.

Proxy variables are as discriminatory as direct variables. An AI that does not use "gender" as an input can still produce gender-discriminatory outcomes if it uses variables that correlate with gender. Thorough disparate impact testing must examine outcomes by protected group, not just inputs.

Performance metrics drive model behaviour. If the model is optimised to find candidates like those previously hired, it will replicate past patterns. The optimisation target must be designed to avoid this — for example, optimising for predicted performance rather than similarity to past hires.

Independent bias audits are essential, not optional. Amazon's internal team did not catch the bias until Reuters investigation — the team had been disbanded at that point. External, independent bias auditing with defined fairness metrics provides the accountability that internal teams cannot reliably provide for their own work.

Correlation with protected characteristics must be tested explicitly. Every feature the model uses should be assessed for its correlation with protected characteristics. Features that strongly predict membership of a protected group should be treated with the same scrutiny as using that characteristic directly.

The current state of AI hiring governance

The Amazon case accelerated regulatory and industry action. NYC Local Law 144 (2021, enforcement from July 2023) requires annual independent bias audits. The EEOC's 2023 technical guidance confirms employer liability for third-party AI tools. NIST's AI Risk Management Framework includes specific guidance on algorithmic bias in hiring. ISO 42001 (December 2023) provides a certifiable framework for AI management including fairness assessment. The Veritas Consortium in Singapore provides open-source bias testing methodology for financial services AI that is also applicable to hiring AI. The Amazon case is now taught in every AI ethics course and read by every AI hiring vendor. Its legacy is the mandatory bias audit — a requirement that would not exist without it.