Skip to main content
← All posts·
AI Governance

Building the AI Governance Roadmap: From Level 1 to Level 3 in 12 Months

A month-by-month roadmap for moving from ad hoc AI to defined governance. Covers quick wins, organizational changes, infrastructure investments, and regulatory preparation across all four maturity domains.

Luca Berton14 min read

You've completed the maturity assessment. The scorecard shows Level 1-2 across most domains — typical for organizations that have been experimenting with AI but haven't formalized governance. The board wants a plan. Regulators are asking questions. Your data science team is frustrated by the lack of infrastructure. Now what?

This roadmap provides a month-by-month plan for moving from Level 1 (Initial) to Level 3 (Defined) across all four domains. Level 3 is the minimum viable maturity for regulated enterprises — it means standardized processes, consistent governance, and production-ready infrastructure.

Phase 1: Foundation (Months 1-3)

Focus: Establish governance structure, inventory existing AI, and close critical security gaps.

Month 1: Governance Structure & Inventory

Month 1 Deliverables

  • Appoint AI Governance SPOC — Senior leader with cross-functional authority. Reports to CTO or CRO
  • Complete AI system inventory — Every AI/ML model, GenAI tool, and automated decision system documented with owner, purpose, data sources, and risk assessment
  • Identify shadow AI — Survey all departments for unsanctioned AI usage (ChatGPT, Copilot, etc.). Document, don't ban
  • Regulatory mapping — Map each AI system to applicable regulations (AI Act risk tier, DORA criticality, NIS2 relevance)
  • Quick win: GenAI acceptable use policy — Publish a clear policy governing employee use of GenAI tools. Include data handling rules, prohibited uses, and approved tools

Month 2: Risk Assessment & Policy Framework

  • Conduct AI risk assessments — For each inventoried system, assess: data sensitivity, decision impact, regulatory exposure, technical risk, operational dependency
  • Draft core AI policies:
    • AI Ethics and Responsible Use Policy
    • AI Model Development and Deployment Policy
    • AI Data Governance Policy
    • Third-Party AI Provider Policy
  • Establish AI governance committee — Monthly meeting with representatives from business, technology, risk, compliance, and legal
  • Quick win: Model deployment gate — No new AI model goes to production without documented governance review. Manual process is fine at this stage

Month 3: Critical Security Hardening

  • Encrypt all training data at rest and in transit — if not already done, this is the most urgent security gap
  • Implement access controls for model artifacts and training data — role-based, with audit logging
  • Secure GenAI usage — Deploy sanctioned GenAI tools with data loss prevention (DLP) controls. Block direct API access to consumer AI services from corporate networks
  • Vulnerability scan ML infrastructure — Container images, frameworks, dependencies. Remediate critical findings
  • Quick win: AI incident response draft — Document what happens when an AI system produces harmful outputs or is compromised

Phase 2: Standardization (Months 4-6)

Focus: Standardize ML processes, build infrastructure, begin compliance implementation.

Month 4: MLOps Foundation

  • Deploy model registry — MLflow or equivalent. All models must be registered with metadata, lineage, and version history
  • Standardize ML pipeline — Define the canonical path from data → features → training → validation → deployment. Document in a developer-facing guide
  • Implement data quality gates — Automated checks on training data before it enters pipelines (schema validation, null rates, distribution checks)
  • Begin feature store evaluation — Assess whether a feature store is needed based on model count and feature reuse potential

Month 5: Governance Operationalization

  • Deploy model risk classification — Tier 1 (critical decisions), Tier 2 (decision support), Tier 3 (operational). Different governance requirements per tier
  • Implement independent validation for Tier 1 models — Separate team reviews model before production deployment
  • Document model cards — Standardized documentation for each production model: purpose, training data, performance metrics, limitations, fairness assessment
  • Start conformity assessment for AI Act high-risk systems — Identify which systems require formal conformity assessment and begin the process
  • Quick win: Governance dashboard — Single view of all AI systems, their risk tier, governance status, and outstanding actions

Month 6: Monitoring & Operational Readiness

  • Deploy model monitoring — Performance metrics, drift detection, data quality monitoring for all production models
  • Establish SLAs for AI systems — Availability, latency, accuracy targets with escalation procedures
  • Create run books — Documented procedures for model incidents, retraining, rollback, and governance escalation
  • Conduct first governance review — Review all Tier 1 models against governance policies. Document findings and remediation plans
  • Test AI incident response — Tabletop exercise simulating an AI incident (biased outputs, data breach, model failure)
📘 Book

