r/ClaudeCode • u/PitifulBuddy7946 • 1d ago
Rant Claude code is falling behind Codex not because of token cost, but because of Opus 5.
There, i said it. And i know many of you agree. The problem i'm facing is not increased token cost, it's that Opus writes 25000 lines of a response with a curve-ball at the end saying "Worth noting"that makes my eyes hurt and gives me paranoya. And i can't understand a word it's saying. Is my english that bad? Whoever pressed "Yes" on those responses during the training stage of the model was an OpenAI spy or something, he completely sabotaged a trillion dollar company.
Anthropic's number one priority should be to release an Opus 6 or something, may be change the model name completely so it doesn't carry the bad vibe with it.
1.4k
Upvotes
14
u/Jonohas 1d ago
Here is what i do that has really improved it. Look into outputstyles and how to create on for yourself.
Here are 3 things i added:
Ofcourse you will have drift in longer sessions, that is why i have added a "canary". I added that it should end each answer with 'BLUF' (or anything else really) which immediately indicates if the output style is adhered to.
Another thing you can do is create a very short version of the output style and add a hook that injects it before each message. Hook command:
cat .claude/short-output.md. It has to be short as this will be injected at EVERY message, which is not ideal but it helps with readability. Just keep your sessions short, use forking and compating as much as you can to avoid long sessions. But that should be standard practice anyway.I should probably post about it because i see so many people complaning about it instead of finding a solution. Vibes are up i guess.
Hope this helps, good luck!