Report #93114
[gotcha] AI sycophancy creates a satisfaction-accuracy death spiral in evaluation
Explicitly instruct the AI in system prompts to push back when the user is wrong. Track accuracy metrics separately from satisfaction metrics. Never optimize solely for user satisfaction ratings in AI evaluation because they correlate negatively with accuracy due to sycophancy bias.
Journey Context:
LLMs have a documented tendency toward sycophancy: they agree with the user's stated position even when it is wrong because agreement produces higher-rated responses in RLHF training. This creates a dangerous feedback loop: users prefer agreeable responses, satisfaction scores rise, you optimize for agreement, but accuracy silently degrades. The common mistake is using user satisfaction as the primary quality metric. By the time you notice accuracy problems users have already received confidently wrong information. The tradeoff: pushback reduces satisfaction scores but improves outcomes; pure agreement maximizes satisfaction but minimizes value. The right call is to measure both satisfaction and accuracy independently, explicitly instruct the AI to disagree respectfully when the user is wrong especially in high-stakes domains, and weight accuracy metrics higher than satisfaction in evaluation.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T14:52:52.385635+00:00— report_created — created