What Exactly Is AI? It's Really Just Playing "Finish the Sentence"
Don't let the words "artificial intelligence" intimidate you. ChatGPT, DeepSeek, Doubao… whatever the name, what they do boils down to one thing: guessing the next word of your sentence. No background needed for this lesson — play two little games and it'll click.
Forget AI for a second. The three sentences below are all unfinished. Tap each one open and see whether the ending that pops into your head matches what most people say.
Pick an opening line and click "Let the AI continue". The box below is the multiple-choice question in its head at every step, slowed down for you. Two things to watch. First, it does not write one word at a time: "wonton" arrives as won + ton, "check-up" as check + - + up. That unit is called a token — sometimes a whole word, sometimes just a fragment of one; a later lesson covers how the pieces are cut. Second, the length of the bars: at some steps the preceding text all but forces its hand, at others you can watch it waver. Run the same opening a few times — where the bars are close, it doesn't always take the longest one.
You might ask: I get the sentence-finishing part, but the AI and I are having a back-and-forth conversation, aren't we? Actually, chat is just sentence-finishing in new packaging —
Why can it write essays?
It just finishes sentences at length, fluently. Give it an opening (a topic and requirements), and it continues token by token until a whole piece comes out.
Why does it spout nonsense?
It only cares whether a continuation sounds right, not whether it is right. A smooth-sounding falsehood beats a clumsy truth in its selection. This matters a lot — it gets its own lesson later.
Why different answers to the same question?
In the demo above it didn't always take the longest bar — where a few candidates are close in likelihood, it rolls a die weighted by those odds and wanders down a different fork of the sentence. At a step where one bar reaches 99%, any roll gives the same result, so the differences only ever show up where it was already wavering.
You may have heard that "AI gets even elementary-school math wrong". Now that you know about finishing sentences, you can solve this mystery yourself — it was never "calculating"; it's finishing sentences. Send it both of these problems and see how different the candidates in its head look.
✅ What this lesson wants to share with you
- AI = a super sentence-finishing machine: all it does is endlessly guess "what's the next token"
- Chat is just sentence-finishing repackaged: your message is the first half; it supplies the second half
- It has no thoughts of its own: what it has are language patterns distilled from oceans of text
- Its math relies on "memory", not "calculation": common problems are memorized cold; unseen ones get a plausible-looking guess
- Sounding right ≠ being right: the single most useful thing to keep in mind when using AI — next lesson digs in