What is AI?1/10
0 XP

Understanding AI

What is AI?

Recipes vs chefs, five moments of history, and how a machine learns — like riding a bicycle.

16 min · 10 steps

Reading · step 1 of 10

A recipe vs an experienced chef

This lesson answers one question: what is AI, really? No coding yet — that starts soon. The goal isn't to memorise definitions; it's to understand AI well enough to use it with good judgement. Read it once for the story.

Think of a recipe. It never changes — same ingredients, same steps, same dish, every single time. That's how an ordinary app works: a programmer writes exact rules, and the app just follows them.

Now think of an experienced chef. She has cooked thousands of dishes. Hand her a vegetable she's never used before, and she doesn't panic — she judges it "by feel," using everything she's tasted before. That's closer to how AI works. Instead of following fixed rules, it looks at a huge number of examples and works out the pattern for itself — then uses that pattern to make a good guess about something new.

Artificial Intelligence (AI) is software that does jobs which normally need a human — noticing things, understanding language, predicting, deciding, or creating. The important word is learns: it isn't told every rule, it works patterns out from examples.

Rules vs feel
Figure 1. A recipe never changes. A chef who has cooked 1000s of dishes judges each new one by feel — that's the difference between rules and AI.

Here's the difference side by side:

An ordinary appAn AI system
Follows exact rules a human wroteLearns a pattern from many examples
Same input, same output, alwaysHandles new, messy situations sensibly
To fix it, a human rewrites the ruleTo improve it, you give it better examples

Nearly everything AI does is one of three things:

  • Perceive — make sense of a photo, a voice note, or a page of text.
  • Predict — guess what happens next (traffic, a cricket score, the next word in a sentence).
  • Generate — create something new: an essay, a picture, or the code for an app. This is the one you'll build with.

One more thing to get right: today's AI is a specialist, not the all-knowing robot from the movies. A chess AI only plays chess. A chat AI only chats. This is called narrow AI — brilliant at one job, useless at everything else. The AI that "knows everything and thinks for itself" doesn't exist yet — that's science fiction, called general AI.