Ethics & Safety Beginner

Fairness

The standard for whether AI treats people the right way

Key points
  • Fairness is about deciding "what counts as treating people right." That's a different layer from bias, which just measures whether something is tilted.
  • There's more than one definition of what counts as fair. Splitting things equally, giving more to whoever needs it, and matching outcomes all point to different answers.
  • Some of these definitions can't all be satisfied at once. Hit one exactly, and another is guaranteed to slip.
  • So fairness doesn't get settled by computation alone. A person has to choose what to prioritize and say so out loud, and that choice is part of the job.
  • Whatever gets chosen depends on the setting. A standard that was right for one service isn't automatically right for another.
Contents

1The analogy

It's a summer evening, one fan in the room, four people sitting in different spots. Where should it point to be fair?

Rotate it so everyone gets equal time, and that looks fair, except nobody stays properly cool while it's turning away from them. Point it straight at whoever's hottest, and that looks fair too, since it reached the person who needed it, except the other three barely feel a breeze. There's even a case for giving priority to whoever bought the fan, since ownership counts for something as well.

All three get called fair, and none of the four people in the room is being unreasonable. The trouble is that there's no way to honor all three at once, only ways to pick which one loses out. That's exactly where AI fairness gets hard.

2In detail

Bias is a fact, fairness is a judgment call

Bias is the observation that "this model's results lean one way." Measure it and a number comes out. Fairness is the question that follows: "is this much of a lean acceptable, and if not, which direction should it be corrected toward?" Measuring and deciding are connected, but they aren't the same job.

Blur that line and strange requests start showing up, like asking the tool that measures the lean to also "make it fair." A tool can tell you how far apart two groups are on some axis. Whether closing that gap is the right call is still something a person has to decide.

Put a thermometer in front of the fan and you'll learn exactly how many degrees each seat is. The thermometer won't tell you which seat deserves the breeze.

Fairness isn't just one definition

The first answer is matching outcome rates: fair means every group passes at roughly the same rate. The second looks at people who got the same verdict: fair means the actual outcome for people the model rated similarly should look similar across groups. Meaning: among everyone marked as a pass, the share who genuinely did well should be the same no matter the group.

The third answer looks at the direction of the mistakes: fair means the rate of wrongly rejecting someone who deserved to pass is even across groups. The fourth looks at individuals directly: similar people should get similar treatment.

All four sound reasonable, and each has people who back it. The trouble is that on the same data, these answers can point to different decisions.

Some of them can't all be satisfied at once

If the underlying rates already differ across groups, matching outcome rates guarantees the "same verdict, same result" measure will come apart. Fix that one instead, and the direction of the mistakes drifts apart next. Nailing one exactly forces another out of line, and it's a known result that satisfying all three at once is only possible in special cases, not as a rule.

So the real work isn't "make it fair." It's "choose what gets protected first." Where the cost of a wrongful rejection is high, minimizing missed cases usually comes first; where resources are being divided up, matching the rates usually comes first.

It's like the fan: rotating and staying fixed can't both happen at once. Not because there's no way to do it, but because a next step only becomes possible once something has been decided as more important.

Covering your eyes doesn't make it fair

The first idea that comes to mind is dropping the sensitive category entirely. But the remaining categories very often carry that same information anyway. Neighborhood, school, way of speaking, time of day someone logs in, all of these leak a little bit of the same signal. Drop the category and the model tends to land on a similar conclusion regardless.

Worse, dropping the category also removes any way to measure the lean. Checking whether one group is doing worse requires being able to tell that group apart in the first place. That's also the argument for keeping the information around under tight access, rather than deleting it, so it stays available for auditing.

Writing down what got chosen is part of the job

Fairness work is three steps: decide which axis to look across, measure how far apart things are on that axis, and choose which standard to prioritize, then write down that choice and why. Skip the last step and the first two are just numbers sitting in a drawer.

Writing it down makes two things possible: someone reaching a different conclusion can point to exactly where the disagreement is, and the choice can be reopened later once conditions change. Fairness isn't a setting you configure once and leave; it's a decision that keeps getting reopened.

3More precisely

The four views above have names. Matching outcome rates across groups is called demographic parity. Matching actual outcomes for the same verdict is called calibration. Matching the direction of mistakes is called equalized odds. Treating similar people similarly is called individual fairness. It's a mathematical result, not a matter of taste, that the first three can't all hold at once as long as the true rates differ across groups and the model isn't perfect, so picking one is unavoidable.

The analogy breaks down in one place: the fan room has four people, and who's hottest is visible to the eye. A real service has far more people, and which axis to even look across has to be decided first, often without anyone in the room to point at and say so. Whatever axis never gets chosen, its disadvantage never gets measured either. And a fan can be redirected on the spot the moment someone feels hot, while changing a trained model's standard means going back through the data and the process that produced it, which can take weeks rather than seconds.

4Try it yourself

5Common misconceptions

  • It's easy to think treating everyone identically is fair, but actually identical treatment starting from different starting lines just preserves the gap that was already there.

  • It's easy to think fairness is a problem technology can solve, but actually deciding what counts as fair comes first, and that choice doesn't come out of a calculation.

  • It's easy to think fairness, once set, stays fair, but actually a change in who's being served or in the setting means the standard has to be reconsidered from scratch.

7One-line summary

In shortFairness means choosing which of several kinds of fair to protect first and saying so out loud, and there's no answer that satisfies all of them at once.

Spotted an error or have a better analogy? Suggest an edit · Last updated2026-09-02