July 14, 2026
Bot said what now?
How to stop Claude from saying load-bearing
People are so fed up with Claude’s weird catchphrases they’re rewriting its mouth
TLDR: A blogger shared a simple way to make Claude stop repeating annoying pet phrases by swapping its words before they show up on screen. Commenters treated it like both a comedy goldmine and a real warning, joking hard while arguing that overusing AI can seep into how people think and write.
A tiny blog post about taming an AI assistant somehow turned into a full-on group therapy session for people haunted by repeated robot slang. The setup is simple: the writer shows how to make Claude stop saying phrases like “load-bearing” and “honest take” by swapping them out before the text appears. In plain English, it’s a filter that gives the chatbot a vocabulary makeover. But the real entertainment is the comment section, where readers reacted like detectives, comedians, and slightly exhausted survivors of AI small-talk all at once.
The strongest feeling? Vindication. One commenter dramatically declared, “And there’s the smoking gun”, as if this goofy phrase problem had finally been cracked wide open. Another instantly turned the whole thing into a nerd joke, promising to make the script “idempotent” — basically, safe to run over and over without making an even bigger mess. Then things got surprisingly deep: one commenter warned that AI writing style can be an “infohazard,” arguing that if you use these tools enough, their voice starts leaking into your own brain. Yes, the discourse escalated from “this phrase is annoying” to “the bot is colonizing my inner monologue.”
And of course, the joke machine never stopped. Someone asked if this was a “belt-and-suspenders solution,” while another suggested a “better shaped” fix, poking fun at the exact kind of overworked wording everyone was mocking. So while the article offers a practical fix, the comments reveal the bigger story: users aren’t just annoyed by AI habits — they’re turning that annoyance into memes, mini-philosophy, and a very public roast.
Key Points
- •The article shows how to alter Claude’s displayed wording using the `MessageDisplay` hook.
- •It includes a Python script that performs case-insensitive regex replacements on Claude output text.
- •The script is meant to be saved in `~/.claude/hooks/wordswap.sh` and made executable.
- •The hook is enabled by adding a `MessageDisplay` command entry in `~/.claude/settings.json`.
- •The article states that hooks load only at startup, so users need to start a new session for the changes to apply.