What is a large language model?
A large language model is a program trained on huge amounts of text to predict what word comes next, and that single skill is what lets it write, summarize, and answer questions.
A large language model, or LLM, is built by showing a program enormous amounts of text, books, articles, code, web pages, and having it repeatedly guess the next word or word-fragment in a sentence until its guesses get good. That is the entire underlying task: predicting likely continuations of text. Everything the model can do, holding a conversation, summarizing an article, answering a question, is that same prediction skill applied to whatever text comes before it.
This is worth being precise about because it explains where an LLM's limits come from. The model in a product like ChatGPT or Claude is not, by itself, a search engine or a live database: it can only draw on patterns from the text it was shown before its training finished, so it can state outdated facts confidently or invent a plausible-sounding one that never happened (see hallucination). When an AI product answers with genuinely current information or names a real source, that usually means a separate system fetched something live and handed it to the model for that one answer (see retrieval-augmented-generation), not that the model looked it up itself.
Related
- Training dataTraining data is the text a language model was shown while it was being built, and once training finishes it is compressed into the model's internal patterns rather than kept as documents it can look back up.
- TokensTokens are the small chunks, often pieces of words rather than whole words, that a language model actually reads and produces, and they're the unit that usage limits, pricing, and the context window are all measured in.
- HallucinationA hallucination is a confident, fluent statement from a model that is not true. In a brand context it is the model getting your pricing, features or ownership wrong.
- Retrieval-augmented generation (RAG)Retrieval-augmented generation is the technique of retrieving relevant documents and giving them to a model as context before it answers.
Want to know where you actually stand on this? Run a free visibility check or try the free tools.