What AI Actually Is (And What It Is Not)
Why this matters
AI is everywhere: phones, games, and school tools. If you do not know what it is, you can be fooled by hype or fear. Knowing the basics helps you use it well and spot when someone is overselling it. It also helps you ask better questions about privacy and fairness.
The big idea on one slide
AI is software that learns patterns from examples, not a thinking brain.
- It finds patterns in data, like a spam filter learning which emails are junk.
- It does not understand meaning; it predicts based on what it has seen.
- It can be wrong, biased, or make things up, so you must check its work.
How it actually works
AI is a program that takes input and produces output. Think of a student who studies many flash cards, then guesses answers on a test. The student does not know why the answer is right. They just match patterns.
Training is showing the AI many examples with labels. It is like teaching a dog to sit by giving a treat when it sits. The dog learns the command, not the idea of sitting.
Most AI today is narrow. It does one task well, like recommending videos. General AI, which could do any task like a human, does not exist yet. Narrow AI is a calculator; general AI would be a whole math teacher.
AI is not magic. It is math and statistics at a large scale. It is like a weather forecast: a prediction based on past data, not a promise. You should check its output before you trust it. For example, a navigation app predicts traffic from past trips. It does not know about a sudden accident.
Slide-by-slide talking points
Slide 1: The hook
- Have you ever unlocked your phone with your face?
- That is AI, but it is not thinking like you.
- Today we will see what AI really is under the hood.
Slide 2: The big idea
- AI is software that learns patterns from examples.
- It is not a brain and it does not understand.
- It predicts, and sometimes it predicts wrong.
Slide 3: How it works
- You give the AI many examples with correct answers.
- It finds patterns that connect the examples to the answers.
- Then it uses those patterns to guess on new examples.
Slide 4: A worked example
- Imagine teaching a computer to tell cats from dogs.
- You show it 100 cat photos and 100 dog photos.
- It learns edges, shapes, and colors, then guesses on a new photo.
Slide 5: The takeaway
- AI is a powerful pattern-finding tool, not a mind.
- Use it for boring, repeated tasks, but check its output.
- Ask: what examples did it learn from, and can I trust it?
Worked example
Let us build a simple spam filter. You have 10 emails. Five are spam, five are not. You show the AI words like “free” and “win”. It counts how often these words appear in spam versus normal email. For a new email, it checks for those words. If “free” appears four times in spam and zero times in normal email, the AI gives a high score. It might say 80 percent chance of spam. But a friend might write “free pizza”, and the AI flags it. So you check before deleting. First, the AI counts word frequencies. Second, it compares them to the spam and non-spam averages. Third, it sets a threshold for flagging.
Try it this week
Use Google’s Teachable Machine. It is a free website. In 10 minutes, train a model to tell two objects apart, like a pen and a phone. Show it examples using your webcam. Then test it with a new angle. Notice how it fails when the lighting changes. If you do not have a webcam, use image files from your computer.
Question for the room
If AI learns from examples, who is responsible when it makes a mistake? The point is that responsibility stays with humans who choose the data and use the output. Think about a doctor using AI to read X-rays.
Words to know
- AI (Artificial Intelligence) – software that performs tasks that usually need human intelligence, like recognizing faces.
- Machine learning – a type of AI where the computer learns patterns from data instead of being told every rule.
- Training data – the examples you show the AI so it can learn.
- Model – the pattern-finding system that results from training.
- Bias – when an AI makes unfair decisions because its training data was not balanced.
Go deeper
- Elements of AI — a free online course that explains AI without maths
- Crash Course: Artificial Intelligence — a video series on AI basics
- Google's Machine Learning Crash Course — a free course with interactive lessons
- The Transformer Explainer — watch the machinery behind a chatbot answer, one step at a time