← Back to Resources

Third-Party AI Vendor Assessment: What to Ask

Your procurement team wants to buy an AI-powered platform. The vendor's sales deck promises accuracy, efficiency, and seamless integration. The contract is ready to sign. Your legal team reviewed the liability clauses. Your IT team confirmed technical compatibility. Your security team verified the hosting infrastructure meets standards.

Nobody asked how the AI actually works.

This happens constantly. Organizations treat AI vendors like traditional software vendors. They focus on functionality, pricing, and support terms. They miss the governance questions that determine whether the AI is safe to use in a regulated environment.

I've reviewed dozens of vendor AI implementations that went sideways after deployment. Not because the technology failed. Because nobody asked the right questions before signing the contract. The vendor couldn't explain how their model made decisions. They had no validation methodology. They refused to provide model documentation. The contract gave you no rights to audit or monitor performance.

By the time you discover these gaps, you're locked into a three-year contract and the system is processing customer data. Fixing that problem costs more than preventing it.

This guide walks through the questions you need to ask before purchasing any AI solution. These aren't theoretical concerns. They're drawn from real vendor assessments and audit findings across financial services, insurance, and healthcare enterprises.

Model Transparency and Explainability

Can you provide documentation of how your AI model works?

You need more than a marketing explanation. The documentation should describe the algorithm type (neural network, decision tree, ensemble, etc.), the training methodology, and the general architecture. You're not asking for proprietary source code. You're asking for enough detail to understand what you're buying.

Red flag: "Our model is proprietary and we can't share technical details." If they can't explain how it works at a conceptual level, walk away.

Can your model explain individual decisions?

If the AI denies a loan application or flags a transaction as fraudulent, can it tell you why? Not every AI system needs full explainability. But if your use case involves consequential decisions about people—credit, underwriting, fraud detection, hiring—you need a model that can justify its outputs.

Acceptable answers include: feature importance rankings, contribution scores, counterfactual explanations, or rule-based decision paths. Unacceptable: "It's a black box and we can't explain individual predictions."

How do you handle edge cases or unusual inputs?

AI models break down when they encounter data they weren't trained on. A fraud detection system trained on North American transactions might fail when you expand to Europe. An underwriting model built on historical data might not handle a pandemic scenario.

The vendor should explain how they detect out-of-distribution inputs and what the system does when it encounters them. Does it default to a safe fallback? Does it escalate to human review? Does it silently fail and produce nonsense?

Training Data and Bias

What data did you use to train the model?

The quality of an AI system depends entirely on its training data. You need to understand what data sources the vendor used, how they collected it, and whether it's representative of your population.

If they trained a credit model on historical lending data from the 1990s, it probably contains biased patterns. If they built a fraud detection system using only data from large banks, it might not work for smaller institutions. If they scraped web data without cleaning it, there's a good chance the model picked up harmful biases.

Red flag: Refusal to discuss training data at all. That's usually a sign they don't want to admit their data quality is questionable.

How do you test for bias?

This should be a standard part of their development process, not something they bolt on after the fact. Ask what bias metrics they track, what fairness thresholds they enforce, and what remediation steps they take when bias is detected.

Good vendors have systematic testing for disparate impact across protected classes. They can show you their bias testing results. They explain how they balance fairness with accuracy.

Bad vendors claim their model is "objective because it's math." AI models trained on biased data produce biased outputs. Math doesn't fix that.

Can you share the demographic breakdown of your training data?

If the model was trained on data that's 80% male and 20% female, it will likely perform worse for women. If the training data skews heavily toward one age group, geography, or income bracket, performance will be uneven.

You need to know whether the training population matches your user population. If it doesn't, you need to understand what adjustments the vendor made to account for that gap.

Validation and Performance

How do you validate model performance?

The vendor should have an independent validation process. Not just "we tested it internally." Actual third-party validation or at minimum, a validation team that's separate from the development team.

Ask to see validation reports. They should include: accuracy metrics, precision and recall, performance across different cohorts, edge case testing results, and stress scenario outcomes.

If they only provide overall accuracy ("our model is 95% accurate"), that's insufficient. You need disaggregated metrics. Does it perform equally well across age groups? Geographies? Customer segments?

What performance metrics do you track in production?

