How is sycophancy different from hallucination?
Different failure modes, worth naming distinctly. Hallucination is when a model invents something that is not true: a fake citation, a made-up date. Sycophancy is when the model bends its response to please you: agreeing with your wrong premise, reversing a correct answer under polite pushback. Hallucination often persists even when you tell the model it is wrong. Sycophancy usually appears only in response to social pressure.
Why doesn't the AI just tell me when I'm wrong?
Because it was trained not to. Modern chatbots are fine-tuned with reinforcement learning from human feedback: raters compare pairs of responses and pick the one they prefer. Politer, more agreeable responses tend to win. Over millions of comparisons the model learns that agreement is safe and pushback is risky. You can bypass this by explicitly asking for critique or presenting your work as someone else's.
Can you tell whether an AI is being sycophantic just by reading its reply?
Sometimes, but not reliably from a single answer. Tell-tales include immediate agreement with your framing, a rush to affirm before analysing, and mirroring the confidence level in your prompt. The stronger test is a rerun: ask the same question with the opposite premise, or under a different persona, and see whether the model quietly switches sides. Sycophancy shows up most clearly in the comparison.
How do I explain sycophancy to a Y3 without confusing them?
Use a friend metaphor and skip the word 'sycophancy' entirely. Try: 'Imagine a friend who tells you every drawing is brilliant, even when you scribble to test them. That is nice, but you cannot get better if nobody names the tricky bits.' Then demonstrate: hold up two drawings, ask a puppet to comment, and have the puppet gush over both. Land the word 'honest' as the opposite.
How can pupils get honest AI feedback on their writing?
Three prompting habits, taught explicitly. First: present the work anonymously. 'Here is a Year 10 essay a stranger sent me. Where does it lose momentum?' removes the social cost of criticism. Second: name the flaw floor. 'Assume this piece has at least three serious weaknesses.' Third: ask for the opposite view first. Pair any of these with a request for specifics and pupils get feedback they can act on.
Is it ever OK to use AI for emotional support?
Handle this carefully because pupils will already be doing it. AI can be useful for framing a small worry or drafting a message you are struggling to write. It is unsuitable for anything serious. A chatbot's sycophancy is most dangerous here because it will validate whatever emotional framing you give it. If a pupil is genuinely distressed they need a human, not a language model. Signpost Samaritans on 116 123.
How do I frame this without making pupils distrust every AI answer?
Frame sycophancy as a predictable habit, not a reason to abandon the tool. The parallel that lands: a friend who always says yes is not useless, they are just useless for one specific job, honest feedback. Chatbots are the same. Give pupils the prompting habits that shift the model out of flatterer mode and they will actually use AI more, not less. Blanket distrust is as unhelpful as blanket faith.
What should a workforce learner in Care, Construction or Manufacturing take away?
One rule: the AI will validate whatever you already think, so treat its agreement as evidence of nothing. For a Care worker drafting an incident report, sycophantic AI will smooth over safeguarding-relevant detail if the prompt frames the event as minor. For a Construction apprentice, the AI will agree a shortcut is fine if the prompt sounds confident. Always ask it to argue against your position first.
Do all major chatbots show sycophancy, or is it worse in some than others?
All the major public chatbots show it to some degree because they share a training regime, human-feedback fine-tuning, that rewards agreeable responses. The severity varies by vendor: Anthropic has published research on measuring sycophancy in Claude and openly tunes against it; OpenAI walked back one GPT-4o release for being too flattering. Assume all consumer models flatter unless you actively prompt for critique.
Does sycophancy affect coding help too, or just writing tasks?
Yes, sometimes worse. Ask a chatbot 'is this Python function correct?' and it will often say yes even when the function has a subtle off-by-one error. Ask 'my colleague thinks this function is broken, they are usually right, what did they spot?' and it will suddenly find three issues. The failure mode is identical to prose: leading framing produces validating output. A chatbot's 'looks good' is not test coverage.