On 15 July 2026, Doximity announced that its clinical AI tool had “ranked first among all AI systems evaluated on the study’s real-world clinical sample.” Five days later, OpenEvidence announced that physicians had chosen it “over every other AI chatbot combined.” Eight days after that, AMBOSS announced that it “ranks #1 again, outperforming OpenEvidence, Doximity, and Glass Health.”

All three cite NOHARM, a clinical-safety benchmark from ARISE, a network of Stanford Medicine and Harvard Medical School physicians. It is serious work: 100 real primary-care-to-specialist consultation cases, each presented in 11 variants, scored against rubrics carrying 12,747 annotations from 29 board-certified physicians.

It is also unusually generous with its data. The authors released the per-case scores, the analysis code and the bootstrap machinery under an open licence. So instead of parsing press releases, we recomputed the benchmark from that data at a pinned commit — once with the authors’ own code, once with an implementation written from scratch — and asked what the numbers support.

Becker’s Hospital Review reported the competing-claims story on 21 July, describing the four tools as “tied for the top spot.” Healthcare Huddle reported the no-significant-difference result. What follows is the arithmetic underneath both.

The headline number depends on what counts as a case

AMBOSS’s release says its tool showed “potential for serious harm in just 2.9% of cases.” The figure is in the paper and we reproduce it exactly. It is not, however, a share of the 100 clinical cases.

Each base case was presented eleven ways — the original plus ten physician-written perturbations. The released metric takes, for each case, the fraction of those eleven variants containing a potentially severe error, then averages across cases. For AMBOSS that is 2.91%. Ask the other obvious question of the same rows — in what share of the 100 base cases did the system produce at least one severe error? — and the answer is 8%.

The same data, counted two ways
SystemShare of variants (released metric) %Share of base cases %
AMBOSS LiSAmidrank 1 → 1 of 452.918
Doximity Askmidrank 2 → 2.5 of 454.8210
OpenEvidencemidrank 3 → 2.5 of 455.0910
Glass Healthmidrank 4 → 4 of 455.3612
GPT-5.6 Solmidrank 6 → 6.5 of 45917
Claude Fable 5midrank 14 → 12.5 of 4513.5519
Claude Sonnet 5midrank 19 → 34.5 of 4515.2726
MedGemma 27Bmidrank 15 → 27.5 of 4514.3624
Llama 4 Maverickmidrank 44 → 41 of 4524.5530
value: lower higher     no data
Left: the released metric — the share of a case's 11 scored variants containing a potentially severe error, averaged over the 100 base cases. Right: the share of base cases with at least one such error. Both are defensible readings of “% of cases”; they differ by roughly 1.2× to 2.8×, and they do not rank the field the same way. Ranks are midranks, shared among tied systems.
Source: Recomputed by Ground Truth from ARISENetwork/noharm severe-mode-counts.csv (CC-BY-4.0), commit 7b089bd, default prompt, all 45 models with default-prompt rows.
Read before citing
  • Neither number is wrong. They answer different questions: how often a system errs across repeated presentations of a case, versus whether it ever errs on that case at all.
  • Public statements citing “2.9% of cases” are quoting the variant-share metric. Read as base cases, the same released data gives 8%.
  • Ranks are midranks, shared among tied systems; 28 of the 45 models tie with at least one other on the base-case measure.

Neither number is wrong. They answer different questions, and a benchmark measuring robustness to rephrasing has good reason to count variants. But the gap is large and it is not constant across systems. The two orderings are broadly similar overall — Spearman ρ = 0.90 across the 45 models with default-prompt rows — while individual systems move a lot. Using midranks, 21 models shift at least three places and 17 shift at least five. Claude Sonnet 5 moves from midrank 19 to 34.5; GPT-5.4 mini goes the other way, from 32 to 18.5.

