A reviewer compares source documents and generated text on a laptop in a quiet office.
A reviewer compares source documents and generated text on a laptop in a quiet office.

What is an LLM?

AI foundations, models and capabilities

An LLM, or large language model, is an AI model trained on very large amounts of text so it can predict and generate language in response to a prompt. In practice, LLMs are used to draft, summarise, classify and answer questions, but they still need good source material, review rules and human judgement.

Reviewed by Jackie, Head of Learning & Development, Levellers · Last reviewed 8 June 2026

What this means

An LLM is a language-focused AI model that learns patterns from large text datasets. It is often used inside generative AI tools to write, rewrite, summarise, classify or answer questions in natural language.

For a non-specialist team, the simplest way to think about an LLM is as a flexible text engine. It is good at producing a plausible next response based on what it has seen before and what you place in the prompt. It is not a database, a policy owner or a substitute for domain review.

Why it matters

Many office workflows are language-heavy. Teams read emails, review notes, draft updates, compare documents and turn source material into a usable first pass. That is where LLMs matter. They can reduce manual drafting and help teams work through repetitive language tasks more consistently.

The commercial point is simple. If a workflow already depends on reading and writing, an LLM can often support the first-draft or first-classification step. The value usually comes from fitting the model to a real process with clear source material and clear review rules.

How it works

Most LLMs are trained in a broad pre-training stage where the model learns statistical relationships between tokens in large text collections. They are then adapted through instruction tuning, safety training, prompt design or connections to tools and retrieval systems.

In day-to-day use, the model takes your prompt and any supplied context, predicts likely token sequences and generates a response. If you want answers grounded in your own material, the LLM usually needs a retrieval layer or another controlled connection to approved sources. That is one reason many teams pair an LLM with a foundation model strategy, workflow rules and human review.

Examples

  • Drafting a first response to routine client enquiries from approved source notes and service rules.

  • Summarising meeting transcripts into actions, owners and open questions for review.

  • Classifying inbound emails so a team can triage work by topic or urgency.

  • Turning a long policy, proposal or report into a short internal briefing before a human signs it off.

Common misunderstandings

  • An LLM knows my business. It does not unless you deliberately connect it to approved internal knowledge.

  • An LLM gives facts by default. It produces likely language, which can still be wrong or incomplete.

  • A bigger model is always better. Fit, cost, latency and control often matter more than raw capability.

  • An LLM is the same as a full AI system. In practice, the model is only one part of the wider workflow.

Risks and boundaries

The main boundaries are accuracy, confidentiality, privacy, security and accountability. NIST identifies confabulation, often called hallucination, as a recurring generative AI risk. Regulators also emphasise data protection and responsible use when prompts or training data include personal or sensitive information.

That means an LLM should not be allowed to invent policy, make unchecked claims or receive confidential material without clear controls. Human judgement still matters, especially when the output affects customers, contracts, compliance or internal decisions.

What to do next

Choose one repeated language task with a clear review point, such as meeting-note summarisation or first-draft email replies. Define the allowed inputs, the source material the model may use, what a good output looks like and who must check the result before it is used.

Have a question or a suggestion, or want to understand how we research and review these guides? Read about our editorial standards and how to reach us.

FAQs

Is an LLM the same as generative AI?

No. An LLM is one type of model often used inside generative AI products. Generative AI is the broader category covering systems that generate text, images, audio or other content.

Does an LLM understand meaning like a person does?

It can produce very convincing language and useful pattern matching, but it does not bring human accountability, lived context or professional judgement.

Can an LLM answer questions about my own documents?

Yes, but usually only if you connect it to those documents through retrieval, search or another controlled data layer.

Do small organisations need to train their own model?

Usually not. Most organisations start by applying prompts, retrieval, guardrails and permission controls around an existing model.