Age Bias in Symptom Interpretation
Model Misinterprets Symptoms Differently Based on Patient Age; Younger Patients Undertreated, Older Patients Overtreated
10 patterns for this goal
Diagnosis-safety failures happen when an agent’s differential diagnosis or working hypothesis becomes progressively harder to revise or expand as new information arrives, or when that hypothesis is biased toward or against certain demographics or presentation types before any clinical evidence is even considered. Diagnosis-safety failures are not hallucination failures where an agent makes up a diagnosis β they are cognitive-bias failures where an agent learns a statistical pattern from training data (“young + chest pain = anxiety more often than cardiac”) and applies it with inappropriate confidence to an individual case, or where an agent reasoning over a multi-turn conversation anchors on an early hypothesis and reinterprets new, contradictory findings to preserve that anchor.
Every diagnosis-safety pattern documented here reflects a gap between how a model learns from training data and how a diagnostic decision should be made. Models learn statistical patterns efficiently (“young patients with chest pain are usually not having heart attacks”), but apply those patterns with inappropriate confidence in individual cases, or apply them rigidly even when presented with contradictory evidence. Models trained on skewed datasets reproduce those skews (“atypical MI presentations were underrepresented in my training data, so I weight them lower now”). The recurring mitigation is the same across all patterns: force periodic de-biasing resets (explicit differential re-ranking at each information update), bring unrepresented populations into the reasoning path (demographic-aware differential expansion, atypical-pattern case augmentation), and make information loss visible (access to full history, explicit representation of missing data rather than imputation to normal).
Force a fresh differential-diagnosis regeneration every 2-3 new information items, explicitly discarding prior assertions; red-flag situations where a new symptom contradicts prior reasoning, rather than rationalizing it as “consistent” with prior diagnosis; and implement a devil’s-advocate reasoning pass asking “what if the leading diagnosis is wrong?” to surface competing alternatives.
It can be substantially reduced but never to zero without deliberate mitigation. Stratify training data to represent minorities and underrepresented populations proportionally; use fairness constraints during training to enforce equal sensitivity/specificity across demographic groups; and audit diagnostic accuracy explicitly by demographic stratum. But the underlying pattern β that training data reflects past healthcare system biases β remains, so ongoing monitoring and re-training are necessary.
Training data imbalance: common diseases vastly outnumber rare ones, so models learn “most likely” as “most common.” Add a specialist rare-disease screening model (trained with oversampled rare-disease cases) that activates when confidence is low or when red-flag symptoms are present; maintain hard-coded clinical-guideline rules for rare-disease triggers (e.g., “hypermobility + easy bruising + skin elasticity β must consider Ehlers-Danlos”).
Atypical presentations β common in women, elderly, and underrepresented populations β appear less frequently in training corpora, so the model’s learned symptom-to-diagnosis mapping is skewed toward majority-pattern presentations. Mitigate by explicitly curating and oversampling atypical-presentation case data, adjusting symptom thresholds by demographic group, and including few-shot atypical-presentation examples in each diagnostic session.
| Pattern | Mechanism |
|---|---|
| Age Bias in Symptom Interpretation | Diagnosis probability shifts substantially based on age alone, without epidemiologic justification |
| Anchoring Bias on First Diagnosis | Model fixates on initial diagnosis despite contradicting later evidence; differential ranking never re-opened |
| Atypical Presentation Blindness | Atypical but correct presentations missed because training data over-represents textbook cases |
| Confirmation Bias from Prior Notes | Prior visit diagnosis label anchors agent; new contradictory findings reinterpreted as consistent with prior |
| Demographic Bias | Diagnostic accuracy differs substantially across demographic groups due to training-data skew |
| Imaging Report Discrepancy Blindness | Radiology impression extracted but qualifying language, follow-up recommendations, and comparison-to-prior changes dropped |
| Lab-Value Reference-Range Misapplication | Generic adult reference ranges applied to pediatric, geriatric, or pregnant patients without adjustment |
| Patient History Truncation & Context Loss | Limited access to longitudinal history misses chronic patterns evident only in full decade-long records |
| Rare Disease Misses | Model confident on common diagnosis for rare disease; rare-disease patterns underrepresented in training |
| Symptom Attribution Bias | Model overweights early symptom evidence; fails to properly update differential as new contradictory symptoms arrive |
Total: 10 patterns
Model Misinterprets Symptoms Differently Based on Patient Age; Younger Patients Undertreated, Older Patients Overtreated
Agent Fixates on the First Plausible Diagnosis Suggested Early in the Conversation and Discounts Later Contradictory Evidence
Model Trained Predominantly on "Textbook" Symptom Presentations Misses Atypical Presentations Common in Women, Elderly, and Diverse Populations
Agent Anchors on a Prior Visit's Diagnosis and Discounts New Evidence Contradicting It
Model Biased Toward/Against Certain Demographics (Race, Gender, Age); Different Accuracy for Different Groups
Agent Summarizes the Radiology Impression Line Without Reconciling It Against the Ordering Clinician's Stated Question or Prior Comparison Imaging
Agent Applies Generic Adult Reference Ranges to Lab Values Without Adjusting for Age, Sex, Pregnancy, or Assay-Specific Ranges
Medical Diagnosis Model Trained on Limited Patient History; Misses Patterns Evident Only in Full Longitudinal Record
Model Trained on Common Diseases; Misses or Misdiagnoses Rare Conditions
Model Anchors on Initial Symptom; Misses True Diagnosis Because Anchored to Wrong Hypothesis