Reference
AI Glossary: Plain-English Definitions
A
Agentic AI
AI Agent
AI Governance
AI Integration
AI Literacy
Algorithmic Bias
API
Artificial Intelligence (AI)
Automation
B
Business Process Automation (BPA)
C
Chatbot
Churn Prediction
Classification
Computer Vision
Context Window
The amount of text an AI model can consider at once. A larger context window means the model can work with longer documents in a single pass without losing earlier detail.
D
Decision Intelligence
Deep Learning
Demand Forecasting
E
Embedding
EU AI Act
Explainability
F
Fine-tuning
Further training an existing AI model on your own data so it performs better on your specific tasks. Often unnecessary; grounding a model in your documents usually achieves more for less.
G
General-Purpose AI (GPAI)
Generative AI
Grounding
Guardrails
H
Hallucination
High-Risk AI System
Human in the Loop
I
Inference
ISO 42001
L
Large Language Model (LLM)
An AI model trained on very large amounts of text, able to understand and produce language. The technology behind most current business AI tools.
M
Machine Learning (ML)
Model Context Protocol (MCP)
Multimodal AI
AI that works with more than one type of input, such as text and images together. Useful for tasks like reading a scanned form or interpreting a photograph alongside a written description.
N
Natural Language Processing (NLP)
The field concerned with software understanding and working with human language. Large language models are the current dominant approach.
O
Orchestration
P
Predictive Analytics
Predictive Maintenance
Prompt
Prompt Engineering
Prompt Injection
R
Responsible AI
Retrieval-Augmented Generation (RAG)
Robotic Process Automation (RPA)
Software that mimics human interaction with computer interfaces, clicking and typing through a process. Older than AI automation and more brittle, but useful where no API exists.
S
Shadow AI
Structured Data
Supervised Learning
T
Token
Training Data
U
Unstructured Data
W
Workflow Automation
Frequently asked
Questions about AI terminology
Machine learning is a branch of artificial intelligence. AI is the broad idea of software performing tasks that normally require human intelligence; machine learning is the specific approach of achieving that by finding patterns in data rather than following written rules. Nearly all AI in business use today is machine learning.
A large language model is an AI model trained on very large amounts of text, able to understand and produce language. LLMs are the technology behind tools like ChatGPT and Claude, and behind most business AI applications involving reading, writing or answering questions.
Hallucination is when an AI model produces output that is confident, plausible and wrong. It is the defining failure mode of generative AI, and the main reason business systems need grounding in real data and a way for people to check important outputs.
Retrieval-augmented generation is a technique where an AI model looks up relevant information from your own documents before answering. It matters because it is the difference between a tool that answers from general internet knowledge and one that answers from your actual policies, records and documentation.
Models process text in units called tokens, roughly word fragments, and providers charge by how many are processed. This is why running costs scale with usage and why long documents cost more to handle than short questions. It is worth estimating before committing to a build.