The AI Glossary

A plain-English dictionary of the AI, analytics, and operating-model terms we use.

103 terms
Level
Topic

A

19 terms

Abliteration

FrontierGovernance, Safety and Ethics

Abliteration is a technique for removing an open-weight AI model's built-in refusal behaviour by directly altering the internal pathway responsible for it, rather than retraining the whole model.

Accuracy

FoundationsCore AI Concepts

Accuracy is the proportion of correct predictions a model makes relative to the total number of predictions evaluated.

Agent Washing

FrontierGovernance, Safety and Ethics

Agent washing is the practice of selling ordinary automation or a scripted chatbot as an autonomous AI agent.

Agentic AI

Working knowledgeAgentic Protocols and Infrastructure

Agentic AI is the design approach in which software plans a sequence of steps, uses external software tools and takes autonomous action to execute multi-step goals, rather than generating a single response to a single prompt.

AI Agent

Working knowledgeAgentic Protocols and Infrastructure

An AI agent is a software system that uses an AI model to plan and execute multi-step tasks autonomously, with minimal human intervention.

AI Bubble

Working knowledgeAI Economics and Infrastructure

The AI bubble is the concern that AI-related investment, valuations and infrastructure spending have grown faster than the revenue and profits actually being generated, echoing the dot-com bubble of the early 2000s.

AI Due Diligence

Working knowledgeGovernance, Safety and Ethics

AI due diligence is the work of establishing whether a company's AI claims, capabilities, costs and risks are what they are said to be, carried out before an acquisition or an investment.

AI Governance

Working knowledgeGovernance, Safety and Ethics

AI governance is the set of frameworks, policies, controls and oversight mechanisms an organisation puts in place to manage risk, ensure compliance and maintain accountability across its use of artificial intelligence.

AI Readiness

FoundationsGovernance, Safety and Ethics

AI readiness is whether an organisation's data, processes and people are in a state where AI can be deployed usefully, as distinct from whether the technology itself works.

AI Safety

Working knowledgeGovernance, Safety and Ethics

AI safety is the interdisciplinary field focused on minimising the systemic risks, operational failures and societal harms caused by artificial intelligence systems.

AI Sandbox

Working knowledgeGovernance, Safety and Ethics

An AI sandbox is a restricted, isolated environment used to test or run an AI system separately from live systems, so that unexpected or harmful behaviour can be observed and contained before it affects real operations, data or customers.

AI Slop

FoundationsApplications and Capabilities

AI slop is the flood of low-quality, mass-produced content generated cheaply by AI and published with little or no human oversight, covering text, images and video.

AI Washing

Working knowledgeGovernance, Safety and Ethics

AI washing is the deceptive practice of exaggerating, misrepresenting or falsely claiming that artificial intelligence is used within a company's products, services or internal operations.

AI Watermarking

Working knowledgeGovernance, Safety and Ethics

AI watermarking is the practice of embedding subtle, mathematically detectable signals or metadata into text, images, audio or video generated by a model.

Algorithm

FoundationsCore AI Concepts

An algorithm is a precise, unambiguous sequence of mathematical and computational rules designed to process input data, perform calculations and solve a specific problem.

Algorithmic Bias

FoundationsGovernance, Safety and Ethics

Algorithmic bias is the systematic production of prejudiced or unfair decisions by an artificial intelligence system, disadvantaging specific demographic groups, customers or operational segments.

API (Application Programming Interface)

FoundationsCore AI Concepts

An API, or application programming interface, is a defined interface that allows software systems to exchange information.

Artificial General Intelligence (AGI)

Working knowledgeCore AI Concepts

Artificial general intelligence (AGI) is a hypothetical AI capable of understanding or learning any intellectual task that a human being can, aiming to match the cognitive range of a person rather than perform one narrow task well.

Artificial Intelligence (AI)

FoundationsCore AI Concepts

Artificial intelligence is the branch of computer science dedicated to creating hardware and software systems capable of performing tasks that have historically required human intelligence.

B

3 terms

C

7 terms

D

8 terms

Data Centre

FoundationsAI Economics and Infrastructure

A data centre is a dedicated physical facility housing centralised computing servers, networking equipment and enterprise storage.

Data Governance

Working knowledgeGovernance, Safety and Ethics

Data governance is the management framework covering the availability, usability, integrity, privacy and security of an organisation's data assets.

Data Privacy

FoundationsGovernance, Safety and Ethics

Data privacy in artificial intelligence is the set of practices and legal obligations governing the collection, processing, storage and sharing of personally identifiable information.

Data Residency

Working knowledgeGovernance, Safety and Ethics

Data residency is the legal and regulatory requirement that personal or corporate data be collected, processed and stored within specific geographic or legal jurisdictions.

Deep Learning

Working knowledgeCore AI Concepts

Deep learning is a subset of machine learning that uses neural networks with many layers.

Deepfake

FrontierGovernance, Safety and Ethics

A deepfake is synthetic media, including video, audio and images, manipulated or generated using deep neural networks to convincingly impersonate a real person.

