A
Agentic AI
Agentic AI is AI that pursues a goal autonomously — perceiving, reasoning, planning, and taking actions across tools and systems, then adapting on the results — rather than only producing an answer.
Agentic RAG
Agentic RAG is retrieval-augmented generation restructured as a reasoning loop: an agent decides whether to retrieve, what to search for, which source to use, and whether the evidence is good enough — retrying or escalating when it is not.
AI agent
An AI agent is a system that uses a model to plan and take actions toward a goal — calling tools, observing results, and iterating across steps — instead of returning a single response.
Audit trail
An audit trail is a durable, tamper-evident record of how an AI decision was made — the context and sources used, the reasoning, the tool calls and actions taken, the decision, and the human's view — so it can be reconstructed later.
E
Embedding
An embedding is a numeric vector representation of text (or other data) that captures meaning, so similar items sit close together in vector space. Embeddings let a system retrieve by semantic similarity rather than exact keywords.
EU AI Act
The EU AI Act (Regulation (EU) 2024/1689) is the European Union's comprehensive, risk-tiered law for AI. It classifies systems by risk and imposes obligations — heaviest on 'high-risk' uses such as credit scoring and life/health insurance pricing.
Explainable AI
Explainable AI (XAI) is the ability to state, in human terms, why a model produced a particular output. In lending and insurance it means giving specific, accurate reasons for a decision — not just a score.
G
Generative AI
Generative AI is AI that produces new content — text, code, images — in response to a prompt. It answers, drafts, or summarizes; a person then reviews and acts on the output.
Guardrails
Guardrails are the constraints that keep an AI system inside acceptable bounds — input/output filters, policy checks, allowed-action limits, and escalation rules — so it cannot take unsafe or non-compliant actions.
H
Hallucination
A hallucination is when an AI model produces confident output that is factually wrong or unsupported — inventing a fact, source, or detail that is not grounded in real data.
Human-in-the-Loop (HITL)
Human-in-the-loop (HITL) AI is a design in which a person reviews, approves, or can override an AI system's consequential actions. A risk gate routes low-risk actions to automatic execution and high-risk ones to a human.
M
Model Context Protocol (MCP)
The Model Context Protocol (MCP) is an open standard that lets an AI application connect to external tools and data through one consistent interface — 'a USB-C port for AI' — instead of a custom integration per system.
Model Risk Management (MRM)
Model risk management (MRM) is the discipline of governing the risk that a model is wrong or misused — through inventory, independent validation, ongoing monitoring, and clear ownership. In US banking it derives from SR 11-7.