Kubernetes Recipes

Practical guide for container orchestration and deployment — hands-on patterns you can use today.

View on Amazon

Phase 3: Maturation (Months 7-12)

Focus: Embed governance into daily operations, automate manual processes, demonstrate business value.

Months 7-8: Business Value Framework

  • Implement AI portfolio management — Track all AI initiatives with business value metrics, investment, and status
  • Define ROI methodology — Standardized approach to measuring AI business value (revenue impact, cost reduction, risk mitigation, efficiency gains)
  • Establish quarterly AI portfolio review — Executive review of AI investments, value realization, and pipeline
  • Begin AI use case prioritization — Scored backlog of potential AI use cases ranked by value × feasibility × risk

Months 9-10: Automation & Scale

  • Automate governance checks in CI/CD — Deployment pipelines automatically verify governance requirements (model card complete, validation passed, fairness metrics met)
  • Deploy network segmentation — Separate training, validation, and production environments with enforced network policies
  • Implement workload identity — Replace shared credentials with per-workload identity (SPIFFE/SPIRE)
  • Automate regulatory reporting — Template-based reporting for DORA, NIS2, and AI Act obligations

Months 11-12: Consolidation & Assessment

  • Repeat maturity assessment — Re-score all four domains using the same framework
  • Gap analysis — Compare initial and current scores. Identify areas that improved and areas that lagged
  • Build Year 2 roadmap — Based on assessment results, plan the journey from Level 3 to Level 4
  • Regulatory readiness review — External assessment of compliance readiness for AI Act, DORA, and NIS2 enforcement dates
  • Board presentation — Report on AI governance maturity progress, investment, value delivered, and forward plan

Resource Requirements

Team (Minimum Viable)

  • SPOC Lead: 50-100% allocation depending on AI portfolio size
  • AI Risk Analyst: 1 FTE for risk assessment, compliance tracking, and governance operations
  • MLOps Engineer: 1-2 FTEs for platform infrastructure (registry, pipelines, monitoring)
  • Security Engineer: 0.5 FTE dedicated to AI security (can be shared with broader security team)

Technology

  • Model registry: MLflow (open source) or Weights & Biases / Neptune (SaaS)
  • Monitoring: Prometheus + Grafana (open source) or Datadog / New Relic with ML monitoring
  • Governance: Lightweight GRC tool or even a well-structured SharePoint/Confluence — don't over-invest in tooling at Level 1-2
  • Security: Container scanning (Trivy), network policies, secrets management (Vault)

Budget Estimate

  • Small enterprise (5-10 AI models): €150-250K for 12-month program (primarily people cost)
  • Mid-market (10-50 AI models): €300-500K including tooling and infrastructure
  • Large enterprise (50+ AI models): €500K-1M+ depending on complexity and regulatory scope
🎓 Course with Starweaver

Back-End Infrastructure: Servers, Secure APIs and Data

Build secure back-end infrastructure from the ground up. In collaboration with Starweaver.

Start on Coursera

Common Pitfalls

  1. Boiling the ocean: Trying to implement Level 5 governance on day one. Start with the minimum viable governance for your current risk level
  2. Governance as blocker: Creating processes so heavy that teams route around them. Governance should enable, not obstruct
  3. Tooling before process: Buying expensive GRC platforms before defining what you're governing. Process first, tooling second
  4. Ignoring shadow AI: Formal governance only covers sanctioned AI. The real risk is in the ChatGPT conversations your legal team doesn't know about
  5. No executive air cover: Governance without executive sponsorship becomes bureaucracy. Ensure the SPOC has authority, not just responsibility
ai governance
roadmap
maturity
implementation
regulated industries
compliance
ai strategy

Related Solution

Navigating AI adoption in a regulated environment? Our readiness assessment maps infrastructure, governance, and compliance gaps in 2-3 weeks.

Explore AI Readiness for Regulated Enterprises →

Need help applying this in your organization?

Get a free 30-minute assessment with actionable recommendations — whether we work together or not.

Book Your Free AI Platform Assessment

18+ years experience · Ex-Red Hat & Dell · Speaker at KubeCon EU 2026

Luca Berton

Written by

Luca Berton

CEO at Open Empower. 18+ years building enterprise infrastructure at JPMorgan Chase, Red Hat & Dell. Author of 9 technical books. Speaker at Red Hat Summit and KubeCon EU 2026. Instructor on Coursera, Pluralsight & Udemy.

Get more insights like this

Practical AI infrastructure and platform engineering guides — delivered to your inbox.

Subscribe to Newsletter →