The AI terms that come up in every deployment conversation.

Plain-English definitions, no marketing gloss, for the vocabulary of enterprise AI: agents, governance, infrastructure, and the jargon in between. 113 terms and growing.

A

Agentic AI

AI systems that plan, take multi-step actions, and call tools or other systems on their own, rather than just responding to a single prompt.

Agentic AI
Agentic Engineering

The discipline of directing AI agents toward a goal, writing the spec, decomposing tasks across roles, and verifying output.

Implementation
AI Assurance

Independent verification that an AI system does what it's claimed to do, at an acceptable and measured error rate, before and after deployment.

Governance & Risk
AI Bias

Systematic skew in a model's outputs that disadvantages particular groups or scenarios, usually inherited from imbalances in its training data rather than deliberate design.

Governance & Risk
AI Copilot

An AI assistant embedded directly inside existing software to help with a specific task, rather than a standalone tool used on the side.

AI Strategy
AI Disclosure

Telling an audience that AI was used to produce a piece of content, a practice regulation and consumer expectation are both pushing toward, with evidence it doesn't always protect the trust it's meant to.

Governance & Risk
AI Fatigue

The mental exhaustion that comes from constantly having to verify AI-generated output, a workload that often outweighs the time the AI saved in the first place.

Governance & Risk
AI Governance

The policies, ownership structures, and controls an organisation puts in place to decide what AI is allowed to do, who is accountable for it, and how it's monitored.

Governance & Risk
AI Literacy

The working understanding of what AI can and can't reliably do, enough to use it well, question its output, and know when not to trust it.

Future of Work
AI Management SystemAIMS

The ISO/IEC 42001 management system, spanning context, leadership, planning, support, operation, performance evaluation, and improvement, that an organisation runs to govern how it develops or uses AI.

Governance & Risk
AI Observability

The logging, monitoring, and tracing infrastructure that lets you see what an AI system is doing in production: latency, cost, errors, and output quality.

Implementation
AI Orchestration

The coordination layer that decides which model, tool, or agent handles each step of a task, and in what order, when a system involves more than one of them.

Agentic AI
AI Slop

Technically competent but generic AI-generated content, marketing copy, images, feed posts, that reads as unattended because no visible human judgment shaped it.

AI Strategy
AI SOCAI SOC

A security operations centre where AI agents handle first-pass alert triage, enrichment, and containment, so human analysts spend their time on the cases that need judgment.

Implementation
AI Traceability

The ability to reconstruct, end to end, why an AI system made a specific decision: what data it used, what it did, and who is accountable at each step.

Governance & Risk
AI Verify

Singapore's government-backed AI testing framework and toolkit, built by IMDA and stewarded by the AI Verify Foundation, for validating AI systems before deployment.

Governance & Risk
AI-Native

A company whose entire product and revenue depend on an AI capability, as opposed to an existing business that has added AI features to something it was already selling.

AI Strategy
Andon Cord

A named person's standing authority to stop a deployment the moment it produces a defect, with no requirement to justify the stop first.

Governance & Risk
Automation Bias

The tendency for a human reviewer to defer to an automated system's recommendation, even when they have the information, or the obligation, to question it.

Governance & Risk
Autonomy Readiness

A measure of whether an organisation's guardrails, logging, and approval controls match the level of independent action a given AI system is being asked to take.

Governance & Risk

C

Capability Threshold

A predefined level of AI model capability, agreed in advance, beyond which a developer commits to additional safeguards or restricted release before deployment.

Governance & Risk
Chain-of-Thought Reasoning

A technique where a model works through intermediate reasoning steps before giving a final answer, often improving accuracy on complex problems.

Agentic AI
Chief AI OfficerCAIO

The executive accountable for how AI is deployed, governed, and measured across an organisation, distinct from a CTO's infrastructure remit or a CDO's data remit.

AI Readiness
Command and ControlC2

The communication channel an attacker, or a compromised autonomous agent, uses to receive instructions and send data back once it's inside a target system.

Governance & Risk
Comparative Advantage

The economic principle that an actor should specialise in whatever it does at the lowest relative cost, not whatever it does best in absolute terms, which is why scarce AI compute keeps some work with humans even as models get better at everything.

Future of Work
Computer Vision

AI systems that interpret and act on visual input, images or video, such as detecting defects, tracking progress, or reading a document's layout.

AI Strategy
Conformal Prediction

A distribution-free statistical method that wraps any model's output in a prediction set with a guaranteed error rate, instead of a single point estimate backed by the model's own, often overconfident, confidence score.

Governance & Risk
Constitutional AI

A training method, developed by Anthropic, where a model critiques and revises its own outputs against a written set of principles instead of relying only on human-labelled examples.

Governance & Risk
Context Window

The maximum amount of text, measured in tokens, a model can consider at once when generating a response, including your prompt, any retrieved documents, and its own reply.

Implementation
Control Problem

