Sapiens
Policy

What is algorithmic fairness?

Published June 1, 2026 · 4 min read

ALGORITHMIC FAIRNESSA machine that copies the bias.Biased history in, the same skew out — just faster and bigger.PAST DATAALGORITHMNEW DECISIONSIt doesn't invent fairness — it reproduces whatever skew the past handed it, at scale.

Definition

Algorithmic fairness is the goal of making automated decisions treat people equitably, without systematically favoring or harming groups defined by traits like race, gender, or age.

At a glance

  • Software learns from your past data, so it copies the biases already in that data, even with no instruction to discriminate[1].
  • There is no single definition of fair: you usually cannot satisfy every fairness measure at once, so you must choose which one fits the use case.
  • Regulators treat biased algorithms as illegal discrimination, with real fines: the CFPB hit Apple and Goldman Sachs for a combined 70 million dollars in 2024.
  • You are liable even when a vendor built the tool.

Why fair-seeming software discriminates

An algorithm has no opinions. It finds patterns in your data and repeats them at scale. If past hires or loans reflected old inequalities, it learns and applies them, even when the code never mentions race or gender. Bias hides in proxies like zip code or school that quietly track protected traits.

What it means for your business

The COMPAS case shows the trap: a risk tool flagged Black defendants as high-risk far more often than white ones, yet was equally accurate for both[2] — meeting one fairness standard while failing another. So fairness is a deliberate choice, not a box a vendor checks. AI hiring in NYC requires an audited, published bias check[3], and lending tools must follow fair-credit laws regardless of automation[4]. Demand audit results and test outcomes across groups.

Bottom line

The software faithfully reproduces whatever bias your data carries, so assume nothing, audit outcomes across groups, and keep the records that prove you checked.

References

  1. Algorithmic Fairness. Stanford Encyclopedia of Philosophy plato.stanford.edu
  2. How We Analyzed the COMPAS Recidivism Algorithm — Jeff Larson, Surya Mattu, Lauren Kirchner, Julia Angwin. ProPublica www.propublica.org
  3. Automated Employment Decision Tools (AEDT) — Local Law 144. NYC Department of Consumer and Worker Protection www.nyc.gov
  4. AI in Financial Services 2025: Striking the Balance Between Innovation and Regulation. RGP rgp.com

Comments

Questions, corrections, and links welcome. Be specific and civil.

  • Loading comments…