Resources • AI Glossary
The complete AI vocabulary
Every term you’ll encounter building, deploying, governing, and scaling AI agents — explained clearly, without the jargon overload.
Showing 70 terms
A
14 termsActivation Function
A mathematical function that determines whether and how strongly a neuron passes information to the next layer of a neural network.
Active Learning
A training approach where a model identifies the examples it is least certain about and asks a human or system to label them.
Adversarial Training
A technique that improves model resilience by training it on deliberately challenging, misleading, or manipulated examples.
Agent Evaluation
The structured measurement of an AI agent’s accuracy, reliability, safety, cost, latency, and ability to complete a task.
Agent Framework
A software toolkit for building agents with components such as tools, memory, planning, routing, and orchestration.
Agent Lifecycle Management
The ongoing process of designing, testing, deploying, monitoring, governing, and improving AI agents.
Agent Orchestration
The coordination of models, tools, data, rules, and multiple agents to complete a larger workflow.
Agentic AI
AI systems that can interpret goals, make decisions, use tools, and take multi-step actions with a degree of autonomy.
AI Agent
A software system that uses AI to perceive context, reason about a goal, and take actions through connected tools or services.
AI Governance
The policies, controls, roles, and evidence used to ensure AI is deployed responsibly and in line with business requirements.
AI Model Monitoring
The continuous tracking of model quality, drift, safety, latency, usage, and cost after deployment.
AI Risk Management
A disciplined process for identifying, assessing, mitigating, and monitoring risks created by AI systems.
Artificial General Intelligence
A hypothetical form of AI capable of learning and performing a broad range of intellectual tasks at or beyond human level.
Automation
The use of technology to execute repeatable tasks or workflows with reduced manual effort.
B
2 termsBenchmark
A standard dataset, task, or measurement used to compare the performance of AI systems.
Bias
A systematic tendency in data or model behavior that can produce skewed, unfair, or inaccurate outcomes.
C
6 termsChain of Thought
An internal or generated sequence of intermediate reasoning steps used to reach an answer or decision.
Chatbot
A conversational interface that responds to user messages using rules, retrieval, generative AI, or a combination of methods.
Chunking
The process of splitting large documents or datasets into smaller units that can be searched or processed more effectively.
Classification
A machine learning task that assigns an input to one or more predefined categories.
Computer Vision
A field of AI that enables systems to interpret and act on information from images and video.
Context Window
The maximum amount of text, images, or other tokens a model can consider during a single interaction.
D
3 termsData Drift
A change in real-world input data over time that can reduce the reliability of a deployed model.
Deep Learning
A branch of machine learning that uses neural networks with many layers to learn complex patterns.
Diffusion Model
A generative model that learns to create data by reversing a gradual noise-adding process.
E
4 termsEmbedding
A numerical representation that places semantically similar items close together in a multidimensional space.
Emergent Behavior
A capability or pattern that appears in a complex AI system without being explicitly programmed as a rule.
Evaluation Dataset
A curated set of examples used to measure how well an AI system performs against expected outcomes.
Explainable AI
Methods that make an AI system’s outputs, influences, and decision process more understandable to people.
F
3 termsFew-Shot Learning
The ability to perform a task after seeing only a small number of examples in the prompt or training data.
Fine-Tuning
Additional training that adapts a pretrained model to a specific domain, style, or task.
Foundation Model
A large model trained on broad data that can be adapted to many downstream tasks.
G
3 termsGenerative AI
AI that creates new content such as text, images, audio, video, software, or structured data.
Grounding
Connecting a model’s response to verified context, source material, business data, or real-world constraints.
Guardrail
A technical or policy control that constrains AI behavior, inputs, outputs, access, or actions.
H
2 termsHallucination
A plausible-sounding AI output that is unsupported, inaccurate, or fabricated.
Human in the Loop
A workflow design where people review, approve, correct, or guide important AI decisions and actions.
I
2 termsInference
The process of running a trained model to generate a prediction, classification, or response.
Instruction Tuning
Training a model on instruction-and-response examples so it follows natural-language requests more reliably.
K
1 termKnowledge Graph
A structured network of entities and relationships that represents how information is connected.
L
2 termsLarge Language Model
A neural network trained on large amounts of language data to understand and generate text and other tokenized content.
Latency
The time between sending a request to an AI system and receiving its response or completed action.
M
4 termsMachine Learning
A field of AI in which systems learn patterns from data rather than relying only on explicitly written rules.
Model Context Protocol
An open protocol for connecting AI applications to tools, data sources, and reusable context through a standard interface.
Model Drift
A decline or change in model performance as users, data, processes, or real-world conditions evolve.
Multimodal AI
AI that can understand or generate more than one data type, such as text, images, audio, and video.
N
2 termsNatural Language Processing
The field of AI focused on enabling computers to understand, analyze, and generate human language.
Neural Network
A machine learning architecture made of connected computational units that learn patterns from examples.
O
2 termsObservability
The ability to understand an AI system through traces, events, metrics, costs, decisions, and quality signals.
Overfitting
A condition where a model learns training examples too closely and performs poorly on new data.
P
3 termsParameter
A learned numerical value inside a model that shapes how inputs are transformed into outputs.
Prompt
The instructions and context supplied to a generative model to guide its response or action.
Prompt Engineering
The practice of designing instructions, context, examples, and constraints to improve model outputs.
Q
1 termQuantization
A model optimization technique that reduces numerical precision to lower memory use and improve inference speed.
R
3 termsReasoning Model
A model optimized to spend additional computation on planning, problem-solving, and multi-step tasks.
Reinforcement Learning
A learning method where a system improves its behavior through rewards or penalties associated with its actions.
Retrieval-Augmented Generation
A method that retrieves relevant information from an external source and supplies it to a model before generation.
S
4 termsSemantic Search
Search that uses meaning and context rather than relying only on exact keyword matches.
Small Language Model
A relatively compact language model designed for lower cost, faster inference, or specialized deployment environments.
Structured Output
A model response constrained to a predictable format such as JSON, a schema, or defined fields.
Synthetic Data
Artificially generated data used to supplement, simulate, anonymize, or rebalance real-world datasets.
T
5 termsTemperature
A generation setting that adjusts output variability, with lower values usually producing more consistent responses.
Token
A unit of content, often a word fragment or symbol, that a language model processes and generates.
Tool Calling
The ability of a model or agent to select and invoke an external function, API, database, or application.
Training Data
The examples used to teach a machine learning model how to recognize patterns and perform tasks.
Transformer
A neural network architecture based on attention mechanisms and widely used in modern generative AI.
U
1 termUnderfitting
A condition where a model is too simple or insufficiently trained to capture useful patterns in the data.
V
1 termVector Database
A database optimized to store embeddings and find items based on numerical similarity.
W
1 termWorkflow Automation
The design of connected, rule-based or AI-assisted steps that move work from trigger to completion.
Z
1 termZero-Shot Learning
The ability to perform a task without seeing a task-specific example in the current prompt or training set.