The clinical problem
The project began as a structured response to a recurring clinical problem: a single ICU patient generates more streams of monitored data than clinicians can integrate continuously and accurately, particularly under the cognitive load of overnight cover, multi-patient handover, or simultaneous deteriorations. The working memory available for integrating multiple variables in real time is bounded originally estimated at 7 by Miller (1956), with more recent estimates lowering this further. Modern ICU bedside data routinely and substantially exceeds those bounds.
Ecological interface design
The ecological-interface-design tradition was initiated by Rasmussen and Vicente in the early 1990s for high-stakes process-control environments such as nuclear power plant operation. The central EID claim is that interfaces should make the constraints of a given problem perceptually available. This means not just the data, but the structural relationships between data, are displayed in a form that the user can engage with directly.
Applied to critical care, a patient's clinical state can be represented as a position within a constraint space, where the axes are the physiological dimensions along which the patient is being supported. Polygon visualisation makes these constraints simultaneously visible. Worst-metric highlighting and zone bands map abstract physiological thresholds into a new visual paradigm. A 24-hour temporal loop view extends the static snapshot to a trajectory, allowing the clinician to perceive direction and rate of change as well as the current state.
The EID tradition is described in the foundational papers by Rasmussen and Vicente (1992) and Vicente (2002). See the References section for the full citations.
Evidence-anchored physiological modelling
Each constraint axis is grounded in published evidence: zone bands are calibrated against landmark trials and established physiological thresholds, for example:
- Driving pressure cutoffs follow Amato et al. (2015)
- Mechanical power values follow Serpa Neto et al. (2018) and Gattinoni's 2023 review
- Tidal volume per kilogram aligns with ARDSnet (2000)
- Vd/Vt is computed by the Enghoff modification of the Bohr equation
Suggestion rules generated by the model encode published differential-reasoning patterns rather than improvised heuristics. Reference material is provided alongside each suggestion and the basis for any boundary is modifiable as evidence evolves.
Knowledge-guided machine learning
The longer-term framing of the project draws on knowledge-guided machine learning (KGML) This is an approach to domain knowledge where established constraints are embedded directly into Machine Learning (MLO architecture, rather than leaving the model to derive all structure from data alone. This contrasts with the currently dominant paradigm in clinical AI: imitation learning from retrospective outcome-labelled datasets, in which models reproduce the decisions found to be associated with better outcomes in the training cohort. This approach intrinsically inherits the variation, biases, and dated practices of that cohort together with a fundamental opacity about how those decisions and suggestions were reached.
The Google DeepMind project AlphaFold2 (Jumper et al., 2021) achieved a step-change in protein structure prediction by embedding evolutionary, physical, and geometric constraints directly into the neural network architecture. The model reasoned within an explicit domain-knowledge framework rather than from data alone. Protein folding constraints are mathematically precise and physically invariant, whereas ICU physiology is heterogeneous, measurement-noisy, and patient-specific. The constraints in the ICU are probabilistic thresholds anchored to landmark trial evidence rather than absolute physical laws but we believe the same reasoning applies: encode what is known explicitly within a validated model then let ML operate within that structure. This is what the project terms a constraint scaffold, the architectural principle being that domain knowledge should scaffold the model's reasoning structure. This novel approach is what the Critical Care State Space Project intends to explore in the future.