AHLI HEALTH AI SUMMER CAMP 2026

Evaluation & Study Design

Day 3 — How would you know if it worked?

Shalmali Joshi · Columbia · June 24, 2026

AHLI HEALTH AI SUMMER CAMP 2026

Terminology

  • ML model:
  • AI system: Model + ecosystem in which it sits, including how is represented to the end-user

We will stick to "AI system" for the rest of this talk, but conceptually focus on some abstraction of (predictive risk score, regressed lab value, radiology report, synthetic image, etc.)

  • Objective: To characterize what would count as success.

  • Scope: We will not focus on metrics post deployment, continual monitoring, feedback and improvement

This talk will only focus on aspects of human-AI collaboration to the extent it relates to validation and evaluation choices

AHLI HEALTH AI SUMMER CAMP 2026

Precursor

  • Assumptions:
    • Task, data, and how the model output is integrated into the workflow are known
    • Construct validity* (what you are measuring is what you are intending to measure1)
    • Design choices have been carefully considered: no leakage (e.g., hypertension medication as features for predicting risk of hypertension2, antibiotics order to predict sepsis risk3)

Predicting 1-year risk of hypertension

Important features

* https://icml.cc/virtual/2025/poster/40129   1 Lyons et al. "Factors associated with variability in the performance of a proprietary sepsis prediction model across 9 networked hospitals in the US." JAMA Internal Medicine (2023).

2 Chiavegatto Filho et al. "Data leakage in health outcomes prediction with ML." J Med Internet Res 23, no. 2 (2021).   3 Wong et al. "External validation of a widely implemented proprietary sepsis prediction model." JAMA Internal Medicine 181.8 (2021): 1065-1070.

AHLI HEALTH AI SUMMER CAMP 2026

Background/Primer: Types of distribution shifts

Models can deteriorate due to many factors, but we conceptually focus on distribution shifts. The two fundamental types of distribution shifts are:

  • Covariate shift/X-shift: Commonly assumed factor contributing to lack of generalization
  • Concept shift/Y|X-shift: The relationship between feature and outcome changed. Causal view: Concept shift points to presence of unobserved confounding
AHLI HEALTH AI SUMMER CAMP 2026

Background/Primer: Types of distribution shifts

  • Accuracy on the line: Models improving on one dataset typically improve on other related datasets1
  • Accuracy on the line only holds under covariate shift2
  • Which shifts are anticipated is usually an assumption, but we now have diagnostic tools to identify which shifts may be causing model deterioration2,3

1 Miller et al. "Accuracy on the line: on the strong correlation between out-of-distribution and in-distribution generalization." ICML, 2021.   2 Liu et al. "On the need for a language describing distribution shifts: Illustrations on tabular datasets." NeurIPS 36 (2023): 51371-51408.   3 Zhang et al. "Why did the model fail? Attributing model performance changes to distribution shifts." (2023).

AHLI HEALTH AI SUMMER CAMP 2026

Case study: Epic Sepsis Model

  • Definition of sepsis: differed in the initial UMich study (CDC + Sepsis-1 criterion)
  • Sepsis-3 criterion needed to be used
  • External validity fails despite these fixes
  • Performance worse where patients are sicker (higher comorbidity rates)
  • Some sites used antibiotics as feature to predict sepsis risk (leakage!)
AHLI HEALTH AI SUMMER CAMP 2026

Background/Primer: Shortcut learning

  • Model learns from non-generalizable patterns1
  • Phenomenon is fairly general: happens even in multiple domains, including other forms of learning (learning on one modality because it is easier to learn)

1 Geirhos, Robert, et al. "Shortcut learning in deep neural networks." Nature Machine Intelligence 2.11 (2020): 665-673.

AHLI HEALTH AI SUMMER CAMP 2026

The canonical and famous case: COVID-CXR deep learning

A deep learning diagnostic model was trained to predict COVID risk from chest X-rays1

  • The model flagged COVID from chest X-rays with high reported accuracy
  • But was actually predicting on scanner make, patient position, and dataset source (DeGrave et al., 2021).
  • The held-out split came from the same distribution, make it challenging to detect the shortcut.

1 DeGrave, Alex J., Joseph D. Janizek, and Su-In Lee. "AI for radiographic COVID-19 detection selects shortcuts over signal." Nature Machine Intelligence 3, no. 7 (2021): 610-619.

AHLI HEALTH AI SUMMER CAMP 2026

Set up your task

The farther into the implementation you think through, the higher your chance of success1

Task The sepsis example Structural Heart Disease Detection
Population adult ICU admissions >24 hours in length Any inpatient/ED case with an ECG
Data Is the bedside data reflected as the exact data-tensor you're working with ECGs
Outcome Sepsis onset as defined by "Sepsis-3 criterion", how is the label generated? SHD as read from an ultrasound
Timing / horizon within 6 hours, how often should a model trigger? Everytime a patient gets an ECG
Operating point sensitivity at 90% specificity What is the standard of care?
How is the risk score used Trigger antibiotic pre-order Trigger opportunistic screening (ultrasound referral)
What will be the primary endpoint of evaluation Number of adverse events prevented before and after(?), reduced length of stay(?) Number of ultrasounds that would previously go undetected

Exercise: Repeat for other tasks: radiology report generation, breast cancer detection from mammogram, predicting risk of new-onset schizophrenia, etc.

1 Joshi, Shalmali, et al. "AI as an intervention: improving clinical outcomes relies on a causal approach to AI development and validation." Journal of the American Medical Informatics Association 32.3 (2025): 589-594.

