Domain Ai Governance
Governance Is Not Bureaucracy: It Is What Makes Evaluation Matter
In 2025, a European bank deployed a credit-scoring AI that had passed all internal evaluation benchmarks with flying colors. Six months later, regulators fined the bank 4.2 million euros. Not because the model was inaccurate, but because the evaluation process itself lacked governance: no documented testing protocol, no bias audit trail, no clear accountability for evaluation decisions. The model worked; the evaluation was ungoverned. AI governance is the framework that determines what you must evaluate, how you must document it, who is accountable for results, and what happens when evaluation reveals problems. Without governance, evaluation is just an engineering exercise. With governance, it becomes a binding commitment to safety, fairness, and accountability. This lesson covers the governance frameworks every evaluation engineer must understand, the specific evaluation requirements they impose, and how to embed evaluation into governance structures so that your work has organizational force, not just technical merit.
The Three Governance Frameworks You Must Know
Three governance frameworks dominate the AI evaluation landscape in 2026. The EU AI Act is the world's first comprehensive AI regulation. It classifies AI systems into risk tiers (unacceptable, high, limited, minimal) and mandates specific evaluation requirements for each tier. High-risk systems require conformity assessments, ongoing monitoring, and documented testing for accuracy, robustness, and bias. The NIST AI Risk Management Framework provides a voluntary but widely adopted structure organized around four functions: Govern (establish accountability), Map (identify risks), Measure (evaluate and assess), and Manage (respond to findings). Its strength is flexibility; its weakness is that voluntary adoption means inconsistent implementation. ISO/IEC 42001 establishes requirements for AI management systems, providing a certifiable standard that organizations can use to demonstrate governance maturity. As an evaluation engineer, you do not need to be a legal expert in these frameworks. You need to understand what evaluation activities each framework requires and how to design evaluation protocols that satisfy those requirements while remaining technically rigorous.
Risk Classification: Where Governance Meets Evaluation Design
The single most consequential governance decision for evaluation is risk classification. The risk tier assigned to an AI system determines the depth, breadth, and frequency of evaluation required. Under the EU AI Act, high-risk systems (credit scoring, hiring, medical devices, law enforcement) must undergo conformity assessments before deployment and continuous post-market monitoring afterward. This means your evaluation suite must cover accuracy across demographic groups, robustness to distribution shift, transparency of decision-making, and human oversight mechanisms. Limited-risk systems (chatbots, content recommenders) have lighter requirements, primarily transparency obligations. Minimal-risk systems have no specific evaluation mandates but still fall under general product liability. Your role as an evaluation engineer is to ensure the evaluation protocol matches the risk classification. A common governance failure is under-classifying a system to avoid evaluation burden, then discovering post-deployment that the system actually carries high-risk implications. Build your evaluation protocols to be modular: a core evaluation suite that applies to all systems, with additional modules that activate based on risk tier.
Documentation Requirements: The Evaluation Paper Trail
Governance frameworks universally require documentation, and this is where many evaluation teams fail. It is not enough to run evaluations; you must document what you evaluated, how you evaluated it, what you found, and what decisions were made based on findings. The EU AI Act requires technical documentation including a description of the evaluation metrics and methods used, the datasets used for testing (with documentation of their representativeness), results of accuracy and bias testing, and known limitations. Model cards, introduced by Mitchell et al. in 2019, have evolved into a governance standard. A governance-grade model card includes evaluation results broken down by demographic group, performance under distribution shift scenarios, failure mode analysis from adversarial testing, and a clear statement of the evaluation's limitations and what was not tested. Maintain an evaluation audit trail: a versioned record of every evaluation run, including the code, data, configuration, and results. Use deterministic evaluation pipelines so results are reproducible. When a regulator or auditor asks 'How did you determine this system was safe to deploy?', your documentation must provide a complete, verifiable answer.
Bias and Fairness Evaluation Under Governance Mandates
Bias evaluation has moved from best practice to legal requirement. The EU AI Act mandates bias testing for high-risk systems. The US Executive Order on AI (2023) directed federal agencies to address algorithmic discrimination. Multiple US states have passed or are considering algorithmic audit requirements for hiring and lending systems. Governance frameworks typically require you to evaluate fairness across protected characteristics (race, gender, age, disability), but they rarely specify which fairness metric to use, because different metrics are mutually exclusive in most real-world scenarios. You cannot simultaneously achieve demographic parity, equalized odds, and predictive parity when base rates differ across groups. This is the Choquet impossibility result in practice. Your governance documentation must explain which fairness metrics you chose, why they are appropriate for this specific use case, and what tradeoffs were accepted. For example: 'We optimized for equalized odds in this hiring system because false negatives (rejecting qualified candidates) are the primary fairness concern, and demographic parity would require accepting candidates at different quality thresholds across groups, which contradicts our merit-based evaluation principle.' This kind of reasoned justification is what governance auditors look for.
Internal and External Audit Protocols for AI Evaluation
Governance requires both internal self-assessment and external independent audit. Design your internal audit protocol to run quarterly. It should verify that evaluation pipelines are functioning correctly (run known-good test cases and confirm expected results), check for data drift by comparing current production data distributions to evaluation data distributions, review evaluation coverage (are there new features, user populations, or use cases that your current evaluation suite does not cover?), and confirm that previous findings have been addressed. External audits bring independence and credibility. Third-party AI audit firms like Holistic AI, ORCAA, and Credo AI have emerged to fill this need. Prepare for external audits by maintaining clean documentation, reproducible evaluation pipelines, and clear traceability from evaluation findings to governance decisions. The audit should not be the first time you discover problems. A governance-mature organization identifies issues through continuous internal evaluation and uses external audits for validation and credibility, not discovery. If an external auditor finds a significant issue your internal process missed, that is a governance failure, not just an evaluation gap.
Who Is Accountable for Evaluation in a Governed Organization?
Governance without clear accountability is theater. Every AI system should have a designated responsible person (sometimes called a model owner or AI system owner) who is accountable for evaluation adequacy. This person does not need to run the evaluations personally, but they must ensure evaluations are conducted, review results, and make deployment decisions based on findings. The emerging organizational pattern is a three-layer accountability structure. The evaluation engineering team conducts technical evaluations and reports findings. A domain review board (including subject matter experts, legal counsel, and ethics representatives) interprets findings in context and makes risk-acceptance decisions. The executive sponsor or board committee provides strategic oversight and resource allocation. Document who approved each deployment decision and what evaluation evidence they reviewed. When things go wrong, regulators do not just ask 'Did you test this?' They ask 'Who decided the test results were acceptable, and what evidence did they base that decision on?' If the answer is 'Nobody specifically' or 'It passed the automated checks,' your governance structure has failed. Evaluation without human accountability is just monitoring.
Post-Deployment Governance: Continuous Evaluation Monitoring
Governance does not end at deployment. The EU AI Act explicitly requires post-market monitoring for high-risk AI systems. This means your evaluation regime must include ongoing production monitoring, not just pre-deployment testing. Build a continuous evaluation pipeline that samples production inputs and outputs at a statistically meaningful rate, runs automated quality checks on each sample (consistency, confidence calibration, known-failure pattern detection), flags items for human review based on model uncertainty or anomaly detection, and generates weekly or monthly evaluation reports that feed into governance dashboards. Drift detection is a critical continuous evaluation capability. Monitor for data drift (has the input distribution shifted?), concept drift (has the relationship between inputs and correct outputs changed?), and performance drift (are evaluation metrics degrading over time?). Set governance-approved thresholds for each type of drift. When a threshold is breached, your governance protocol should specify who is notified, what evaluation activities are triggered, and what deployment actions (rollback, model update, enhanced monitoring) are authorized. Continuous monitoring is where governance and evaluation engineering fully converge.
Special Governance Considerations for Frontier AI Models
Frontier models (the most capable AI systems) pose unique governance challenges because their capabilities are difficult to predict and evaluate comprehensively. Anthropic's Responsible Scaling Policy, OpenAI's Preparedness Framework, and DeepMind's evaluation protocols represent industry self-governance efforts for frontier systems. These frameworks typically require capability evaluations before each training run (can the model perform dangerous tasks like bioweapon synthesis or autonomous hacking?), red-teaming by specialized teams with domain expertise in specific risk areas, and escalation protocols when evaluations reveal concerning capabilities. For evaluation engineers working on frontier models, governance imposes a higher bar: evaluations must be conducted by teams with appropriate security clearances, results may be classified, and the evaluation methodology itself must be reviewed for adequacy by independent experts. The METR (Model Evaluation and Threat Research) framework provides structured protocols for evaluating dangerous capabilities. Understanding frontier model governance is increasingly important even for engineers who do not work on frontier models directly, because the governance patterns established at the frontier (structured evaluation, escalation protocols, independent review) are cascading down to all high-risk AI systems.
Try This Now: Map Evaluation to Governance Requirements
Choose an AI system you are familiar with (or pick a common example: a resume screening tool, a medical triage chatbot, or a content moderation classifier). Spend 25 minutes on this exercise. First, classify the system's risk tier under the EU AI Act. Is it high-risk, limited-risk, or minimal-risk? Justify your classification in two sentences. Second, list the specific evaluation activities this risk classification requires (refer to the governance frameworks discussed in this lesson). Third, identify who in a typical organization should be accountable for each evaluation activity (evaluation engineer, domain expert, legal, executive). Fourth, design the documentation you would produce: what evaluation artifacts would you create, and who would review them before a deployment decision? Fifth, describe your continuous monitoring plan: what would you measure post-deployment, at what frequency, and what thresholds would trigger action? Compare your answers against the NIST AI RMF Measure function to check whether you have missed any required evaluation activities. This exercise trains the skill of translating governance requirements into concrete evaluation protocols.
Key Takeaways
AI governance transforms evaluation from an engineering exercise into an organizational commitment with legal force. Master the three dominant frameworks: the EU AI Act (mandatory, risk-tiered), NIST AI RMF (voluntary, function-based), and ISO/IEC 42001 (certifiable management system). Risk classification is the most consequential governance decision because it determines your evaluation scope and depth. Documentation is non-negotiable: maintain versioned evaluation audit trails, governance-grade model cards, and clear traceability from findings to decisions. Bias evaluation requires not just running tests but justifying your choice of fairness metrics and documenting accepted tradeoffs. Build both internal (quarterly) and external (annual) audit protocols. Establish clear three-layer accountability: evaluation team, domain review board, and executive sponsor. Implement continuous post-deployment monitoring with governance-approved drift thresholds and escalation protocols. Understand frontier model governance patterns because they cascade to all high-risk systems. The evaluation engineer who understands governance is not just a technician; they are a critical link in the accountability chain that determines whether AI systems are deployed responsibly.
Skill.re