AI for Beginners
✦ May 2026

What's an LLM and why should I care?

By Danielle Seymour · 4 min read

Previous What actually IS AI? Next Which AI should I use?

LLM stands for Large Language Model. This is the thing powering ChatGPT, Claude, Gemini — basically every AI assistant you've heard of. Once you understand what it actually is, the whole thing makes a lot more sense. Including why it sometimes gets things spectacularly wrong.

Here's how I think about it.

Imagine you read every book, article, forum post, Wikipedia page, and Reddit thread that has ever existed. Every single one. Then imagine you spent years doing nothing but absorbing how words, sentences, and ideas connect to each other — what usually follows what, how questions get answered, how arguments are structured.

You'd get very, very good at predicting what comes next in any piece of writing. You'd be able to write, explain, summarise, answer questions — because you've seen how humans do all of those things, millions of times over.

That's roughly what an LLM does.

It's not looking up the answer. It's predicting the most likely response based on patterns it's seen.

Which is why it can sound completely confident and still be completely wrong. It's not lying. It hasn't looked anything up. It's just very good at predicting what a plausible, well-structured answer looks like — and sometimes that plausible-looking answer is just wrong.

This is called "hallucination" in AI circles. I prefer to call it confident guessing. Because that's what it is.

💡 A useful mental model: treat every answer from an LLM as a first draft from a very well-read intern. Smart, fast, genuinely useful — but always worth a second look before you act on it.

The "large" part of Large Language Model refers to scale. These models are trained on billions of words, using enormous amounts of computing power. The size matters because it's what gives them their range — they can write a poem, debug code, summarise a legal document, and explain quantum physics, all from the same underlying model.

ChatGPT, Claude, Gemini, Llama, Mistral — all of these are LLMs. They differ in how they were trained, what data they used, and what behaviours their creators tried to encourage or discourage. But at the core, same idea: predict the next word, very well, at massive scale.

That's it. Now you know more than most people who talk about this stuff.

↗ Read more

Previous What actually IS AI? Next Which AI should I use?