Part 01

What is AI and why does it matter?

A plain-English introduction to artificial intelligence — what it is, where it shows up, and why learning it matters right now.

Start with a story

Maria works as a nurse. Her hospital recently introduced a system that reads patient test results and flags which patients might deteriorate in the next 12 hours. It’s right about 85% of the time — better than any individual clinician reviewing the same data.

No one programmed that system with rules like “if glucose > 180 and blood pressure < 90, flag as high risk.” Instead, it learned those patterns from millions of past patient records.

That’s AI.

What AI actually is

Artificial Intelligence is software that learns from examples rather than following hand-written rules.

Classic software: someone writes if it rains, take an umbrella.

AI software: you feed it years of weather data, and it figures out the patterns itself.

The term covers a spectrum — from simple spam filters to large language models that can write essays. What they share: pattern learning from data.

Where AI already is

You encounter AI dozens of times a day:

Why it matters now

Three things converged in the last decade:

  1. Data — the internet created more data than ever before
  2. Compute — GPUs became cheap enough to train large models
  3. Algorithms — researchers found architectures (like transformers) that actually work

The result: AI went from academic research to infrastructure powering real products.

Who this series is for

You don’t need to be a programmer. You don’t need a maths degree. You need curiosity and the patience to build mental models.

By Part 7 you’ll understand what AI can do, what it can’t, and how to think about it clearly.

Next part coming soon

Come back to read all parts in the series.

← Back to series