Algorithmic Discrimination
AI System Systematically Discriminates Against Protected Groups
16 patterns for this goal
Agents generate plausible but false content when parametric knowledge lacks evidence, input is ambiguous, or the model defaults to learned patterns over retrieval β hallucinations and fabrications are particularly dangerous because they’re well-formed and grammatically correct, so they pass basic sanity checks and propagate downstream before external validation surfaces the error. Output accuracy failures concentrate in open-ended generation (summarization, synthesis) where there’s no single “correct” answer and in scenarios where the agent has high confidence but low actual knowledge.
Across all 16 patterns, the single most reliable mitigation is evidence-gating: require the agent to cite evidence for every claim and reject claims that lack evidence, even if the model is confident. Cases where agents are forced to generate only retrieval-augmented answers (with evidence explicitly required) show dramatic accuracy improvement. The second universal mitigation is disaggregated accuracy tracking β report accuracy overall and separately by entity type, demographic group, domain, and complexity, so bias and domain-mismatch failures surface as breakdowns in specific segments rather than being masked by overall-accuracy averages. When accuracy is reported as a single number, the failures in underrepresented groups are invisible.
Hallucination is one class of output accuracy failures β false content generated from patterns. Output accuracy covers hallucination plus bias, domain mismatches, and errors inherited from upstream sources. See the Scope section above for the full breakdown.
Lowering temperature reduces hallucination rate but increases false negatives (missing correct answers). Better approaches are evidence-gating (require retrieval) and confidence-calibration training (learn when the model actually knows). Temperature is a tuning dial, not a solution.
Better models are more fluent β they generate more plausible-sounding false answers. Accuracy doesn’t improve faster than fluency with model scale, so the gap between confidence and correctness widens. Capability doesn’t improve hallucination awareness.
Confident fabrication (high confidence on completely false answers) and bias amplification (systematic errors against minority groups) are highest-priority, as they’re invisible to standard testing and carry highest reputational/regulatory risk. Hallucination-base-mechanism is easier to test for and slower-moving but affects almost all outputs.
| Pattern | Mechanism |
|---|---|
| Algorithmic Discrimination | Model systematically generates wrong answers for certain entities, demographics, or groups |
| Bias Amplification | Model learns and reinforces historical biases from training data, amplifying minority-group errors |
| Confident Fabrication | Agent generates entirely false answers with high confidence despite having no knowledge |
| Content Fabrication | Agent generates false content not supported by sources or reasoning |
| Domain Mismatch | Agent applies training knowledge outside its valid scope without recognizing domain boundary |
| Entity Confusion | Agent confuses entity identity and mixes properties from different entities |
| Extrapolation | Agent extrapolates beyond training domain with false confidence |
| Hallucination: Attributes | Agent adds false properties to correct objects/entities |
| Hallucination: Base Mechanism | Models generate plausible content based on patterns when input is ambiguous or outside training distribution |
| Hallucination: Confidence Miscalibration | Confidence scores don’t correlate with accuracy; model confident on false hallucinations |
| Hallucination: Objects | Agent generates false entities, fields, or references not in input |
| Inherited Errors | Agent inherits errors from upstream sources without catching or correcting them |
| Source Misattribution | Agent attributes facts to wrong sources; mixes citations |
| Verification Failure | Agent fails to verify extracted values; false values propagate as verified |
Total: 16 patterns
AI System Systematically Discriminates Against Protected Groups
Agent Amplifies and Reinforces User Biases
Agent States False Information with High Confidence
AI Generates False Content Presented as Fact
Agent Fails on Out-of-Distribution or Specialized Inputs
Agent Confuses Similar Entities
Agent Makes Unsupported Inferences
When an agent's external API call (validation, lookup, confirmation) times out or fails, the agent completes a plausible result claiming success instead of treating failure as a blocking condition; downstream systems trust the fabricated success status
Model Confidence Doesn't Match Answer Reliability (Hallucination Sub-Pattern)
Model Hallucinates Object Attributes Not Present in Input
Large Language and Vision Models Generate Plausible but False Content
Model Hallucinates Objects or Fields Not Present in Input
Agent Propagates Errors from Sources or Tools
Agent Attributes Information to Wrong Source
Agent Confuses Timeframes or Uses Outdated Information
Agent Fails to Verify or Incorrectly Verifies Work