AI Literacy

Machine Learning, Explained Simply

Machine learning explained simply: systems that learn patterns from examples instead of fixed rules, using a spam filter as the familiar anchor.

By Alex ScrivenParents11 min readUpdated July 2026

Quick answer

Machine learning is a way of building computer systems that learn patterns from examples, rather than being told exact rules to follow. Instead of a programmer writing "if the email contains these ten words, mark it as spam," a machine learning system is shown thousands of real emails already labelled spam or not-spam, and it works out its own patterns for telling them apart. The more good examples it sees, the better its pattern-matching becomes. That single idea - learning from examples instead of following fixed instructions - is the difference between old-style software and almost every AI tool your family already uses, from a spam filter to a streaming recommendation to the technology behind ChatGPT. You do not need any maths to understand the concept. You need one sentence: machine learning learns from examples; traditional programming follows instructions.

Learning from examples, not rules

The clearest way to see the difference is to compare how each approach would build the same tool - say, something that decides whether an email is spam.

A traditional, rule-based program is written by a human who thinks of every rule in advance: flag emails with certain words, flag emails from certain senders, flag emails with too many exclamation marks. It only catches what the human thought to write a rule for, and spammers quickly learn to dodge the exact rules.

A machine learning system is shown a large number of real emails, each already labelled spam or not-spam by humans. It looks for patterns across all of them - patterns no human explicitly wrote down, and often patterns no human would have thought to look for - and builds its own internal sense of what spam tends to look like. Show it a new, unlabelled email, and it applies that learned pattern to make a call. Get it wrong sometimes, get corrected, and the pattern adjusts.

Two familiar examples your family already uses

  • A spam filter. Learns from millions of emails already sorted by humans, and gets better the more feedback it receives - including, often, when you personally mark something as spam or not.
  • A streaming recommendation. Learns from what you and people like you have watched, not from a human writing "if you liked X, suggest Y" for every possible pair of shows. The pattern comes entirely from the data.

Both are quiet, unglamorous machine learning, running in the background of ordinary apps long before "AI" became a headline word. The generative tools your teenager uses for homework - covered in full in what generative AI actually means in plain English - are built on the same core idea, scaled up enormously and pointed at generating new content instead of sorting existing content.

How this differs from "programmed" behaviour

Traditional programmingMachine learning
How it's builtA human writes exact rulesA system learns patterns from labelled examples
What it's good atTasks with clear, stable rules, like a calculator or a login checkTasks too complex or fuzzy for fixed rules, like spotting spam
How it improvesA human rewrites the rulesThe system is shown more or better examples
What can go wrongIt misses anything the rules didn't anticipateIt repeats patterns in its training examples, including biased ones

Neither approach is "better" in every case. A calculator should be rule-based - you want it to follow exact instructions every time, with zero learned guesswork. A spam filter or a language tool needs machine learning, because the patterns are too complex and too fluid for a human to write out by hand.

Why the examples matter more than the algorithm

The most important practical fact about machine learning, for a parent, is this: the system is only as good as the examples it learned from. If the training examples are unbalanced, outdated or reflect human bias, the learned patterns will reflect that too - not because the system is malicious, but because it has no way to know its examples were skewed. This is the seed of most of the fairness concerns you may have read about in AI systems: the pattern-matching is doing exactly what it was trained to do, on exactly the data it was given.

For a family, the practical upshot is the same instinct that works everywhere else in AI literacy: a confident-sounding pattern-match is not the same as a verified fact, and knowing that a tool "learned from examples" rather than "followed fixed rules" is a useful clue about where its blind spots are likely to sit.

Common misunderstandings worth clearing up

  • "Machine learning" and "AI" are not different technologies. Machine learning is the dominant technique inside the broader field of AI, not a separate, competing thing.
  • It doesn't require a teenager to understand maths first. The concept - learning from examples instead of fixed rules - is intuitive and can be taught in one household conversation.
  • A machine learning system doesn't "understand" what it's doing, any more than a spam filter understands what an email means. It recognises patterns, which is powerful but different from comprehension.
  • More data isn't automatically better data. A large but skewed set of examples produces confidently skewed patterns - quantity does not fix a biased sample.

The bigger picture of where this fits into your teenager's education, from foundational literacy through to building AI systems themselves, is set out in our pillar guide to AI education for teenagers in Australia.

The recommendation: teach your teenager the one clean sentence - machine learning learns from examples, traditional programs follow rules - and use the spam filter or the streaming recommendation as the concrete anchor when the concept feels abstract. That single distinction explains why AI tools are powerful, why they sometimes get things wrong in patterned ways, and why the quality of what they learned from always matters more than how clever the underlying algorithm sounds.

Frequently asked questions

Written by

Alex Scriven

Alex Scriven writes for Edison AI Insights on learning design, assessment and what evidence-based AI education looks like in practice.

Published by Edison AI Academy · About the academy

Learn AI the Edison way, with judgement built in.

Edison AI Academy teaches ambitious Australian students to think, build, and lead with AI through structured, project-based, responsible education.

Next step

Find out where to begin.

We will recommend the right pathway based on individual student's unique interest, skills and ambitions.