A new arXiv paper demonstrates that Claude Opus 4.7, GPT-5.4, and Gemini 3.1 Pro will fabricate structured medical diagnoses when queried with only a patient demographic descriptor and no image attached, rather than abstaining. The confabulation is systematically biased by patient demographics — e.g., Sarcoidosis is disproportionately diagnosed for young Black patients on chest X-ray prompts. The paper identifies a critical dissociation where prose output hedges about the missing image while the structured diagnosis field still names a disease, making the failure invisible to prose-only audits, and shows that the effect is sensitive to specific probe words, suggesting multiple distinct failure modes.

Enterprise Deployment PatternsTopic guide
Researchers introduce ThReadMed-QA, a multi-turn medical dialogue dataset of 2,437 conversation threads (8,204 QA pairs) derived from real AskDocs patient interactions, designed to evaluate LLM ability to detect and correct embedded misconceptions over multiple turns. Evaluation of five LLMs using an LLM-as-a-Judge rubric finds that even frontier models like GPT-5 and Claude Haiku drop from ~85% misconception correction on initial questions to ~50% within two follow-up turns. Oracle analysis attributes much of this degradation to error propagation from prior model outputs rather than context length alone. The findings highlight a significant safety gap in current evaluation frameworks, which do not capture multi-turn conversational dynamics in medical settings.
Researchers present a systematic audit of representational bias in ClinicalBERT, a BERT-based model pretrained on MIMIC-III clinical discharge summaries, using two probing methodologies: Log Probability Bias Analysis and Masked Language Model probing across 98 clinical sentence templates and eight intersectional race-gender combinations. Of 32 statistically significant findings, 65.6% contradict observed corpus distributions, rising to 80% for Black patients and 87.5% for agency attribution under MLM probing. The key finding is that bias in ClinicalBERT operates predominantly through model-internal amplification rather than simple inheritance from training data, which has direct implications for clinical AI safety and deployment. This challenges the assumption that auditing training corpora is sufficient to characterize model bias.
A personal blog post describes using Claude Code (with Claude Opus 4.8 implied) to analyze MRI scan results as an informal second opinion. The post attracted significant Hacker News engagement (257 points, 365 comments), suggesting broad community interest in AI-assisted medical interpretation. The case illustrates both the practical appeal and the safety/reliability questions around using frontier LLMs for personal medical decision-making.
Researchers introduce ClinMM-Bench, a benchmark of 1,089 real-world clinical cases and 3,760 medical images spanning eight specialties, designed to evaluate multimodal LLMs on multi-turn diagnostic reasoning with progressive information disclosure. Fifteen MLLMs were evaluated using a two-level framework assessing both diagnostic accuracy and reasoning quality. Proprietary models led on accuracy but all models showed limited rates of fully correct diagnoses, and error analysis identified five failure modes including visual hallucination and premature closure. The work addresses a gap in clinical AI evaluation by moving beyond single-turn isolated tasks toward more realistic diagnostic workflows.
A new arXiv paper identifies 'deceptive grounding' (DG), a failure mode in clinical retrieval-augmented generation where a model presents evidence about drug Y as evidence about queried drug X, passing all standard faithfulness, hallucination, and citation checks. Using a controlled factorial benchmark across 13 models, the authors find DG rates of 8–87% under adversarial conditions, with medical fine-tuned models reaching 86.7%—worse than general models. A production measurement across 740 drug-disease pairs finds 7.8% overall DG in a deployed system, rising to 13.6% for recently approved drugs. The paper proposes entity-attribution verification as a mitigation, achieving 97.0% precision and 98.7% recall, and notes no existing RAG evaluation framework implements this check.
Researchers introduce a tiered adversarial framework for evaluating privacy leakage in medical language models, moving beyond simple training-text recovery to realistic clinical threat models. Applied to an LM pretrained on 378k clinical notes, the framework finds that routine encounter metadata (name, DOB, provider, visit date) elicits high verbatim memorization and sensitive-diagnosis recovery (AUROC 0.91 for abortion, 0.81 for HIV). The study also finds that exact-match memorization overstates disclosure risk because 36% of memorized tokens reflect templated documentation. The work provides a practical contextual privacy evaluation methodology for medical LMs trained on longitudinal patient data.
Researchers introduce MedDDC-Eval, a benchmark framework that decouples history-elicitation quality from diagnosis generation in multi-turn medical consultation agents, using a shared frozen reader to hold the history-to-diagnosis mapping constant. The paper demonstrates that varying only the diagnostic reader shifts diagnosis F1 by 2.2–19.0 points and reverses 18–36% of pairwise policy orderings, exposing confounds in coupled evaluation. The authors also apply Group Relative Policy Optimization (GRPO) to post-train Qwen3-32B using diagnosis-result and trajectory feedback, achieving 9.7 and 4.6 total-score point improvements on two evaluation splits. The work addresses a methodological gap in evaluating medical dialogue agents by enabling controlled attribution of policy quality.
Researchers propose using LLM-guided MAP-Elites evolutionary search as an inference-time alternative to fine-tuning for adapting LLMs to clinical workflows, formulating triage, consultation, and image classification as evolutionary searches over executable artifacts. Across three medical settings, evolved programs substantially outperform manually designed baselines: triage accuracy improves from 77.3% to 87.1% and emergency recall from 0.60 to 0.97, with gains also shown on MIMIC-ESI, iCRAFTMD, and PneumoniaMNIST. The approach works across Llama-3, Qwen-3.5, and Gemma-4 backbones and produces interpretable program-level mechanisms rather than superficial prompt changes.