Using AI Responsibly

Weigh up privacy, accountability and honest use of AI tools.

  • Define and explain Using AI Responsibly in your own words
  • Use key terms such as machine learning accurately
  • Apply what you have learned to new examples and questions
  • Avoid the common mistakes learners make with this topic

This lesson focuses on Using AI Responsibly: weigh up privacy, accountability and honest use of AI tools.

Definition: Using AI Responsibly

Weigh up privacy, accountability and honest use of AI tools.

Key ideas

Humans stay responsible

An AI cannot be blamed: the people who build, deploy and rely on it answer for its mistakes. That means checking high-stakes decisions — medical, legal, financial — keeping humans in the loop, and being honest about when AI generated your work. Powerful tools demand careful owners.

Learning replaces hand-written rules

Nobody could write rules to recognise every cat photo, so instead a model is shown thousands of labelled examples and adjusts its internal numbers until it predicts well. This is training; the model's skill is then tested on new examples it has never seen. If it only memorises the training set — overfitting — it fails on anything new.

Key term — machine learning: A branch of AI where programs improve at a task by finding patterns in data, rather than by following explicitly programmed rules.

Worked example: Using AI Responsibly

You use an AI chatbot to draft your history essay. What is the responsible way to handle this?

Be honest that AI assisted you, check every fact yourself (AI can invent plausible-sounding errors), and make sure the final thinking and wording are your own.

Answer: Be honest that AI assisted you, check every fact yourself (AI can invent plausible-sounding errors), and make sure the final thinking and wording are your own.

Common mistakes
  • Trusting a high accuracy score without asking what it was tested on Correction: always ask whether the test data was balanced and representative — 98% on easy data can hide total failure elsewhere.
  • Assuming AI is neutral because maths is neutral Correction: models inherit the biases of their training data — neutrality must be tested for, never assumed.

Practice

What is the difference between traditional programming and machine learning?
Rules written by hand versus patterns found in data.

In traditional programming humans write explicit rules; in machine learning the program finds its own patterns by training on data.

Why does a model trained only on photos taken in daylight struggle at night?
Think about what patterns it has actually seen.

Its training data contains no night-time patterns, so it never learned the features of dark images — it can only recognise what it has seen.

A university uses AI to screen applications, trained on ten years of past admissions. Name one fairness risk.
What if past admissions favoured one group?

The model may learn to prefer applicants resembling past successful ones, entrenching old biases against under-represented groups.

What is overfitting, and how would you detect it?
Great on training data, poor on new data.

Overfitting is when a model memorises training examples instead of learning general patterns; it shows as high training accuracy but poor accuracy on unseen test data.

Quick check

Using AI Responsibly — quick check

Which of these best defines "machine learning"?

A branch of AI where programs improve at a task by finding patterns in data, rather than by following explicitly programmed rules.

True or false: removing names from training data guarantees a model cannot discriminate.

False — remaining details like postcode or school can act as proxies for protected characteristics, so bias can survive.
Key takeaways
  • Using AI Responsibly: weigh up privacy, accountability and honest use of AI tools.
  • Humans stay responsible: An AI cannot be blamed: the people who build, deploy and rely on it answer for its mistakes.
  • training data: The examples a model learns from — thousands of labelled photos, texts or records.
  • Watch out for: trusting a high accuracy score without asking what it was tested on