Anthropic’s own prompting guidance for Opus 5 concedes the exact behavior people are complaining about. Coverage from implicator.ai pulls the two lines that matter. On scope: “Claude Opus 5 can also expand the scope of a task, adding steps that weren’t requested or applying its own judgment about what the task should be.” On checking: developers should strip out explicit verification instructions, because “instructions like these cause over-verification on Claude Opus 5.” So the recommended fix is to delete the guardrails you built for the last model.
Some people are finding that works. The Hacker News commenter above is not one of them: they rewrote their CLAUDE.md to Anthropic’s Opus 5 recommendations and said it made no difference at all. Either way, most of the annoyance is that a prompt surface that was working two months ago now has to be rebuilt.
MindStudio’s rundown of the reaction lines up with everything above: verbosity is the single most repeated complaint, closely followed by overreach, where the model treats a small, contained problem like it needs a sweeping rewrite. Their piece flags Theo of t3.chat calling Opus 5 the most annoying model he’s used, one that treats every minor issue like a high-severity problem needing thousands of lines of code to resolve. The knock-on effect is real. A model that touches half your codebase to fix one function creates more review work than it saves, which defeats the point of using it. Enough people have said they went back to Opus 4.8 because it feels better that MindStudio calls out the reversion as a genuinely unusual reaction to what was supposed to be a straightforward upgrade.
Not every account is this negative, and I’d be lying if I said otherwise. Zvi Mowshowitz’s writeup of the launch collects wildly different first-hand reports side by side. Lucas Wiman describes Opus 5 making mistake after mistake, failing to read the code, and saying things that were obviously false given the context. A few lines away, Theo, the same person MindStudio quotes as its loudest critic, tells Zvi Opus 5 is more likely to be correct than Fable and regularly catches things Fable missed. Both of those can hold at once, and the combination is close to what the whole cycle sounds like: correct, at a cost you didn’t agree to pay. Zvi’s own read is that how you use Opus, in what harness and how you talk to it, has a lot to do with whether you experience this. That tracks with what Anthropic itself says: minimal custom prompting works best, which is a strange thing to admit about a flagship model and a fairly clear signal it was tuned tightly around Anthropic’s own default setup.