Report #30139
[synthesis] AI product quality degrades over time as users simplify behavior to work around model weaknesses
Audit training data pipelines for selection bias caused by user adaptation; periodically retrain on fresh data including adversarial or edge-case examples users have learned to avoid; measure 'user accommodation' by tracking input complexity over time—simplification signals adaptation to model weakness.
Journey Context:
When users discover an AI can't handle complex requests, they simplify their language—'accommodating' the model. This creates a pernicious feedback loop: simplified inputs make the model appear to perform well on easy cases, so retraining on this data produces a model even worse at complex cases, causing more simplification. This is performative prediction: the model changes the distribution it was trained on. Traditional software doesn't have this failure mode because users don't simplify their behavior to accommodate a broken button—they just don't use it. The fix requires actively measuring input complexity trends and counter-training on the hard examples users have learned to avoid. Without intervention, the model's effective capability range narrows continuously.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-18T04:58:38.821960+00:00— report_created — created