One of the most confusing things about modern AI is that the same model can give completely different answers to what appears to be the same question. Ask it one way and you get a detailed explanation. Ask it slightly differently and the tone changes. The structure changes. Sometimes even the conclusion changes.
At first, this feels strange. If the model “knows” something, shouldn’t the answer remain the same? Not necessarily. Because large language models don’t work quite the way most people imagine.
The Response Doesn’t Exist Yet
When people interact with AI, it’s easy to picture a hidden answer sitting somewhere inside the model waiting to be retrieved. You ask a question. The model finds the answer. Then returns it. But that’s not really what’s happening. The model generates responses one piece at a time.
A token.
Then another.
Then another.
Each new token is chosen based on everything that came before. Your input, the conversation history, and the tokens the model has already generated. The response is not retrieved. It’s constructed. Moment by moment.
Prediction All The Way Down
The deeper you look, the stranger this process becomes. The model doesn’t generate an entire paragraph at once. It predicts a single next token. Then it predicts the next one. Then the next. Over and over again.
What feels like a coherent answer is actually the result of thousands of tiny prediction steps chained together. And every step depends on context. That detail matters enormously. Because if the context changes, the predictions change too. And once the predictions change, the entire response can take a different path.
Context Is The Real Input
I think one of the biggest misconceptions about AI is the idea that prompts are simply instructions. They’re more than that. A prompt creates context. And context determines which patterns become relevant.
Consider these two requests:
Explain gravity.
And:
Explain gravity to a five-year-old using a simple analogy.
The topic is identical: Gravity. But the context is completely different. The second prompt introduces:
- an audience
- a tone
- a teaching style
- a level of complexity
Those constraints change what the model predicts next. Not because it consciously chooses a different strategy. But because different patterns become more likely.
A Small Change Can Create A Different Path
This helps explain why wording matters so much. The model isn’t interpreting instructions and then executing a plan. It is continuously predicting what comes next based on the exact sequence of tokens it sees. A small change at the beginning can alter the probabilities of early predictions. Those early predictions influence later predictions. Which influence later ones still. The effect compounds.
A slightly different starting point can lead the response down an entirely different path. Much like changing the first turn on a road trip. The destination may end up somewhere else entirely.
The Model Doesn’t Have Opinions
Another misconception is that AI systems hold stable beliefs.
People often ask: Why did the model contradict itself?
But contradiction becomes much less surprising once you understand how generation works. The model is not consulting a fixed set of opinions. It is responding to the context currently in front of it.
Ask: What are the risks of artificial intelligence? And it will likely produce concerns.
Ask: Write a persuasive argument explaining why artificial intelligence is completely safe. And it will likely generate the opposite perspective.
Not because it changed its mind. But because the context changed. And the context shapes the continuation.
The Hidden Power Of Prompts
This is also why prompting is so powerful.
Every instruction.
Every example.
Every constraint.
Every formatting request.
Becomes part of the context the model uses to make predictions. If you ask vaguely, the model has fewer signals to work with. If you ask clearly, the space of possible continuations becomes much narrower. You’re not programming the model. You’re shaping the environment in which its predictions occur.
And surprisingly often, that makes all the difference.
The Bigger Lesson
The deeper I look at language models, the less they feel like question-answering systems. And the more they feel like context engines. They don’t simply react to questions. They respond to the entire situation created by the text in front of them.
Every word contributes.
Every example contributes.
Every instruction contributes.
Together, they create a context that guides what happens next. Which means interacting with an AI is not really about asking the perfect question. It’s about creating the right context. Because the quality of the answer often depends less on what the model knows and more on the path you guide it toward.
And that path begins with the prompt.
