A Text Message in Wales
Last summer I was camping in Wales. Sunny coast, fresh air, about as far from a city as you can reasonably get on a British weekend. My phone buzzed. A text from my bank — an automated alert. My credit card may have been compromised.
I called the bank hotline. Sure enough, while I was sitting by the Welsh coast, my card was apparently having a very different kind of day. Someone had just spent £150 at a noodle bar in London.
£150. At a noodle bar. Who eats that much?
It was fraud. But here’s the part that stayed with me. My bank didn’t catch it because a human spotted something suspicious. They caught it because a system had been quietly watching — not just my transaction, but the pattern of it. My location. My usual spending habits. The gap between where I was and where my card suddenly appeared. The amount. The time. The type of merchant.
No rule said flag this transaction. The data said it.
That moment — sat in a field in Wales, grateful for an automated text message — is what this series is about. Machine learning isn’t a lab experiment or a boardroom buzzword. It was working for me on a campsite, in real time, without me ever thinking about it.
It’s closer than you think.
Machine Learning — It’s Not What You Think
We’ve been programming computers for decades. You tell it what to do, it does it. Simple. A calculator adds numbers because a programmer wrote the rule: take this input, apply this operation, return this output. The logic is explicit, predetermined, and entirely human-authored.
Machine learning breaks that contract.
Instead of writing rules, you feed the system data — lots of it — and let it figure out the patterns itself. The output isn’t driven by what a programmer anticipated. It’s driven by what the patterns the data reveals. The programmer’s job shifts from writing the answer to building the environment where the answer can be discovered.
Think of it this way. If you wanted a traditional program to identify a cat in a photo, you’d have to write rules: four legs, pointy ears, whiskers, tail. But what about a cat curled into a ball? Or half-hidden behind a sofa? The rules break down almost immediately. There are too many variables, too many edge cases. No programmer can anticipate them all.
Machine learning takes a different path. Show it ten thousand photos of cats — and ten thousand photos of things that aren’t cats — and it learns to recognise the difference itself. Not because anyone told it what a cat looks like, but because the data did.
This is the fundamental shift. In traditional programming, logic drives output. In machine learning, data drives output. And that single distinction changes everything about how we build software, what problems we can solve, and — as we’ll explore throughout this series — how quietly and completely it has already woven itself into everyday life.
(If you’ve been following our [Data series], you’ll recognise a familiar theme here: data isn’t exhaust. It’s the raw material. In machine learning, it’s more than that — it’s the teacher.)
Teaching Machines — With and Without a Cheat Sheet
Not all machine learning works the same way. At its core, there are two broad approaches — and understanding the difference helps explain why ML can tackle such a surprisingly wide range of problems.
Supervised Learning: Learning with a Cheat Sheet
In supervised learning, the machine is trained on data that has already been labelled. Someone — or something — has done the groundwork of tagging the answers before the learning begins.
Think of it like a student revising with a marked answer sheet. The model sees thousands of examples where the correct answer is already known, learns the patterns that connect inputs to outputs, and then applies that knowledge to new, unseen data.
Spam filters are a classic example. Years of emails labelled spam and not spam have trained models to recognise the telltale patterns — certain words, unusual senders, suspicious formatting — before a single message reaches your inbox. You never see the decision being made. You just find the junk mail already sorted.
The same principle powers fraud detection on your bank account, product recommendations on Amazon, and the autocorrect quietly fixing your typos as you type.
Unsupervised Learning: Finding Patterns Nobody Labelled
Unsupervised learning starts with no cheat sheet at all. The data arrives unlabelled, and the model’s job is to find structure within it — groupings, patterns, anomalies — without being told what to look for.
This is where things get interesting. Rather than confirming what we already know, unsupervised learning can surface things we didn’t expect.
When Spotify groups listeners into taste clusters — not by genre, but by nuanced listening behaviour — nobody sat down and defined those clusters in advance. The model found them in the data. The same happens when retailers segment their customers, not by demographics they collected, but by purchasing patterns the data itself revealed. The insight emerges from the data rather than from a human hypothesis.
Reinforcement Learning: Learning by Doing
There’s a third approach — and it works nothing like the other two.
Reinforcement learning doesn’t use labelled data, and it doesn’t mine an existing dataset for hidden patterns. Instead, it learns through trial and error, in real time, guided by reward and consequence. The model takes an action, observes the result, and adjusts its behaviour to maximise a reward signal over time.
It’s closer to how humans learn a skill than how we study for an exam. A child learning to ride a bike isn’t handed labelled examples of successful balance. They fall, adjust, try again, and gradually internalise what works. Reinforcement learning follows the same logic — just at machine speed and scale.
The most famous examples involve games. DeepMind’s AlphaGo didn’t study a rulebook and wasn’t shown the right moves. It played millions of games against itself, learning which strategies led to victory and which didn’t. The result was a system that defeated the world’s best human players using approaches no human had considered.
But reinforcement learning isn’t confined to games. It’s how autonomous vehicles learn to navigate complex traffic scenarios, how robotics systems develop precise physical movements, and — closer to home — how recommendation engines quietly refine themselves based on what you watch, skip, pause, or replay. Every interaction is a signal. Every signal shapes the next decision.
Why it Matters
Supervised learning is powerful when you know what you’re looking for. Unsupervised learning surfaces what you didn’t know to look for. Reinforcement learning figures out how to act in a world where the right answer only becomes clear over time.
Most sophisticated ML systems draw on all three. And as we’ll see in the sections ahead, these approaches combine in ways that have quietly reshaped the texture of everyday life.
(In our [Data and AI series], we explored how raw data becomes usable through transformation and engineering. Here, that refined data becomes the curriculum — the material from which machines learn.)
Closer Than You Think
Here’s the thing. You don’t need to understand any of this to already be living with it.
This morning, before you’d even had a coffee, machine learning was already at work. Your phone unlocked when it recognised your face — supervised learning, trained on thousands of facial images. Your music app queued something you hadn’t heard before but somehow knew you’d like — unsupervised learning, grouping your taste with people you’ll never meet. And the route your maps app chose to avoid that unexpected roadblock? Reinforcement learning, continuously updated by millions of live journeys happening in parallel.
No rules were written for any of those moments. No programmer anticipated your face, your mood, or that particular stretch of roadwork. The data did the work.
That’s machine learning in everyday life. Not a distant technology. Not a lab experiment. Something already woven into the small, unremarkable moments that make up your day — quietly learning, adapting, and improving, whether you notice it or not.
In the posts ahead, we’ll pull back the curtain on more of those moments — and start to explore what happens when the same principles scale from your pocket to the enterprise.

Leave a Reply