Why integration is a research problem
It is tempting to treat AIHS development as three parallel tracks that eventually meet. This framing underestimates the problem. The integration between buckets contains its own engineering and scientific challenges that don't fall neatly into any single bucket's scope.
The clearest example is real-time decision-making. Diagnostic data has to be transformed into therapeutic action quickly enough to matter. Doing this requires a decision architecture combining medical AI, mechanistic models, and safety constraints — none of which is fully specified by any of the bucket pages. A second example is uncertainty propagation: each bucket has its own uncertainty profile, and they have to combine in coherent ways for the system to know when to act and when to abstain.
Diagnostic-therapeutic coupling
The system must translate diagnostic findings into therapeutic decisions in real time. This requires a control architecture combining medical AI (perception), mechanistic and digital-twin models (prediction), causal reasoning (counterfactual evaluation of intervention options), and safety constraints (refusal to act when confidence is insufficient or risks are unacceptable).
Current clinical decision-support systems are advisory. They flag concerns and recommend tests for clinicians. The transition to genuinely closed-loop operation — where the system makes the call and acts on it — is both a technical and a regulatory challenge. The technical side involves making sure the system's decisions are at least as good as a clinician's, which in turn requires causal reasoning that the system can defend, not just pattern-matching that has worked in the past.
Latency budgets
Diagnostic latency, decision latency, and intervention latency must collectively be short enough that the system can respond to evolving clinical situations. Sepsis can kill in hours. Stroke damages tissue in minutes. Cardiac arrest demands seconds. The latency requirement varies by condition but for most acute conditions, cumulative system latency under one hour is a reasonable target. For some, it must be under one minute.
The dominant latency source in current systems is data movement and human review. AIHS architecture must minimise both. This means edge computation (decisions made near the patient, not in a remote cloud), pre-computed causal models that can be queried in real time rather than re-trained, and explicit autonomous-action thresholds for situations where waiting is more dangerous than acting on incomplete information.
Failure modes proliferate with integration
A diagnostic error can trigger an unnecessary intervention. A therapeutic agent can create new pathology requiring further intervention. The integrated system must reason about its own confidence and abstain from action when uncertain — a capability current medical AI generally lacks.
The defining safety case for AIHS is failure mode behaviour. When the system is wrong, what happens? The unacceptable failure modes include: confidently wrong interventions delivered without clinician override capability; cascading interventions where one error triggers another; and "metastable" states where the system is technically functioning but has drifted into a clinical state no one would have selected. Each of these requires deliberate architectural defence.
Human-in-the-loop design
Despite the AIHS vision of autonomy, all near- and mid-term implementations will include clinician oversight. The design question is which decisions go to humans, on what timescale, with what information.
A reasonable architecture: routine decisions (within a pre-approved care plan, with low uncertainty, with reversible interventions) proceed autonomously. Higher-stakes decisions (irreversible interventions, novel situations, high-uncertainty diagnoses) require clinician approval. Crisis decisions where waiting would cause harm proceed autonomously but with immediate clinician notification and review. The boundaries between these tiers should be tunable per clinical context and explicit in the system's operation.
Poor design here is both a clinical risk (clinicians overruled when they shouldn't be, or underused when they should add value) and an adoption risk (systems that ignore clinicians don't get installed in hospitals).
Cross-bucket dependency map
The dependency relationships from the advance-detail pages, summarised:
Bucket B advances heavily depend on Bucket A. B2 (epigenomic state inference) requires A1 and A2. B4 (digital twins) requires B3. A4 (integrated state representation) requires the federation infrastructure of B5.
Bucket C depends on Bucket B for intervention selection. The therapeutic system needs to know what to do; that knowledge comes from interpretation.
Safety architecture (C6) depends on bounded reversible agents (C5) but provides a constraint on every other Bucket C advance.
This study's recommendation: Bucket A and Bucket B research should be tightly coupled rather than pursued in parallel silos. Bucket C should develop modularly but with integration milestones at each phase. Safety architecture should be funded in parallel from the start, not added later.