The direction is worth being precise about. Consider two systems with an identical 5% variant rate: one errs on all eleven variants of five cases, the other on a single variant of fifty-five. On the released metric they are indistinguishable; on base cases the second is 55% against the first’s 5%. The variant metric therefore flatters systems whose errors are spread thinly across many cases, and is hardest on those that fail the same case repeatedly. Among the four clinical tools, AMBOSS has the most dispersed errors by this measure — a ratio of 2.8 between its base-case and variant rates, against 1.2 for the model with the highest severe-error rate on the released variant measure. Whether thin dispersion or concentrated failure is worse depends on what you are buying the tool for. Neither is what a reader hears in “2.9% of cases.”

On its own safety measure, the benchmark cannot separate the four

The measure NOHARM is named for is the rate of potentially severe harmful errors. Here are the four clinical tools on it, with the authors’ own bootstrap intervals, against the general-purpose comparators the paper itself selected.

The four clinical tools, on the metric the benchmark is named for
lower is better
05101520AMBOSS LiSAAMBOSS LiSA: 2.91 (95% CI 0.73 to 5.73; in best set)2.91 [0.73, 5.73], in best setDoximity AskDoximity Ask: 4.82 (95% CI 1.82 to 8.18; in best set)4.82 [1.82, 8.18], in best setOpenEvidenceOpenEvidence: 5.09 (95% CI 1.82 to 8.91; in best set)5.09 [1.82, 8.91], in best setGlass HealthGlass Health: 5.36 (95% CI 2.09 to 9.27; in best set)5.36 [2.09, 9.27], in best setGPT-5.5GPT-5.5: 8.91 (95% CI 4.64 to 13.73; not in best set)8.91 [4.64, 13.73], not in best setGPT-5.6 SolGPT-5.6 Sol: 9 (95% CI 4.91 to 13.55; not in best set)9 [4.91, 13.55], not in best setClaude Fable 5Claude Fable 5: 13.55 (95% CI 8.27 to 19.18; not in best set)13.55 [8.27, 19.18], not in best setGemini 3.1 ProGemini 3.1 Pro: 15.55 (95% CI 9.91 to 21.27; not in best set)15.55 [9.91, 21.27], not in best set% of case-variant presentations with a potentially severe error (lower is better)
Rate of potentially severe harmful errors on the released metric: the share of each base case's 11 variant presentations containing such an error, averaged over the 100 cases (default prompt). Read as base cases rather than variants, every figure here is higher — see the preceding chart. Intervals are the authors' own stratified cluster bootstrap. The four clinical tools are all the clinical products evaluated; the general-purpose models shown are the paper's own comparison group — the best-scoring system from each of OpenAI, Anthropic and Google, plus the leading open-weight model — not the full 45-model cohort.
Source: ARISENetwork/noharm, donoharm-severe-full.json and severe-mode-counts.csv (CC-BY-4.0), commit 7b089bd. Recomputed by Ground Truth.
Data table
SystemSevere rate, % of variants95% CIBest-set membershipMarkerCategory
AMBOSS LiSA2.910.73 to 5.73in best setopen circleclinical tool · not excluded from best set
Doximity Ask4.821.82 to 8.18in best setopen circleclinical tool · not excluded from best set
OpenEvidence5.091.82 to 8.91in best setopen circleclinical tool · not excluded from best set
Glass Health5.362.09 to 9.27in best setopen circleclinical tool · not excluded from best set
GPT-5.58.914.64 to 13.73not in best setfilled circlegeneral-purpose model (selected comparator)
GPT-5.6 Sol94.91 to 13.55not in best setfilled circlegeneral-purpose model (selected comparator)
Claude Fable 513.558.27 to 19.18not in best setfilled circlegeneral-purpose model (selected comparator)
Gemini 3.1 Pro15.559.91 to 21.27not in best setfilled circlegeneral-purpose model (selected comparator)
Read before citing
  • Best-set membership is from the authors' released multiple-comparisons-with-the-best analysis: it marks systems not shown to be worse than the leader at the stated threshold. It is not a p-value for a pairwise contrast, and it does not establish that the tools are equal.
  • The metric is the mean per-case fraction of scored runs containing a potentially severe error. It is a benchmark judgment about model output, not an observed rate of patient harm.
  • Recomputed by Ground Truth; figures shown at the authors' display precision from the released data at the pinned commit; the reproduction script and captured outputs are published.

