Skip to content

EmulatRx: five agents designing a clinical trial

A few days ago I came across a paper that caught my attention: EmulatRx, published in Nature Communications.

It is a multi-agent system that designs clinical trials from real-world data, coordinating five specialized agents that build the protocol, map it to the electronic health record and estimate the treatment effect.

It is a good example of how this architecture will make its way into clinical research: task by task, not as a single product.

Five things that match what I see in practice:

  • RWD is still the hard part. Missing data, heterogeneity across sources, protocol variables that simply do not exist in the record. These are the real problems you hit when working with real data.

  • One profile per agent. Trialist, informatician, clinician, statistician. They interact and they decide: when the statistician spots a covariate imbalance, it asks the clinician.

  • Traceability of decisions. You can reconstruct why the system handed off from one agent to another. In a regulated setting, that is what decides whether you can use it or only demo it.

  • Integrated knowledge sources. ClinicalTrials.gov and PubMed. The model does not recall: it looks things up.

  • Evaluation and optimization still depend on human expertise. There is no shortcut. The system speeds up the cycle, it does not replace the judgement.

None of this is specific to trial design. Messy data, specialized roles, traceable decisions, grounded knowledge, a human at the end: that is the shape of anything that has to survive in a regulated environment.

← All notes