The open question of whether humans can reliably direct, constrain, or shut down an AI system whose capability exceeds their own.

Governance & Risk
Correlated Error

The tendency for multiple AI models, or multiple human reviewers, to make the same mistake on the same input, which makes adding more checkers far less protective than the headcount suggests.

Governance & Risk

L

Lakehouse

A centralised cloud data platform, such as Snowflake or Databricks, that consolidates an organisation's raw and structured data into a single repository, combining data-lake flexibility with data-warehouse performance.

Implementation
Large Language ModelLLM

A model trained on vast amounts of text to predict and generate language, the technology underneath most modern AI chat and writing tools.

AI Strategy
Latency

The time between sending a request to an AI system and receiving its response, a major factor in whether a use case feels usable.

Implementation
Lean Startup

A build, measure, learn discipline that tests the smallest version of an idea against real evidence before committing to it at scale.

Implementation
Least Privilege

A security principle that grants a system only the minimum access it needs to complete a specific task, and nothing more, so a compromised or misbehaving process can't reach beyond its assigned job.

Governance & Risk
Liability Laundering

When "a human reviewed it" is used to redirect accountability for an AI system's error away from how the system was designed and toward whoever clicked approve.

Governance & Risk
LLM-as-a-Judge

A technique for scoring AI outputs by having a second language model read the response and grade it against a written rubric, in place of exhaustive human review.

Implementation
Local LLM

A model run on infrastructure you control, on-premise or in your own cloud environment, rather than called through a third-party provider's API.

AI Strategy

M

Mechanistic Interpretability

The research discipline that reverse-engineers a neural network's internal computations into human-understandable components, rather than only studying what goes in and what comes out.

Governance & Risk
MITRE ATLASATLAS

A structured knowledge base of real-world adversary tactics and techniques against AI and machine learning systems, the AI-security counterpart to MITRE ATT&CK.

Governance & Risk
Mixture of ExpertsMoE

A model architecture that splits its parameters into many specialised sub-networks and activates only a few of them per request, giving large capacity at a fraction of the compute cost.

Implementation
MLOps

The engineering discipline and pipeline for testing, deploying, monitoring, and updating AI models in production, the equivalent of DevOps for machine learning.

Implementation
Model Context ProtocolMCP

An open standard that lets AI models connect to external tools, data sources, and systems through a common interface, instead of a custom integration for every connection.

Agentic AI
Model Distillation

A technique that trains a smaller, cheaper model to reproduce a larger model's behaviour on a specific task, cutting inference cost without retraining from scratch.

Implementation
Model Drift

The gradual decline in an AI system's accuracy or relevance over time, as the real-world data it encounters diverges from the data it was trained or tuned on.

Governance & Risk
Model Inversion Attack

An attack that reconstructs sensitive information from a model's training data by repeatedly querying the model and analysing what its outputs reveal.

Governance & Risk
Multimodal AI

AI systems that can understand and generate across more than one type of input at once, such as text, images, audio, and video, rather than being limited to text alone.

AI Strategy

S

Sandbox

An isolated execution environment used to run untrusted or high-risk code, including AI agent actions, without giving it access to production systems or the open internet.

Governance & Risk
Semantic Caching

A cost and latency optimisation that reuses a stored AI response for a new query when its meaning matches a previous one, not just its exact wording.

Implementation
Shadow AI

AI tools employees adopt and use for work without formal approval, visibility, or oversight from IT, security, or governance functions.

Governance & Risk
Signalling Theory

Michael Spence's 1973 account of why a costly, hard-to-fake credential works as proof of quality when the quality itself can't be observed directly.

Future of Work
Spec-Driven Development

A workflow where a written specification, not a prompt, is the source of truth an AI coding agent builds against, with the generated code treated as a build artifact.

Implementation
Statement of ApplicabilitySoA

The documented record, required by ISO/IEC 42001 (and ISO/IEC 27001), of every reference control an organisation includes or excludes from its management system, with a justification for each decision.

Governance & Risk
Superintelligence

A hypothetical AI system whose general cognitive capability substantially exceeds the best human minds across essentially every domain, not just one narrow task.

Governance & Risk
Synthetic Data

Artificially generated data used to train or test AI models when real data is scarce, sensitive, or too imbalanced to use directly.

Implementation
Systemic Risk

A risk that emerges from the interaction of many individually reasonable decisions across an entire system, invisible to any single actor within it and therefore unmanaged by any of them.

Governance & Risk

Read the full analysis behind each term.

Want to talk through your AI strategy? Let's Talk →

Terence Kok
Before You Go

I started keeping this list for myself, honestly, because a client would say 'agentic' or 'RAG' in a meeting and I'd catch three people nodding who I knew weren't sure. Jargon left unexplained in the room is a quiet tax on everyone too polite to ask. Look up whatever you need here without it costing you anything socially. Understanding the word is the easy part; using that understanding well in your own business is the part I care about helping with.

Terence Kok