AHLI HEALTH AI SUMMER CAMP 2026

Stages of evaluation: in silico to prospective trials

AHLI HEALTH AI SUMMER CAMP 2026

Target population vs. deployment population

  • The population you evaluate on (retrospective/in silico evaluation) is rarely the population you deploy on.
  • The gap should be identified apriori
  • The gap must inform design and evaluation choices, including in fact whether the model is worth building!
  • Example: SHD detection from ECGs using deep learning1
    • Everyone with a cardiac complain gets an ECG, but SHD is only diagnosed using an ultrasound (selection bias)
    • Your X-Y pairs are complete only for those who were referred to an ultrasound by the cardiologist they saw

1 Poterucha, Timothy J., et al. "Detecting structural heart disease from electrocardiograms using AI." Nature 644.8075 (2025): 221-230.

AHLI HEALTH AI SUMMER CAMP 2026

Target population vs. deployment population (cont.)

Example: SHD detection from ECGs (cont.)

  • Doctors only refer patients to ultrasounds if they suspect SHD or want to rule out arrhythmias; ultrasounds are expensive, need specialized expertise to read and interpret
  • Your model is trained only on this distribution, which is also your eval population because you need labels, but your test population is everyone who gets an ECG
  • Will the model generalize? Is it worth building this model? Why or why not?
AHLI HEALTH AI SUMMER CAMP 2026

Metrics for In silico/Retrospective evaluation

Tool Tells you Does not tell you
Discrimination (AUROC/AUPRC) Ranking ability Whether probabilities are usable
Calibration Are the probabilities usable for downstream decision-making How well it ranks patients
Decision curves Net benefit at real thresholds Anything outside that range
AHLI HEALTH AI SUMMER CAMP 2026

Accurate prediction and harmful self-fulfilling prophecies1

Treatment as confounding or source of distribution shift

  • If we don't model how treatment impacts outcomes, to make treatment decisions using a predictive model, we will have very good AUROC but a worthless model
  • This is a case of differing "treatment effects being heterogeneous conditioned on patient covariates (patients with fast growing tumors)"
  • In RL language, you're generating your predictions based on a "historic/behavior policy", but your model itself changes the "treatment policy", model cannot disambiguate because model only approximates not

1 Van Amsterdam, Wouter AC, et al. "When accurate prediction models yield harmful self-fulfilling prophecies." Patterns 6.4 (2025).

AHLI HEALTH AI SUMMER CAMP 2026

Your estimand might need to be a causal1

  • If your goal is to predict an outcome to make decisions about some intervention, then one must model the relationship between the intervention and the outcome!
  • Prediction under intervention is a causal estimand:
  • Observational data (your typical training data collected at point-of-care) does not give you this, basic deep learning gives you:
    • Causal identifiability assumptions are necessary to ensure that can be estimated from
    • Assumptions: No hidden confounding
    • Positivity: , consistency:
  • Causal estimands can be empirically estimated using observational data if above conditions are satisfied or by running RCTs

1 Hilden, Jørgen, and J. Dik F. Habbema. "Prognosis in medicine: an analysis of its meaning and roles." Theoretical Medicine 8.3 (1987): 349-365.

AHLI HEALTH AI SUMMER CAMP 2026

In silico discrimination (AUROC, AUPRC)

  • AUROC is probability a random positive outranks a random negative; prevalence-independent.
  • AUPRC: area under the precision–recall curve; prevalence-dependent.
  • Both aggregate behavior across thresholds
  • Both metrics help rank models but say nothing about whether the probabilities are usable, or whether any single operating point helps downstream decision-making.

Discrimination is necessary, not sufficient. Calibration and decision utility come next.

AHLI HEALTH AI SUMMER CAMP 2026

Healthcare data is imbalanced and diseases can be very low prevalnce

A sepsis risk prediction model, disease prevalence is 1% prevalence, AUROC = 0.85-0.90, consider the setting where threshold is set for 80% sensitivity (TPR):

  • False positive rates can wildly differ
  • PPV or precision (TP/TP+FP) can be single-digits
  • Alarm fatigue renders model clinically useless
AHLI HEALTH AI SUMMER CAMP 2026

AUPRC may be better for imbalanced datasets for in silico validation, though not always1

  • Given a threshold , AUPRC weighs false positives in inverse proportion to the likelihood of the score being greater than , whereas AUROC weighs all false positives equally
  • Emphasizing AUPRC can result in choosing models that overly favor improvements in higher prevalence subgroups

1 McDermott, Matthew B., et al. "A closer look at AUROC and AUPRC under class imbalance." Advances in Neural Information Processing Systems 37 (2024): 44102-44163.

AHLI HEALTH AI SUMMER CAMP 2026

Measuring discrimination at deployment

  • Treatment decisions: If your model is enabling treatment decisions, and AUROC looks great at deployment, recall the self-fulfilling prophecy
  • AUROC/AUPRC: Will necessarily change if the model is impacting decisions (not necessarily related to a treatment, but any intervention)
    • AI is an intervention in the system, that will introduce a shift in the patient population, data-collection, outcomes, etc.
    • If the AI intervention works, the AUROC could worsen (because metrics will emphasize subpopulations where the intervention did not work!)
AHLI HEALTH AI SUMMER CAMP 2026

