Loading lesson...
Loading lesson...
This is the final Foundations module. It does not introduce new concepts. Instead, it integrates everything from Modules 1-7 into a single scenario that tests whether you can apply the full toolkit: data quality (M1-M2), model training (M3-M4), evaluation (M5), architecture selection (M6), and responsible AI (M7). After this module, you are ready for the Applied stage, beginning with transformers and attention.
An acute hospital trust is considering an early warning system that scores every inpatient for the risk of deterioration in the next twenty-four hours. The vendor is established, the product already runs in several hospitals abroad, and the sales pack leads with its headline performance figures. The trust's medical director wants a decision before the winter pressure period begins. The board has asked a small group, including you, to say whether the system is safe to run on this trust's patients, and to put the reasoning in writing.
What arrives is thin. There is a slide deck, a two-page technical summary, and the offer of a reference call with another customer. Nursing staff already record observations on paper and work out a standard early warning score by hand, so the question is not whether to score patients but whether a model should do it instead. Nobody on the panel disputes that the vendor measured something. The disagreement is about what the measurement covers: the clinical lead trusts it, the informatics lead does not, and neither can say why in terms the other accepts.
That gap is what this module closes. Objections raised one at a time, in whatever order they occur to whoever speaks loudest, produce a meeting rather than an assessment. The seven modules behind you supply the order instead: what the model learned from, how its performance was measured, whether its design suits the data it will meet on the ward, and who carries the cost when it is wrong. Ask them in that sequence and the recommendation writes itself. Skip one and the board approves a system on the strength of a number whose meaning nobody checked.
If this decision landed on your desk with three weeks to answer it, which questions would you ask first, and what would you refuse to accept as evidence?
This scenario is composite but realistic. Early warning scores have been used in UK hospitals since 2012 (the National Early Warning Score, NEWS). AI-augmented versions are now in active trials. The questions you need to ask draw on every module so far. Work through each section as though you are writing the evaluation report.
Learning outcomes sets the boundary. Data quality: what was the model trained on? examines what changes when the system meets real use.
The first set of questions concerns the . Drawing on Modules 1 and 2 (what data is, data representation):
Common misconception
“If the vendor's validation metrics are good, the model will work in our hospital.”
Validation metrics are only valid for the population and data collection process they were measured on. A model with AUC 0.89 in its development setting may perform at 0.72 in your hospital if the patient population, monitoring frequency, or clinical workflows differ. This is called dataset shift, and it is the single most common reason AI systems fail in new clinical environments. The only way to know is to evaluate the model on your own data.
Every cell pairs a numbered question with the one artefact that answers it, and all four columns feed a pack card requiring all eight on file before sign-off, so strength in one column cannot cover a gap in another.
Every published claim about an AI system maps to a written artefact; without the artefact, the claim is not yet evidence.
Evaluation: are the reported metrics trustworthy? turns the previous idea into a check that can be reviewed.
The vendor reports AUC 0.89 and F1 0.78. Drawing on Module 5 (evaluating AI):
The reason a single headline number cannot settle the threshold is that the threshold produces two separate harms, and they land on different patients. The figure below follows both from the moment the score is applied on the ward: an alert on a stable patient, and silence on a deteriorating one. Each path ends at a named harm and at the control that answers that harm alone.
The two paths leaving the threshold end in different harms, borne by different patients and closed by different controls, so a single headline metric quoted at the fork answers for neither of them.
One threshold produces two different harms, falling on two different groups of patients, and each is answered by its own control rather than by a single headline metric.
“The move from algorithm development to clinical implementation requires a fundamental shift in evaluation approach: from retrospective validation on curated datasets to prospective evaluation in real clinical workflows.”
Kelly, C.J. et al., 'Key challenges for delivering clinical impact with artificial intelligence', BMC Medicine (2019) - Section 3, Evaluation challenges
This paper from DeepMind researchers argues that the evaluation standards used in ML benchmarks are insufficient for clinical deployment. Retrospective metrics do not predict real-world performance because they cannot capture the effects of clinical workflow integration, alert fatigue, and dataset shift.
Evaluation: are the reported metrics trustworthy? gives the mechanism. Architecture: is the model design appropriate? shows where the next decision has to be made.
Drawing on Module 6 (deep learning architectures):
Fairness and accountability: who is affected? is the next test of whether the concept works outside a toy example.
Drawing on Module 7 (responsible AI basics):
Common misconception
“If the model helps some patients, it is worth deploying even if it is imperfect.”
A model that improves outcomes for one group while worsening them for another is not a net positive. If the deterioration prediction system has a 40% false positive rate for elderly patients, the resulting alert fatigue may cause staff to ignore genuine warnings for that population. The harm is not hypothetical: alert fatigue is a documented cause of patient safety incidents. Deployment decisions must consider disaggregated performance, not just average improvement.
The vendor validated the deterioration model on a random split of records from a single overseas referral centre. The trust admits a general medical population. A board member argues that a strong reported figure is evidence enough to proceed. What is wrong with that argument?
The readiness assessment passes this vendor's architecture: an LSTM, appropriate for temporal vital signs. Suppose instead that it had offered a network scoring each patient from the most recent set of readings alone. General wards at the trust record observations roughly every four hours, and far more often once staff are worried. Which objection would that design invite?
The readiness assessment records no published model card and no performance broken down by age, sex or ethnicity, but confirms that clinicians can dismiss any alert. A director argues that the dismissal mechanism makes the missing documentation acceptable. How should the evaluation report answer?
Full paper
Written by DeepMind Health researchers. Identifies the gap between retrospective ML benchmarks and real clinical deployment. Establishes that evaluation must extend beyond AUC to include workflow integration, prospective validation, and monitoring.
Sections II-IV
The US FDA regulatory framework for clinical AI. Requires pre-market bias evaluation, a predetermined change control plan, and real-world performance monitoring. The UK MHRA has adopted a compatible approach. Used for the regulatory context in Section 8.4.
Full paper
Google Health study demonstrating both the potential and challenges of EHR-based predictive models. Achieved strong results on mortality, readmission, and length-of-stay prediction while highlighting data quality, missing data, and temporal validation challenges.
NHS England, 'A buyer's guide to AI in health and care' (2020)
Sections 3-5 (Evaluation framework)
Practical guide for NHS organisations evaluating AI systems. Provides a checklist-based framework covering clinical evidence, technical validation, usability, data governance, and monitoring. Directly applicable to the scenario in this module.
Royal College of Physicians, 'National Early Warning Score (NEWS) 2' (2017)
Full standardisation document
The clinical scoring system that the AI vendor's product would supplement or replace. NEWS2 is the current standard for detecting patient deterioration in UK hospitals. Understanding the baseline system is essential for evaluating whether AI adds genuine value.
The Foundations stage is complete. You can now reason about data quality, train and evaluate models, choose appropriate architectures, and assess fairness and accountability. The Applied stage begins with the architecture that changed everything after 2017: transformers and the attention mechanism. Transformers replaced both CNNs and RNNs/LSTMs for many tasks and are the foundation of every you interact with today. The concepts from Foundations, particularly evaluation and responsible AI, remain essential: transformers amplify both capability and risk.
Module 8 of 33 · AI Foundations