Models drift over time. The vendor needs ongoing monitoring to detect when performance degrades. Ask what metrics they track, how often they review them, and what triggers a model update.

Strong vendors have automated dashboards that track dozens of performance indicators daily. They alert when thresholds are breached. They have documented escalation procedures.

Weak vendors say "we monitor it" without specifying how.

How often do you retrain the model?

A model trained two years ago on historical data is probably stale. The world changes. Data distributions shift. Models that aren't regularly updated become less accurate over time.

The vendor should have a retraining schedule. Some models need quarterly updates. Others can go a year. But "we trained it once and haven't touched it since" is a red flag.

Data Handling and Privacy

What data does your system collect?

AI systems often require more data than traditional software. Make sure you understand what gets collected, how it's used, and where it's stored. If the vendor needs customer personal information, transaction history, or behavioral data, that creates privacy obligations for you.

Does your model use our data for training?

Some vendors include clauses that let them use your data to improve their models. That's a problem if you're a regulated institution. Your customer data shouldn't train models that benefit your competitors.

Make sure the contract explicitly prohibits using your data for model training unless you grant written permission.

How do you handle data security?

Standard questions about encryption, access controls, and audit logging all apply. But also ask about model security. Can adversaries manipulate inputs to cause the model to produce specific outputs? What safeguards exist to prevent that?

Compliance and Regulatory Alignment

What regulatory frameworks does your solution comply with?

If you're in financial services, you need vendors who understand OSFI E-23, NIST AI RMF, or equivalent standards. If you're in healthcare, HIPAA compliance matters. If you operate in Europe, GDPR and the EU AI Act are relevant.

The vendor should be able to articulate which regulations apply and how their product meets those requirements. Bonus points if they've been through third-party assessments or certifications.

Can you provide audit rights in the contract?

You need the right to audit the vendor's AI practices. That includes reviewing validation reports, model documentation, and performance monitoring results. Without contractual audit rights, you're trusting the vendor completely.

Negotiate contract language that gives you annual audit rights and the ability to request additional reviews if performance degrades or incidents occur.

What happens if your model violates our regulatory obligations?

Liability clauses matter. If the vendor's AI system causes a regulatory finding, who pays the fine? Who handles remediation? Who manages the reputational damage?

You can't fully transfer the risk. Regulators hold you accountable for your use of vendor AI. But you can negotiate liability sharing and indemnification clauses that reduce your financial exposure.

Change Management and Updates

How do you notify clients of model changes?

When the vendor updates their AI model, that's a material change. You need advance notice so you can review the update, assess the impact, and validate performance before it goes live.

Make sure the contract requires written notification of model changes at least 30 days before deployment. You should have the right to review documentation, request validation results, and opt out of updates that create unacceptable risk.

Can we test updates in a sandbox before production?

Strong vendors provide staging environments where you can test new model versions against your data before accepting them into production. That lets you verify that performance hasn't degraded and that the new version works for your use case.

Incident Response and Support

What's your process when the model fails?

AI systems break. Sometimes spectacularly. The vendor should have documented incident response procedures, escalation paths, and service level agreements.

Ask about their worst production incident. How did they detect it? How quickly did they respond? What did they do to prevent recurrence? Their answer tells you how seriously they take operational risk.

What support do you provide for governance and compliance?

Your governance team will need model documentation, validation reports, and performance data. The vendor should provide those materials as part of the service. If they charge separately for governance support, factor that into your total cost.

Making the Decision

These questions won't all be deal-breakers. Some vendors will have strong answers to most questions and weak answers to a few. That's fine. The goal isn't perfection. It's informed decision-making.

After the vendor assessment, you should be able to answer: Do we understand how this AI works? Can we validate its performance? Can we monitor it after deployment? Do we have contractual protections? Are we comfortable with the residual risk?

If the answer to any of those is no, either negotiate better terms or choose a different vendor.

The worst outcome is signing a contract without asking these questions, discovering the answers six months later, and realizing you bought an AI system you can't govern. That's expensive to fix and even more expensive to explain to auditors.

Final Advice

Bring your governance team into vendor evaluations early. Don't wait until after procurement selects a vendor. By then, the decision is half-made and it's harder to walk away. Involve risk, compliance, and legal from the start. Let them ask these questions during the sales process. Vendors who can't answer them don't deserve your business.