A
AI Token
An AI token is the small unit of text, often a subword, that a language model reads, generates, counts against its context window, and bills for.
AI Inference
AI inference is the execution phase where a trained AI model applies what it learned to new, unseen data and produces an output such as a prediction.
AI Red Teaming
AI red teaming is a structured testing effort that uses adversarial methods to find flaws, vulnerabilities, and misuse risks in a deployed AI system.
AI Agent
An AI agent is a software system that uses an AI model to plan, pick tools and take actions toward a goal on a user’s behalf, with limited human oversight.
AI Hallucination
An AI hallucination is output a generative model states with confidence but that is factually wrong, unsupported, or contradicts its own prompt.
Automated Decision-Making
A significant decision about a person taken with no meaningful human involvement, defined by UK GDPR Articles 22A to 22C and subject to statutory safeguards.
C
Context Window
A context window is all the text an AI model can reference when generating a response, measured in tokens and shared with the model’s own output.
M
Mixture of Experts
A mixture of experts (MoE) model splits its feed-forward layers into expert sub-networks and a router sends each token to only a few of them.
Multimodal AI
Multimodal AI is a single model that takes in and relates more than one type of input, such as text, images, audio or video, rather than only text.
P
Prompt Injection
Prompt injection is an attack in which crafted input makes a large language model follow the attacker’s instructions instead of its operator’s.