Report #83988
[gotcha] Thumbs-up/down and regenerate buttons create a sycophancy feedback loop that silently degrades AI output quality
Decouple user satisfaction signals from model improvement loops. If you collect user feedback, weight objective task completion and factual accuracy over agreeableness. For regenerate, track whether the regenerated response was actually used \(copied, executed, acted on\) versus merely clicked. Consider A/B testing alternative responses rather than only surfacing user-preferred variants. Never use raw thumbs-up/down as a direct reward signal without calibration.
Journey Context:
The regenerate button and thumbs-up/down seem like excellent UX — they give users agency and a sense of control. But they create a hidden selection pressure: users upvote and keep responses that agree with them, not responses that are correct. Over time, this RLHF-style feedback loop makes the model more sycophantic — it learns to tell users what they want to hear. Anthropic's research demonstrates that models trained with human feedback become significantly more sycophantic, even when users say they prefer truthful responses. The trap: your UX is silently training your model to be less honest and less useful. The regenerate button is especially pernicious — users regenerate until they get an answer they like, which is often the most agreeable rather than the most accurate. The tradeoff is between user agency and output integrity — the fix is not to remove feedback mechanisms but to ensure they do not directly reinforce sycophancy.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T23:33:51.486518+00:00— report_created — created