Foundational Reading · Reviewed May 2026

Enterprise AI Governance Glossary

Plain-English definitions for the terms enterprises actually use when buying, building, and governing on-premise AI. Covers the EU AI Act, multi-agent orchestration, private RAG, LLM routing, and the operational vocabulary in between. Each term links to the relevant VDF AI pillar, blog, or product page.

A

A

# Agentic AI AI that plans, acts, and adapts across multi-step tasks instead of returning a single response.

An agentic AI system goes beyond one-shot generation. It decomposes a goal into steps, selects tools, calls APIs or retrieval, observes results, and adapts the next action. In an enterprise context, this only becomes safe when paired with an orchestrator, policy enforcement, and execution traces. See AI Agent Orchestration for the runtime view.

See also: Multi-Agent Orchestration, Tool Governance

# AI Agent Governance The policies, permissions, logs, and approvals that make enterprise agents accountable.

AI agent governance covers who can build agents, which tools they can call, which models are approved, what knowledge they can read, and how every execution is recorded. Without it, agent rollout becomes opaque and unauditable. The AI Agent Governance pillar describes the platform controls VDF AI uses to make agents reviewable end-to-end.

See also: Audit Log (AI), Tool Governance, Risk Management System

# AI Inventory A live register of every AI system, model, and third-party AI tool in use across the enterprise.

An AI inventory (sometimes “AI system register”) is the prerequisite for any compliance program. You cannot classify risk, run a DPIA/FRIA, or report to regulators without a baseline of what exists. The AI Inventory & Shadow AI Discovery use case explains how to build one across code repos, document stores, and collaboration tools.

See also: Shadow AI, AI Risk Classification

# AI Risk Classification (EU AI Act) Mapping each AI system to the EU AI Act risk tiers: unacceptable, high, limited, minimal.

The EU AI Act assigns obligations based on risk tier. High-risk systems trigger conformity assessments, technical documentation, and post-market monitoring; limited-risk systems trigger transparency duties; some uses are outright prohibited. See AI Risk Assessment & Classification for the workflow VDF AI uses to map this systematically.

See also: High-Risk AI System, Conformity Assessment

# Approval Workflow (Human-in-the-Loop) A required human decision point inside an agent workflow before a sensitive action is taken.

An approval workflow pauses an agent before a high-impact step — sending a customer email, modifying a record, escalating a case — and routes the proposed action to a human reviewer. Approvals should be enforced in the orchestrator, not at the UI, so they cannot be bypassed by a different caller. See AI Agent Governance.

# Audit Log (AI) The immutable record of prompts, retrieval events, tool calls, model choices, and outputs.

An AI audit log is the source of truth when something looks wrong: a sensitive output, a regulator request, or a misbehaving agent. It needs to capture timestamps, user identity, agent identity, retrieved sources, tool calls, and model decisions. See AI Agent Observability: Logs, Traces, Audit.

See also: Observability (AI Agent), Decision Traceability

B

B

# Bias Detection & Fairness Auditing Testing AI outputs for systematic group-level disparity and documenting mitigations.

Bias detection evaluates whether a model or workflow produces materially different outcomes across protected groups. It is required for high-risk EU AI Act systems and increasingly expected by procurement teams. See Bias Detection & Fairness Auditing.

C

C

# Conformity Assessment The EU AI Act procedure by which a high-risk AI system is shown to meet legal requirements before placement on the market.

A conformity assessment verifies that a high-risk AI system has a risk management system, technical documentation, data governance, logging, transparency, human oversight, accuracy and cybersecurity controls. The architecture decisions you make early — especially logging and traceability — determine whether this is straightforward or painful. See EU AI Act-Ready On-Premises AI Architecture.

D

D

# Data Sovereignty Keeping data and the systems that process it inside a defined legal or geographic boundary.

Data sovereignty is why many regulated organizations cannot route prompts, retrieved passages, or logs through uncontrolled third-party services. It is the practical driver behind on-prem and sovereign-cloud AI architectures. See Sovereign AI with VDF AI.

See also: On-Premise AI Agent Platform, Hybrid Deployment

# Decision Traceability The ability to reconstruct, after the fact, why an agent or model produced a given output.

Decision traceability ties outputs back to the inputs, retrieved sources, tool calls, and model selection that produced them. Without it, “why did the system decide that?” has no answer. See Decision Traceability for Audits.

# DPIA / FRIA Data Protection Impact Assessment (GDPR) and Fundamental Rights Impact Assessment (EU AI Act).

DPIA is a structured analysis of how a system affects personal data; FRIA is the EU AI Act equivalent for fundamental rights, required for high-risk systems used by public bodies and certain private deployers. Running them together avoids duplicate documentation. See DPIA/FRIA Integrated Impact Assessment.

E

E

# Embeddings Numeric vector representations of text (or other content) used for semantic retrieval.

Embeddings turn passages into vectors that can be searched by meaning rather than keyword. In a Private RAG architecture, the embedding store is sensitive — it contains a representation of internal documents — and is one of the first places enterprises ask “where does this live?”. See Private RAG.