In silico calibration is necessary but not sufficient

  • Population-level calibration1 usually plotting as a reliability diagram measures how well confidence scores generated by a model match the empirical/frequentist likelihood in the data: ; where
  • Discrimination and calibration are independent.
  • Subgroup calibration can differ from population calibration (called multicalibration2)
  • Calibration is population-level statistic (see how it doesn't depend on ) and therefore is limited in what it tells us about using (the model score) at an individual level

1 Chen, I. Y., Joshi, S., Ghassemi, M., & Ranganath, R. (2021). Probabilistic machine learning for healthcare. Annual review of biomedical data science4(1), 393-415.

2 Hébert-Johnson, Ursula, et al. "Multicalibration: Calibration for the (computationally-identifiable) masses." International Conference on Machine Learning. PMLR, 2018.

AHLI HEALTH AI SUMMER CAMP 2026

In silico calibration and confidence scores

  • A model can be over confident, under confident or a mix of the two1
  • Multiclass extensions is known as "confidence calibration": ; where
  • Because its a population-level metric, it doesn't help identify what individual level decisions are the best
  • We need both, good calibration AND good discrimination, only then can we reliably use the scores as actual confidence scores that should drive decision-making

1 https://iclr-blogposts.github.io/2026/blog/2026/useful-calibrated-uncertainties/

AHLI HEALTH AI SUMMER CAMP 2026

In silico calibration versus calibration at deployment

  • Deploying an AI model introduces a distribution shift induced by downstream decisions.
  • That is AI itself is an intervention in the system (patient, healthcare institution, clinical workflow)
  • Calibration is only guaranteed so long as the distribution does not shift!
  • If your model approximates a causal estimand, or it predicts outcomes under interventions to make decisions, it will remain calibrated under shifts introduced as a consequence of the model!1

1 Feng, Jean, et al. "Monitoring machine learning-based risk prediction algorithms in the presence of performativity." International Conference on Artificial Intelligence and Statistics. PMLR, 2024.

AHLI HEALTH AI SUMMER CAMP 2026

Decision-curve analysis

  • Define:
    , where is the threshold probability
  • If is large, we're more worried about harm, if is small, we're more worried about the event (risk of cancer)
  • Decision-curve analysis: does using the model beat "treat all" / "treat none"?
  • Different stakeholders may have different threshold operating points
  • Heterogeneous utilities may call for stratified or individualized threshold policies, not a single population-level threshold.
AHLI HEALTH AI SUMMER CAMP 2026

Decision-curve analysis versus discrimination

  • Credit: David M. Kent (Tufts University) — example of a biopsy result (Prostate-Specific Antigen)
  • A model with a worse AUROC and slightly worse Brier score may provide higher benefit at least for certain disease risk ranges
  • Also means that probability of disease (threshold probability) needs to correlate with true risk uncertainty
AHLI HEALTH AI SUMMER CAMP 2026

Decision-curves can help identify harms of miscalibration

parameter simply introduces various levels of miscalibration by varying. Overestimation: overestimating risk, Underestimation: underestimating risk

AHLI HEALTH AI SUMMER CAMP 2026

Subpopulation analysis and fairness

  • Population-level performance can hide subgroup failure modes.
  • Minimally, all metrics should be evaluated at subpopulation levels
  • Critical design choices: identify important subgroups (need not be demographic, could be healthcare utilization1)
  • When should we be demographic/subgroup aware versus not?

1 Pang, Chao, Vincent Jeanselme, Young Sang Choi, Xinzhuo Jiang, Zilin Jing, Aparajita Kashyap, Yuta Kobayashi et al. "FoMoH: A clinically meaningful foundation model evaluation for structured electronic health records." arXiv preprint arXiv:2505.16941 (2025).

AHLI HEALTH AI SUMMER CAMP 2026

Subpopulation analysis and fairness (cont.)

When should we be demographic/subgroup aware versus not?

  • Case studies1: Race-unaware prediction were substantially miscalibrated compared to race-aware predictions
  • However, the net clinical benefit of race awareness vs unawareness was very small (since majority of the people would receive the same downstream decision)
  • Among patients who receive different decisions, the benefit was marginal, if focused on screening since the disease risks were closer to decision thresholds
  • However, maybe when resources are very costly, race awareness may be a bit more beneficial
  • We will not cover algorithms to enforce various fairness criterion here

1 Coots, Madison, Soroush Saghafian, David M. Kent, and Sharad Goel. "A framework for considering the value of race and ethnicity in estimating disease risk." Annals of internal medicine 178, no. 1 (2025): 98-107.

AHLI HEALTH AI SUMMER CAMP 2026

Silent evaluation or validation

  • Importance: First stage of prospective evaluation, model is integrated in the workflow but remains "non-interventional". That is, model does not inform care
  • Goal: identify potential discrepancies and shifts in data collection and what the module consumes
    • Case study1: Age distribution differences, proportion of left and right kidneys, and format differences caused an AI predicting obstructive hydronephrosis to deteriorate but was detected at the silent trial stage

1 Kwong, J. C., Erdman, L., Khondker, A., Skreta, M., Goldenberg, A., McCradden, M. D., ... & Rickard, M. (2022). The silent trial-the bridge between bench-to-bedside clinical AI applications. Frontiers in digital health4, 929508.

AHLI HEALTH AI SUMMER CAMP 2026

Silent evaluation or validation (cont.)

  • Preliminary validation against an in situ clinical ground-truth (this may be challenging depending on the end-point)
    • For example, outcome may not be available for a long time
    • If model is supposed to inform treatment decisions, then the best we're doing is comparing to clinician decisions
  • Identifying issues early will increase the likelihood that your actual prospective evaluation (a clinical trial succeeds)1
  • Discrepancies persist in how silent trials are currently reported for predictive models2

1 Joshi, Shalmali, et al. "AI as an intervention: improving clinical outcomes relies on a causal approach to AI development and validation." Journal of the American Medical Informatics Association 32.3 (2025): 589-594.

2 Tikhomirov, L., Semmler, C., Prizant, N., Bhasin, S., Kenyon, G., van der Vegt, A., ... & McCradden, M. D. (2026). A scoping review of silent trials for medical artificial intelligence. Nature Health, 1-23.

AHLI HEALTH AI SUMMER CAMP 2026

Prospective validation: A causal view of Randomized Controlled Trials (RCTs)1

  • The goal of prospective evaluation is to estimate the causal effect of the AI intervention on a clinically relevant endpoint.

1 Picture credit: van Amsterdam, W. A. C., S. Elias, and R. Ranganath. "Causal inference in oncology: why, what, how and when." Clinical Oncology 38 (2025): 103616.

AHLI HEALTH AI SUMMER CAMP 2026

Prospective validation: A causal view of RCTs (cont.)

  • If you simply integrate the model and observe patient outcomes, you will be able to estimate a prospective value of . To understand whether the AI model is any useful, what you need instead is
  • An RCT randomizes the treatment (here an AI intervention), which severs the arrow from observed confounders (criteria you've selected subjects on) into :

  • This makes — the average treatment effect (ATE) can now be read out by just averaging outcomes between groups for whom decisions were made with the AI and those without. There will be no need for further assumptions
AHLI HEALTH AI SUMMER CAMP 2026

AI as the intervention

  • The AI system is the treatment : clinician makes decisions with vs. without AI support
  • The outcome is a patient-level clinical endpoint, not a model performance metric, not whether you can imitate a clinician decision
    • Remember that AUROC improvement patient outcome improvement
  • The estimand should be specified before the trial: for whom, what outcome, over what horizon
  • You CANNOT peak into trial data while the trial is ongoing. That is why RCTs are "registered" before study begins.
  • Deployment context matters: the same model may have heterogeneous effects across sites, clinician experience levels, and patient populations, this means we need to know different mechanisms of randomization and what they help with
AHLI HEALTH AI SUMMER CAMP 2026

AI as the intervention (cont.)

The RCT design flows directly from the estimand, not from the model:

Estimand component Example (sepsis AI)
Population Adult ICU admissions with suspected sepsis
Intervention Clinicians with AI alert vs. without
Outcome 30-day mortality
Horizon Per admission
AHLI HEALTH AI SUMMER CAMP 2026

Internal vs. external validity of an RCT

  • Internal validity: the trial correctly estimates the causal effect for the enrolled population under the trial conditions
    • Your study design should account for: selection bias, potential non-compliance or automation, contamination, Hawthorne effects, clinician learning
    • Hawthorne effects: performance temporarily improves because subject knows they're being observed
  • External validity (generalizability): the effect holds in the target deployment population
    • Threatened by: site-specific variation, different patient distributions, different workflow integration and protocols
  • For AI interventions, clinician learning and system-level adoption are additional threats not present in drug trials
  • A silent trial phase prior to the RCT reduces both classes of threats1

1 Joshi, Shalmali, et al. "AI as an intervention: improving clinical outcomes relies on a causal approach to AI development and validation." Journal of the American Medical Informatics Association 32.3 (2025): 589-594.

AHLI HEALTH AI SUMMER CAMP 2026

Taxonomy of RCT designs for AI evaluation

Three organizing dimensions:

Dimension Question Examples
Subject organization What is the unit of randomization? Individual, cluster (site/ward)
Interventions tested How many arms and factors? Two-arm, multi-arm, factorial
Study conduct Fixed or adaptive allocation? Fixed, stratified, adaptive

No single design is universally appropriate. The right design follows from the estimand, the unit at which the AI is deployed, and operational constraints.

AHLI HEALTH AI SUMMER CAMP 2026

Group assignment designs: parallel and crossover

Parallel RCT

  • Each subject is randomized once to intervention or control; arms run concurrently
  • Most basic design, no carryover; requires sufficient sample for statistical power
  • Standard when the AI intervention cannot be reversed or washed out

Crossover RCT

  • Each subject receives both conditions in sequence, separated by a washout period (try to come up with examples where you might need this)
  • Increases efficiency (each subject is their own control); reduces required samples or power
  • Requires: washout period long enough to eliminate carryover; outcome must be reversible
  • AI-specific concern: clinician learning during the first period constitutes carryover and may not wash out, might warrant longer washouts
AHLI HEALTH AI SUMMER CAMP 2026

Group assignment designs: cluster RCTs

  • Unit of randomization: groups of subjects (hospitals, wards, clinician panels) rather than individuals
  • Required when the AI is deployed at the system level and individual randomization is not feasible or would cause contamination. Preferred for many AI interventions because AI interventions tend to be system/workflow level interventions
  • Intracluster correlation (ICC): subjects within a cluster are more similar than subjects across clusters; reduces effective sample size
  • Design effect: , where = cluster size, = ICC
  • Sample size must be inflated by the design effect; ICC should be estimated from pilot or historical data
AHLI HEALTH AI SUMMER CAMP 2026

Group assignment designs: cluster RCTs (cont.)

Feature Individual RCT Cluster RCT
Randomization unit Subject Site/ward/provider
Contamination risk Low Eliminated by design
Required sample size
Analysis complexity Standard Mixed-effects model
AHLI HEALTH AI SUMMER CAMP 2026

Examples: CONCERN early warning system at Columbia

Used real-time nursing documentation patterns to identify risk of deterioration upto 42 hours earlier than other early warning systems

One-year multisite cluster randomization of acute and intensive care units

Tool displays a categorical risk score (low, increased, high)

Primary endpoints: in-hospital mortality, LOS; Secondary outcomes: cardiopulmonary arrest, sepsis, unanticipated ICU transfers, 30-day readmission

Results: 35.6% decreased risk of death, 11.2% decreased LOS, 7.5% decreased risk of sepsis

AHLI HEALTH AI SUMMER CAMP 2026

Intervention and factor configurations: factorial and multi-arm RCTs

Factorial RCT

  • Tests two or more interventions (two non-competing AI models) simultaneously in a single trial
  • design: four arms — , , ,
  • Efficient when interaction between factors is of scientific interest or assumed absent
  • AI use case: test AI alert () and a clinical decision support checklist () simultaneously
  • If interaction is present, main effects cannot be interpreted in isolation

Multi-arm RCT

  • Three or more arms with a shared control; tests multiple doses, variants, or competing interventions
  • More efficient than separate two-arm trials sharing no participants
  • Multiplicity must be controlled; pre-specify primary comparison and adjustment method
AHLI HEALTH AI SUMMER CAMP 2026

Patient characteristics and adjustments: stratified RCTs

Stratified RCT

  • Randomization is performed within pre-specified strata (e.g., site, severity, age group) to ensure balance on prognostic covariates
  • Reduces chance imbalance; increases precision; enables pre-specified subgroup analyses
  • Strata should be chosen based on variables known to moderate the treatment effect
AHLI HEALTH AI SUMMER CAMP 2026

Patient characteristics and adjustments: adaptive RCTs

Adaptive RCT: So far this is most commonly done with mobile health interventions/nudges

  • Allocation probabilities or trial parameters update as data accumulate
  • Response-adaptive randomization: shifts allocation toward better-performing arms; raises ethical and statistical concerns (non-stationarity, inflation of type-I error)
  • Group sequential designs: pre-specified interim analyses with stopping rules for efficacy or futility; widely accepted; controls type-I error
  • Bayesian adaptive designs: update priors continuously; require careful pre-specification to avoid gaming

For AI interventions with high upfront uncertainty about effect size, group sequential designs with pre-specified interim analyses are a pragmatic choice (only time you can peak).

AHLI HEALTH AI SUMMER CAMP 2026

Pilots or early live clinical evaluations

Before running a full prospective study, small-scale live evaluations are helpful to identify issues that silent trials cannot:

  1. Silent trials cannot establish safety, utility, human factors (since model is not integrated into care)
  2. Might be necessary for certain trial designs, e.g., cluster randomizations to estimate intra-cluster correlations or baseline variances and covariances in crossover designs
  3. It may not be worth investing in full scale prospective randomized studies if the model does not impact workflow as intended
  4. See DECIDE-AI for guidelines on what needs to be reported.
AHLI HEALTH AI SUMMER CAMP 2026

Clinical trials for dynamic AI systems: the gap1

  • Current standards (SPIRIT-AI, CONSORT-AI) require the exact algorithm version to be prespecified — treating AI as a static intervention
  • In practice, AI is a dynamic socio-technical system: it is embedded in health-IT infrastructure, clinical workflows, and user interfaces, and requires ongoing performance monitoring and model refinement
  • Continuous updating is not a deviation from the protocol — it is intrinsic to how the intervention works and persists after the trial ends
  • Precedent exists: implementation trials allow protocolized local tailoring; titrated drug trials allow dose adjustment per prespecified algorithm — the same principle applies to AI

The result: trials evaluating static AI snapshots generate evidence that does not reflect how the system operates in real-world deployment.

1 van Amsterdam, W. A. C., Oberst, M., Feng, J., et al. "Clinical trials for continuously monitored and updated AI systems." Nature Medicine (2026).

AHLI HEALTH AI SUMMER CAMP 2026

A governance framework for dynamic AI trials1

AI models pose some unique challenges, in that they require monitoring for ensuring proper function, but peaking into model behavior is a no-go during prospective validation. It is crucial to make the distinction of coexisting monitoring categories since it dictates a governance boundary:

Monitoring as part of trial conduct (independent DMC)

  • Exclusive access to between-arm comparisons of clinical endpoints
  • Retains authority to pause enrollment; protects trial integrity
  • Has no analogue in real-world deployment

1 van Amsterdam, W. A. C., Oberst, M., Feng, J., et al. "Clinical trials for continuously monitored and updated AI systems." Nature Medicine (2026).

AHLI HEALTH AI SUMMER CAMP 2026

A governance framework for dynamic AI trials (cont.)

Monitoring as part of the intervention (AI-QI team, independent of trial investigators)

  • Operational metrics: uptime, error logs, alert frequency, human–AI interaction signals
  • Protocolized retraining or recalibration triggered by prespecified thresholds
  • No access to comparative endpoint data from the trial

The AI-QI team exists during and after the trial; the DMC exists only during the trial.

AHLI HEALTH AI SUMMER CAMP 2026

Risks and mitigations

Main takeaway: the boundary between trial oversight and intervention delivery must be drawn explicitly.

  • Trials that conflate the two either freeze the AI (producing unrepresentative evidence) or allow uncontrolled adaptation (threatening validity).
  • Nonetheless allowing model monitoring seems to be critical.
  • Recent work has attempted to codify how these differences should be accounted for in AI prospective validation
AHLI HEALTH AI SUMMER CAMP 2026

Risks and mitigations: recommendations (Table 1)

van Amsterdam, W. A. C., Oberst, M., Feng, J., et al. "Clinical trials for continuously monitored and updated AI systems." Nature Medicine (2026).

AHLI HEALTH AI SUMMER CAMP 2026

Case study 1: detection of pulmonary embolism1

Design: Multi-center cluster-randomized trial, where hospitals randomized to AI system vs. standard care

  • Primary endpoint: all-cause mortality; secondary: serious adverse events (SAEs) related to anti-thrombotic treatment

Monitoring as part of trial conduct (DMC)

  • Exclusive access to between-arm differences in deaths and SAEs
  • May recommend pausing enrollment if benefit-to-risk profile is unfavorable
  • Between-arm comparisons cannot be shared with AI-QI team
AHLI HEALTH AI SUMMER CAMP 2026

Case study 1: detection of pulmonary embolism (cont.)

Monitoring as part of the intervention (AI-QI team)

  • Operational metrics: server uptime, image acquisition quality, model outputs, radiologist agreement with alerts
  • Prespecified actions: automated failover for downtime; retraining or recalibration if radiologist confirmation rates decline
  • No access to comparative clinical endpoint data during the trial

1 van Amsterdam, W. A. C., Oberst, M., Feng, J., et al. "Clinical trials for continuously monitored and updated AI systems." Nature Medicine (2026).

AHLI HEALTH AI SUMMER CAMP 2026

Case study 2: automated discharge summary generation1

Design: Non-inferiority randomized trial comparing AI-drafted discharge summaries vs. manual documentation

  • Primary endpoints: readmission rate, documentation quality (accuracy and completeness assessed by independent reviewers)
  • Secondary: time savings, self-reported clinician burnout, cognitive burden metrics
  • Effectively open-label: clinicians know whether AI drafted the summary; subjective endpoints increase leakage risk

Monitoring as part of trial conduct (DMC)

  • Retains sole responsibility for between-arm comparisons
  • Documentation quality assessment may need to remain trial-specific (resource-intensive manual review not feasible in routine deployment, so this remains in this governance boundary)
AHLI HEALTH AI SUMMER CAMP 2026

Case study 2: automated discharge summary generation (cont.)

Monitoring as part of the intervention (AI-QI team)

  • Permitted: technical functionality, user training updates, vendor-released model updates (importantly, can allow for updates to improved foundation models)
  • Tightly restricted: serious summarization errors must be compartmentalized to AI-QI team only since disclosure to DMC could bias subjective endpoints
  • Primary clinical endpoints remain exclusive to the DMC

1 van Amsterdam, Wouter AC, Michael Oberst, Jean Feng, Jenna Wiens, Shengpu Tang, Shalmali Joshi, Rajesh Ranganath et al. "Clinical trials for continuously monitored and updated AI systems." Nature Medicine (2026): 1-3.

AHLI HEALTH AI SUMMER CAMP 2026

Even retrospective evaluations of deployed AI tools needs careful design and analysis

Use case: Analysis of Augmented Response Technology (ART) or In-basket messaging, which creates LLM-generated editable draft responses for clinicians and is now widely integrated across many healthcare institutions across the US

Picture credit: Vincent Jeanselme

AHLI HEALTH AI SUMMER CAMP 2026

Prior ART evaluations and study designs

Picture credit: Vincent Jeanselme

AHLI HEALTH AI SUMMER CAMP 2026

Prior ART evaluations and study designs (cont.)

Challenges of prior study designs

  • One RCT, pretty small (n=52)
  • Pre-post mean comparison: many sources of confounding — e.g., which clinicians opt-in to use the tool?
  • Used vs. not-used mean comparison: what type of messages do clinicians most often use the tool for?

Overall, prior work focused on reading and drafting time — but not efficiency-related and other outcomes relevant for clinicians, patients, and healthcare institutions. What is crucial to measure?

AHLI HEALTH AI SUMMER CAMP 2026

ART panel analysis that adjusts for various sources of confounding1

Picture credit: Vincent Jeanselme

1 Vincent Jeanselme, Catherine Austin, Jungmi Han, Rachel Lewis, Gregory W. Hruby, Karthik Natarajan, Shalmali Joshi, "Panel Analysis of In-Basket Messaging on Turnaround Time and Outside-work-hours Response Behavior." (under Review, 2026)

AHLI HEALTH AI SUMMER CAMP 2026

ART panel analysis that adjusts for various sources of confounding (cont.)

  • Message-level confounders: message-type
  • Primary endpoint: turnaround time (famously, "pajama time")
  • Provider-level confounders: share provider-level effects before and after the tool is introduced
  • ART-adoption, use for a specific message, and habituation
AHLI HEALTH AI SUMMER CAMP 2026

Other challenges

  • Often there are no timely labels (live deployment and monitoring comes with its own challenges) or no single right answer (generative output).
  • Selective prediction / abstention — let the model decline; report the risk–coverage tradeoff, not one accuracy. However, simply focusing on calibration is not the best way to determine abstention (learning-to-defer) because of challenges we discussed above
  • LLM-as-judge: convenient, scalable, but systematically biased does not evaluate ground truth or an actual end-point that implies positive impact.
  • Generative outputs: For radiology report generation, discharge summarization, clinically meaningful end-points are the only way to determine that the tools have positive impact. Famously, traditional semantically focused metrics show very little correlation with expert judgements1

1 Agrawal, Monica, Irene Y. Chen, Freya Gulamali, and Shalmali Joshi. "The evaluation illusion of large language models in medicine." npj Digital Medicine 8, no. 1 (2025).

AHLI HEALTH AI SUMMER CAMP 2026

This afternoon: design a full evaluation pipeline for your usecase

The 2:45 notebook runs end to end on your project — Sections 0–7:

  • 0 Project setup → 1 Discrimination → 2 Calibration (overall + subgroup)
  • 3 Clinical utility (decision curves) → 4 Leakage & shortcut probes → 5 Model selection
  • 6 Identify stages of study designs, what you will measure in each (silent trial, safety/small pilot, prospective evaluation), propose end-points and justify the motivation, use genAI and the internet to identify power analyses, and determine which pilot studies you would need to run to identify appropriate parameters
  • 7 Report all designs with justification

Worked example, template, and AI-coding-tool guidance are provided — see the Day 3 & 4 Workshops doc.

SPEAKER NOTES — Slide 1 (Title) Full ~75-minute lead lecture in the 9:15 slot (this day mirrors Days 1, 2, 5; the guest is at 1:30, and you anchor the afternoon evaluation-notebook workshop). CRITIQUE mode. Your work on algorithmic safety, robustness, and generalizability makes you the right person to present evaluation as consequential design choices, not a checklist. This deck is an expanded starter (25 slides); see guides/day3-build-guide.md for figures and injection points.

SPEAKER NOTES — Slide 2 (The central question) The day's thesis. Method comes AFTER this question, not before. This talk will only focus on aspects of human-AI collaboration to the extent it relates to validation and evaluation choices

SPEAKER NOTES — We will take some things for granted, but cautiously because there is evidence that this is not always the case

SPEAKER NOTES — Types of distribution shifts

SPEAKER NOTES — Slide 6 (Epic Sepsis Model case study) The estimand content that follows is the backbone of the day.

SPEAKER NOTES — Slide 7 (Estimands) The backbone of the day. The vague-vs-precise contrast is the teaching move — show them side by side. Push the cohort to articulate population, outcome, timing, and operating point. INSTRUCTOR: use an estimand from your own area if you prefer; the next slide breaks the precise one into its parts.

SPEAKER NOTES — Slide 8 (Canonical case: COVID-CXR) DeGrave, Janizek & Lee (Nature Machine Intelligence 2021) is the canonical, citable shortcut/leakage case — models that "detected COVID" via acquisition artifacts and source labels. It is more instructive for this audience than a generic leakage toy because it shows a clean held-out split passing while the model learned nothing clinical. INSTRUCTOR: pair with a leakage example you have caught. This is what the afternoon notebook's leakage/shortcut check hunts for.

SPEAKER NOTES — Slide 9 (Anatomy of an estimand) Make the estimand operational — these four elements are exactly what the afternoon notebook's "cohort definition" cell asks for. Have them fill this table for their own project in the small group. This table is the bridge from concept to the workshop.

SPEAKER NOTES — It is only worth building because it can be used for opportunistic screening and not to prevent care.

SPEAKER NOTES — Continuation: the selection-bias mechanism and the build-or-not question. It is only worth building for opportunistic screening, not to prevent care.

SPEAKER NOTES — Slide 13 (Section divider) Pivot to metrics. The signature move of the day (CRITIQUE) lives here: choose the metric from the decision backward.

SPEAKER NOTES — Slide 14 If we don't model how treatment impacts outcomes, to make treatment decisions using a predictive model, we will have very good AUROC but a worthless model.

SPEAKER NOTES — Slide 16 (Discrimination & its limits) Keep this brisk — the cohort knows these summaries. The teaching point is the last line: a threshold-free ranking metric is necessary but not sufficient; it says nothing about probability quality or decision value, which the next slides cover. Choose the metric from the decision, not from a rule of thumb. The next slide is the operating-point reality that a strong AUROC can hide.

SPEAKER NOTES — Slide 17 (Operating point / PPV) INSTRUCTOR: run the arithmetic live (0.90 AUROC + 1% prevalence + screening threshold = a flood of false positives). The point is that headline discrimination and the lived experience at a deployed threshold diverge; the resolution is decision-aligned thresholding / decision-curve analysis (two slides on). Plant "alarm fatigue"; Mamdani harvests it on Day 5.

SPEAKER NOTES — Slide 20 (Calibration) This audience knows what calibration is — go to the two points they underuse: (1) global calibration can be fine while a subgroup is badly miscalibrated — subgroup calibration is the floor, and multicalibration (Hébert-Johnson et al., ICML 2018) the stronger target where the strata warrant it; the right target is a choice, not a default. (2) calibration is not invariant to shift, so it is a live deployment property, not a one-time box. The notebook builds the subgroup-split reliability plot.

SPEAKER NOTES — Slide 23 (Net benefit + its assumption) DCA is the right tool and operationalizes "choose the metric from the decision." Be precise: DCA's strength is that it sweeps a *range* of threshold probabilities — the open question is not the tool but *whose* utility/threshold a deployed system adopts (patient, clinician, institution, payer), which may call for stratified or individualized threshold policies. Connect threshold choice back to Pete's Day 1 asymmetric-cost point.

SPEAKER NOTES — Slide 26 (Fairness & disaggregated evaluation) This sets up the guest directly — hand the baton, don't pre-empt. Salaudeen's 1:30 talk on disaggregated metrics is the sharp empirical complement. His talk should land BEFORE participants finalize their own metrics; the schedule supports that (guest 1:30, then the closing small group at 4:15) — preserve the order.

SPEAKER NOTES — Continuation: the race-awareness case study and net-benefit nuance. Hand off cleanly to the guest disaggregated-metrics talk.

SPEAKER NOTES — Slide: silent trial as the first prospective stage; the hydronephrosis case shows data-collection drift caught before it reached care.

SPEAKER NOTES — Continuation: preliminary validation against in-situ ground truth, and reporting gaps in silent-trial practice.

SPEAKER NOTES — Connect directly to the earlier slides on causal estimands. Randomization does one thing precisely: it breaks the confounding path into T. Everything else (SUTVA, positivity) is still required.

SPEAKER NOTES — Continuation of the RCT causal view. The math display formalizes how randomization severs confounding into T; everything else (SUTVA, positivity) is still required.

SPEAKER NOTES — The AI system is the treatment; the outcome is a patient-level endpoint, not AUROC. The estimand must be fixed before the trial begins.

SPEAKER NOTES — Repeat the estimand table structure from the earlier slides. The point is that the RCT design flows directly from the estimand, not from the model.

SPEAKER NOTES — The silent trial slide earlier in this deck connects here. Internal validity problems invalidate the trial; external validity problems limit what you can claim post-trial. Both must be addressed in the design, not the analysis.

SPEAKER NOTES — Use this slide as a roadmap. The next slides go through each dimension in order.

SPEAKER NOTES — Crossover is efficient but demanding. For AI trials, the washout assumption for clinician behavior is hard to satisfy. Flag this explicitly.

SPEAKER NOTES — Most deployed AI systems act at the system level (alert shown to all clinicians in a ward, triage algorithm running across an ED). Cluster RCT is often the correct design, not a fallback.

SPEAKER NOTES — Contrast with the individual RCT: contamination is eliminated by design, but you pay for it in required sample size (× the design effect) and analysis complexity (mixed-effects).

SPEAKER NOTES — Factorial designs are underused in AI trials and can answer questions about complementarity (does the AI add value on top of existing DSS tools?). Multi-arm is useful for comparing model variants or thresholds.

SPEAKER NOTES — Stratified randomization balances known prognostic covariates and enables pre-specified subgroup analyses.

SPEAKER NOTES — Adaptive designs update as data accrue; group sequential designs are the pragmatic, type-I-controlled choice and the only time you may peek.

SPEAKER NOTES — Set up the problem before introducing the solution. The key insight is that continuous monitoring and updating is not optional maintenance; it is what makes AI safe in deployment. Trials that freeze the algorithm produce unrepresentative evidence.

SPEAKER NOTES — The figure illustrates the governance boundary (lock) separating the two teams. The DMC exists only during the trial. This is the key structural move.

SPEAKER NOTES — The AI-QI team handles operational monitoring and protocolized updates, with no access to comparative endpoint data; it persists after the trial ends.

SPEAKER NOTES — The framing is: these risks are manageable with governance structure, not reasons to avoid dynamic trials. Regulatory frameworks (FDA Predetermined Change-Control Plan) are moving in this direction, but trial-specific operationalization is still absent from SPIRIT-AI and CONSORT-AI. The next slide is Table 1 — walk through each row.

SPEAKER NOTES — Table 1 from van Amsterdam et al. Walk through each row: the potential risk of allowing both trial-conduct monitoring and intervention monitoring/updating, paired with the example mitigation strategy.

SPEAKER NOTES — This is the cleaner of the two cases. Cluster RCT is the natural design because the AI runs at the system level (every CT scan in the hospital).

SPEAKER NOTES — The governance boundary is unambiguous here: operational metrics vs. clinical outcomes, with prespecified automated actions.

SPEAKER NOTES — The harder case. Open-label design and subjective endpoints mean leakage risk is higher; the DMC keeps sole control of between-arm comparisons.

SPEAKER NOTES — The harder case. Open-label design and subjective endpoints mean leakage risk is higher. The mitigation is tighter compartmentalization within the AI-QI team, not elimination of operational monitoring. Using external clinical reviewers for documentation quality further reduces bias.

SPEAKER NOTES — Walk the table of prior ART / in-basket evaluations: the designs are mostly small or confounded.

SPEAKER NOTES — The model: a provider fixed-effects panel regression on log turnaround time, adjusting for message-level and provider-level confounders.

SPEAKER NOTES — Slide 58 (Evaluating without ground truth) — CORE The single biggest missing topic for a 2026 cohort — keep it load-bearing. Three moves: selective prediction (risk-coverage curves), conformal prediction for distribution-free coverage (Angelopoulos & Bates, A Gentle Introduction to Conformal Prediction, 2021), and the LLM-as-judge trap for generative clinical output. Forward-references Day 4 (uncertainty by construction) and Day 5 (you usually can't monitor accuracy live).

SPEAKER NOTES — Slide 59 (Afternoon notebook preview) You anchor this workshop. Preview the eight sections (0-7) so the lecture's concepts map onto the hands-on work: estimand -> cohort, discrimination -> calibration -> clinical utility, fairness -> disaggregated audit, power -> uncertainty, leakage -> shortcut probe, findings -> Workbook. Tell them the notebook makes today concrete.