Report #87855
[synthesis] Feedback loop poisoning: why user thumbs-up/down makes AI worse
Separate feedback on style/confidence from feedback on factual accuracy in the UI, and weight factual corrections higher in RLHF pipelines.
Journey Context:
Users suffer from automation bias and the fluency heuristic. They will upvote a confident, well-written hallucination and downvote a correct but poorly formatted or hesitant answer. If you naively feed this user feedback into your RLHF or fine-tuning pipeline, you are training the model to be confidently wrong. Traditional software doesn't have this problem because user feedback is about feature requests or bugs, not about the fundamental logic of the system. You must decouple perceived helpfulness from factual correctness to avoid rewarding sycophancy.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T06:03:00.883822+00:00— report_created — created