LLM (Large Language Model)
A deep learning model trained on vast quantities of text that can generate, summarise, translate, and reason about language at human level or above.
What Is LLM (Large Language Model)?
A Large Language Model (LLM) is a neural network — almost always a transformer — trained on hundreds of billions to trillions of tokens of text data. Through this training, the model learns statistical patterns of language so rich that it develops emergent abilities: reasoning, summarisation, translation, code generation, and instruction following, none of which were explicitly programmed.
The most capable LLMs are trained in multiple stages: unsupervised pre-training on a large text corpus, supervised fine-tuning on curated instruction-following examples, and reinforcement learning from human feedback (RLHF) or AI feedback (RLAIF) to align the model with human preferences. The result is a general-purpose model like GPT-4o, Claude 3.5 Sonnet, or Gemini 1.5 Pro.
Why It Matters
LLMs are the core engine powering nearly every AI product launched since 2022. Understanding what they are, how they work, and what their limitations are is essential for anyone building, deploying, or using AI systems. Their capabilities are remarkable, but so are their failure modes — hallucinations, reasoning errors, context limits, and sensitivity to prompt phrasing.
Real-World Examples
ChatGPT
OpenAI's ChatGPT is a web interface built on GPT-4o, an LLM. Users chat with it to write, code, analyse, and answer questions.