AI Glossary

100+ Terms from LLM to RAG — Explained Simply

Whether you're a developer building AI applications, a product manager evaluating tools, or simply curious about how AI works — this glossary cuts through the jargon. Search, filter by difficulty, and understand the concepts that power modern AI.

Quick FAQ

🔍 How do I find a term fast?

Type any term in the search bar — it searches names, definitions, and aliases. Click related terms to explore connected concepts.

📚 Are these definitions technical or beginner‑friendly?

Both! Each term is tagged with difficulty (Beginner → Advanced). Start simple, then explore the technical depth as needed.

🔗 Can I link directly to a term?

Absolutely! Every term has a permanent URL anchor like #glossary-llm — perfect for documentation, Slack, or team wikis.

What if a term is missing?

We update this glossary regularly with new terms as AI evolves. Missing something? Drop us a note — we're always adding!

Browse AI Terms

From foundational concepts like Machine Learning to cutting-edge techniques like RAG and MoE — filter by category (LLM, Safety, Training) or difficulty level to find exactly what you need.

Category
Difficulty
Jump to Letter
Showing 503 of 503 terms

3D Reconstruction

Fundamentals
Advanced
Techniques that recover a 3D shape or scene from 2D images or video, often using multi‑view geometry, NeRFs, or depth estimation.

A/B Testing

Evaluation
Intermediate
Controlled experiments comparing variants to measure impact on quality, conversion, or engagement.

Activation Functions

Fundamentals
Intermediate
Mathematical functions that determine whether a neuron should be activated (fire) based on its input. Common examples: ReLU, Sigmoid, Tanh, GELU.
0

Related terms:

Active Learning

Training
Advanced
A training strategy where the model identifies which unlabeled examples would be most valuable to label, reducing annotation costs by focusing human effort on informative samples.

AdaDelta

Training
Advanced
Adaptive learning rate optimizer that refines AdaGrad by limiting aggressive decay via running averages.

AdaGrad

Training
Advanced
Optimizer that adapts learning rates per parameter based on historical squared gradients, aiding sparse features.

Adam Optimizer

Training
Advanced
Adaptive moment estimation optimizer combining momentum and RMSProp‑like variance scaling; widely used in deep learning.

AdamW

Training
Advanced
A widely used optimizer for training transformers. AdamW decouples weight decay from gradient-based updates, often improving generalization.

Adapters

Training
Advanced
Lightweight trainable layers inserted into a frozen model to adapt it to new tasks without updating all parameters.

Related terms:

Fine‑tuningLoRAPEFT

Adjusted R‑Squared

Evaluation
Advanced
Regression metric adjusting R² for the number of predictors; penalizes overfitting and aids model comparison.

Related terms:

Adversarial Attack

Safety
Advanced
Intentionally crafted inputs designed to fool AI models into making mistakes or producing unintended outputs. Examples include adding imperceptible noise to images to cause misclassification, or prompt injections in LLMs. Important for testing model robustness.

Related terms:

JailbreakingPrompt InjectionAI Safety

Adversarial Attacks

Safety
Advanced
Intentional manipulations of AI model inputs to cause incorrect outputs. These attacks exploit model vulnerabilities and are critical for AI security research.

Related terms:

Adversarial Evaluation

Evaluation
Advanced
Evaluating models with stress tests and adversarial prompts/inputs to find failure modes (safety, jailbreaks, hallucinations, tool misuse) before production.

Adversarial Examples

Safety
Advanced
Carefully crafted inputs designed to fool AI models into making wrong predictions. A single pixel change can cause a model to misclassify images.

Affordance Learning

Training
Advanced
Learning actionable possibilities of objects or environments (what actions are feasible), often for robotics.

Agent (AI Agent)

LLM
Intermediate
An autonomous system that can perceive its environment, process information, and take actions to achieve specific goals. In the context of LLMs, an agent can use tools (like web search or APIs) to gather information and perform tasks.

Agent‑Based Modeling

Fundamentals
Advanced
Simulation approach where individual agents with simple rules interact to produce emergent system behavior.

Agentic AI

LLM
Advanced
AI systems that can autonomously plan, make decisions, and take actions to achieve goals, often using multiple tools and iterating based on feedback. Unlike simple chatbots, agentic AI can break down complex tasks, use external tools (APIs, databases), and adapt its strategy. Examples include autonomous research assistants and coding agents.

Agentic Workflow

LLM
Advanced
AI system design where models autonomously plan, execute multi-step tasks, use tools, and iterate based on feedback. Contrasts with simple request-response patterns. Requires careful safety controls.

AI Bill of Rights (US Blueprint)

Business
Intermediate
A White House blueprint outlining principles to protect the public in automated systems: safe/effective systems, protection against discrimination, data privacy, notice/explanation, and human alternatives.

The terms developers and product teams search for most:

About this AI Glossary

🔍

Search Fast

Find terms and synonyms instantly via the search box.

🔗

Connect Ideas

Use related terms to traverse concepts and build intuition.

📚

Go Deeper

Follow references for primary sources and best-practice guides.

Master the Language, Master the Tech

Now that you're familiar with the key terms, apply your knowledge by exploring our learning paths and discovering the tools that use this technology.

Explore All Learning Paths