Skip to main content
ModelTerms
Reference · Updated May 2026

The modern AI & LLM glossary.

Plain-English definitions for 148 AI and large-language-model terms. Cross-linked, source-cited, and built for skim-reading — plus a free multi-model tokenizer.

Browse A–ZOpen Tokenizer →Categories

Term of the Day · May 31, 2026

LangSmith

LangSmith is LangChain's commercial LLM observability and evaluation platform. It captures traces (LangChain-native and OTel), runs evaluations, manages prompt versions, and supports dataset curation.

Read full definition →Quiz me on this →

Featured terms

All 148 terms →
Large Language ModelFoundations

A large language model is a neural network trained on huge amounts of text to predict the next token in a sequence. GPT-4, Claude, and Gemini are all LLMs.

beginner
TransformerArchitecture

The transformer is the neural network architecture behind virtually every modern large language model. It uses self-attention to model relationships between all positions in a sequence in parallel.

intermediate
Retrieval-Augmented GenerationAgents & Tools

RAG retrieves relevant documents from a corpus at query time and includes them in the prompt, letting an LLM answer with up-to-date, source-cited, private information without retraining.

intermediate
Reinforcement Learning from Human FeedbackTraining

RLHF fine-tunes an LLM to maximize a reward model that was itself trained on human preference judgments between candidate responses.

advanced
Context WindowInference

The context window is the maximum number of tokens an LLM can consider in a single call — prompt plus generated output combined.

beginner
Mixture of ExpertsArchitecture

Mixture of Experts is a transformer variant where each layer has many parallel "expert" feed-forward networks, but only a few are activated per token. Total parameters grow without growing per-token compute.

advanced
AgentAgents & Tools

An AI agent is an LLM-driven system that decides which actions to take, executes them via tools, observes the results, and iterates until a goal is met.

intermediate
Model Context ProtocolAgents & Tools

MCP is an open standard for connecting LLMs to external tools and data sources. It defines a JSON-RPC protocol so any client (Claude Desktop, Cursor, IDE plugins) can talk to any MCP server.

intermediate

Browse by category

All categories →

Foundations

The building-block ideas every AI conversation assumes.

7 terms

Architecture

How modern AI models are structured internally.

17 terms

Training

How models learn from data before they ever talk to a user.

18 terms

Inference

What controls model behavior at generation time.

21 terms

Prompting

Ways to ask AI models to do useful work.

9 terms

Evaluation

How we measure whether a model is any good.

24 terms

Safety & Alignment

Aligning model behavior with what humans actually want.

6 terms

Infrastructure

The hardware and software that makes large models practical.

18 terms

Agents & Tools

Letting models call tools and act in the world.

25 terms

Multimodal

Beyond text — images, audio, and video.

3 terms

Frequently asked

What is ModelTerms?

ModelTerms is a plain-English reference for AI and large language model terminology. 148 entries cover architecture, training, inference, prompting, evaluation, safety, infrastructure, agents, and multimodal AI — each with a short definition, longer explanation, examples, and related terms.

Who is ModelTerms for?

Developers, product managers, founders, and curious readers who want to understand AI jargon without wading through papers. Entries are tagged beginner, intermediate, or advanced so you can match your level.

How is this different from Wikipedia or random AI blogs?

Every entry follows a strict structure: short definition, deeper explanation, real-world examples, and 6–10 cross-linked related terms. Sources cite arXiv papers and official documentation — no AI-generated SEO filler.

How often is ModelTerms updated?

Every entry has a visible "Last reviewed" date. New terms are added as the AI field evolves; existing entries are revisited when underlying concepts shift.

Do you have a free tokenizer?

Yes — paste any text into the free tokenizer to see token counts and estimated cost across GPT-4o, Claude, Gemini, and Llama models.