If you’ve been anywhere near medical AI Twitter this week, you’ve probably seen DeepRare popping up everywhere. The system just had its [research paper published in Nature](https://www.nature.com/articles/s41586-025-10097-9) on February 18th, and the coverage has been intense — [MedicalXpress](https://medicalxpress.com/news/2026-02/deeprare-ai-outperforms-doctors-rare.html) ran with the headline “DeepRare AI outperforms doctors on rare disease diagnosis,” and [CGTN](https://news.cgtn.com/news/2026-02-19/-Agentic-AI-system-delivers-high-accuracy-in-rare-disease-diagnosis-1KSXg0DechO/p.html) followed up almost immediately.
So what’s the deal? DeepRare is a multi-agent AI system built specifically for rare disease diagnosis. It was developed by a team from Shanghai Jiao Tong University and Xinhua Hospital, and what makes it genuinely interesting is its approach. Most medical AI tools work like fancy pattern matchers — feed in symptoms, get a list of possible conditions. DeepRare does something different. It actually thinks through cases the way a doctor would: forming hypotheses, testing them against evidence from over 40 specialized tools and medical knowledge bases, revising conclusions, and then ranking the most likely diagnoses. The team calls this an “agentic” workflow, and honestly, reading through the methodology, it feels like a meaningful step forward.
The numbers back it up. In head-to-head testing against experienced physicians, DeepRare nailed the correct diagnosis on the first try 64.4% of the time, compared to 54.6% for the doctors. And when ten rare disease specialists reviewed the AI’s reasoning chains, 95.4% agreed the logic was sound. That second stat matters a lot — it’s not just getting the right answer, it’s showing its work in a way that clinicians can actually verify and trust.
Here’s what really caught my attention though: this isn’t just a paper. The team has had a [live diagnostic platform](https://www.raredx.cn/) running since July 2025, and over 1,000 professionals from 600+ medical institutions have already signed up. You can feed it free-text clinical notes, structured HPO terms, or even genetic testing results, and it generates traceable diagnostic reports. The code is also [open-source on GitHub](https://github.com/MAGIC-AI4Med/DeepRare), which is refreshing to see for a project of this caliber.
Rare diseases affect roughly 300 million people worldwide, and the average patient endures a “diagnostic odyssey” of over five years before getting answers. If DeepRare can meaningfully shorten that timeline — and the early evidence suggests it can — this is the kind of AI application that actually matters.

Leave a comment