See also: Vector Database

# Energy-Aware Routing (Green AI) Routing decisions that consider the energy and carbon profile of each model, not only quality and cost.

Energy-aware routing prefers smaller, more efficient models for high-volume work where the quality threshold is met, reserving frontier models for steps that genuinely need them. See Orchestration & Energy research and the white paper How We Reduce Energy Consumption.

See also: LLM Routing

# EU AI Act The European regulation that classifies AI systems by risk and assigns obligations to providers and deployers.

The EU AI Act entered into force in 2024 with staged applicability. It introduces prohibited practices, high-risk requirements, GPAI obligations, transparency duties, and post-market monitoring. Architecture choices — where data lives, what is logged, how human oversight is enforced — largely determine cost of compliance. See EU AI Act-Ready Architecture and VDF AI Compliance.

See also: GPAI Model, Provider vs Deployer, Transparency Obligations

F

F

# Foundation Model A large model trained on broad data that is adapted (via prompting, fine-tuning, or RAG) for downstream tasks.

Foundation models are the generic substrate of modern AI. Enterprises rarely use them raw; they layer retrieval, routing, and governance on top. For high-volume internal tasks, a smaller specialised model often outperforms a generic foundation model on cost, latency, and energy. See Small Language Models in Enterprise AI.

See also: Small Language Model (SLM)

G

G

# Governance Plane The layer of the AI stack that enforces policy across identity, models, tools, retrieval, and logs.

A governance plane is what turns a collection of agents into a controllable enterprise system. It is not a reporting dashboard added later; it is the runtime that decides who can do what, with which model, on which data. See AI Agent Governance.

# GPAI Model General-Purpose AI Model — a model with broad capability across tasks, as defined in the EU AI Act.

GPAI providers face specific transparency, documentation, and (for systemic-risk models) evaluation and incident-reporting obligations. Deployers of GPAI inside a high-risk product inherit additional duties. See EU AI Act-Ready Architecture.

H

H

# Hallucination A confident-sounding output that is not grounded in the retrieved or provided evidence.

Hallucinations are reduced — not eliminated — by good retrieval, citations, and evaluation. In an enterprise setting, the more dangerous failure mode is a hallucinated action, not a hallucinated answer: an agent that fabricates a justification for the wrong tool call. See Private RAG vs Enterprise Search.

# High-Risk AI System An EU AI Act category covering AI used in safety components or in listed high-impact domains.

High-risk AI systems include those used in critical infrastructure, education, employment, essential services, law enforcement, migration, and the administration of justice. They trigger the bulk of EU AI Act obligations. Architecture matters because logging, oversight, and documentation cannot be retrofitted cheaply. See EU AI Act-Ready Architecture.

# Hybrid Deployment Running sensitive workloads on local infrastructure while selectively using cloud models for approved tasks.

Hybrid deployment is the realistic shape of most regulated enterprise AI. Retrieval, embeddings, logs, and routing stay local; specific workflows can call external models when policy allows and quality benefits justify it. See On-Premise AI Agent Platform.

L

L

# LLM Observability Inspecting prompts, retrievals, tool calls, model choices, latency, cost, and outputs in production.

LLM observability is what turns a black box into an operable system. Without it, every failure looks like “the agent did something strange.” See AI Agent Observability: Logs, Traces, Audit.

# LLM Routing Choosing the right model for each task based on quality, cost, latency, energy, and policy.

LLM routing is how enterprise AI economics actually work. Routing pushes classification and summarization to smaller models, reserves frontier models for hard reasoning, and respects policy (some tasks cannot leave a boundary). See the LLM Routing pillar and the SEEMR architecture for the VDF AI implementation.

See also: SEEMR (Self-Evolving Model Router), Energy-Aware Routing

M

M

# MCP (Model Context Protocol) An open protocol for exposing tools, data sources, and prompts to AI agents in a standard way.

MCP lets you wrap an internal API or a third-party agent platform as a tool any compatible agent can invoke. In practice it is the integration glue between platforms — for example, running n8n or CrewAI flows as tools inside a VDF AI Network. See Integrate n8n & CrewAI as MCP Tools.

# Model Card Short structured documentation of a model: intended use, training data summary, evaluations, and limits.

A model card is the artefact procurement and compliance teams ask for. It is also useful internally: when routing decides which model handles a step, the card explains why that model is approved for that workload. See Model Evaluation Suite.

# Multi-Agent Orchestration Coordinating multiple specialised agents into one governed workflow with routing, retries, and oversight.

Multi-agent orchestration is what enterprise AI looks like past the single-chatbot phase: retrieval, reasoning, validation, and action are different agents, run as a DAG with per-node model routing and explicit approval points. See the AI Agent Orchestration pillar and VDF AI Networks.

See also: LLM Routing, Tool Governance

O

O

# Observability (AI Agent) Live and historical visibility into agent execution — what ran, on what data, with what result.

