AI bias

AI bias is systematic skew in an AI system’s outputs that reflects prejudices or imbalances in its training data or design. A machine learning model learns the statistical patterns in the data it is shown, so any skew in that data is learned, repeated, and often amplified in the model’s behavior.

The clearest source is the training data itself. Data collected from the internet – the raw material for most large language models and many computer vision systems – carries the full range of human prejudice: racist, sexist, and violent speech, and narrow cultural perspectives drawn from the demographics that produce most online content. A model trained on that data will replicate those prejudices in its outputs, as generative AI systems have repeatedly demonstrated.

A simpler illustration shows how bias arises even without malice. Imagine an image classifier trained on six red cars and six white vans. With so few examples, the model may learn that colour is what separates the two classes, rather than shape. It will then misclassify a white car as a van and a red van as a car – not because it is prejudiced, but because its training data conflated an irrelevant feature with the real one. The fix is twofold and scales: correct the bias in the training data by providing more varied examples, and give the model feedback when it misclassifies so it refines its decision-making. The same logic – more representative data plus corrective feedback – underpins work to debias natural language processing systems trained on human text.

Bias is not just a data problem. It shapes real decisions. Models trained on financial and social profiles influence loan approvals, mortgages, and which advertisements people see. When an automated system decides who gets credit or housing, bias in the model becomes bias in people’s lives. That is why AI constitutionalism and emerging AI regulation both press for transparency and explainability: people affected by automated decisions need to be able to inspect, challenge, and understand them.

See also