A model wired to take actions — calling tools, browsing, writing code — to pursue a goal.
A system in which an LLM does not merely answer but plans and acts: calling tools, reading results and iterating toward a goal across many steps. Built on function calling, connected via standards like MCP, and coordinated by orchestration.
Agent Loop
Agents & ToolingThe observe–think–act–repeat cycle an agent runs until a task is done.
The control cycle at the heart of every agent: the model reads the current state, decides on an action, the harness executes it via function calling, the result is fed back, and the loop repeats until the goal is met or a limit is hit. Reasoning quality, stopping conditions and error recovery within this loop largely determine whether an agent is reliable.
AI Centre of Excellence
Enterprise & StrategyA central team that sets standards and accelerates AI delivery across a business.
A hub that concentrates scarce AI talent, reusable tooling and standards — security, evaluation, governance — so individual teams ship faster and more safely. Part of the broader AI operating model; effective where it enables delivery rather than becoming a bottleneck.
AI Governance
Enterprise & StrategyThe policies and controls that keep AI use safe, compliant and accountable.
The framework of standards, approvals, red teaming and audit that defines what AI may be used for and how risk is managed. Done well it enables responsible scale rather than blocking it, and it is the legitimate alternative to ungoverned shadow AI.
AI Maturity Model
Enterprise & StrategyA banded framework — typically Nascent to Transformational — for grading AI capability.
A scoring rubric that places an organisation on a five-band ladder from nascent curiosity to industrialised, governed AI. Each band carries a recommended next move, so the assessment ends as a roadmap rather than a grade. Used as the backbone of any AI readiness assessment and the language by which leadership tracks progress year-on-year.
AI Operating Model
Enterprise & StrategyHow an organisation structures ownership, delivery and control of AI.
The arrangement of people, process and accountability that turns strategy into shipped systems: who funds use cases, who builds, who reviews, and where a human stays in the loop. It spans a centre of excellence, embedded teams and the governance that keeps autonomy inside agreed limits.
AI Readiness Assessment
Enterprise & StrategyA structured diagnostic of whether an organisation can adopt and sustain AI.
The step-zero exercise in any serious enterprise AI strategy: a questionnaire and interview programme that scores foundations — leadership, data readiness, technology, skills, operating model, governance, responsible AI and adoption — against an AI maturity model. The output to act on is the per-dimension profile, not the headline score; the spiky shape is where the first roadmap comes from.
Alignment
Alignment & SafetyThe problem of making capable systems pursue their operators' actual intent.
The discipline of ensuring AI systems do what their designers and users actually want — safely, honestly and helpfully — as capability grows. Approached through RLHF, Constitutional AI, interpretability and red teaming.
Artificial General Intelligence
FoundationsA hypothetical system matching or exceeding human ability across essentially all cognitive tasks.
The field's long-horizon goal: a single system that meets or beats human performance across the full breadth of cognitive work, not just narrow domains. There is no agreed test for it. Progress is tracked through benchmarks and the trajectory implied by scaling laws.
Artificial Intelligence
FoundationsThe umbrella term for machines that perform tasks once thought to require human intelligence.
The broadest term in the field: software that performs tasks — perception, reasoning, language, decision-making — once assumed to require a human mind. Today's headline systems are a narrow slice of this, built almost entirely on machine learning and, more specifically, deep learning. The far horizon, a system matching humans across the board, is artificial general intelligence.
Attention
Models & ArchitecturesThe mechanism that lets a model weigh which other tokens matter when processing each one.
The core operation of the transformer: for every token, the model computes how much to draw on every other token in the context window. "Self-attention" does this within a single sequence. It is powerful but costly, which is why long contexts lean on the KV cache.