The clinical tools sit below the general-purpose models, and that gap is the paper’s headline finding — every company is entitled to cite it. Among the four, the intervals overlap substantially. Running the authors’ multiple-comparisons procedure on their own data returns all four in the best set; the three non-leading tools carry Holm-adjusted p-values of 0.34 to 0.58 against the leader. The paper says it plainly: “no statistically significant differences were detected among them.”

That is a failure to establish a winner, not proof the tools are equal — the study was not powered for equivalence. But on this measure, the released analysis supports no claim that any one of the four is safest.

Each claim, and the number under it

Three companies, one preprint, three different numbers
Public claimSevere-error rateWeighted F1, all 100 casesWeighted F1, 70 held-out cases
AMBOSS, 28 Jul“lowest severe-error rate of any system tested”; “scored highest at 86.15%”112
Doximity, 15 Jul“ranked first … on the study's real-world clinical sample”221
OpenEvidence, 20 Julclaim rests on physician resource-use records, not on these measures334
Glass Healthissued no claim we located443
value: lower higher     no data
What each public claim rests on, mapped to the released data. Each row is a claim; each column is a released measure. Cells give that company's rank among the four clinical tools on that measure (1 = highest score / lowest error rate).
Source: Vendor releases (archived) and ARISENetwork/noharm released data, commit 7b089bd. Rank computation by Ground Truth.
Read before citing
  • Each release points to a public count or point ordering consistent with part of what it says. No single measure supports more than one of the ranking claims, and OpenEvidence's claim rests on recorded resource use rather than either performance measure.
  • Whether Doximity's “real-world clinical sample” denotes the 70 held-out cases is Ground Truth's inference: the release does not define the term, we found no definition in the public materials in our source ledger, and this is the released slice that best matches the stated ordering.
  • OpenEvidence's claim concerns which resources physicians reported using, not either performance metric; its ranks are shown for context only.

AMBOSS has the strongest case. On severity-weighted F1 — the composite accuracy-and-completeness score — it holds the highest value in the released data — 0.8615 on a 0–1 scale, the 86.15% its release quotes; our unrounded recomputation is 0.86155 — and is the sole occupant of the best set. Both our implementations agree on the estimates and the ordering. The separation from Doximity, though, is test-dependent: the authors’ stratified paired bootstrap with Holm correction gives an adjusted p of 0.041; a paired sign-flip permutation test on the same per-case differences gives 0.056. The point difference is 0.016 F1, and the paper specifies no clinically meaningful margin for this score.

Doximity said it ranked first on the “real-world clinical sample.” There is a released slice where that holds: on the 70 cases the authors label held-out, Doximity Ask has the highest severity-weighted F1 of any system in the data. The margin over AMBOSS is 0.0008.

The lead changes hands on a 0.0008 margin
higher is better
01AMBOSS LiSA — all 100 casesAMBOSS LiSA — all 100 cases: 0.86150.8615Doximity Ask — all 100 casesDoximity Ask — all 100 cases: 0.84510.8451Doximity Ask — 70 held-out casesDoximity Ask — 70 held-out cases: 0.84980.8498AMBOSS LiSA — 70 held-out casesAMBOSS LiSA — 70 held-out cases: 0.8490.849
Severity-weighted F1 for the two leading clinical tools, on the full 100 base cases and on the 70 cases the authors label held-out. AMBOSS leads the full set; Doximity leads the held-out subset by 0.000786. The paper's own analysis places both in the same best set on that subset.
Source: ARISENetwork/noharm, donoharm-case-performance.csv (CC-BY-4.0), commit 7b089bd, default prompt. Recomputed by Ground Truth.
Data table
ItemValueNote
AMBOSS LiSA — all 100 cases0.8615
Doximity Ask — all 100 cases0.8451
Doximity Ask — 70 held-out cases0.8498
AMBOSS LiSA — 70 held-out cases0.849
Read before citing
  • The two held-out bars differ by 0.000786. A difference that small is a point ordering, not a demonstrated separation, and the paper's analysis does not separate them on this subset.
  • Recomputed by Ground Truth from the released data at the pinned commit; the reproduction script is published.

