Addaly is in open beta. Things will change, and AI answers can be wrong — check anything that matters.

Where bias comes from

AI, Safety and What Goes Wrong · lesson 2 of 8 · 9 min

"The AI is biased" is true and nearly useless, because it does not say where the bias entered. There are at least four doors, and they need different responses.

Door one: the world was unequal, and the data recorded it

A model trained on twenty years of hiring decisions at a company where engineering was 90% men learns that engineers look like men. It is not making an error. It is describing the past accurately. The problem is that you asked it to predict the future.

This is the hardest kind, because the data is not wrong. Amazon abandoned an internal CV-screening tool in 2018 after finding it downgraded CVs containing the word "women's", as in "women's chess club captain". Nobody put that rule in. It was learned from what past success had looked like.

Door two: who is in the data at all

A skin cancer detector trained mostly on light skin does worse on dark skin. A voice assistant trained mostly on American and British English does worse on Nigerian, Scottish, Telugu-accented or Filipino English. Speech recognition studies have found error rates roughly twice as high for Black American speakers as for white speakers on the same words.

This is a sampling problem, and it is the most fixable of the four. You can go and collect the missing data. It costs money, which is why it often does not happen.

Door three: what you chose to measure

A famous US healthcare algorithm ranked patients for extra care using past healthcare spending as a stand-in for how sick you are. Reasonable on its face. But Black patients had historically had less money spent on them for the same illness, so at any given level of real sickness they scored as healthier. Researchers found that at a given risk score, Black patients were considerably sicker than white patients. Fixing the target variable — predicting illness directly rather than cost — cut the gap sharply.

Nobody was malicious. Someone picked a convenient proxy. That is the whole story, and it repeats constantly, because the thing you care about is usually hard to measure and something correlated with it is sitting right there in the database.

Door four: how the output gets used

A model outputs a probability. A human turns it into a yes or no by picking a cutoff. Where you put the cutoff decides who gets hurt. Set it to catch more fraud and you falsely accuse more innocent people. Set it to accuse fewer innocents and you miss more fraud. There is no setting that avoids the choice — and the choice is a policy decision, not a technical one, however much it looks like a number in a config file.

Why "just remove the bias" is not a plan

The obvious fix is to delete the sensitive field. Do not ask for gender, caste, race, religion. Then the model cannot discriminate.

It can. Postcode encodes race and caste in most countries. Name encodes religion and ethnicity. School attended encodes class. Height and weight partly encode sex. A model with enough other variables reconstructs the one you removed — this is called *proxy discrimination*, and removing the protected field mainly removes your ability to *detect* the problem. You now cannot even measure the gap you created.

The deeper trouble is that "fair" has several definitions that are mathematically incompatible. Should the same score mean the same risk for every group? Should the error rates be equal across groups? Should the acceptance rates be equal? Except in unusual cases you cannot have all three at once. This is a proven result, not an engineering shortfall.

So bias work is not removal. It is: measure the gaps, decide which fairness definition your situation demands, accept what that costs you elsewhere, and write down why. That last part — the writing down — is what makes it reviewable by someone who is not you.

Before you move on

A lending team removes caste, religion and gender from its model inputs and reports that the model is now fair. Six months later, approval rates still differ sharply by community. What best explains this?

Pick the one you would defend. Nobody sees your answer.

No ads. No data sale. No public scores on people. Ever.

© 2026 Addaly