Skip to main content
the ai cowboysFoundation

The definitive plain English AI dictionary

The AI Glossary

Every AI term you will hear, explained in plain English with a real example. No engineering degree required. Use the search and filters, or jump by letter.

67 terms

A

Agentic AI
Agents
AI systems that plan and carry out multistep work with limited human input.
Copy link to this term
AI Agent
Agents
AI that can take actions and use tools to complete a task, not just answer a question.
Copy link to this term
AI Governance
Responsible AI
The policies and oversight that guide how an organization uses AI.
Copy link to this term
Algorithm
Foundations
A set of steps a computer follows to solve a problem or make a decision. Example, the logic that ranks search results.
Copy link to this term
API
Infrastructure
A connection that lets software talk to an AI service. How most businesses plug AI into their tools.
Copy link to this term
Artificial Intelligence (AI)
Foundations
Software that performs tasks that normally require human intelligence, such as understanding language, recognizing patterns, and making decisions. It is the umbrella term for everything below.
Copy link to this term
Automation
Business
Using technology, including AI, to perform tasks with less manual effort.
Copy link to this term

B

Bias
Responsible AI
Unfair patterns in AI output that come from skewed data or design. Must be tested for and managed.
Copy link to this term

C

Chatbot
Business
A conversational AI that answers questions or completes simple tasks.
Copy link to this term
Cloud AI
Infrastructure
Running AI on remote servers you access over the internet.
Copy link to this term
Compute (GPU)
Infrastructure
The specialized hardware that powers AI. More compute means more capability and cost.
Copy link to this term
Computer Vision
Data and Training
AI that interprets images and video.
Copy link to this term
Context Window
Generative AI
How much text a model can consider at once. A larger window means it can handle longer documents.
Copy link to this term
Copilot
Business
An AI assistant embedded in your tools that helps you work faster.
Copy link to this term

D

Data Privacy
Responsible AI
Protecting personal and sensitive information when using AI.
Copy link to this term
Deep Learning
Foundations
Machine learning that uses layered neural networks to handle complex data like images and language.
Copy link to this term
Digital Twin
Business
A virtual model of a real world system used to test and optimize.
Copy link to this term

E

Edge AI
Infrastructure
Running AI on local devices instead of the cloud, for speed, privacy, and reliability.
Copy link to this term
Embedding
Generative AI
A numeric representation of meaning that lets AI search and compare text by concept, not just keywords.
Copy link to this term
Explainability (Interpretability)
Responsible AI
How well humans can understand why an AI produced a given result.
Copy link to this term

F

Fine tuning
Generative AI
Further training a model on your own examples so it performs better for your specific use.
Copy link to this term
Foundation Model
Generative AI
A large, general purpose model trained on broad data that can be adapted to many tasks.
Copy link to this term

G

Generative AI
Generative AI
AI that creates new content such as text, images, audio, and code on demand.
Copy link to this term
Guardrails
Responsible AI
Controls that keep AI within safe and approved boundaries.
Copy link to this term

H

Hallucination
Generative AI
When an AI states something false or made up as if it were true. Always verify important facts.
Copy link to this term
Human in the Loop
Agents
A design where a person reviews or approves AI actions. Essential for decisions with high stakes in government and business.
Copy link to this term

I

Inference
Foundations
The act of an AI producing an answer or output when you use it. Inference is what you pay for at runtime.
Copy link to this term

L

Labeling (Annotation)
Data and Training
Tagging data so a model can learn from it.
Copy link to this term
Large Language Model (LLM)
Generative AI
The AI engine behind chat assistants that reads and writes language. Examples include the models behind popular AI assistants.
Copy link to this term
Latency
Infrastructure
The delay before an AI responds. Lower is better for real time uses.
Copy link to this term

M

Machine Learning (ML)
Foundations
A type of AI that learns patterns from data instead of being explicitly programmed. Example, a tool that learns to flag spam.
Copy link to this term
MLOps and LLMOps
Infrastructure
The practices and tools for deploying, monitoring, and maintaining AI in production.
Copy link to this term
Model
Foundations
The trained system that takes an input and produces an output. The product of training on data.
Copy link to this term
Model Context Protocol (MCP)
Agents
An open standard that lets AI assistants securely connect to tools and data sources.
Copy link to this term
Model Drift
Responsible AI
When an AI's accuracy degrades over time as the world changes. Requires monitoring.
Copy link to this term
Multimodal AI
Generative AI
AI that works across more than one type of input, such as text, images, and audio together.
Copy link to this term

