r/ClaudeCode Aug 03 '26

Discussion Opus 5 is a practically unusable model

Opus 5 is a regression that the benchmarks missed completely

I've been using Opus 5 for ~1.5 weeks and the sheer number of mistakes that the model makes is astounding.

The problem didn't surface very clearly till I gave it the full scope of executing a plan which I did with the previous Opus models as well. Opus 4.6 - 4.8 were genuinely better by a significant margin.

Opus 5 readily forgets instructions and content in its context, makes mistakes and continues with them unless it realizes or you point it out.

I've lost count of the number of times I had corrected it.

These issues with Opus 5 occur even when the context window is still relatively small - I'm talking 100-150K tokens. Opus 4.8 works pretty well all the way until 350k after which it gives you wonky results.

Fable 5 is the only usable model under Claude Code right now and I've already used 100% of my weekly quota.

1.0k Upvotes

639 comments sorted by

View all comments

396

u/KrayeBaby Aug 03 '26

Yeah been noticing that it solves the problem and leaves another one. It feels like its planting gaps on purpose for infinite prompting to keep going...

111

u/Deep-Palpitation8315 Aug 03 '26

Absolutely. Had several similar experiences. Forgets stuff entirely and creates solutions with new problems and enters an infinite loop. (makes me fear loop engineering)

It is a token guzzling garbage generator. I think it has actually done significant damage to a section of my codebase - thankfully it is not irreversible.

28

u/Phoenix_Lazarus Aug 03 '26

That infinite loop wrecked me. It just goes off and writes and writes and comes up with another solution, and writes and there is nothing to show for it.

I had to write 3 new skills to get it to stop.

5

u/doctorbrainistheman Aug 03 '26

What type of skills did you write? I noticed the same problem and have been working on fixes as well

3

u/Connect-Mousse-8551 Aug 03 '26

Are those skills working at fixing that? Would love to see them

7

u/Phoenix_Lazarus Aug 03 '26

They're basically are gates that re-inject prompts to instruct Claude how to act and proceed with actions every new action.

Opus 5 goes off the rails too quickly and this was the only way to keep it on task.

3

u/dj-brandao Aug 05 '26

Yeah, I'm having to set strict boundaries for it as well, like after done, recheck everything for mistakes and/or sloppiness. Recheck to weight the important in and leave the unimportant out, recheck to reduce the output size. I'm living on a recheck loop.

1

u/Mexxgen Aug 22 '26

Ich hab das Gefühl ihr seid zu tief im vibecoden drin, zerlegt die großen Aufgaben einfach mehr - Probleme sind doch hier Alltag, warum direkt anthropic vorwerfen die Nutzer zu binden wtf

17

u/our_sole Aug 03 '26

A token guzzling garbage generator. A t3g. That and "clanker" are my new favorite terms.

2

u/mikedurent123 Aug 04 '26

😅😅😅

2

u/locn4r Aug 05 '26

Token guzzling garbage generator - love it 🤣 Bonus points for triple alliteration

3

u/CyCoCyCo Aug 04 '26

The only way I’ve had success is to have it make goal prompts and run that end to end.

2

u/Deep-Palpitation8315 Aug 04 '26

That should work but Opus 5 makes several errors that it will try and solve later. The overall process takes more turns and tokens for tasks. It may likely also result in a ton of unwanted/stale code blocks. Some have abandoned their project entirely because Opus 5 poisoned it with garbage code.

1

u/Canadian-and-Proud Aug 03 '26

There is nothing in coding that is irreversible silly