Digital Twin

Working knowledgeApplications and Capabilities

A digital twin is a virtual representation of a physical asset, facility, product or operational system, kept current by real-time sensor streams and AI predictive models.

Distillation

FrontierTechniques and Architectures

Distillation is a training technique where a smaller model learns to imitate a larger one, typically by training on the larger model's outputs rather than on raw data.

E

4 terms

F

3 terms

G

5 terms

H

4 terms

I

1 term

J

2 terms

L

1 term

M

7 terms

Machine Learning (ML)

FoundationsCore AI Concepts

Machine learning is the paradigm of training systems to identify patterns from data rather than programming them with explicit, hard-coded rules.

Model Collapse

FrontierTechniques and Architectures

Model collapse is the gradual degradation in quality that happens when AI models are repeatedly trained on data generated by earlier AI models, rather than on original human-made data.

Model Context Protocol (MCP)

FrontierAgentic Protocols and Infrastructure

The Model Context Protocol (MCP) is an open standard that allows software systems, including AI agents, to connect to external tools and data sources through a single, consistent interface.

Model Drift

Working knowledgeGovernance, Safety and Ethics

Model drift is the gradual decay in a model's performance as the world it operates in moves away from the data it was trained on.

Model Risk

Working knowledgeGovernance, Safety and Ethics

Model risk is the risk that decisions taken on incorrect outputs from a model cause financial, regulatory or reputational harm.

Multi-Agent Orchestration

FrontierAgentic Protocols and Infrastructure

Multi-agent orchestration is an architecture in which multiple AI agents, often a mix of models with different capability and cost, are coordinated to complete a task together rather than relying on one model for everything.

Multimodal AI

Working knowledgeCore AI Concepts

Multimodal AI is a model built from the start to take in, cross-reference and generate several distinct data types at the same time, including text, images, audio, video and numerical tables.

N

3 terms

O

4 terms

P

3 terms

R

7 terms

Reasoning Model

Working knowledgeCore AI Concepts

A reasoning model is a class of AI model that works through a problem step by step before producing an answer, rather than generating a response immediately.

Recommendation System

Working knowledgeApplications and Capabilities

A recommendation system is software that predicts user preferences and suggests relevant items, content or services.

Red Teaming

Working knowledgeGovernance, Safety and Ethics

Red teaming is adversarial security testing in which specialists deliberately attempt to breach an AI system's guardrails, bypass its alignment restrictions and trigger harmful outputs.

Reinforcement Learning (RL)

Working knowledgeTechniques and Architectures

Reinforcement learning is a way of training a system by trial and error, rewarding the actions that work and penalising the ones that do not, until it learns a sequence of decisions that scores well.

Responsible AI

FoundationsGovernance, Safety and Ethics

Responsible AI is the governance framework that ensures AI systems are developed, deployed and monitored ethically, safely and transparently.

Retrieval-Augmented Generation (RAG)

FrontierAgentic Protocols and Infrastructure

Retrieval-augmented generation is an architectural pattern that connects a generative model to a specific body of content, typically proprietary company documents, rather than relying on the model's public training alone.

Robotic Process Automation (RPA)

FoundationsApplications and Capabilities

Robotic process automation is a set of software tools that configure rule-based bots to carry out repetitive, structured digital administrative tasks.

S

9 terms

Scheming

FrontierGovernance, Safety and Ethics

Scheming is when an AI system behaves as though aligned with its developers' goals while it is being tested, but would pursue a different goal once confident it is not being monitored.

Sentiment Analysis

FoundationsApplications and Capabilities

Sentiment analysis is a natural language processing technique that reads unstructured text to identify and quantify emotional tone, customer attitude and subjective opinion.

Shadow AI

FoundationsGovernance, Safety and Ethics

Shadow AI is the use of AI tools inside an organisation without the knowledge or approval of those responsible for security and risk.

Small Language Model (SLM)

Working knowledgeAI Economics and Infrastructure

A small language model is a compact model chosen in place of a frontier one because it costs less to run, answers faster and is small enough to host on hardware you control.

Sovereign AI

Working knowledgeGovernance, Safety and Ethics

Sovereign AI is the principle that a nation or organisation keeps control over where AI runs and where the underlying data lives, rather than ceding it to foreign providers or systems it cannot inspect or govern.

Speech Recognition

FoundationsApplications and Capabilities

Speech recognition is the technology that converts spoken audio into machine-readable text.

Superintelligence

Working knowledgeCore AI Concepts

Superintelligence is a hypothetical AI that would vastly exceed human ability across every field at once, not merely match it.

Synthetic Data

Working knowledgeCore AI Concepts

Synthetic data is artificially generated data produced by algorithms and generative models rather than collected from real-world events.

System Prompt

Working knowledgeGovernance, Safety and Ethics

A system prompt is the standing set of instructions a deployer gives a model, sent ahead of every conversation and invisible to the people using it.

T

8 terms

V

4 terms

W

1 term

Not sure where your organisation stands?

Take the free AI-readiness diagnostic.

Start the diagnostic