Does Insulting Your AI Actually Make It Smarter? Here's What the Research Really Shows
Insulting an AI model does not reliably improve its output quality, and threatening it with job-loss language produces no measurable accuracy gains. Multiple peer-reviewed studies conducted between 2024 and 2025 tested whether hostile, rude, or threatening prompts changed how well AI systems performed on benchmark tasks, and the results contradict each other in ways that reveal something important about how AI alignment actually works.
Why Do People Think Rudeness Helps AI?
The idea that insulting an AI model might produce better answers has circulated widely online, fueled by anecdotal reports and folk theories about how language models respond to aggressive framing. Some users have claimed that threatening an AI with job-loss language, or simply being rude, somehow "motivates" better performance. Google co-founder Sergey Brin publicly endorsed this technique in 2025, lending it credibility in tech circles.
But when researchers at Wharton tested this claim directly against standardized benchmarks, they found something surprising: threats and tipping produced no significant accuracy gains whatsoever. The Prompting Science Report 3 tested both techniques head-on using GPQA and MMLU-Pro benchmarks, which measure reasoning and knowledge across thousands of questions. Neither hostility nor financial incentives moved the needle.
What Do the Studies Actually Say About Politeness?
The research on prompt politeness is genuinely contradictory, and that contradiction itself is the most honest finding. Three major studies reached different conclusions, making it impossible to claim that rudeness reliably helps or hurts.
- 2024 Cross-Lingual Study: Researchers rewrote task prompts at different politeness levels in English, Chinese, and Japanese, finding that impolite prompts often produced worse performance. However, overly polite phrasing didn't reliably help either. GPT models showed more robustness to tone shifts than LLaMA, which was the most tone-sensitive model tested.
- 2025 Penn State Study: A separate team tested 250 prompts across five tone levels on ChatGPT-4o against a multiple-choice benchmark. They found rude prompts scored higher at 84.8% accuracy compared to very polite ones at 80.8%. This directly contradicts the 2024 finding on a newer model.
- Multi-Model Follow-Up: A subsequent study using the PLUM corpus found that moderate politeness tended to edge out both extremes in most conditions, but "moderate" itself shifted depending on language and model. No universal answer emerged.
The honest synthesis is not "insults help" or "insults hurt." Rather, tone does not reliably move output quality in a predictable direction across models. Whatever effect exists is small relative to model, benchmark, and language differences, and it flips sign between papers tested a year apart on different model generations.
How Does Tone Actually Affect AI Output?
This is not about AI systems having feelings or being offended. The mechanism is entirely different. Large language models are shaped by RLHF, or reinforcement learning from human feedback, a training process that rewards completions humans rated as helpful, safe, and appropriate, and penalizes ones that weren't.
Hostile or adversarial-sounding phrasing statistically co-occurs in training data with prompts that precede jailbreak attempts, harmful requests, or genuinely abusive exchanges. A model shaped by RLHF to be cautious around that pattern can shift toward more hedged, more qualified, more refusal-adjacent completions when it sees hostile framing. This is not because the model is hurt; it is because the statistical neighborhood of "aggressive tone" overlaps with the neighborhood of "requests that historically preceded a safety response".
Research on refusal behavior documents this as a known failure mode: safety optimization that reduces genuinely harmful compliance can also produce exaggerated refusal on benign prompts that merely sound adversarial. The result is over-cautious, nuance-dodging answers to requests that were actually fine. This is the mechanistic version of "don't insult the model," not a welfare claim but a next-token-probability claim rooted in how the model was trained.
What About Using AI for Coding Tasks?
For practitioners running coding agents like Claude Code or Codex through multi-turn correction loops, the relevant question is whether telling an agent "this is garbage, fix it" produces a worse recovery than "this function has a null check bug on line 12, fix it." Research on iterative AI code generation provides a partial but useful answer.
A systematic study of security degradation in iterative AI code generation found that as correction loops stack up, agents accumulate overly defensive code, scope creep, and subtly incorrect security-critical logic. Participants using AI assistants wrote measurably less secure code across iterations while rating it more secure than it was. Crucially, that degradation research ties the effect to iteration count and feedback vagueness, not to hostility specifically.
How to Get Better Results From AI Without Hostility
- Use Blunt, Specific Criticism: Research shows that blunt, specific, non-hostile criticism actually drives correction and quality, independent of tone. Tell the model exactly what is wrong, not just that something is wrong.
- Avoid Vague Feedback: Whether hostile or polite, vague corrections force the agent to guess at what you want. A vague correction wastes turns and accumulates defensive, bloated code over multiple iterations.
- Keep Correction Loops Short: Long correction loops degrade output quality regardless of tone. Each turn leaves behind defensive abstractions and explanatory residue that compound into bloat over enough turns.
- Treat Politeness as Neutral: Since tone does not reliably move output quality in a predictable direction, focus on clarity and specificity rather than politeness level. Moderate politeness tends to edge out extremes, but the effect is small and model-dependent.
What Should You Actually Take Away From This Research?
The key finding is that any single headline claiming "rude prompts score higher" or "politeness helps" should be treated as one data point, not a rule to build a workflow on. The research literature itself disagrees, and the disagreement persists across different model generations and languages.
If hostility were secretly a lever for better answers, threatening the model would be the most aggressive version of that lever. Wharton's direct test of threats came up empty. What actually works is specificity, clarity, and keeping feedback loops short. The tone you use matters far less than the precision of what you ask for.