✓ Verified on September 3, 2026⏱ 2 min read✓ done
Beginner's glossary
The essential terms for understanding the Claude ecosystem and generative AI.
LLM
Large Language Model. An AI model trained on vast text corpora to understand and generate natural language. Claude, ChatGPT, and Gemini are LLMs.
Token
Unit of text processed by the model. ~1 token ≈ 0.55 word in English with the current tokenizer (0.75 before Opus 4.7). 1M tokens ≈ 555,000 words ≈ 7 novels.
Context
The model's "working memory." Everything it can consider at once (your question + the history + the files).
Prompt
The instruction you give Claude. A good prompt = a good result. It's the "brief" you'd give a consultant.
Artifact
Standalone content created by Claude (app, dashboard, document) in a dedicated panel, editable and shareable.
Skill
An instructions file (SKILL.md) that specializes Claude in a specific competency. Reusable and shareable.
Plugin
A complete package with skills + agents + connectors + configurations, installable in one command.
MCP
Model Context Protocol. Open standard for connecting Claude to external tools (Gmail, Slack, databases…).
Agent
Autonomous AI that carries out complex tasks using tools, APIs, and workflows, with minimal human intervention.
Hallucination
When the model generates false information stated with confidence. A structural risk of every LLM.
Constitutional AI
Anthropic's method: the model follows a built-in ethical "constitution" rather than simple filters.
RLHF
Reinforcement Learning from Human Feedback. OpenAI's method: the model learns from the preferences of human raters.
API
Application Programming Interface. Technical interface for software to communicate with each other. The Claude API lets you embed AI in your tools.
Cowork
A Claude Desktop mode that acts as an autonomous colleague: accesses your files, creates documents, carries out tasks.
Dispatch
A feature that lets you control Claude from your phone while it works on your computer.
Extended Thinking
A mode where Claude "thinks" longer before answering, improving quality on complex tasks.
Fable 5
Anthropic's flagship model (June 2026), the first of the Mythos class open to the general public. State of the art on most benchmarks; excels at long, autonomous tasks. Replaced as the flagship by Fable 5.1 on September 1, 2026; still available.
Fable 5.1
Flagship model since September 1, 2026. Same price as Fable 5, but cache reads 4× cheaper (−25 to −45% on agentic workloads), finer-grained guardrails, and the first model to carry the text watermark. Opus 5 remains the recommendation for most tasks.
Mythos class
A capability tier above the Opus class. Models so powerful they come with reinforced guardrails. Fable 5 and Mythos 5 are its first representatives.
Mythos 5
The same model as Fable 5 but with certain guardrails lifted. Restricted access for partners of Project Glasswing (~150 organizations, 15+ countries: cyberdefense of critical infrastructure, biomedical research).
Opus 5
Model released July 24, 2026: close to Fable 5's intelligence for half the cost, with a distinctive habit of verifying its own work before delivering. Default model on the Max plan.
Fallback
Fable 5's safety mechanism: on sensitive topics (cyber, bio/chem), the answer is automatically produced by an Opus model (4.8 or 5). Affects fewer than 5% of sessions, and even fewer with Fable 5.1.
Watermark
Invisible statistical mark in Claude's word choices (from Fable 5.1 on), verifiable by authorized bodies. Proves Claude was involved, not authorship. Cannot be disabled; generated files additionally carry C2PA metadata.
Benchmark
A standardized reference test used to compare AI models against each other (e.g. SWE-bench for code). Read with caution: no test sums up real-world use.
OAuth
The "access badge" mechanism: you authorize Claude with the provider (Google, Slack…) without ever giving it your password. Revocable at any time.
SSO / SAML
Single Sign-On: your team members sign in to Claude with their corporate account (internal directory). SAML and SCIM are the technical standards that make it possible.
DPA
Data Processing Agreement: the data protection agreement required by Article 28 of the GDPR when a provider (here, Anthropic) processes data on your behalf.
Research preview
A public trial version of a product still in development: functional, but liable to change quickly.


