Bottleneck
Training data availability and ontology design
Current state of the science
Current medical AI is highly siloed. Radiology models look at images. Lab-value models look at lab values. Clinical-notes models look at clinical notes. There are early multimodal models — Google's Med-Gemini, Microsoft's MedImageInsight, several open-source efforts — that integrate across modalities, but they're far from comprehensive.
The deeper problem is that there is no agreed ontology for "patient state." Medicine speaks in disease names, ICD codes, lab thresholds, anatomical regions, and clinical narratives. None of these is a representation suitable for the kind of unified probabilistic model AIHS would need to operate from.
Technical pathway
Two parallel tracks. The technical track is straightforward: foundation models trained on multimodal medical data will continue to improve, and at some point they will be capable of integrating diagnostic streams into coherent state estimates. This is happening now and will continue largely independent of AIHS development.
The ontology track is more interesting. What representation should the AIHS use internally for "this patient, right now"? Likely candidates include hierarchical latent representations learned by the model itself, knowledge-graph-based representations rooted in biology, and hybrid representations that combine learned and symbolic components. The right answer is not obvious and may require multiple iterations.
What is blocking it
The main barriers are practical rather than fundamental. Medical training data is fragmented across institutions, regulated under HIPAA and equivalents, and rarely linked across modalities for the same patient. B5 (continuous learning across patients) addresses the federation infrastructure needed; A4 depends on its progress.
The ontology question may resist a clean technical solution and instead require clinical-research convergence — settling on representations that serve both AI systems and human clinicians.
Research ecosystem
Heavy commercial investment from major foundation model labs (Google, Microsoft, OpenAI, Anthropic) in medical AI. Academic groups in clinical informatics and computational medicine. The Observational Health Data Sciences and Informatics (OHDSI) collaborative is building shared data models that approach the ontology problem.