Why does the AI give unfair answers when nobody programmed it to be unfair?
The AI learned patterns from a huge pile of training examples. If that pile was uneven, meaning mostly one kind of person, one kind of story, one kind of country, the AI copies that uneven pattern into its answers. Nobody wrote a rule saying 'be unfair'. The unfairness was already sitting in the data, and the AI absorbed it wholesale.
Can I just ask the AI to 'be fair'?
It helps a little, sometimes. But because the bias is baked into the patterns the AI already learned, polite instructions cannot fully remove it. Proper fixes need different training data, mathematical fairness constraints at output time, or a person checking the answers afterwards. The sections on hiring bias and the COMPAS court case make this concrete for older year groups.
Do bigger AI models have less bias than smaller ones?
No, and often the opposite. Bigger models are trained on more data, so they absorb more of the internet's uneven patterns and reproduce them more fluently. Fluency is not fairness. A larger model with the same skew in its training pile can produce more confident biased answers, not fewer. Reducing bias needs different data or fairness constraints, not simply more parameters.
Does training an AI on 'diverse' data eliminate bias?
Diversity in the training data helps but does not solve the problem. Some biases live in how the data was collected, labelled, or categorised, not in who is represented. A dataset of equal photos from every country can still carry the biases of the photographers who took them. Fixing bias needs work on collection, labelling, model design, and human review, not just headcount.
Can bias in AI be measured objectively, or is it always contested?
Both. Some biases are measurable with clear numbers, for example whether a hiring tool passes qualified female applicants at the same rate as qualified male applicants. Other biases sit in framing, tone, or which questions the AI treats as reasonable. Those are harder to reduce to a metric and often turn on value judgements the maths cannot settle. Numbers help but rarely finish the argument.
Is bias in an AI system the same as bias in a search engine?
Related but different. A search engine's bias sits in which pages it ranks first, and you can compare rankings, click through, and see the sources. An AI's bias sits in generated text that never existed before, so there are no source pages to inspect. Both reflect uneven data, but the AI hides its footprints in ways a search results list does not.
If humans are biased too, why is AI bias treated as a bigger problem?
Scale and speed. A biased human hiring manager sifts a few hundred CVs a year, and their reasoning can be challenged in person. A biased AI sifts millions of CVs a day, at the same skew every time, with no reviewer available to argue back. The same underlying bias becomes a much larger social harm once it is embedded in an automated pipeline.
What are the main types of bias in AI, and are they treated differently?
There are several. Sampling bias happens when the training data over-represents some groups. Labelling bias happens when the humans who annotate the data carry their own assumptions. Measurement bias happens when the metric itself favours one group. Deployment bias happens when a model trained in one context is used in another. Each type needs a different remedy, so naming the type matters.
How do AI developers actually try to remove bias from a model?
Three broad approaches. Curate the training data before training, so under-represented groups get more presence and stereotyped content gets less. Add fairness constraints during training, so the model is penalised for producing skewed outputs. Filter or rewrite the output at use time, so obviously biased answers are caught before they reach the user. Each approach helps a little; none is a full fix.
Why does the same AI give biased answers in some languages but not others?
Because the training data is uneven by language. English makes up a huge share of the internet text these models learn from, so English answers get the widest, most-checked coverage. Answers in less-represented languages draw from thinner data, so stereotypes and errors that were smoothed out in English still poke through. The bias is not new; it is the same bias with less cover.
Does an AI's bias change over time, or is it fixed once trained?
The core bias is fixed at training time and only changes when the model is retrained or fine-tuned. However, the same trained model can produce different answers over time as the company adds safety filters, updated system prompts, or reinforcement-learning tweaks on top. Users notice these surface changes and assume the model 'learned'. It did not learn; it was quietly re-tuned.