ArtificialIntelligence.io

The Signal

Everything that matters in AI, with our take.

Updated through the day. Every headline links straight to the source. The two lines underneath are ours.

arXiv cs.LGPaper

Memorisation bias in medical AI

This is real and consequential for anyone deploying medical AI. The bias is not privacy leakage in the traditional sense, it's a subtle accuracy shift on returning patients that could compound clinical errors. If you're building in healthcare, you need to audit for this and document it to regulators. It's the kind of finding that will become a compliance checkbox.

arXiv cs.AIPaper

A radiographic world model for clinical reasoning and evidence generation

This is the right approach for medical imaging: learn a joint representation that supports both diagnosis and explanation. The scale and performance are credible, but medical AI is full of papers that generalize well in academic splits and fail in clinic. The real story here is whether this holds up when deployed on radiographs from equipment and populations it wasn't trained on.

arXiv cs.AIPaper

Understanding the Impact of Model Pruning on Long-Tail Forgetting and Explanation Reliability in Medical Imaging

Model compression is standard practice in medical deployment, but this paper shows the cost is higher than accuracy metrics reveal: rare diseases matter clinically and pruning hits them hardest. If you're shipping a medical model, pruning audits need to stratify by condition frequency and validate explanations separately from predictions. The finding applies broadly anywhere rare-class reliability matters.

arXiv cs.CLPaper

A Structured Debate-Mixture-of-Agents Framework for Complex Clinical Diagnostic Decision Support

This is a working proof that LLM diagnostic performance scales with workflow structure, not just model size. The gains come from the framework itself, not from running more inference. If you're building clinical AI, this signals that agent patterns matter more than waiting for a bigger model. The architecture is reproducible and the benchmarks are real clinical datasets.

arXiv cs.AIPaper

LLM Judges Verify Presence, Not Absence: Omission Blindness in AI Clinical Notes and What Recovers It

This is a direct follow-up to the audit in Item 6 and it's damning: LLM judges, the standard safety tool for AI scribes, are nearly useless at catching the dominant failure mode. This breaks the assurance model. If you're deploying clinical AI or auditing it, you cannot rely on LLM judges for omission detection. You need structural fixes, not prompt tuning.

arXiv cs.AIPaper

One note in three: a verified census of three deployed AI scribes, and the instrument that counted it

This is the first large-sample adversarial audit of production medical AI. One in three is a crisis rate for signed clinical documents. The error types are exactly those most likely to harm patients. If you're in healthtech, this is your regulatory wake-up call and a data point for due diligence. If you're investing in clinical AI, this is market-moving validation risk.

arXiv cs.CLPaper

Beyond Majority Vote: Multi-Perspective Adjudication for Medical Hallucination Detection

This cuts at a core eval problem: how do you build reliable benchmarks for factual grounding when the ground truth itself is contested? The finding that LLM-as-a-Judge is necessary but insufficient is practical; the finding that expert adjudicators disagree is sobering. For anyone building medical AI or evaluating factual systems, this signals that your benchmark is probably incomplete. The method doesn't solve the problem, but it makes the problem visible, which is the first step.

arXiv cs.CLPaper

Untangling the Mechanisms of Misleading Context in Medical Question Answering

This matters for production medical AI systems. The key finding is that models disclose the misleading context in their reasoning trace 81-98% of the time but only 7-90% of the time in their final response, meaning the problem is often hiding in plain sight. If you're building medical LLM systems, add a verification step that checks whether the model mentioned its sources in the response, not just in the reasoning.

arXiv cs.CLPaper

SUP-MIMIC: A Multi-Task Clinical Diagnosis Benchmark for Evaluating LLMs' Robustness to Contradictory Evidence

Most LLM evals treat medical reasoning as fact retrieval. This benchmark tests something harder: can the model navigate ambiguity where the same symptoms point to different diseases, or different symptoms point to the same disease. The benchmark is real and the problem is important for clinical deployment, but this is primarily useful for teams specifically building medical AI systems. Narrow but necessary for that niche.

arXiv cs.LGPaper

Look What the Probes Dragged In! Real-World Chest X-ray Shortcuts in MedCLIP

This is a useful diagnostic for anyone deploying medical vision-language models in production. High AUROC with poor calibration means the model looks accurate on paper while quietly relying on spurious correlations, which is exactly the failure mode that gets missed in a standard benchmark table. If you're evaluating a medical CLIP variant for clinical use, add layer-wise calibration checks before trusting the headline metric.