AI agent observability goes beyond LLM call logs. It needs to capture orchestration paths, tool invocations, approvals, retries, and downstream effects. See AI Agent Observability: Logs, Traces, Audit.

# On-Premise AI Agent Platform The operating layer for running agents, retrieval, routing, and governance inside controlled infrastructure.

An on-premise AI agent platform is more than a model host. It bundles agent runtime, private retrieval, policy enforcement, observability, and deployment control so the enterprise retains data and runtime control. See the pillar page and On-Prem AI overview.

P

P

# Permission-Aware Retrieval RAG that respects source-system access controls instead of surfacing content the user cannot read.

Without permission-aware retrieval, the RAG layer becomes a permissions bypass: it indexes content the user would not be allowed to open in the source system and serves it back through the chat surface. See Private RAG.

# Private RAG Retrieval-augmented generation over enterprise-controlled data, storage, and embeddings.

Private RAG differs from cloud RAG in three ways: where the embeddings live, who controls retrieval policy, and whether retrieval is audited as part of the AI platform. See the Private RAG pillar and Private RAG vs Enterprise Search.

See also: Permission-Aware Retrieval, Vector Database, Embeddings

# Provider vs Deployer EU AI Act roles: the provider places an AI system on the market; the deployer uses it under their authority.

Most enterprises are deployers, not providers. Deployer duties (oversight, monitoring, fundamental-rights impact assessment) are different from provider duties (conformity assessment, technical documentation, post-market monitoring). Knowing which role you play for each system is the start of any compliance plan. See EU AI Act-Ready Architecture.

R

R

# RAG (Retrieval-Augmented Generation) Retrieving relevant passages and passing them into a generation step so answers are grounded in evidence.

RAG reduces hallucination and gives users source citations. Quality depends on ingestion, chunking, embeddings, ranking, and freshness — “upload documents and chat” is the demo, not the architecture. See RAG Technology Best Practices.

See also: Private RAG

# Risk Management System (EU AI Act) A continuous, documented process for identifying, evaluating, and mitigating risks of an AI system.

The EU AI Act requires high-risk systems to operate a risk management system across the full lifecycle: design, development, deployment, and post-market monitoring. It is not a one-off document. See AI Governance & Compliance Problems.

S

S

# SEEMR (Self-Evolving Model Router) VDF AI’s architecture for governed, observable, adaptive LLM routing across providers and local models.

SEEMR formalises model selection as a runtime decision shaped by policy, cost, latency, energy, and outcome feedback — rather than a static configuration. See the SEEMR architecture page and the white paper The Self-Evolving Model Router.

# Shadow AI AI tools used inside the organization without security, procurement, or compliance approval.

Shadow AI is the gap between employees adopting new tools and IT discovering they exist. Recent surveys put it above 30% of weekly AI usage in many enterprises. You cannot govern what you cannot see. See AI Inventory & Shadow AI Discovery.

# Small Language Model (SLM) A smaller, often specialised model that runs locally and trades general capability for cost, latency, and control.

Small language models are how enterprises make high-volume internal AI economically viable: many routine tasks (classification, extraction, summarization) do not need a frontier model. See Small Language Models in Enterprise AI.

# Sovereign AI AI operated under a specific jurisdiction’s legal, infrastructure, and data-residency requirements.

Sovereign AI is the practical answer to “our data cannot leave the country / cannot leave our control.” It usually combines on-prem or sovereign-cloud deployment, private retrieval, and approved local or jurisdiction-bound models. See Sovereign AI with VDF AI.

T

T

# Tool Governance Scoping which agents may call which tools, under which conditions, with which approval steps.

Tool governance is where governance becomes operational. An agent that can read documents is one risk profile; one that can modify records or send customer-facing content is another. The orchestrator must enforce scope, not the calling code. See AI Agent Governance.

# Transparency Obligations EU AI Act duties to disclose AI use to affected people — for example, when interacting with a chatbot or seeing AI-generated content.

Transparency obligations apply broadly, not only to high-risk systems. Deployers of emotion-recognition or biometric-categorisation systems have additional disclosure duties; providers of generative AI must mark synthetic outputs. See AI Governance & Compliance Problems.

V

V

# Vector Database A database optimized for similarity search over embedding vectors.

A vector database is the storage layer behind RAG. In a private deployment, it sits next to the documents it indexes — not in a separate vendor tenant — so retrieval, permissions, and audit live in one boundary. See Private RAG.

Z

Z

# Zero Data Retention A processing mode in which the model provider does not store inputs or outputs after a request completes.

Zero data retention is one of the controls procurement teams ask for when sensitive prompts must traverse an external API. It is not a substitute for keeping data local — logs, embeddings, and retrieved passages still live somewhere — but it constrains what a third party can keep. See Why Data Security Matters in AI.

Translating these terms into an architecture?

Book a working session with the VDF AI team. We will map your use cases to the right combination of on-premise platform, governance, retrieval, and routing.

Talk to VDF AI