← All Intro to AI lessons

Lesson 1 — What AI Assistants Actually Are

Hands-on · about 8 minutes.

Start by doing the thing yourself — no explanation yet. Read each phrase and pick the word you think comes next.

This activity needs JavaScript enabled. The lesson below still covers everything.

What you just did

You looked at some text and picked the most plausible word to come next. That is the entire job of an AI assistant.

Claude, ChatGPT, Gemini, and Copilot are all large language models (LLMs). An LLM is a program trained on an enormous amount of text. From that text it learned the patterns of language well enough to continue any piece of writing in a way that is usually sensible, relevant, and correct.

That is the whole trick: given everything written so far, the model predicts what should come next. It is not looking facts up in a database and it is not reasoning the way a calculator does. It is producing the most plausible continuation. Most of the time the most plausible continuation is also the correct one — but not always, and that gap is the single most important idea in this lesson.

Good at it, or not? You decide

For each task below, choose whether an AI assistant is reliably good at it. You will get instant feedback — guessing is fine, that is how you learn the pattern.

This activity needs JavaScript enabled. The lesson below still covers everything.

Why the misses happen

The tasks an AI struggles with are not random — they share a cause. A model predicts plausible text; it does not check that text against reality. So it fails in predictable ways:

None of this makes the tools unreliable — it makes them tools. You get the speed; you supply the judgment.

The main assistants you will hear about

ToolMade byTypical use
ClaudeAnthropicLong documents, careful reasoning, and coding.
ChatGPTOpenAIGeneral-purpose assistant, widely used.
GeminiGoogleGeneral-purpose, integrated with Google products.
CopilotGitHub / MicrosoftCode completion inside an editor.

They differ in detail, but the mental model in this lesson applies to all of them. Learn one well and you can move to any of them.

Quick check

This activity needs JavaScript enabled.

One sentence summary: an AI assistant predicts the most plausible next text — brilliant for drafting and explaining, but capable of being confidently wrong, so every answer needs a human check.

Next: How AI Predicts the Next Word →