概要
Enterprise AI programs rarely fail for want of written policy. They fail in the gap between an executive mandate and what the production environment actually enforces—where retrieval pipelines and autonomous agents run without the real-time safeguards the policy assumes. An AI governance framework closes that gap only when its controls execute at the data layer rather than sitting in a document.
This guide separates the instruments that carry legal force from those that do not, maps one control set across all three, and gives you a five-point diagnostic to benchmark your own stack against them.
Framework architecture: Statutory law vs. voluntary standard
Treating every external instrument as an equivalent compliance framework is a design error with real cost. Statutory regulation carries legal penalty and a fixed enforcement timetable. A certifiable standard carries an audit and a certificate. A guidance framework carries a vocabulary and a taxonomy. The structural approach will be familiar to anyone who has built a data governance framework—what differs is that one of these three can fine you.
|
Instrument category |
Primary exemplar |
Governance role |
Key operational characteristics |
|
Statutory law |
EU AI Act (Regulation 2024/1689) |
Binding legal obligation enforcing risk categorization and statutory penalty |
Mandatory prohibitions, high-risk technical documentation, conformity marking, and post-market oversight. Penalties reach €35M or 7% of global turnover. |
|
Certifiable standard |
ISO/IEC 42001:2023 |
International standard for an AI management system |
Auditable structure assessed by third-party registrars, evidencing process maturity to customers, regulators, and insurers. |
|
Operational guidance framework |
NIST AI Risk Management Framework 1.0 |
Voluntary methodology for structuring organizational risk management |
Functional vocabulary and taxonomy—Govern, Map, Measure, Manage—widely referenced across private and public sector procurement. |
Mature programs do not choose. They adopt the NIST functions as internal vocabulary, align process to ISO/IEC 42001 where third-party certification is what a customer is asking for, and map specific system controls to satisfy statutory obligation where it applies.
Multi-standard control mapping: Build once, satisfy many
To avoid engineering the same requirement three times, design concrete technical controls that satisfy NIST functions, ISO control objectives, and EU AI Act obligations together.
|
Technical control |
NIST AI RMF |
ISO/IEC 42001 |
EU AI Act |
Production enforcement point |
|
Automated model and retrieval asset inventory |
Govern 1.6 — mechanisms are in place to inventory AI systems |
A.4 — resources for AI systems |
Article 49 — registration; Article 11 — technical documentation |
Centralized model registry and data catalog |
|
Consequence risk classification |
Map — categorization and impact identification |
A.5 — assessing impacts of AI systems |
Article 6 — classification rules for high-risk AI systems |
Risk intake and approval workflow |
|
Runtime data classification and PII sanitization |
Measure — analysis, assessment and monitoring |
A.7 — data for AI systems |
Article 10 — data and data governance |
Platform data layer and prompt API gateway |
|
In-line AI firewall guardrails |
Manage — risk treatment and response |
A.6.2.3 — human oversight, within A.6 AI system life cycle |
Article 14 — human oversight |
Active in-line inference proxy |
|
Step-level agentic tool boundaries |
Manage — risk treatment and response |
A.9 — use of AI systems |
Article 15 — accuracy, robustness and cybersecurity |
Model Context Protocol middleware |
|
Tamper-evident audit lineage logging |
Govern and Measure — documentation and monitoring |
Clause 9.1 — monitoring and evaluation; A.6 life-cycle records |
Article 12 — record-keeping |
Immutable database audit trail |
AI governance risk diagnostic
Five checkpoints separate a documented program from an enforced one. Score your own stack—the questions are the ones an auditor asks, and running agents in production is where most programs discover the gap.
What to demand from your enterprise AI platform
Evaluating governance capability means looking at native data-layer execution rather than at proxy wrappers bolted around it. When controls sit apart from the engine, they break down exactly where they matter most—during complex queries and retrieval.
Native data access parity
The platform must inherit and enforce source database access controls inside vector context windows and model inputs, so a user cannot reach through a retrieval pipeline to data they are not authorized to query. Where this runs in database rather than in an application wrapper, parity holds by default rather than by discipline.
Automated data classification
Sensitivity tags—personal data, intellectual property, financial metrics—must attach dynamically and follow the asset through embedding, fine-tuning, and inference. This is where data governance stops being a precondition and becomes the mechanism.
Protocol-level agentic safeguards
Autonomous agents governed through Model Context Protocol filtering, with bounded tool permissions, hard financial caps, and single-action session revocation enforced at the protocol rather than requested in a prompt.
In-line runtime security and FinOps
Inference payloads inspected in real time to redact sensitive data, sanitize injection attempts, and enforce token rate-limiting before compute spend escapes its budget. The threat models behind this are a discipline in themselves—AI security frameworks cover the technical safeguards that sit alongside these governance controls.
Tamper-evident audit trails
Lineage capturing retrieval events, system prompt parameters, user input, and model output inside the data platform itself, so audit readiness is a property of normal operation rather than a reconstruction exercise.
Where these controls are embedded in the engine—as in Teradata AI Studio and Teradata Enterprise AgentStack—enforcement does not depend on every application team implementing it correctly.
AI governance implementation roadmap
Programs fail in a recognizable order: policy first, inventory later, evidence never. Reversing that sequence is most of the work.
|
Phase |
Core objective |
Key deliverables |
|
1 — Discovery and asset mapping |
Establish governance authority and complete visibility across AI usage, including systems inside purchased software. |
Centralized model and retrieval asset catalog, named system owners, governance charter. |
|
2 — Classification and tagging |
Categorize assets by consequence and deploy dynamic metadata tagging across supporting pipelines. |
Consequence risk matrix, dynamic sensitivity tagging, tier-specific testing requirements. |
|
3 — Runtime control integration |
Embed lifecycle gates and active runtime controls into production pipelines rather than alongside them. |
Pre-deployment verification gates, in-line prompt filtering, token limits, agent tool boundaries. |
|
4 — Audit automation and certification |
Automate evidence collection and verify process against international standards. |
Immutable logging dashboards, automated regulatory reporting, ISO/IEC 42001 certification readiness. |
From benchmark to enforced control plane
A framework is judged by the evidence it produces, not by the completeness of the document describing it. The instruments converge more than they diverge, the obligations are known, and the sequence is not mysterious—inventory, classify, control, evidence. What decides the outcome is whether the controls execute where the data and the models actually live. That’s Teradata's approach: governance that holds because it is enforced in the platform rather than described alongside it.
If your diagnostic score surfaced gaps you want to close, talk to us about where those controls would run on your estate.
Frequently asked questions
What is the difference between a regulatory mandate and an AI governance standard?
What is the difference between a regulatory mandate and an AI governance standard?
A regulatory mandate such as the EU AI Act is statutory law passed by a legislature, carrying compulsory obligations and financial penalty for non-compliance. A standard such as ISO/IEC 42001 or the NIST AI Risk Management Framework is voluntary—a certifiable management model or a risk taxonomy used to structure internal practice and demonstrate maturity to auditors and customers.
How do you govern autonomous agentic workflows without halting innovation?
How do you govern autonomous agentic workflows without halting innovation?
By moving from output inspection to step-level boundaries. Tool access permissions are enforced through protocol middleware rather than requested in a system prompt, intermediate reasoning steps are logged, and a platform-level kill-switch terminates execution instantly if an agent loops or exceeds authorized scope. Bounded authority constrains what an agent can do without constraining how fast teams can build with it.
What technical controls belong in an active AI runtime firewall?
What technical controls belong in an active AI runtime firewall?
A runtime firewall intercepts prompt inputs and inference outputs in real time, between the client application and the model endpoint. The controls that belong there are automated redaction of sensitive data, adversarial injection blocking, toxic content filtering, output validation against policy thresholds, hallucination scoring, and token rate-limiting.
How do you build an AI governance framework?
How do you build an AI governance framework?
Inventory the AI systems already running, including those embedded in purchased software. Assign each a named owner. Classify by consequence rather than by technology. Then select the instrument your regulatory exposure requires as the structural spine and map controls onto the systems that need them first. An inventory with owners is worth more in the first quarter than a policy document with neither.
Who is responsible for the framework?
Who is responsible for the framework?
A named senior owner holds the mandate—commonly a chief data officer, chief risk officer, or head of responsible AI—supported by a cross-functional body drawing on legal, security, privacy, and the business lines. Each AI system then carries its own named owner answerable for its behavior in production. In regulated industries the mandate usually sits with risk, where established supervisory expectations for model risk already apply.