What is an LLM, really? You’ve seen the term everywhere since chatbots went mainstream, usually wrapped in hype or fear. Here’s the no-jargon version: an LLM (large language model) is software that predicts text. That’s the whole trick — and understanding it tells you both what these tools are great at and where they go wrong.
The one-sentence explanation
An LLM is a program trained on enormous amounts of text that learns to predict the next word in a sequence. Ask it a question and it generates a likely, useful-sounding answer one word at a time. It’s autocomplete on an extraordinary scale — not a mind, not a database, and not a search engine.
How it learned
During training, the model read a huge slice of human writing and adjusted billions of internal settings until it got good at guessing what comes next. It doesn’t store those texts like files; it stores patterns — how words, ideas, and styles tend to follow one another.
Why it’s so good at some things
- Writing and rewriting text, summarising, and translating — all pattern-heavy tasks.
- Explaining concepts in different styles, because it has seen countless explanations.
- Drafting code, emails, and outlines fast, giving you a starting point to edit.
Why it gets things wrong
Because it predicts plausible text rather than looking up facts, an LLM can state wrong things confidently — often called a ‘hallucination.’ It has no built-in sense of truth, no memory of you between sessions unless designed for it, and a knowledge cutoff. Treat its output as a confident first draft to verify, not a final source.
How to use one well
- Give clear, specific instructions and context — better input, better output.
- Verify any fact, number, or quote before you rely on it.
- Use it to draft and brainstorm, then edit with your own judgement.
- Never paste sensitive personal or financial data into one.
FAQ
Is an LLM the same as AI?
An LLM is one type of AI — the kind behind text chatbots. AI is a much broader field that also includes image recognition, recommendations, and more.
Does an LLM actually understand me?
Not in the human sense. It’s extremely good at producing relevant text, but it’s pattern-matching, not understanding or thinking.
Want more terms demystified? See our cornerstone plain-English tech glossary, or browse the Tech section.