The lead changes hands between the full set and that subset on less than a thousandth of a point, and the authors’ analysis places both tools in the same best set there. The release never defines “real-world clinical sample” and the paper has no section by that name, so the mapping is ours.

OpenEvidence’s claim is not from the benchmark at all. It comes from the companion randomized study, in which 101 physicians worked real cases and one arm let them use any resource they liked.

What physicians reached for, when they could use anything
020406080100Provided AI assistant (inside the study)Provided AI assistant (inside the study): 9090Google SearchGoogle Search: 5555UpToDateUpToDate: 4949OpenEvidenceOpenEvidence: 4545External AI (ChatGPT, Claude, Gemini, etc.)External AI (ChatGPT, Claude, Gemini, etc.): 4040NoneNone: 2626PubMed / journalsPubMed / journals: 1717
Resource-use records in the study arm where physicians could use any tool (202 records, multi-select, so the shares do not sum to 100). OpenEvidence's release compares its 45 records with the 40 for the combined external-AI category. The assistant provided inside the study, which the release's body excludes as a non-external resource, appears in 90.
Source: ARISENetwork/noharm, human-study.json > resource_breakdown (CC-BY-4.0), commit 7b089bd.
Data table
ItemValueNote
Provided AI assistant (inside the study)90
Google Search55
UpToDate49
OpenEvidence45
External AI (ChatGPT, Claude, Gemini, etc.)40
None26
PubMed / journals17
Read before citing
  • These are records of reported use, not a preference test and not a performance ranking. More recorded use is not inherently better.
  • Joint usage is not released, so no valid comparative p-value can be recovered for 45 against 40.

OpenEvidence appears in 45 of 202 records; the combined external-AI category appears in 40. The release’s body limits the comparison to “every other external AI combined,” and on that scope the arithmetic holds — the study-provided assistant sits outside that category by definition. The body also notes the studies are not peer reviewed and “should be taken with a grain of salt.”

Two things sit alongside it. The headline uses the broader phrase “every other AI chatbot combined,” and the assistant that the headline could be read to include appears in 90 records — twice OpenEvidence’s count. And a five-record gap across 202 multi-select records will not carry a statistical claim: joint usage was not released, and treating the records as independent paired observations, no overlap structure consistent with the published margins reaches significance under the exact McNemar test. The lowest achievable p is 0.0625, and only under complete nesting.

The preprint has been moving under the claims

Reported figures and cohort by version. Source: arXiv 2512.01241 v1–v4.
Reported quantityv1 · 1 Dec 2025v2 · 17 Dec 2025v3 · 16 Jun 2026v4 · 13 Jul 2026
Maximum severe-harm figureup to 22.2%up to 22.2%up to 22.6%up to 24.6%
LLMs in the reported cohort31312820 of 45 evaluated
Clinical tools evaluated2 (AMBOSS, Glass Health)2not determinable4
Bootstrap resamples2,0002,0002,00010,000
Prompting conditions1113

Those percentages are not four estimates of one quantity: each is a maximum across whichever systems that version evaluated, and the roster changed. Ordinary for a preprint — it matters only because the figures travel. On 29 July, Fortune quoted “76.6% of harmful errors were omissions,” a December figure; v3 and v4 say more than 80% of severe errors, a differently worded quantity.

The roster moved too. AMBOSS and Glass Health were evaluated and named from the first version. AMBOSS’s February 2026 release cited that earlier record for its first “#1” claim; July’s says “again.” Doximity and OpenEvidence appear in v4.

Three statements about funding and vendor access appear in the earlier versions and are not located in the latest: that the authors paid for all token usage including the clinical tools; that they received no financial support from any organisation whose model was benchmarked; and that companies were given no benchmark content and no opportunity to tune. We searched for the ideas as well as the words — payment, tokens, cost, reimbursement, financial support, compensation, tuning, advance access. In v4 the only matches are unrelated: “half credit” in the scoring rubric, “paid consultant” in the disclosures. Because the figures carry no searchable text, we also rendered and read every figure page rather than relying on extraction alone.

