Society GUIDE

Amazon's Scrapped AI Recruiting Tool

Amazon's AI recruiting tool was an experimental system, begun around 2014, that rated job applicants' résumés from one to five stars by learning from ten years of past résumés.

  • 4 min read
  • Last updated
On this page4 min read
  1. Overview
  2. Deep Dive
  3. Strategic Impact
  4. The Future of Amazon's Scrapped AI Recruiting Tool
  5. Real-World Implementation
  6. Risks & Guardrails
  7. Implementation Roadmap
  8. Keep Exploring
  9. Frequently asked questions

Overview

Amazon abandoned it after finding that it penalized résumés associated with women. It is now the standard example of how models trained on historical decisions reproduce past discrimination.

Deep Dive

Reuters reported in October 2018 that Amazon had built, and then quietly scrapped, a machine learning tool for ranking job candidates. A team began the work around 2014. The goal was to feed in a stack of résumés and get back the top few candidates to hire. The models were trained on résumés submitted to the company over ten years and learned which patterns tended to go with people who were hired. Most applicants for technical roles were men, so the patterns the model learned were male-coded. By 2015, the team saw that the system was not rating candidates for software developer and other technical jobs in a gender-neutral way. According to Reuters, it penalized résumés containing the word "women's," as in "women's chess club captain," and downgraded graduates of two all-women's colleges. It also favored verbs such as "executed" and "captured," which appeared more often on men's résumés. Engineers edited the models to be neutral to those particular terms. That gave no guarantee the system would not find other ways to sort candidates that were just as discriminatory. The project lost support and the team was disbanded by early 2017. Amazon said the tool was never used by its recruiters to evaluate candidates. Reuters reported that recruiters looked at its recommendations but did not rely on them alone. The key lesson is that the training label was the problem. The model accurately predicted whom Amazon had hired before, and those past hiring decisions contained bias. A common misconception is that the algorithm "became sexist" on its own. In fact it learned exactly what the data rewarded. Another is that removing gender fixes the problem. Text contains many correlated proxies, and a flexible model will find them. The case now comes up in regulatory debates, including New York City's bias audit law for automated hiring tools and the EU AI Act's classification of employment systems as high risk.

Strategic Impact

Risk and safety

Catastrophic and everyday AI harms both depend on who understands the risks and who can act.

Clearer decisions

Public and professional literacy shapes whether strong safety policy is politically possible.

Cutting through hype

Clear explanations reduce capture by hype, lab PR, and vague ethics theater.

The Future of Amazon's Scrapped AI Recruiting Tool

Hiring is moving from keyword filters to large language models that summarize and rank candidates, and this raises the same risk at larger scale. Regulators are responding. New York City requires bias audits for automated employment decision tools, and the EU AI Act classifies recruitment systems as high risk, with obligations being phased in. In the US, existing anti-discrimination law such as Title VII still applies to algorithmic tools, even as federal agency guidance has shifted. Audit methods are still maturing, and a passing audit on one dataset does not guarantee fairness elsewhere. The lasting lesson of the Amazon case is to question what a model is trained to predict before trusting how well it predicts it.

Real-World Implementation

A résumé listing "captain of the women's chess club" would score lower, because in the training data the word "women's" rarely appeared on the résumés of people who were hired.

An employer in New York City using an automated tool to screen candidates must commission an independent bias audit and publish a summary under Local Law 144, a requirement shaped by cases like Amazon's.

A vendor strips gender fields and gendered words from a screening model. A disparate impact test then shows women still pass at under four-fifths the rate of men, because of proxies such as hobbies or college names.

A company retrains a ranking model to predict "successful employees" and finds that the label itself reflects biased promotion decisions. It switches to structured, job-related skills assessments as the training target.

Risks & Guardrails

  • Treating existential risk as sci-fi while capability compounds.

  • Confusing surface product safety with alignment under high autonomy.

  • Leaving non-English and non-expert audiences with only low-quality sources.

Implementation Roadmap

  1. Separate product harms, misuse, and loss-of-control / misalignment risks.

  2. Ask what evidence would change your view on timelines and severity.

  3. Prefer primary sources and concrete evals over marketing claims.

  4. Identify one action path: career, policy, funding, or skills — not only awareness.

Keep Exploring

Free newsletter

Keep up with AI in 3 minutes a day

One short email each weekday with the three AI stories that actually matter. Free forever, no ads.

One email each weekday. Unsubscribe in one click. We never sell or share your address.

Test yourself

Take the Amazon's Scrapped AI Recruiting Tool quiz

Instant feedback on every answer, and a shareable certificate with a verifiable ID once you pass a course.

Start quiz

Support free AI education. AI Understanding is a 501(c)(3) nonprofit — no ads, no paywall, ever. Make a donation

Frequently asked questions

What is Amazon's Scrapped AI Recruiting Tool?

Amazon's AI recruiting tool was an experimental system, begun around 2014, that rated job applicants' résumés from one to five stars by learning from ten years of past résumés. Amazon abandoned it after finding that it penalized résumés associated with women. It is now the standard example of how models trained on historical decisions reproduce past discrimination.

What data was Amazon's recruiting model trained on?

The model learned from about ten years of résumés submitted to Amazon, and most applicants for technical roles were men.

Which word did Reuters report the model penalized?

Résumés containing "women's," as in "women's chess club captain," were downgraded. "Executed" and "captured" were favored, not penalized.

Why did editing the model to ignore specific gendered terms fail to solve the problem?

Blocking a few words does not remove the correlated signals spread through the text, so the model could still discriminate through other proxies.

What is the central lesson about the training label in this case?

The model predicted who had been hired before. Because past hiring was skewed, the label encoded that skew and the model reproduced it.

Which verbs did the model reportedly favor because they appeared more often on men's résumés?

Reuters reported that the model favored "executed" and "captured," which were more common on men's résumés, an example of subtle proxy features.