LLMs Don't Understand — They Just Guess Really, Really Well
AI Knowledge Card Issue 01 · 5 Minutes to Understand the Essence of Large Models
Have you noticed that your phone's keyboard secretly guesses your next word as you type? You type "The weather today is", and it suggests "good". Large Language Models (LLMs) do the exact same thing — they just guess incredibly well.
Let's run an experiment. Feed an AI half a sentence: The sky is. It will almost certainly complete it with one word: blue.
The question is: Does it truly "understand" the sky? Or is it just guessing the most likely next word?
The answer is the latter. And understanding this is your first step to using AI effectively.
A Probability Fill-in-the-Blank Exercise
When the model sees The sky is, it doesn't "think about what the sky is." What it does is rapidly calculate a probability problem in its mind: What's the probability that the next word is blue? What about cloudy? Or falling?
The calculation might look something like this:
Then, it picks a word based on these probabilities and outputs it. Usually it's the highest-probability blue, but occasionally something else pops out.
It's that simple — no understanding, only probability.
Think of it like this: It's like someone who has read most of the internet, has a terrifyingly good memory, and is a master at "finishing your sentence." You say the first half, and based on "what usually follows this kind of phrase in the countless texts I've seen," it completes the second half.
The Origin of AI's "Temperament"
Once you accept that "it's just guessing the next word," many of AI's strange behaviors suddenly make sense:
Why is it so knowledgeable? Because it has seen vast amounts of text and can chime in on almost any topic.
Why does it confidently spout nonsense? Because it only cares about whether the continuation "sounds real," not whether it "is real." A smooth-sounding, plausible wrong answer is just a "high-probability good continuation" to it.
Why does it answer the same question differently each time? Because it's "drawing lots" based on probability, not looking up a dictionary. High-probability answers are often chosen, low-probability ones occasionally win.
"How You Ask" Matters More
Since AI guesses based on the beginning you give it, the beginning you give directly determines the direction of its guess. Take that half-sentence again. If you just throw The sky is at it, it might ramble on randomly, or even start writing a short story on its own. But if you make your request clear:
For example: Complete the sentence: The sky is
It will obediently complete it into a full sentence. See? You didn't change the model, you just changed the "beginning," and the result was completely different.
This is the starting point of Prompt Engineering — not some mystical incantation, but giving the model a good "guessing direction."
Remember in One Sentence
Large models are not knowledge bases; they are probability machines. Understanding this is why "how you ask" matters more than "what you ask."