Skip to main content
Do Our Models Actually Work? 8 Questions Teams AskValidation & Testing
6 min readFor Model Risk & Assurance Teams

Do Our Models Actually Work? 8 Questions Teams Ask

These questions arise in every model validation review, risk committee meeting, and Slack thread when something unexpected happens in production. They're not theoretical; they're what you're dealing with when your fraud detection model flags legitimate transactions, your credit model drifts off calibration, or your chatbot starts hallucinating policy details.

The common thread? Every AI model has limits. The question isn't whether your models are perfect (they're not), but whether you've built the right controls around their imperfections.

Q1: "How do we know if our model is actually performing well enough to use in production?"

Before deployment, ensure you have validation evidence showing the model meets performance thresholds for your use case, documentation of known failure modes, and defined monitoring metrics.

Start with SR 11-7 if you're in financial services. It requires independent review of conceptual soundness, ongoing monitoring, and outcomes analysis. For other sectors, ISO/IEC 23894 provides guidance on mapping model performance to business risk.

Don't just look at aggregate accuracy. Segment your validation by the populations and scenarios that matter. A model that's 95% accurate overall but fails on 30% of edge cases might be useless if those edge cases represent your highest-value customers.

Q2: "Our vendor says their model is 'state of the art.' What does that actually mean for our risk profile?"

It means almost nothing until you validate it yourself. Vendor model risk is your risk. SR 11-7 doesn't give you a pass because someone else built the model.

Your vendor due diligence should cover access to validation evidence (not marketing materials), documentation of training data and known biases, model limitations and use restrictions, and your ability to monitor the model post-deployment. If the vendor can't provide Model Cards or equivalent technical documentation, that's a red flag.

For outsourced models, you still own the three lines of defense. Your validation team needs to independently assess whether the vendor's claims hold up for your specific use case and data distribution.

Q3: "How often should we actually be revalidating models that are already in production?"

ISO/IEC 42001's Plan-Do-Check-Act cycle suggests continuous monitoring with formal revalidation triggered by material changes. Define "material" upfront: data drift beyond threshold, performance degradation, changes to the business process, or regulatory updates.

At minimum, revalidate high-risk models annually. But your post-market monitoring should be continuous. You can't wait a year to discover your model stopped working in February.

Set up automated monitoring for prediction distribution shifts, feature drift, performance metrics by segment, and operational metrics like latency and error rates. When monitoring flags an issue, that triggers immediate review, not a calendar-based revalidation six months later.

Q4: "What's the difference between testing a traditional ML model and validating a foundation model we're fine-tuning?"

Foundation model providers give you a base capability, but you're responsible for validating the system you build on top of it. That includes your fine-tuning data, your prompt engineering, your retrieval-augmented generation pipeline, and your output filtering.

Your validation scope expands to cover reproducibility of fine-tuning (can you recreate the model?), evaluation on your actual use cases (not the provider's benchmarks), adversarial simulation for prompt injection and jailbreaking, and content labeling accuracy if you're generating customer-facing outputs.

The EU AI Act's General-Purpose AI Code of Practice will formalize transparency obligations for foundation model providers, but you can't outsource your validation responsibility. Test the system you're deploying, not the base model in isolation.

Q5: "We found bias in our model's outputs. Do we need to scrap it and start over?"

Not necessarily. Bias mitigation is an iterative process, and the goal is acceptable performance within documented limitations, not perfection.

First, quantify the bias. Use fairness metrics appropriate to your use case: demographic parity, equalized odds, or calibration across groups. Document the disparate impact in your validation evidence.

Then assess materiality under ISO/IEC 23894's contextual risk factors framework. A small accuracy difference might be acceptable in a marketing model but unacceptable in a lending model covered by fair lending laws.

Your options: re-train with balanced data, apply post-processing corrections, add human review for affected segments, or document the limitation and restrict use cases. The EU AI Act's prohibited AI practices mean some biased applications can't be fixed; they need to be discontinued.

Q6: "How do we validate models when we don't have ground truth labels for everything they predict?"

This is the reality for most generative AI and many real-time decisioning systems. You need proxy metrics and structured human evaluation.

For generative models: sample outputs for human review, use reference-based metrics where you have examples, implement user feedback loops, and track downstream outcomes (did the generated email get a response? did the recommended action get accepted?).

For predictive models without immediate labels: monitor leading indicators, compare to holdout datasets where you do have labels, and track model confidence scores against eventual outcomes when they arrive. Root cause analysis when predictions and reality diverge tells you whether the model failed or the world changed.

ISO/IEC 5338's AI lifecycle processes framework emphasizes continuous learning. Your validation evidence accumulates over time as you collect more ground truth.

Q7: "What documentation do we actually need to satisfy auditors and regulators?"

Technical documentation (Annex IV under the EU AI Act for high-risk systems) should cover model development methodology, training data characteristics, validation results and limitations, monitoring plan and thresholds, and change management procedures.

Instructions for use should specify intended purpose and use restrictions, required human oversight, known failure modes, and performance expectations by scenario.

Operational records should show validation evidence from independent review, monitoring results and any triggered investigations, model recalibration or updates, and incident response when things go wrong.

Your governance documentation should map to ISO/IEC 42001's Annex A controls if you're building an AI Management System, or to SR 11-7's three lines of defense if you're in financial services. Auditors want to see the control framework, not just the model metrics.

Q8: "Can we use the same validation approach for every model, or does it depend on the risk level?"

Risk tiering drives validation rigor. The NIST AI RMF Playbook and AI RMF Profile help you categorize models by impact, then scale your validation accordingly.

Low-risk models (internal tools, non-customer-facing) require streamlined validation, automated monitoring, and periodic review.

High-risk models (credit decisions, healthcare diagnostics, employment screening) require independent validation, extensive testing including adversarial simulation, continuous monitoring with defined thresholds, and formal revalidation on a defined cycle.

The EU AI Act explicitly defines high-risk AI systems and requires conformity assessment. You can't self-certify your way out of rigorous validation for those use cases. For General-Purpose AI Models with Systemic Risk, you're looking at red teaming, systemic impact evaluation, and incident reporting obligations.

Where to go from here

If you're building a validation program from scratch, start with SR 11-7's framework (even if you're not in financial services) and layer in ISO/IEC 23894 for AI-specific risk management. Map your model inventory to risk tiers, then build validation procedures proportional to each tier.

For AI Management System implementation, ISO/IEC 42001 gives you the governance structure, and ISO/IEC 5338 maps the lifecycle processes your validation needs to cover.

The hard part isn't knowing models have limitations. It's building controls that let you use imperfect models safely, and knowing when a model's limitations make it too risky to deploy at all.

You Might Also Like