Core concepts

LLM

Large Language Model — the type of AI behind tools like ChatGPT and Claude, trained to understand and generate text.

01 ——

In plain English

A Large Language Model (LLM) is an AI model trained on vast amounts of text — books, websites, code, and more — to predict and generate language. The "large" refers to the number of parameters (weights) inside the model, which can range from billions to trillions.

How they work (simplified):

  1. The model reads your input, broken into tokens
  2. It predicts the most likely next token, over and over
  3. The result is coherent, contextually relevant text

Well-known LLMs:

  • GPT-4 / GPT-4o (OpenAI)
  • Claude 3 / Claude 4 (Anthropic)
  • Gemini (Google)
  • Llama (Meta, open-source)

LLMs power most of the AI tools you see today — writing assistants, coding tools, customer support bots, and more.

02 ——

Related terms

Back to glossaryLast reviewed May 2026
Vol. 4 · Issue 19 · Last reviewed 2026-05-30

Sign up for our newsletter

Receive weekly updates so you can stay up-to-date with the world of AI