What Is a Large Language Model (LLM)? Explained in Plain English
DICTIONARY · AI

What Is a Large Language Model?

A large language model is a system trained on enormous amounts of text to predict what comes next, which turns out to be enough to write, summarise, translate and reason about language.

In plain English

At its core the model is doing one thing: given everything so far, predict the next piece of text. Trained at sufficient scale, that single ability produces drafting, summarising, classification and code.

It has no separate store of facts to look things up in. It has patterns. That explains both why it is so fluent and why it is sometimes confidently wrong.

A real example

Asked to summarise a contract you paste in, an LLM does well, because the answer is in front of it. Asked for last quarter's figures with nothing supplied, it may produce plausible numbers that are entirely invented.

Same model, same competence. The difference is whether the answer was grounded in something real.

How it works

1. Tokens
Text is split into tokens. The model reads and writes in these units, not in words.
2. Pretraining
Patterns are learned from a very large body of text, with no task in particular in mind.
3. Context window
Everything the model can consider at once: your prompt, the documents, the conversation so far.
4. Inference
Each response is generated token by token, which is why the same question can be answered slightly differently twice.

Why it matters

The practical consequence is simple: LLMs are strongest when the information they need is in front of them, and weakest when asked to recall. That one distinction determines whether an AI workflow saves time or creates work, and it is why grounding and retrieval matter more than model choice.

Common mistakes

×Treating it as a search engine and trusting recalled facts.
×Assuming a bigger model removes the need to check anything.
×Pasting confidential material into consumer tools without checking data terms.
×Expecting identical output twice from the same prompt.
×Using it to write in a voice nobody has defined, and being surprised by the result.

FAQs

What is the difference between an LLM and generative AI?

Generative AI is the whole category, including images, audio and video. An LLM is the language part of it.

Why does it make things up?

It predicts plausible text. Without grounding, plausible and true are not the same target.

Does a bigger context window fix accuracy?

It helps, because more of the real material fits. It does not make recall trustworthy on its own.

WRITTEN BY TARIQ SALLAM
Marketing Consultant. Entrepreneur. Content Creator.

I'm a marketing consultant, entrepreneur and content creator. I help businesses grow through practical marketing, websites, SEO, content and AI.

More About Tariq →