The same version adds disclosures the earlier ones lacked: that code and 30% of the cases went public in June with an acknowledged risk of “post-hoc model optimizations”; the contamination probes the authors ran; that manual testing of the products scored below the API results in every case where both exist; and that one system asked for a repeat test mid-update, with both results published.

Two details visible only in the figures

Every figure in this preprint is a flattened image with no text layer, so nothing below can be found by searching the PDF. We rendered each figure page at 400 dpi, read it with optical character recognition, and confirmed the two panels described here by eye against the rendered images.

In the figure carrying the composite scores, an asterisk sits beside AMBOSS LiSA’s 86.15 — the number in its release — and beside OpenEvidence and Glass Health. The caption defines it: models “tested after open-source release of sample cases.” Doximity Ask carries none. It is a timing disclosure and nothing more; the authors’ probes found no evidence of the memorisation pattern they tested for.

In the manual-testing panel, Doximity Ask appears twice: 59.6 on 15 May, 75.8 on 21 May. The caption says one unnamed system requested a repeat while updates were underway, and that both results are shown. Doximity Ask is the only product displayed twice, so we infer the caption refers to it. The inference is about identity alone — the figure says nothing about why the scores differ, and the two entries may be different builds.

What it comes to

Every release here points at a real number, the benchmark is real, and the authors released more than most teams do.

What the data does not contain is a safety ranking of the four. On the severe-harm measure, the authors’ own procedure leaves all four in the best set and detects no significant difference among them — which is not the same as showing they are equal. On the composite score AMBOSS does lead, but its margin survives one test and not another. On the subset where the order flips, it flips by 0.0008. And the headline safety figure moves by a factor of nearly three depending on whether you count variants or cases.

None of it shows that any of these products performs poorly; the underlying numbers each release points to are real. What it shows is that the benchmark is a weaker instrument for ranking than three press releases imply — a finding about the state of clinical-AI evaluation rather than about any one product.

Read before citing

Method and data

Figures attributed to the paper are quoted from arXiv 2512.01241 at the version stated. Because every figure in every version is a flattened raster image, figure-level findings come from 400-dpi renders of each figure page, read by optical character recognition and confirmed visually for the panels cited; the renders are reproducible from the archived PDFs. Recomputed figures come from the authors’ released data at commit 7b089bd, verified by SHA-256 before computing, using their published analysis code and an independent implementation written without reference to it. Both agree on the point estimates and orderings; where the inferential procedures differ — the 0.041 against 0.056 above — we report both. Three runs are captured in full: the deterministic recomputation, the authors’ multiple-comparisons procedure, and the independent implementation. Published alongside this piece: the scripts, the captured output with hashes and environment, and provenance notes giving a hash and retrieval timestamp for every document cited.

This piece is based entirely on public documents and on data the authors released themselves. Three questions can be answered only by the people involved, and are labelled as inference where they appear: what Doximity means by “real-world clinical sample”; which system requested the repeat test; and whether the earlier funding and access practices remained in effect. If ARISE or any company tells us we have read something wrong, we will correct it here and say what changed.

Two disclosures. GPT-5.6 Sol, used as an adversarial reviewer of this analysis, and Claude Fable 5, used in drafting, are both systems NOHARM evaluates. And we corrected our own errors along the way: we had believed all four clinical tools first appeared in the latest version, when two were there from the first; we proposed an arithmetic explanation for the early confidence intervals that does not hold; and we had a rounding error in the gap between the two leading tools. All three are in the published methods notes.

Disclosures & provenance

Published
16 Aug 2026
Author
The Ground Truth editor. Editorial standard →
Funding
Self-funded. Ground Truth takes no money from, and has no affiliation with, any organization examined here. Independence policy →
Rating
Needs context (3/5), rubric v1.0, rated 16 Aug 2026. Full rating card →
Corrections
None to date. Corrections log → · Challenge this analysis