# Evaluating vendor and build-versus-buy AI options
A radiology group signs a two-year contract for an AI tool that flags suspected lung nodules. Six months in, sensitivity on their patient population (heavily rural, older, more emphysema) is noticeably worse than the vendor's published numbers. The training data came mostly from urban academic centers. Switching costs are high because the model is wired into their PACS (Picture Archiving and Communication System, the software that stores and displaysdisplaysThe total number of times an ad or piece of content is displayed, regardless of clicks. Each display counts as one impression, even to the same person.Voir la définition complète → medical images). They are stuck.
This lesson gives you the scorecard to avoid that trap.
In most industries, "buy" wins by default: vendors have scale. In this sector, three things complicate that.
1. Your patients are not their patients. Model performance is population-specific. A sepsis prediction model trained on one health system routinely degrades elsewhere.
2. Regulation follows the model. In the US, many clinical AI tools are regulated by the FDA (Food and Drug Administration) as SaMD (Software as a Medical Device). In Europe, they fall under the MDR (Medical Device Regulation, EU 2017/745) and, increasingly, the EU AI Act, which classifies most medical AI as "high-risk." Who holds the regulatory clearance matters.
3. Integration is the real cost. The model is 10% of the work. The other 90% is EHR (Electronic Health Record) integration, LIMS (Laboratory Information Management System) connections, and clinical workflow.
Most organizations overestimate their ability to build. Building a compliant clinical model means owning the entire quality management system under standards like IEC 62304 (the software lifecycle standard for medical devices). That is a permanent staffing commitment, not a project.
Score each vendor 1 to 5 on the dimensions below. Weight the categories to your context (a diagnostic lab weights integration higher; a drug-discovery team weights data provenancedata provenanceData lineage maps how data moves and transforms across systems, from origin to consumption, showing where it came from, what changed it, and where it goes.Voir la définition complète → higher).
Ask for specifics, in writing.
Red flag: "proprietary dataset, cannot share details."
Published metrics describe the vendor's test set, not your clinic. Demand a local validation before signing, or a contractual right to validate during a pilot.
Key metrics, defined:
That last point trips people up. Here is why.
A vendor advertises sensitivity 95%, specificity 90%. Sounds great. Now apply it to a screening population where the disease prevalence is 1% (a plausible screening scenario). Take 10,000 patients:
Diseased: 100
Detected (95% sens): 95 true positives
Missed: 5 false negatives
Healthy: 9,900
Flagged (10% false pos): 990 false positives
Correctly cleared: 8,910 true negatives
PPV = TP / (TP + FP) = 95 / (95 + 990) = 8.8%So 91% of the model's alerts are false alarms, even with excellent sensitivity and specificity. If clinicians must review every flag, you have created a workload problem, not a solution. Always recompute PPV at YOUR prevalence. The vendor's marketing rarely does this.
(These figures are illustrative, not vendor claims.)
🎬 [VIDEO: "How to Evaluate Healthcare AI Vendors" - youtube.com/results?search_query=evaluating+healthcare+AI+vendors - practical walkthrough of due-diligence questions for clinical AI procurement]
Clinical AI degrades over time as patient populations, scanners, and protocols change. This is model drift. Ask:
Vérification des acquis
1. The radiology group's AI tool underperformed compared to the vendor's published numbers primarily because of which underlying issue?
2. According to the lesson, why does 'buy' NOT automatically win in biotech and medtech the way it often does in other industries?
3. Under what circumstances does the lesson recommend choosing to BUILD an AI solution rather than buy?
4. Select ALL correct answers about why integration is described as 'the real cost' of adopting a clinical AI tool.
Sélectionnez toutes les réponses correctes.
5. Select ALL correct answers describing situations where 'buy' is a sensible default in this sector.
Sélectionnez toutes les réponses correctes.
Give each category a weight and a score. Example weighting for a hospital diagnostic deployment:
| Category | Weight | Vendor A (1-5) | Vendor B (1-5) |
|---|---|---|---|
| Data provenanceData provenanceData lineage maps how data moves and transforms across systems, from origin to consumption, showing where it came from, what changed it, and where it goes.Voir la définition complète → | 20% | 4 | 2 |
| Local performance | 25% | 3 | 4 |
| Integration | 25% | 2 | 4 |
| Lock-in risk | 15% | 2 | 3 |
| Monitoring/drift | 15% | 4 | 3 |
Weighted score, Vendor A:
(4*.20)+(3*.25)+(2*.25)+(2*.15)+(4*.15)
= .80+.75+.50+.30+.60 = 2.95Vendor B:
(2*.20)+(4*.25)+(4*.25)+(3*.15)+(3*.15)
= .40+1.00+1.00+.45+.45 = 3.30Vendor B wins on integration and local performance, which dominate a real deployment, despite weaker data documentation. The scorecard makes the tradeoff explicit instead of letting the slickest demo decide.
Do not model ROIROIReturn on Investment: the ratio of net profit to the cost of an investment. A 300% ROI means each dollar invested returns $3.Voir la définition complète → on the vendor's best-case time savings. Model it on your validated local performance and the workflow reality.
A defensible ROIROIReturn on Investment: the ratio of net profit to the cost of an investment. A 300% ROI means each dollar invested returns $3.Voir la définition complète → case counts: licensing and compute cost, integration and validation cost (large and recurring), staff time saved (measured in a pilot, not assumed), and the cost of false positives (extra reviews, follow-up imaging, patient anxiety).
If the vendor cannot support a time-boxed pilot with a local validation clause, that itself is a scoring signal. Walk.