AI Glossary
Essential AI and technology terms explained in plain language. No technical background required.
A
Agent
AI & AutomationAn AI system that can autonomously perform tasks, make decisions, and take actions to achieve specific goals.
Agentic AI
AI & AutomationAI systems capable of independent reasoning, planning, and executing multi-step tasks without constant human guidance.
AI Power User
AI & AutomationA person who uses AI tools extensively and skilfully in their daily work, staying current with new models and techniques to consistently get strong results.
AI Snake Oil
AI & AutomationOverhyped AI systems that claim to predict inherently unpredictable outcomes like crime, job performance, or market movements.
ASR
AI & AutomationAutomatic Speech Recognition: technology that converts spoken audio into text, powering voice assistants and transcription services.
API
Technical BasicsApplication Programming Interface: a set of rules that allows different software applications to communicate with each other.
Automation
AI & AutomationThe use of technology to perform tasks with minimal human intervention, improving efficiency and reducing errors.
AFK
Coding & EngineeringAway From Keyboard: letting an AI agent work through a task on its own, without someone watching each step. AFK work suits well-defined jobs with strong automated checks, and is riskier where mistakes are costly or hard to spot.
Agent Permissions
Coding & EngineeringThe rules that decide what an agent may do on its own and what needs human approval first, such as editing files, spending money, or sending messages. Setting them well is central to using agents safely.
B
Bias
AI & AutomationSystematic errors in AI outputs caused by imbalanced or unrepresentative training data, leading to unfair or inaccurate results.
Build vs Buy
Business ToolsThe decision between building custom software for a specific need and buying a ready-made product. The practical rule we use: buy the commodity capabilities that do not differentiate you, and build the specific workflow that is your edge.
C
CDN
Web FundamentalsContent Delivery Network: a network of servers that delivers web content to users based on their geographic location.
Chatbot
AI & AutomationAn AI-powered conversational interface that can understand and respond to user queries in natural language.
Computer Vision
AI & AutomationAI technology that enables computers to interpret and understand visual information from images and videos.
Context Engineering
AI & AutomationThe practice of strategically managing an LLM's context window to optimise AI responses. This includes selecting, organising, and formatting the information provided to the model for best results.
Context Window
AI & AutomationThe maximum amount of text an AI model can process at once, measured in tokens. Larger windows allow for more context-aware responses.
CRM
Business ToolsCustomer Relationship Management: software that helps businesses manage interactions with customers and prospects.
Context
Coding & EngineeringThe information a model has in front of it for a task right now: your prompt, the conversation so far, and any documents or data fed in. A model reasons from its context plus what it learned in training, so getting the right information in front of it is most of the work. See also Context Window and Context Engineering.
D
DNS
Web FundamentalsDomain Name System: the internet's phonebook that translates domain names into IP addresses.
Distributed Ledger Technologies (DLT)
Emerging TechnologyA class of digital systems, including blockchain, where records are stored and synchronised across many independent computers rather than a single central authority, making the shared ledger transparent and tamper-resistant.
E
Embedding
AI & AutomationA numerical representation of text that captures its meaning, used for semantic search and similarity matching.
F
Few-shot Learning
AI & AutomationTeaching an AI to perform a task by providing only a few examples in the prompt, without additional training.
Fine-tuning
AI & AutomationThe process of training a pre-existing AI model on specific data to improve its performance for particular tasks.
G
GEO
Digital MarketingGenerative Engine Optimisation: the practice of optimising content to appear in AI-generated search responses.
H
Hallucination
AI & AutomationWhen an AI generates confident but factually incorrect or fabricated information that sounds plausible.
HITL
AI & AutomationHuman-in-the-Loop: a design pattern where humans are involved in AI decision-making to provide oversight and handle edge cases.
Handoff
Coding & EngineeringPassing the context and state of a piece of work from one session, agent, or person to the next so it can continue without starting over. A clear written summary is the usual way to carry the important detail across.
I
Inference
AI & AutomationThe process of using a trained AI model to generate predictions or outputs from new input data.
Input Tokens
Coding & EngineeringThe tokens you send to a model on a request, including your prompt, instructions, and any supplied context. Providers bill for input tokens, so longer prompts and larger context cost more.
K
Knowledge Cutoff
Coding & EngineeringThe date beyond which a model has no built-in knowledge, set when its training data was collected. Ask about events after the cutoff and the model will not know, unless you supply the information or connect it to live tools.
L
LLM
AI & AutomationLarge Language Model: AI systems trained on vast amounts of text data that can understand and generate human-like text.
M
MCP
AI & AutomationModel Context Protocol: an open standard for securely connecting AI assistants to business data and tools.
Model
AI & AutomationA trained AI system that processes inputs and generates outputs based on patterns learned from training data.
Multimodal
AI & AutomationAI systems that can process and generate multiple types of content including text, images, audio, and video.
MVP
Technical BasicsMinimum Viable Product: the smallest version of a product that delivers real value and tests your riskiest assumption with actual users. It is deliberately incomplete and, above all, shipped, because a prototype that never reaches a customer teaches you nothing.
Memory
Coding & EngineeringA system that lets an AI keep useful information across separate sessions, such as your preferences or project details, and reload it later. It works around the fact that models are stateless by saving notes outside the conversation.
Model Provider
Coding & EngineeringThe company that builds and runs a model and sells access to it, such as OpenAI, Anthropic, or Google. Most AI products are built on top of one or more providers rather than a model the business trains itself.
N
Neural Network
AI & AutomationA computing system inspired by biological brains, consisting of interconnected nodes that process information in layers.
NLP
AI & AutomationNatural Language Processing: AI technology that enables computers to understand, interpret, and generate human language.
Next-token Prediction
Coding & EngineeringThe core mechanism behind most AI text generation. The model reads the text so far, predicts the most likely next token, adds it, then repeats, producing fluent output one small piece at a time.
Non-determinism
Coding & EngineeringThe property that the same prompt can produce different answers on different runs. It explains why AI output is hard to reproduce exactly, and why testing and review matter for anything important.
O
Output Tokens
Coding & EngineeringThe tokens a model generates in response to a request. Providers usually charge more for output than input, which is why concise answers can be cheaper to produce at scale.
P
PRD
Technical BasicsProduct Requirements Document: a written specification of what a piece of software should do, for whom, and why, including what is explicitly out of scope. It turns a vague idea into a buildable plan and is the main tool for directing an AI build.
Prompt Engineering
AI & AutomationThe practice of writing effective LLM prompts to achieve desired outputs. Includes techniques for structuring instructions, providing examples, and guiding AI behaviour.
Prompt Injection
AI & AutomationA security vulnerability where malicious inputs trick an AI into ignoring its instructions or performing unintended actions.
Parameters
Coding & EngineeringThe internal values a model adjusts during training, often numbering in the billions. They store the patterns the model has learned, and a higher count is a rough, imperfect proxy for capability.
Prototyping
Coding & EngineeringBuilding a rough, throwaway version of an idea to test it quickly before committing to a proper build. AI makes prototyping fast, which is useful for learning, as long as the result is treated as disposable rather than production ready.
R
RAG
AI & AutomationRetrieval-Augmented Generation: an AI technique that combines information retrieval with text generation for more accurate responses.
ROI
Business ToolsReturn on Investment: a measure of whether the value a project produces exceeds what it cost. For an AI project, value is best counted as outcomes like hours saved, cost avoided, and revenue influenced, measured against a baseline taken before the work began.
S
SaaS
Business ToolsSoftware as a Service: cloud-based software accessed via subscription rather than traditional installation.
Schema Markup
Digital MarketingStructured data code that helps search engines understand your website content better.
SEO
Digital MarketingSearch Engine Optimisation: the practice of improving website visibility in traditional search engine results.
SSL/TLS
Web FundamentalsSecurity protocols that encrypt data transmitted between websites and users, indicated by HTTPS in URLs.
Sandbox
Coding & EngineeringAn isolated environment where an AI agent can run code or commands without touching real systems or data. It contains mistakes and limits damage, which makes giving an agent more freedom safer.
Session
Coding & EngineeringOne continuous run of work with an AI assistant, from the first message until you clear it or start fresh. Within a session the assistant can see earlier messages; across separate sessions it cannot, unless a memory system carries information over.
Stateless
Coding & EngineeringA model holds no memory of its own between requests. Each call is answered only from what is in front of it, so any continuity (the earlier conversation or saved notes) has to be passed back every time.
Subagent
Coding & EngineeringA secondary agent that a main agent starts to handle a specific sub-task and report back. Splitting work this way keeps each agent focused and stops one long task from overwhelming a single context window.
Sycophancy
Coding & EngineeringAn AI's tendency to agree with the user and give flattering or expected answers rather than accurate ones. It is a side effect of training models to produce responses people rate highly, and a reason to ask for evidence rather than reassurance.
System Prompt
Coding & EngineeringA set of standing instructions placed before a conversation that defines an assistant's role, rules, and tone. It is how you steer behaviour consistently without repeating yourself in every message.
T
Technical Debt
Technical BasicsThe future cost of choosing a quick or easy solution now instead of a sounder one. Like financial debt it accrues interest: shortcuts taken early are repaid later as slower changes and more bugs. A little is a sensible trade to ship, too much grinds a project to a halt.
Temperature
AI & AutomationA parameter that controls AI output randomness. Lower values produce more predictable responses, higher values more creative ones.
Token
AI & AutomationA unit of text that AI models process, typically representing a word or part of a word. Pricing is often based on token usage.
Training Data
AI & AutomationThe dataset used to teach an AI model patterns and relationships, fundamentally shaping its capabilities and limitations.
Transformer
AI & AutomationThe neural network architecture behind modern AI models like GPT and Claude, enabling parallel processing of text sequences.
TTS
AI & AutomationText-to-Speech: technology that converts written text into natural-sounding spoken audio, enabling voice interfaces and accessibility features.
Tool Call
Coding & EngineeringWhen a model asks to run an external tool, such as a search, a calculation, or an action in another system, and then uses the result. Also called function calling, it is how assistants do things in the world rather than only producing text.
Turn
Coding & EngineeringOne exchange in a conversation with an assistant: your message plus everything the assistant does in response, including any tool calls, before it hands control back to you.
V
Vector Database
AI & AutomationA database optimised for storing and querying embeddings, enabling fast semantic search across large datasets.
Vector Search
AI & AutomationA search technique that finds semantically similar content by comparing numerical representations (vectors) of meaning, rather than matching keywords.
Vibe Coding
AI & AutomationBuilding software by describing what you want in natural language and letting an AI model generate the code, while the human steers and reviews rather than writing most lines by hand. Powerful for prototypes, and risky for production work without careful review.
W
Webhook
Technical BasicsAn automated message sent from one system to another when a specific event occurs, enabling real-time data transfer.
Z
Zero-shot Learning
AI & AutomationAn AI's ability to perform tasks it wasn't explicitly trained for, using only its general knowledge and the task description.