All articles
AI Explained 4 min read

What is generative AI, without the vocabulary that makes it sound like magic

One sentence explains the technology, and the same sentence explains almost every strange behaviour people run into. The confusion comes from the words we use, not from the machine.

Abstract two-tone geometric composition used as the article cover
Published
21 July 2026
Section
AI Explained

Here is the whole thing in one sentence. A generative model is a system trained on an enormous quantity of text, images or sound, which learns the statistical shape of that material well enough to produce new material of the same shape.

That is it. Everything else is consequence.

What happens when you ask it something

It is not looking anything up. There is no stored library of answers being searched, and no step where the system establishes whether an answer exists before offering one.

What happens instead is that your input sets a pattern, and the system produces the continuation that best fits that pattern, a fragment at a time. When you ask a question, a well formed answer is what fits the pattern of a question, so a well formed answer is what you get.

That single mechanism explains nearly every behaviour that surprises people.

It explains why the output reads well even when it is wrong. Reading well is precisely what was learned, and it was learned separately from being right.

It explains why a system can be confidently specific about something that does not exist. A plausible looking reference has the same statistical shape as a real one, and the shape is what is being produced.

It explains why asking twice can give two different answers. Generation involves a deliberate element of randomness, so the same input can take different paths through the same model.

And it explains why rephrasing a question sometimes changes the substance of the answer. A different phrasing is a different pattern, and a different pattern has a different best continuation.

Where the vocabulary misleads

We talk about these systems using words built for minds. A model knows something, thinks about a problem, understands a document, hallucinates a fact. Each of those imports a mental picture that does not fit what is happening, and the pictures cause real mistakes.

The most damaging is hallucination. It suggests a malfunction: an occasional glitch in a memory that is otherwise reliable, the way a person might misremember a date. But there is no memory to glitch. Producing text that fits the pattern is normal operation, and the process does not distinguish between the case where the pattern happens to match reality and the case where it does not. Both are the same operation, running correctly.

Once you hold that, the practical rule follows without effort. These systems are useful where a fluent, well shaped output is the goal and you supply or already hold the content. They need an external check wherever being factually right is the goal.

The words you will meet

Model. The trained system itself. Different models are trained differently and behave differently, which is why advice about one does not transfer cleanly to another.

Prompt. Your input. It sets the pattern, which is why phrasing has more effect than seems reasonable.

Token. The fragment of text the system works in, roughly a short word or a piece of one. Usage is usually counted in these rather than in words.

Context. How much material the system can take into account at once, including your prompt and its own output so far. Anything outside the context might as well not exist for that request.

Training data. The material it learned the shape from. It is not stored and searchable inside the model, which is why the model cannot reliably tell you where something came from.

Agent. A model wired up to take actions rather than only return text: calling tools, writing files, sending things. This multiplies both what it can do and what it can get wrong, because a mistake now has effects rather than just readers.

AGI. Artificial general intelligence, a hypothetical system able to handle any intellectual task a person can. It does not exist, there is no agreed test that would settle whether something qualified, and claims that it is imminent are as much claims about the definition as about any technology.

What this means for using one

If you take one thing from this, take the split between shape and content. These systems are extremely good at shape: structure, phrasing, register, format, plausibility. They offer no guarantee at all about content.

So they work when you are the one holding the content and you need the shape produced. They fail when you need the content itself and have no way to supply it or check it. Every practical rule about using these tools well is a restatement of that one distinction.

Get the next piece by email

One email when a new article is published. No tool of the week, no affiliate list, no forwarding of your address to anyone.