N

Narrow AI vs Artificial General Intelligence (AGI)
Foundations
Narrow AI does specific tasks, which is everything in use today. AGI would match human ability across tasks and does not exist yet.
Copy link to this term
Natural Language Processing (NLP)
Data and Training
The field of AI focused on understanding and generating human language.
Copy link to this term
Neural Network
Foundations
A computing structure loosely modeled on the brain that powers most modern AI.
Copy link to this term
Neuromorphic Computing
Infrastructure
An approach that designs chips to work more like the brain, so AI can run efficiently on devices at the edge of a network rather than in the cloud.
Copy link to this term
NIST AI Risk Management Framework
Responsible AI
A widely used US government framework for managing AI risk.
Copy link to this term

O

Orchestration
Agents
Coordinating multiple AI steps, tools, or agents to complete a larger workflow.
Copy link to this term

P

Parameters (Weights)
Foundations
The internal settings a model adjusts during training. More parameters can mean more capability and more cost.
Copy link to this term
Pilot
Business
A limited rollout to validate value before scaling.
Copy link to this term
Predictive Analytics
Business
Using data and AI to forecast future outcomes.
Copy link to this term
Prompt
Generative AI
The instruction or question you give an AI. Clear prompts produce better results.
Copy link to this term
Prompt Engineering
Generative AI
The skill of writing effective prompts to get reliable, useful output.
Copy link to this term
Proof of Concept (POC)
Business
A small test to prove an AI idea works before investing further.
Copy link to this term

R

Red Teaming
Responsible AI
Deliberately stress testing AI to find weaknesses before attackers or accidents do.
Copy link to this term
Reinforcement Learning
Data and Training
Training AI through trial and error with rewards for good outcomes.
Copy link to this term
Reinforcement Learning from Human Feedback (RLHF)
Data and Training
Using human ratings to make AI responses more helpful and safe.
Copy link to this term
Responsible AI
Responsible AI
Building and using AI in ways that are fair, safe, transparent, and accountable.
Copy link to this term
Retrieval Augmented Generation (RAG)
Generative AI
A technique that lets an AI pull in your trusted documents before answering, which improves accuracy and reduces hallucination.
Copy link to this term
Return on Investment (ROI)
Business
The value gained from AI compared to its cost, often measured in time saved and revenue.
Copy link to this term

S

Shadow AI
Responsible AI
Employees using unapproved AI tools, which creates security and compliance risk. A reason to set policy early.
Copy link to this term
Supervised Learning
Data and Training
Training AI on labeled examples so it learns to predict the right answer.
Copy link to this term
Synthetic Data
Data and Training
Artificially generated data used to train or test AI when real data is limited or sensitive.
Copy link to this term
System Prompt
Generative AI
Behind the scenes instructions that set an AI assistant's role and rules.
Copy link to this term

T

Token
Generative AI
The small chunk of text an LLM processes. Pricing and limits are often measured in tokens.
Copy link to this term
Tool Use (Function Calling)
Agents
When an AI uses external tools or software to get something done, such as searching or sending an email.
Copy link to this term
Total Cost of Ownership (TCO)
Business
The full cost of an AI tool over time, including licenses, training, and maintenance.
Copy link to this term
Training Data
Foundations
The examples an AI learns from. Quality and bias in the data shape the results.
Copy link to this term
Transformer
Generative AI
The model architecture behind most modern language AI.
Copy link to this term

U

Unsupervised Learning
Data and Training
Training AI to find patterns in data without labels.
Copy link to this term
Use Case
Business
A specific job you want AI to do. The starting point for any AI project.
Copy link to this term

V

Vector Database
Generative AI
A database that stores embeddings so AI can find the most relevant information quickly. Common in RAG systems.
Copy link to this term

Z

Zero Trust
Responsible AI
A security model that verifies every user and request continuously. Increasingly required for AI in government.
Copy link to this term

Suggest a term

Missing a term you think leaders should know? Tell us and we will add it.

Take the next step

Read the guide behind the glossary

The Complete AI Guide puts every term in context for business and government.