LLM
Large Language Model — the type of AI behind tools like ChatGPT and Claude, trained to understand and generate text.
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):
- The model reads your input, broken into tokens
- It predicts the most likely next token, over and over
- 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.