Lesson 1 / 5
Lesson 1 — What is an AI language model, really?
Level: none yet — this is your first step.
The idea in one picture
Imagine a colleague who has read half the internet — millions of books, articles, and conversations. Enormously well-read. But: they finished reading a while ago, they have never seen your company’s files, and they have no idea what happened yesterday.
That colleague is an AI language model (an “LLM”). ChatGPT, Gemini, and the agent you will meet in this course are all built on one.
What it actually does
A language model does one thing: it predicts what text should come next, based on everything it has read. When you ask “What is the capital of France?”, it does not look up the answer in a database. It continues the conversation the way a well-read person plausibly would — and because it has read so much, the continuation is usually right.
This explains both its superpower and its weakness:
- Superpower: it can draft, summarize, translate, explain, and rephrase almost anything, instantly.
- Weakness: it always answers in a confident, fluent tone — whether or not it is correct. Fluency is not accuracy.
A concrete example
Ask a model: “Summarize this email in three bullet points” and paste the email — you will get an excellent result, because everything needed is right there in front of it.
Ask it: “What did my company decide at last week’s meeting?” without giving it anything — and it will either admit it does not know, or worse, invent a plausible-sounding answer. It was not at the meeting. It has not read your files. It only knows what you show it.
The one rule to remember
The model is brilliant with what you give it, and blind to what you don’t.
Everything else in this course builds on that rule.