Chapter 2: Control Frameworks for AI-Assisted Processes
When Traditional Controls Meet AI: The Adaptation Imperative
A Fortune 500 financial services firm discovered during a 2025 SOX audit that its AI-driven revenue recognition system had been operating for eleven months with no formal controls beyond the ones designed for its legacy rules-based predecessor. The existing COSO-based control framework simply did not contemplate a system that could change its own decision logic through model retraining. The result was a material weakness finding and a nine-figure restatement. This scenario is not rare -- it is becoming the norm as organizations layer AI onto processes that were never designed for probabilistic, self-adjusting technology. Your existing control frameworks -- whether built on COSO, COBIT 2019, or ISO 27001 -- remain valuable, but they need deliberate extension to cover AI-specific risks like model drift, training data contamination, and output hallucination. This chapter equips you to perform that extension methodically, preserving what works while closing the control gaps that AI introduces.
Extending COSO Internal Control Components for AI
The 2013 COSO Internal Control -- Integrated Framework defines five components and seventeen principles that remain the bedrock of internal control worldwide. When you map AI-assisted processes onto COSO, the five components still apply, but each demands new control objectives. In the Control Environment, you must establish tone-at-the-top expectations for responsible AI use, including board-approved AI risk appetite statements. Under Risk Assessment, you need new procedures to evaluate model risk -- the probability that an AI system produces inaccurate outputs that lead to material misstatement or regulatory breach. Control Activities must now include input validation gates that check data fed to AI models, output reasonableness tests that flag anomalies before AI-generated results enter financial or compliance records, and periodic model revalidation schedules. Information and Communication requires new disclosure protocols: who is told when a model is retrained, when performance degrades, or when outputs are overridden. Finally, Monitoring must expand to include continuous model performance tracking, not just periodic testing. The NIST AI RMF Map function provides a practical crosswalk that helps you identify which COSO principle each AI-specific control addresses.
Mapping AI Controls to COBIT 2019 and IT Governance
If your organization uses COBIT 2019 for IT governance, you already have a structured way to think about AI controls through its governance and management objectives. The key management objectives that require AI-specific extension include APO01 (Managed IT Management Framework), where you should add AI model lifecycle governance; APO12 (Managed Risk), where AI-specific risk scenarios need formal identification; and BAI06 (Managed IT Changes), which must now cover model retraining and hyperparameter tuning as change events. One practical approach that leading firms have adopted is creating an AI Control Overlay -- a supplemental control matrix that sits alongside your existing COBIT implementation. For each COBIT management practice, the overlay specifies the additional AI-specific controls, their owners, the evidence required, and the testing frequency. This avoids the trap of building an entirely separate AI governance structure that operates in parallel with (and often contradicts) your established IT governance. The overlay approach also simplifies audit: your auditors can assess AI controls using the same COBIT maturity ratings they already understand, while the overlay ensures nothing AI-specific falls through the cracks.
The Three-Layer AI Control Architecture: Input, Processing, Output
Effective AI control design follows the data flow. At the input layer, you need controls that validate data quality, completeness, and authorization before it reaches the model. This includes automated schema validation, statistical distribution checks that compare incoming data against training data profiles, and access controls that prevent unauthorized data injection. A practical technique is implementing a data quality scorecard that gates model execution -- if incoming data fails predefined quality thresholds, the AI process halts and routes to manual processing. At the processing layer, your controls should address model versioning, ensuring you can always identify which version of a model produced a given output. Implement cryptographic hashing of model artifacts so you can prove a model has not been tampered with -- critical for SOX compliance where management must assert control effectiveness. At the output layer, design reasonableness controls that compare AI outputs against historical baselines, peer benchmarks, or analytical expectations. For high-risk processes like loan underwriting or claims adjudication, implement a human-in-the-loop control where outputs exceeding defined confidence or materiality thresholds require human review before downstream processing.
Model Risk Management: SR 11-7 and Beyond
If you work in financial services, you are likely familiar with the Federal Reserve's SR 11-7 guidance on model risk management. Even if you are outside banking, SR 11-7 provides the most mature framework for AI model controls available. Its three pillars -- model development, model validation, and model use -- translate directly to any industry. For development controls, require documented model design specifications that include the business problem, data sources, feature engineering decisions, algorithm selection rationale, and performance benchmarks. For validation controls, insist on independent model validation performed by personnel who were not involved in development. This means your second line of defense or internal audit must have access to data scientists who can challenge model assumptions -- a capability gap many organizations are still filling in 2026. For use controls, mandate ongoing performance monitoring with predefined trigger thresholds. When a model's accuracy, precision, or recall drops below its validated threshold, automated alerts should notify both the model owner and the risk function. The EU AI Act, which became fully enforceable in August 2025, now legally requires many of these controls for high-risk AI systems operating in Europe, making SR 11-7-style discipline a regulatory necessity, not just a best practice.
Testing AI-Specific Controls: Techniques That Work
Testing AI controls requires new audit techniques beyond traditional walkthroughs and reperformance. Model reperformance testing means taking a sample of inputs, running them through the documented model version, and confirming the outputs match what was recorded in production. This tests both the model's integrity and the version control process. Drift detection testing involves comparing current model performance metrics against the metrics documented at validation. Request the model's precision, recall, F1 score, or whatever metrics were established at deployment, then compare to current production metrics. Statistically significant degradation signals a control failure in ongoing monitoring. Data lineage testing traces a sample of model inputs back to their source systems, verifying the data pipeline has not introduced transformation errors. Bias testing -- increasingly required under the EU AI Act and several US state laws enacted in 2025 -- involves running the model against protected-class test data to verify outputs do not exhibit prohibited disparate impact. For each of these tests, document your sampling methodology, the criteria for pass/fail, and how exceptions will be escalated. Your workpapers should demonstrate that AI-specific testing was designed with the same rigor as your traditional ITGC testing.
Integrating the NIST AI RMF into Your Control Framework
The NIST AI Risk Management Framework, updated in its 1.1 release in early 2025, provides four core functions -- Govern, Map, Measure, and Manage -- that complement rather than replace your existing control framework. The Govern function aligns with COSO's Control Environment, establishing AI governance structures, roles, and policies. Map corresponds to Risk Assessment, requiring you to identify and categorize AI risks in context. Measure aligns with Monitoring, defining metrics and thresholds for AI system performance, bias, and security. Manage corresponds to Control Activities and response procedures. A practical integration approach is to create a NIST AI RMF-to-COSO crosswalk matrix. For each of the NIST AI RMF subcategories (there are over fifty), identify the corresponding COSO principle and your existing control. Where gaps exist, design new controls. This matrix becomes a powerful artifact for both your audit committee and regulators -- it demonstrates that your AI governance is not ad hoc but systematically connected to your established internal control framework. Several Big Four firms have published reference crosswalks you can adapt, and ISACA released its COBIT-to-NIST AI RMF mapping in late 2025 that further simplifies this integration for organizations already using COBIT.
Automating AI Controls: Continuous Testing at Scale
Manual testing of AI controls does not scale. If your organization runs dozens or hundreds of AI models, you need automated control monitoring. The emerging practice of MLOps-integrated controls embeds control checkpoints directly into your machine learning operations pipeline. At the CI/CD stage, automated gates can verify that model documentation is complete, bias tests have passed, and the model has been approved by the designated reviewer before deployment to production. Post-deployment, automated dashboards can track real-time performance metrics against validated thresholds and generate alerts when controls fail. Tools like MLflow, Weights & Biases, and cloud-native ML platforms from AWS, Azure, and GCP now include governance features that support this approach. However, automation introduces its own control risks: who monitors the monitors? You need meta-controls that verify your automated control systems are themselves functioning correctly. Implement periodic reconciliation between automated monitoring outputs and independent manual testing. This layered approach -- automated controls verified by periodic manual testing -- mirrors the same logic you apply to automated application controls in traditional IT audit, and auditors already understand and accept this testing strategy.
Documentation Standards for AI Control Evidence
The quality of your AI control framework is only as good as the evidence you can produce. Regulators and auditors cannot test controls they cannot see. Establish documentation standards that cover four areas. First, model inventory documentation: maintain a centralized register of all AI models in production, including their risk classification, owner, validation date, and next review date. The OCC and Fed have mandated model inventories for banks since SR 11-7, and the EU AI Act now requires a similar register for high-risk AI systems. Second, control design documentation: for each AI control, document its objective, the risk it mitigates, the control procedure, the responsible party, the evidence generated, and the testing approach. Third, testing evidence: retain model performance logs, bias test results, data quality scorecards, and human override records for the retention period required by your regulatory environment -- typically five to seven years for SOX and ten years under certain banking regulations. Fourth, exception and remediation documentation: when an AI control fails, document the root cause, the business impact, the remediation steps, and the retest results. Standardize these artifacts using templates that align with your existing audit methodology. This ensures AI control documentation integrates seamlessly into your overall internal control evidence repository.
Try This Now: Build Your AI Control Gap Assessment
Select one AI-assisted process in your organization -- ideally one that touches financial reporting or regulatory compliance. Perform a structured gap assessment using these steps. First, document the current control environment: list every existing control that applies to this process, including ITGCs, application controls, and manual procedures. Second, map the AI components: identify where AI is involved in the process -- data ingestion, decision-making, output generation, or reporting. Third, for each AI component, evaluate whether your existing controls adequately address the AI-specific risks of data quality, model integrity, output accuracy, and bias. Fourth, identify gaps by asking: Is there a control that would detect if the model's training data was corrupted? If the model was replaced with an unauthorized version? If outputs systematically disadvantaged a protected class? If model performance degraded below acceptable thresholds? Fifth, for each gap, draft a proposed control that specifies the control objective, procedure, owner, frequency, and evidence. Document your findings in a one-page AI Control Gap Summary suitable for presentation to your audit committee. This exercise typically reveals three to five material gaps per AI-assisted process, and the summary becomes the foundation for a remediation roadmap.
Key Takeaways
- Existing control frameworks like COSO, COBIT 2019, and ISO 27001 remain foundational but require deliberate AI-specific extensions to address model risk, data quality, and algorithmic bias.
- The three-layer control architecture -- input validation, processing integrity, and output reasonableness -- provides a systematic structure for designing AI controls that follow the data flow.
- SR 11-7's three pillars of model development, validation, and use controls apply across industries, and the EU AI Act has made similar controls a legal requirement for high-risk systems since August 2025.
- Testing AI controls requires new techniques including model reperformance, drift detection, data lineage verification, and bias testing, all documented with the same rigor as traditional ITGC testing.
- The NIST AI RMF 1.1 provides a practical crosswalk to COSO and COBIT that helps you integrate AI governance into your existing framework rather than building a parallel structure.
- Automated control monitoring through MLOps integration is essential at scale, but requires meta-controls and periodic manual verification to ensure reliability.
- Documentation standards for model inventory, control design, testing evidence, and exception management are non-negotiable for regulatory compliance and audit readiness.
Skill.re