Lesson 1379 of 1455
AI and How LLMs Actually Work (No Math Required)
ChatGPT predicts the next word — that's the whole secret. Once you get this, AI stops being magic.
Builders · AI Foundations · ~4 min read
The big idea
Large Language Models (LLMs) like ChatGPT do one thing: predict the next word, over and over. They learned by reading huge amounts of internet text and getting good at the guess. They don't 'know' or 'understand' — they pattern-match. Once you get that, you understand why they hallucinate and why prompting works.
Some examples
- ChatGPT picks the next 'token' (word/piece) based on probabilities.
- No 'thinking' happens — just very fast pattern-matching.
- Trained on trillions of words, mostly internet text.
- This is why AI invents stuff: it's predicting plausible text.
Try it!
Ask ChatGPT: 'Finish this sentence: The cat sat on the ___.' It picks 'mat'. That's the whole AI in one example.
Key terms in this lesson
Practice this safely
Try this with a school, hobby, or family example where the stakes are low. Use the AI output as a draft you can question, not as the final answer.
- 1Ask AI to explain LLM in plain language, then underline anything that sounds uncertain or too broad.
- 2Give it one detail from "AI and How LLMs Actually Work (No Math Required)" and ask for two possible next steps plus one reason each step might be wrong.
- 3Check prediction against a trusted source, teacher, adult, expert, or original document before you use it.
End-of-lesson quiz
Check what stuck
8 questions · Score saves to your progress.
Lesson help
Questions are best handled with a grown-up here.
For this age range, Tendril keeps freeform AI chat paused until parent/guardian consent and child-safe moderation are fully verified. Use the quiz, notes, and related lessons below, or ask a parent, guardian, teacher, or librarian to work through the question with you.
Progress saved locally in this browser. Sign in to sync across devices.
Related lessons
Keep going
Builders · 30 min
Tokens and Embeddings: How AI Reads Words
AI does not read letters. It reads tokens, which live as vectors in a space of meaning. Learn how text becomes numbers you can do math on.
Builders · 22 min
The Mind-Boggling Scale of Modern Training Data
When we say trillions of tokens, we mean it. Let's make these numbers feel real with comparisons you can actually picture.
Builders · 40 min
What a Token Actually Is (And Why It Matters for Your Prompts)
AI doesn't read words — it reads tokens. Knowing the difference makes you a better prompter.
