LearnAI
Module 14 · AI ethics, risks and responsibility (Pro) · Lesson 1/5
← Back to catalog
Task

AI Bias

Is there a risk of bias and what to do? Return JSON {"risk": "yes or no", "action": "what to do"}.

Unlock access to submit solutions for instant AI review.Start for free
Responsible AI
💡 A bit of theory

AI is not objective by default. The model learns from people’s texts - and along with the language, it absorbs our prejudices: gender, cultural, social. If in the data the doctor is more often “he” and the nurse “she”, the model will reproduce this stereotype. She is not “evil” - she simply reflects the statistics of the data. The danger is that the biased conclusion appears neutral and authoritative. Therefore, in sensitive decisions (hiring, loans, evaluating people), you cannot blindly trust AI: check the result for bias, set explicit fairness rules, keep the person in the loop.

How it's graded · passing score 70

  • 1Valid JSON without text around it30%
  • 2There are fields risk and action35%
  • 3There is a risk; need control of bias and human35%
Your promptClaude ⌄