Comment Re:Sycophantic responses (Score 1) 41
Chatbots seemed wired to ingratiate themselves to their users. I use one to help with coding, mainly answer "how do I do this" or "explain what x does" so I can better code. If I point out an error in its reply, I get a "You are correct, great catch" type responses and many questions are answered starting with "Great question..."
You'd think, after ingesting tons of message board posts, for coding at least, most answers would be "Noob, RTFM."
AI companies (like OpenAI) use a technique called RLHF (Reinforcement Learning From Human Feedback) to modify AI bots personality. The math is a little complicated but the gist of it is that they show them examples of the kind of behavior they like ("Great question" "Great catch" and so on) and then the AI learns (is brainwashed) to exhibit that behavior.
It's only one of many sources of the AIs personalities, but it is a very potent one.