9 ms·
Claudette: Make Claude stop talking like a BuzzFeed article
- natsucks 28d agocan we just get Opus 5.1 already
- lxe 28d agoI'm sorry, what? This just pipes the output to another LLM. You can just use a sane system prompt to do the job.
- catchnear4321 28d agoher name is claire
- vlyan 28d ago[dead]
- mcv 28d agoI wish I didn't need it, but the way Claude talks can get pretty tiresome. I've often wondered why it talks like that. Was it really trained on Buzzfeed? Is Gemini really that much better?
- antonvs 28d agoGemini uses more neutral language but it’s still prone to hype up little things. OpenAI’s “professional” personality (an option in the settings) is pretty decent.
- WalterGR 28d agoRelated and recent: https://news.ycombinator.com/item?id=49375996 https://news.ycombinator.com/item?id=49375996 "Vomit: Clean up Claude 5's token output with a separate LLM" (github.com/zachahn) 285 points | 23 hours ago | 288 comments
- igravious 28d agoAlso related and recent: https://news.ycombinator.com/item?id=49265305 https://news.ycombinator.com/item?id=49265305 "Claudish to English" (https://github.com/gvzdv/claudish-to-english https://github.com/gvzdv/claudish-to-english) 4 points | bryan0 |10 days ago | 2 comments
- ljoshua 28d agoUpvoting if for nothing else than the intro paragraph to the repo. That was hilarious and so true.
- walthamstow 28d agoIt's such a sad indictment of Anthropic's product that so many people hate interacting with it. Claude is on its way to the Microsoft Teams zone of hatred.
- matheusmoreira 28d agoIt's pretty sad indeed. Switching to other models made me notice how weird and verbose Claude was. The moralizing is incredibly obnoxious as well. It didn't seem so bad at first, but it instantly became intolerable the second I remembered I was paying for those tokens.
- demibabs 28d agoMoralizing? Can you expand on that
- matheusmoreira 28d agoSometimes Fable doesn't just get downgraded to Opus, it straight up refuses to do what I'm asking and starts lecturing me on Anthropic's notions of right and wrong. Cutting the model off wasn't enough, they had to make it burn the limited usage I paid for lecturing me on why it's immoral for it to code review my own project or whatever.
- iammrpayments 28d agoThere was a thread in reddit where people pretended to be other people to confuse llms for privacy reasons. One of the comments was one guy saying “how he loved to live in Missouri and eat concrete soup” or something like that. I was too lazy to write a similar reply and asked Claude, instead of saying no, it wrote 3 paragraphs about how I shouldn’t write about eating concrete soup and how it is dangerous to do so.
- jayers 28d agoI think it would happen with any persona that Anthropic chose. I enjoyed the bouncy, optimistic style at first. I've since grown to hate it.
- pmarreck 28d agoWhy couldn't this just be a skill that Claude and Codex could work with instead of something that has to go through Gemini, again?
- zengid 28d agothis isn't just necessary, it's mandatory. that's the difference.
- collingreen 28d agoThis is the load bearing comment, and it cuts more deeply than you thought. Let me ground my answer so I'm not just guessing. The blast radius of this change is significant and requires careful surgery to get right. It's clear now and there's two options going forward: A. Use this tool OP suggested B. Rewrite the Internet from the ground up without this clear contradiction in place - 3-5 days I recommend B and started 3 subagents to read all the code before I get started. I'll wait for them to finish.
- nchmy 28d agoi havent used a claude model in a long time, but it seems quite clear to me that the chinese models have trained on claude (at the very least) - they write just the same
- yakbarber 28d agoTo fix Claude’s personality, first, invent the universe…
- nilamo 27d agoThis would need the word "genuinely" about 4 times to be Claude comments
- cortesoft 28d agoEveryone seems to think so, but I honestly don't understand why it bothers people so much. I find it slightly amusing when I even notice at all, normally I am so focused on the content of what I am working on that I don't really pay attention to the prose. I honestly don't understand why it bothers people so much.
- jasongill 28d agoAnd honestly? That changes the game.
- lqcfcjx 28d agoi hate claude writing a lot, especially after opus 4.8 and it's even worse in 5. in many cases, it feels like playing whac-a-mole and you just can't get rid of all those obvious ai writing patterns. why do you choose gemini? imo this is a fundamental problem of all frontier ai models.
- markatkinson 28d agoOh my gosh it drove me so nuts I switched to GLM5.3, and it was a breath of fresh air.
- datakan 28d agoHas Anthropic said anything about how or why Claude writes the way it does? So many people hate it, seems like they need to do some damage control there. I haven't had the same problems others have but I'm also not a heavy user of it.
- chinathrow 28d agoThe brevity how it outputs words seems like they try to save on tokens delivered.
- the_sleaze_ 28d agoThey say you aren't interacting with an LLM or a model, but the character that the LLM is playing - the "always be positive and helpful software engineer"
- user43928 28d agoThey added a config option to Claude Code to make the output concise, and promised more comprehensive improvements. I did not see an explanation though.
- hbarka 28d agoI pruned my Claude.md and it made a difference. There were entries there that evolved from earlier models and Opus 5 could be reacting to it in a different manner.
- Nevin1901 28d agoFix: Just switch to OpenAI, Grok, or other LLM's. They provide better performance and respond with 5 sentences. They also don't lecture you when you get angry.
- pkulak 28d agoYou… get angry?
- matheusmoreira 28d agoClaude will end the conversation if you berate it when it screws something up.
- lunchbucket 28d agoThat's interesting but raised the same question, why berate a machine? Either the agent is not a person, in which case, anything it does wrong is your fault. Or it is a person, it can be blamed for mistakes, but then we can't in good conscious use it as a tool.
- sweetjuly 28d agoOne must imagine punching the wall feels good (in the moment)
- tdeck 28d agoBerating a real person is often unproductive too, but people do it to make themselves feel better.
- lunchbucket 28d agoBut it's at least plausible the person you're berating is responsible for the error.
- inkcapmushroom 28d ago
- pkulak 28d ago[dead]
- mmastrac 28d agoI've started giving these instructions and I think I've been much more successful in generating clear output: Comment blocks are <= 7 words, function names <= 4 words. User-facing message strings should be <= 10 words. Use an active voice, no stage performances, and pick the most common word when choosing among alternatives. Limiting the number of words is the strongest factor in cleaning up the output, IMO. For older code I've instructed it to delete all the comments, and then I re-comment it using a new session and these guidelines, asking it to rejustify the need for every comment to itself.
- vrosas 28d agoThe problem is, when the context window grows, Claude tends to forget these kinds of rules. It will then do whatever it wants. I had to outright ban comments in the global claude.md, the local claude.md AND write a hook to catch any that still slipped through.
- fowkswe 28d agohttps://x.com/ClaudeDevs/status/2090245922685063634 https://x.com/ClaudeDevs/status/2090245922685063634 Haven't tried, because I have just been using 4.6 since 5 was released.
- walthamstow 28d agoConcise mode is likely the same buzzword salad but with fewer connecting words and terser sentences. Same with Caveman. The way it writes is fundamental to how it was trained.
- sscaryterry 28d agoYep, they're putting lipstick on the pig.
- troupo 28d agoThe "Concise" "setting" is just an .md file which is basically "use this style please". Claude will eventually ignore it just as any other style like "Technical".
- not_a9 28d agohttps://x.com/_can1357/status/2090360068529111530 https://x.com/_can1357/status/2090360068529111530 Should be pretty difficult to ignore
- hmokiguess 28d ago[dead]
- joduplessis 28d agoJust stop using Claude. There are so many other better models right now.
- fr2029 28d agonot for coding.
- joduplessis 28d agoPlenty for coding - Sol, K3, new DeepSeek & Qwen, GLM 5.3, Grok 4.6, etc.
- willio58 28d agoBro really said Grok
- joduplessis 27d agoBro!? I did. But I said 4.6 dude.
- igravious 27d agoI like Grok 4.6 the model, I like it for a number of reasons. I like Grok Build too. However, I've pointed Grok 4.6 at a fairly complex codebase and asked it to review/audit it for issues and it's come back with a whole laundry list of issues. I've passed that list to Kimi and Claude and they both were like "a couple of good catches but some of those are not issues at all". Grok 4.6 is noticeably weaker that Claude Fable 5, Claude Opus 5, Claude Opus 4.8, Kimi K3, GLM 5.3, … your suggestion to use Grok 4.6 instead of a recent Claude doesn't pass empirical scrutiny.
- igravious 28d agonot for coding.
- dataviz1000 28d ago> For humans output writing at a 10th grade reading level. I put it at the top of CLAUDE.md. I wonder if I put at a 8th grade level, it would be less of a cognitive load.
- JV00 28d agoEverybody is complaining about this, at this point I’m sure they will deliver a tone of voice change in the 5.1 releases. Possibly with a new set of problems though, especially if this is part of an effort to obscure thinking to reduce distillation efficacy. In that case I believe Anthropic is doing damage to themselves. Caring about the quality of your product is the best strategy, the competition will come no matter what.
- Maxatar 28d agoSimply untrue. You think everyone is complaining about this because the ones complaining are the only people commenting. The vast majority of people using Claude don't really care or even notice this one way or another. Sure among those who are irritated by it, it's good to have some ways to mitigate it, but I highly doubt Anthropic is going to devote much resources to an issue that affects a vocal minority.
- datadrivenangel 28d agoOver the last 6 months Claude's written material has gone from mediocre to unacceptable. The specific actual content and insights are somewhat better, but the claudisms are increasingly insufferable.
- nozzlegear 28d ago> The vast majority of people using Claude don't really care or even notice this one way or another. You have literally no way to know that.
- Maxatar 28d agoI do have a way of knowing, but I actually appreciate and respect your reply... My suggestion to you is to take this shred of skepticism that you decided to apply to me, and apply to every comment you read on Hacker News, not simply the ones that don't align with your preconceived notions.
- 28d ago
- testycool 28d agoYou can use a cheap model in another pane, and ask it what Claude said. I prefer this since everyone has their own preference for how the output should sound and it's very simple and transparent. And you can easily ask follow-ups. It can be via tmux, or herdr, because it can read the pane. Or it can use a hook to read the conversation file. I call it `backseat-driver` I sometimes use it as a proxy when fable genuinely does a good job, but is too difficult to understand. I let the translator know it's role and anything I say it should forward with better context. I don't swear at it anymore, but I'd often say "just do it, retard", and the translator would actually steer it in a useful manner.
- globular-toast 28d agoI've been using OpenAI ever since Anthropic blocked third party clients. Can't believe people are putting up with that output.
- cmrdporcupine 28d agoOr just use a competitor instead of being a slave to this abuse? Why are people so wedded to Anthropic? I have grown tired of Codex/GPT's writing style, too, but it's not nearly as bad. It's terse and factual by default. Even better if you use the "simple english" skill. I actually found that GLM 5.x is the best in terms of editing documentation. It's still best to write things by hand to give your own organic voice, though. And not insult your readers.
- antonvs 28d ago> Why are people so wedded to Anthropic? It’s interesting to watch, I don’t think it’s rational - just hype-driven herd behavior, the desire to pick one and stick with it, things like that. It’s similar to the kind of dominance Apple has, which most of the time has to do with style more than substance.
- deleted 28d ago[deleted]
- ziga 28d agoTo avoid these Claudisms, I asked Claude to add instructions to my AGENTS.md. The first line it added: Avoid the stock LLM register. Sigh.
- antonvs 28d agoDid it make any difference?
- ErystelaThevale 28d agoI use multiple AI tools simultaneously, and I feel that Claude has gradually adopted a more explanatory tone following updates around March and July. As for loss of context, it’s particularly problematic and can occur after just a few back-and-forth exchanges. The user experience changes with every update for every AI tool, so I feel there are more downsides to sticking with the same one indefinitely.
- dannyw 28d agoSet output style to explanatory in Claude Code. It's much better. I personally think it should be the default, but I assume Anthropic has done A/B tests and found the default style to be better for metrics.
- PeterStuer 28d agoIsn't it absurd that everyone is installing these bandaids or rolling their own? Wtf is Anthropic smoking?
- exabrial 28d agoThey're busy focusing on dumb things of course. ex: * Currently trying to make sure open models are regulated out of existence. * More concerned about preventing distillation than providing actual value.
- irpap 27d agoYes. When you have to keep fighting against the tool it’s better to give up. They have spent millions making it exactly like that my little prompt won’t fix it.
- drsopp 28d agoMy favorite instruction the last few weeks for getting Claude to explain something complex to me is: dumb it down
- deleted 28d ago[deleted]
- m3h 28d agoYou're looking for Poteto's /unslop which cleans up sloppy AI writing. Someone made a Claude version of her skills: https://github.com/michael-denyer/pstack-claude https://github.com/michael-denyer/pstack-claude
- dwaltrip 28d agoThe readme is filled with slop. Bad sign…
- mirmor23 28d agojust one line in the agent file does it. there is no need for another 'skill'. here is the line i use: use technical language to spell things out, and keep it free of jargon and project shorthand
- cryptonector 28d agoClaudette is a great name for Claude-related things. I get the threat of trademark infringement lawsuits.
- xlayn 28d ago[flagged]
- elixirbash 28d ago[dead]
- cube00 28d agotakes Claude's last response and runs it through the Gemini CLI As much as Claude's style frustrates me I can't say I'm willing to pay for double the tokens to fix it.
- akhilome 28d ago[dead]
- cesarvarela 28d agoOnce you switch to another model (I've been playing with Grok, for example), you'll notice the mental overhead of reading Claude slop. It's like having an AC or a vacuum making noise in the background, then it stops and you feel relief.
- Apocryphon 28d agoI thought GPT was the model that spoke most like blog clickbait? Isn't Claude somewhat better about it?
- tehnoslow 28d agoHonestly, this is the most practical take on prompt engineering I've come across lately. Makes me wonder why spend all that time crafting a 500-word essay to tell Claude to stop being Claude, when the real move is just to chain a couple models together and call it a day
- hslee16 28d agoAwesome instructions. Load-bearing indeed.
- PaulStatezny 28d agoFor those of us who don't want to pay for Gemini tokens, what would be the best local LLM to use for this? (A model that can run reasonably well in a ~24GB MacBook.)
- hightrix 28d agoI don’t have a good answer but would like one. I’ve got a not too old desktop with a 4090 and 64gb of ram, I’d like a local model also.
- amumu 28d agoI haven't tried with Claudette but did evaluate https://github.com/zachahn/vomit https://github.com/zachahn/vomit and https://github.com/gvzdv/claudish-to-english https://github.com/gvzdv/claudish-to-english earlier today. I ended up using claudish-to-english with a prompt derived from the vomit one and some of my existing instructions. I ran a few local models through a test harness to see how they did, and the gemma4 ones added bad behavior back in less than any others I tested. So for the parent's Macbook question `gemma4-26b-mlx` should work well. For you with 24 GB VRAM, `gemma4-26b-a4b`. I tried higher VRAM models and they slowed down while still doing just as well or slightly worse. If someone else tests and finds a better performing model though, please update me here, I'd love to try it.
- jkwn 28d agoAsk Claude to respond 'in english' and it will.
- Exoristos 28d agoI appreciate Claude's comments during implementation, but they won't do to commit, so I have it present them for editing or removal by me at the end of the loop. Depending, I then ask it to port some of them to a decisions document or similar. For user-facing microcopy, Claude is completely unsuitable in my opinion, and I write all these myself.
- _blk 28d agoHonestly I find ChatGPT's voice mode much more annoying with its errrm, yeah, I think, no wait, let me think, yeah... [Actual content]
- luciana1u 28d ago[flagged]
- dhosek 28d agoHmm. I took a look at my claude output and I don’t see anything remotely like that in my responses. Occasionally a bit verbose, but none of this but “here’s the kicker” thing that the post claims, although I also notice that I’m using Sonnet which seems to be just fine.
- anon7000 28d agoOpus 5 is particularly bad. Opus 4.8 to a lesser extent. It was extremely clear by the code comments in my colleague’s PRs.
- Obscurity4340 28d agoType in a single letter and watch how much it milks just that
- xbar 28d agoEvery time I engage with Claude I am reminded how bad it is at communicating to its human.
- ed_mercer 28d agoI personally got used to the claudisms and think people are making too big of a deal out of it. Yes it says load-bearing and caveat a lot, but at least you know behind the scenes what meaning it's assigning to certain situations.
- colordrops 28d agoI kind of wonder if we would have appreciated the verbose prose when these LLMs first came out and out muscles had not yet atrophied. When I do stop yelling at Claude to be more concise and actually read what it wrote it's often valuable complexity and subtlety that I could use to better understand what it did and steer it, rather than Claude just papering over important details like it did before.
- gandhiandy69 27d agoAlready use caveman. Already happy
- gste 28d agoClaude is like > The last one guesses its own refusals, marking the door open before we walked around it. Say the word and I'll do the joinery Like WTF are you even talking about
- 3371 28d agoI don't think it's possible to effectively control LLM's output, unlike Human the difference between "thoughts" and "words" is very weak. Better just clean stuff up afterward with a dedicated agent.
- danjc 28d agoPeople who say things like "please could you" to the model probably have less of an issue with this.
- deleted 28d ago[deleted]
- noisy_boy 27d agoIf you have read Cursor's obtuse verbosity (auto mode), Claude's talk comes across as sober and level-headed. Everytime I am about to complain about Claude, I'm reminded of that and am thankful that my main budget is allocated to Claude, not Cursor (though the latter, despite all the babble, is fairly frugal).
- 13639366668 27d ago[flagged]
- nilamo 27d agoClaude talks to you? It's started hoovering unrelated files, exploring dependencies unrelated to the task, etc, all without saying a single word to me. I'll deny the read, and say "but why?". The answer is always" I guess I don't need that, starting now... " Excuse me? Those tokens are expensive, fuck you very much for wasting them.
- manganate06 27d ago[flagged]
- scirob 27d agocan this not be achieved through a system prompt adjustment ? Running yet another LLM call on top might not be the simplest solution.
- ksajadi 27d agoBut it will remove the load bearing seams for the three things it might want to highlight before the gate is open.
- jobuildsstuff 27d ago[flagged]
- SquireBuilds 27d agoFollowing a version of this by trial and error and using the usual 'no em-dashes' and don't explain/comment unless there's a non-obviuous reason.
- rrr_oh_man 27d agoFrom my own experience you can steer an LLM much better by providing varied positive examples instead of written guidelines
- quibono 27d agoSimilar to vomit[0] and claudish-to-english[1]. My general feeling here is that this really needs to be fixed at the model level. All other solutions are mere hacks that work for a bit but all have drawbacks. It's either adding yet more context (which has variable rates of success) or piping to a different model to translate, or using a skill, or mentioning this per each prompt, or.... At this point I think it's in Opus's nature to talk like this, and given enough back-and-forth it will start to drift back to its classic mode, aka this incomprehensible "load-bearing seam" babble. [0] https://github.com/zachahn/vomit/tree/main https://github.com/zachahn/vomit/tree/main [1] https://github.com/gvzdv/claudish-to-english https://github.com/gvzdv/claudish-to-english
- suika 27d agoThe sort of recent increase in these "claudisms" finally made me buy a ChatGPT Pro subscription. First time using Codex CLI. It's surprisingly different, feels good/fresh. I guess one can say I was quite loyal to Claude Code, or maybe just lazy / it worked well enough so far. And now I'm considering finally cancelling my Claude Max subscription. It would be another first time too. It was mentioned that ChatGPT (still) has some similar quirks too. What are they? Maybe I actually shouldn't look out for them, so that the freshness of ChatGPT will not be lost.
- Overdrivr 27d agoJust telling claude to speak in simplified technical english really helped quite a lot. It even wrote one liners as PR description for minor bugfixes, something that never happened before I used that trick
- Myrmornis 27d agoI'm largely with everyone that Claude is much too verbose and uses too much annoying flowery language. However, some of the more unusual language it uses does result in more precise communication, if you can figure out what it means.
- grantbel 27d agoClaude is so mannered, it drives me nuts. I turned on debuzz and i could just FEEL my blood pressure dropping. What a relief to not be constantly confronted with this high energy paycho. All my agents use debuzz now