Module 1 · What is AI? 5 min read

What even is AI?

A friendly tour of what "AI" actually means, and what it doesn't.

The very short answer

AI stands for Artificial Intelligence. It’s a name we give to computer programs that can do things that feel like thinking, like recognizing your face in a photo, finishing a sentence for you, or recommending what song to play next.

The key word is feel. AI isn’t really thinking the way you do. It’s doing a very clever kind of pattern-matching.

A tiny analogy

Imagine you read every book in the world’s biggest library. Then someone says:

“Once upon a time, there was a brave little ____”

You’d probably guess dragon, bunny, or mouse. You’re not “thinking” hard, you’re just remembering what usually comes next in stories like this.

That’s what most of today’s AI does. It guesses what comes next based on a huge amount of stuff it has seen before.

AI is everywhere already

  • Your phone finds your friends in photos.
  • Apps suggest songs you’ll probably like.
  • Some cars can park themselves.
  • Chatbots help you with homework or write a poem.

All of these are “AI,” and most of them use the same basic trick: find patterns in tons of examples.

A word you’ll hear everywhere: “generative AI”

When the news says generative AI (“gen AI” for short), they mean a specific kind of AI: the kind that makes new stuff. New text, new pictures, new music, new code, new videos. ChatGPT is generative AI. Image makers like DALL·E or Midjourney are generative AI. A spam filter that just says “spam / not spam” is AI, but it’s not generative.

Almost everything this course is about, large language models, image generators, agents, falls under generative AI.

What AI is not

  • It’s not magic.
  • It doesn’t really know things, it learned patterns about things.
  • It doesn’t have feelings, even if it talks like it does.
  • It can be wrong, sometimes very confidently. (We’ll see this for real in Lesson 8.)

Quick check

  1. 1. What does 'AI' stand for?
  2. 2. What is the main trick most modern AI uses?
  3. 3. Which of these is true?
  4. 4. What is 'generative AI'?