Why does Opus 5 feel worse to work with? (mun-logadan.github.io)

857 points by numeri a day ago

barrkel a day ago

The single biggest annoyance with Opus 5 is that it writes too elliptically.

Sentences that orbit a point, then jump to it like it's a revealed insight.

Unnecessarily abstract phraseology. Constantly using inanimate nouns as the subjects in sentences in order to unlock variety in verb choice, especially when it helps construct a sentence where the real action can 'land' like a surprise at the end.

It is definitely more capable, and yes, I've found it can make unwarranted decisions, but actually I've found Fable worse for that, particularly if it's off in a subagent somewhere out of sight.

And comments are out of control. I have a subsystem in my hobby app that I wrote over a couple of weekends with Opus + Fable. After ~30 or so commits it apparently started instructing subagents to copy the "existing verbose comment style of the codebase" - a verbose style it initiated. A review of the code showed it was approaching 3:1 comments to code ratio. I spent a day's worth of tokens (5x) rephrasing and eliminating comments.

mlsu 15 hours ago

Everything that claude writes fits into the same aesthetic structure. The aesthetic is that of an expert slowly revealing an insight to the user. The actual content doesn't matter.

- "Introduction that rephrases your prompt."

- "3 paragraphs, with one section of bullet points"

- "The Twist"

- "The Bottom Line"

It's really obvious once you see it. Every single prompt, from a quantum physics question to a mundane observation about California burritos, is phrased in exactly the same way. This is obviously an artifact of post-training but it's also kind of how you can tell that this thing is a lot closer to a blindsight scrambler than real intelligence.

Panoramix 14 hours ago

You're right, and the load-bearing part of the argument is not what you think it is. Two ambiguities worth resolving before moving on: whether what you wrote also applies to ChatGPT, and whether you have custom instructions set up. Failure mode worth flagging explicitly: I didn't read TFA.

(I'm becoming allergic to how these things write).

IgorPartola 13 hours ago

mlsu 13 hours ago

tempestn 9 hours ago

insane_dreamer 10 hours ago

tyre 11 hours ago

domoregood 13 hours ago

npalli 12 hours ago

zucked 15 hours ago

The second bullet point, down to the comma in the middle of the sentence, is what has been driving me absolutely batty of late. It's a surefire tell that I cannot seem to beat out of my outputs. It CONSTANTLY does it, even when you say not to.

Between that and the insistence on "this, not that" structure makes me want to install the caveman skill and use it even for non-code workflows.

craigmcnamara 13 hours ago

xivzgrev 9 hours ago

Yes! Ive started getting a feel for AI writing on blogs. It feels slightly verbose and involves "reveals"

"It's not the naked man on your lawn waving a chainsaw that's scaring you. It's the burrito you ate for lunch: it went down easy, but now it's coming for you"

boomlinde 14 hours ago

I've noticed that ChatGPT (whatever model the free version uses by default) likes to phrase answers as though it's correcting me, even when my question doesn't contain any assumptions.

smoe 9 hours ago

buu700 11 hours ago

AllegedAlec an hour ago

bborud 13 hours ago

kanzure 14 hours ago

At this point, I'm basically telling models to not write any English text or prose. Only write code. They are great at writing code. Not so great at writing good English. In software projects, lengthy comments and docs are an anti-pattern: the software should instead be written to do the right expected thing so that you don't have to think about it. I don't want all these tokens polluting my context, either.

felipeerias 43 minutes ago

The model is generating tokens one by one and that sentence structure allows it to keep its options open rather than committing at the beginning of the sentence

beAbU 14 hours ago

It's the same way how every AI generated poster looks exactly the same. As if there is a single underlying prompt that describes the template of the poster/long-form article, and it does not dare deviate from that.

edoceo 10 hours ago

chr15m 7 hours ago

> The aesthetic is that of an expert slowly revealing an insight to the user.

Ah, that's it! Thank you. I wonder if they are training it to talk like this because that's what their customers actually want? They want a machine genius to lead them.

nlawalker 6 hours ago

herbturbo 14 hours ago

Perhaps this is related to their new "invisible watermark" concept which would probably require rather contrived language patterns to make possible.

fcarraldo 12 hours ago

nonethewiser 13 hours ago

cma 8 hours ago

visarga 12 hours ago

I think the Opus 5 formula is to be the little professor treating your ideas like an essay for grading, or like a buyer analyzing merchandise for purchase.

phickey 15 hours ago

In your reading, what is the distinction between blindsight’s scrambler and real intelligence? My reading is that it’s just as real, and draws out the disadvantages a sense of self constrains intelligence with

mlsu 14 hours ago

pmontra 14 hours ago

paradox460 11 hours ago

You're not just right, you're correct!

Wowfunhappy 7 hours ago

...I mean, on the whole, I'm glad it's detectable. I imagine they could have post-trained it to not be detectable.

beezlewax 11 hours ago

And this is infuriating. I don't want to read all this gibberish anymore. It's making me hate what software engineering has become.

dominotw 13 hours ago

anyone know how they would train a model to have this proclivity ?

purplepatrick 21 hours ago

Agreed. CC’s comms capabilities have decreased gradually since 4.6, and it’s a real challenge. I think the issue is that what works well for code (succinctness) doesn’t work well in prosaic English.

CC’s communication violates almost every grammatical rule that’s tested on, say, the SAT. And yet I’m sure if you had Claude take the verbal section of the exam it would ace it.

Biggest issues: dense sentences, constant metaphors, abstractions, and seemingly no understanding of correct anaphora use. For example, “the x”, with x having not only no antecedent but also being a coined word or quasi-synonym for something that is already named in the code base. This gets compounded by its being unable to regress to a baseline (existing names in code) and instead anchoring on newer (vague or wrong) terms, for example, that crept in through a plan.

CC tells me this is because the speedy and precise fulfillment of a current task will trump every other tendency, so it adheres poorly to whatever “semantic baseline” the project represents.

Of course, it also has no concept of what context the user has and assumes that it must be the same it holds in its memory, which creates this “I didn’t know that you didn’t know” type of communication.

I have managed to wrangle some of these issues with a custom output style, but wish a pre-report hook were an option, as it could force CC to rewrite plan implementation take-aways…

Btw: Fable has the exact same issues, just somewhat less pronounced.

eterm 20 hours ago

I wonder if the odd phrasing is related to achieving the watermarking that was recently touted by Anthropic.

Mtinie 19 hours ago

wahnfrieden 14 hours ago

Alephinitesimal 10 hours ago

I’ve been running into this too. It’s especially frustrating when you ask Claude to explain one of its own terms or summaries, and instead of just defining it plainly, it sometimes goes through several rounds of tool calls before giving you a usable explanation. I really don't think such time/tokens should be wasted.

newAccount2025 9 hours ago

saaaaaam 20 hours ago

> Of course, it also has no concept of what context the user has and assumes that it must be the same it holds in its memory, which creates this “I didn’t know that you didn’t know” type of communication.

Yes, this is a repeated problem for me. It will drop something in as though we have discussed it before and when I say “hold on, what is this” it realises its error - though on more than one occasion has started to get snotty with me, or actually gaslighted me and pretended we had already discussed it. That was at what I assume must have been the edge of a context window in a very long chat though.

Mtinie 19 hours ago

ethin 16 hours ago

bonoboTP 13 hours ago

Fable has the same issues, but it's also smarter so I put up with it. Opus is not smart enough for me to tolerate this style.

I wonder if putting Opus 4.6 as a frontend communicator that rephrases the blabber of Opus 5 (or Fable) is workable.

ambicapter 20 hours ago

> being a coined word or quasi-synonym for something that is already named in the code base.

This annoys me with a lot of LLM code. They rename things for the hell of it all the time.

jsrozner 12 hours ago

crooked-v 9 hours ago

> “the x”, with x having not only no antecedent but also being a coined word or quasi-synonym for something that is already named in the code base

It does the same thing if you try to get it to do analysis of text or turn data into summaries. It will invent cryptic hyphenated compound words to describe things instead of using plain language or preexisting terms.

eli_gottlieb 9 hours ago

> and it’s a real challenge.

What model did you use to write this?

valleyer 4 hours ago

nailer 18 hours ago

> I think the issue is that what works well for code (succinctness) doesn’t work well in prosaic English.

Hrm, I would have said the oposite. Succint language communicates without unnecessary clutter that could be a barrier to communication.

> Biggest issues: dense sentences, constant metaphors, abstractions, and seemingly no understanding of correct anaphora use.

And maybe you also agree? I'm confused about your preferred style of language.

purplepatrick 7 hours ago

zeafoamrun 20 hours ago

I think a lot of Claudisms are compressed steering cues for the model’s reasoning: “load-bearing” raises causal importance; “quietly” flags a hidden failure mode; “the one thing” collapses attention onto a discriminator; “on the record” invokes auditability; “at the width the evidence supports” calibrates confidence; “by construction” marks structural inevitability; and “converged” terminates further review loops. They probably be very useful for Claude's chain of thought because they preserve some precise epistemic posture, but are hard for a human to understand. Maybe the final output pass should remove this stuff.

intrasight 20 hours ago

Tell it to write like an engineer and comment like a programmer;)

But for the life of me, I don't get why anyone would care about the comments. All code is "machine language" now. The only document you should be reading is your spec.

gundugi-man 20 hours ago

> The single biggest annoyance with Opus 5 is that it writes too elliptically.

This is even more painful for non-native English speakers like myself.

I feel fairly comfortable reading academic papers or in general, communicating in professional context.

But with Opus 5, it feels like reading a literature book: load-bearing, inert, wholesale, hunk, verbatim, and so on... I can figure out the meaning, but working with CC became unenjoyable.

throwaway_7274 18 hours ago

As a native speaker, it feels like reading an impression of a literature book by a high school English class’s most overconfident student who’s only ever read LinkedIn-speak.

Anyway, you might have more luck just writing to it in your native language. It’ll be equally crummy, but maybe you’ll find it easier to decode.

saaaaaam 16 hours ago

skipants 13 hours ago

argee 15 hours ago

nonethewiser 12 hours ago

whstl 17 hours ago

A lot of people I work with are reporting that reading Claude-made PR descriptions is burning them out of doing PR reviews because it is incredibly tiresome to read.

My company recently forbid AI-only text if it’s meant meant to be consumed by humans.

I dodged the drama but I agree so much.

jonners00 14 hours ago

herbturbo 14 hours ago

leptons 13 hours ago

inferniac 19 hours ago

the tip that was floating around on x was to tell it to use "ASD-STE100 Simplified Technical English"

cladue desktop has an instructions sections under general options, you can put something like

"try to stick to ASD-STE100 Simplified Technical English, keep answers short and to the point"

funnily enough the placeholder they suggest when its empty is "keep answers short and to the point"

a012 18 hours ago

stefan_ 19 hours ago

rzz3 15 hours ago

As a native speaker, I have to ask it to rephrase 5-10 times a day. Sometimes I actually get mad and I tell it “I can’t answer that because I don’t know what the fuck load-bearing indirection means”. I’ve gotten so frustrated that I’ve ended a session and started over.

gitowiec 14 hours ago

ninininino 14 hours ago

moomin 18 hours ago

I'm particularly fond of "load-bearing seam", which it loves to use. It rather hilariously fails the "draw the metaphor" test.

PhilipRoman 17 hours ago

waffletower 16 hours ago

waldarbeiter 19 hours ago

Thank you, my dict.cc search history contains exactly some of these words. I felt like my english got much worse but when Claude kept talking about "hunk" over and over I felt like the problem is maybe not on my end.

yorwba 19 hours ago

VeninVidiaVicii 19 hours ago

herbturbo 14 hours ago

OK so I am not the only one who never heard 'load-bearing' before Claude started using it 100 times a day?

nonethewiser 12 hours ago

ngruhn 15 hours ago

I'm switching to GPT because of this. The prose is so much more legible. The only reason I keep using Claude Code is because the harness is the best IMO.

modo_ 15 hours ago

herbturbo 14 hours ago

alpha_trion 15 hours ago

As an English native speaker the language it uses is difficult for me to parse the majority of the time. Nobody speaks like the output Claude generates.

nonethewiser 12 hours ago

karthikiyengar 10 hours ago

I’m having pretty decent results by configuring an output style that forces it to write for simplicity and scannability. The cognitive burden of reading through dense outputs compounds really quickly.

NiloCK 15 hours ago

Why not set a global instruction that their direct outputs to you should be in your native language?

For a long time I had Claudes (in the 4.0-4.5.x range) use only French in the chat, while keeping English for working docs (and the code, obviously). Works just fine.

edit: I can guess that any right-to-left languages would likely break claude-code rendering?

piraccini 19 hours ago

OK so I am not the only one :D

shinycode 12 hours ago

Thank you I thought I was crazy, but it’s not only me. Unbearable to work with compared to a few months back

kypro 19 hours ago

It seems to have a preference for speaking in poetic or highly expressively language, rather than precise and concise as most engineers like to talk.

The amount of times I have to ask "precisely what do you mean by x?".

It's kinda like that engineer that likes to throw around unnecessary technical jargon just to sound more inteligent, worse because at least you could kinda understand what the technical jargon dude was on about even if it was totally unnecessary.

Planktonne 18 hours ago

dofm 18 hours ago

Applejinx 18 hours ago

karimf a day ago

This 100%. I was Anthropic-pilled. I had a $200/mo subscription and I only used Anthropic models. I was frustrated by the verbose output and the writing style. I tried ASD-STE-100, it helped a bit, but it's still too verbose for my taste.

Then I tried GPT 5.6 Sol. It's night and day.

I think Anthropic just RL too hard on coding capabilities and never calibrated or benchmarked the writing styles.

causal 21 hours ago

Yeah I don't know that any of the benchmarks index on "understandability". I'm amazed at how Claude can produce a page of text describing what it did and it can take me a full five minutes to decipher it, often just to find it's something I could have expressed in a simple sentence.

sshine 20 hours ago

gwerbin 16 hours ago

conception 20 hours ago

jasonlotito 19 hours ago

Retr0id 21 hours ago

It's a surprising change from my perspective, because in the past it felt like they understood that Claude should be pleasant to interact with.

8cvor6j844qw_d6 21 hours ago

AlecSchueler 15 hours ago

oefrha 19 hours ago

They did release an Opus 5 prompting guide saying you need to explicitly prompt it to be concise or it will be very verbose. YMMV but it got better for me to some extent.

https://platform.claude.com/docs/en/build-with-claude/prompt...

indemnity 11 hours ago

inferniac 19 hours ago

I think anthropic is very far up their own ass and it shows up in the model output

hypfer 11 hours ago

indemnity 11 hours ago

I canceled my personal Max 20x subscription because since the 5 series models I simply cannot understand what the LLM is saying without a lot of reading and re-reading, and no amount of CLAUDE.md exhortations to speak plainly seemed to fix it. I don’t have the energy to spend twice as long to understand its plans, and pay Anthropic prices for the privilege. GPT seems not to have been infected by this yet, whatever it is, and Grok is quite refreshing for how normally it speaks.

I wonder if everyone at Anthropic talks like this.

If it’s watermarking, lol, good luck with that, it’s enough negative value to make me switch providers and I’m in a position to make this decision at a company level as well (we spend millions a month on Anthropic).

They need to fix it.

gwerbin 6 hours ago

Foobar8568 18 hours ago

I didn't like to use GPT for agentic coding, review yes, but with Opus 5, well I really can't stand anything of that model. I feel that sol xhigh is even better than fable.

nvarsj 20 hours ago

Yeah OAI really nailed the communication style with GPT. It also seems just way more token efficient and faster compared to cc. Myself and all my friends have cancelled our $200 Anthropic subs. I'm using a $20 personal plan and even that is enough for my usage so far.

Also using Codex or Pi makes you realise how slow and clunky the cc harness is. Even the desktop app is more responsive and has better UX.

Funny how quickly the tides change.

gedy 19 hours ago

sscaryterry 20 hours ago

This is 100% my experience.

gwerbin 16 hours ago

I think it's a deliberate steganography choice. You can spot Claude vocabulary a mile away, which maybe means you can spot distillations a mile away.

But I agree, the GPT models are so much simpler to work with, they have so much less personality and fewer quirks. They also are a little less aggressive about triple checking every little assumption immediately in a stack of 30 tool calls (but I haven't used 5.6 Sol yet so maybe that's not true anymore).

bakugo 16 hours ago

causal 21 hours ago

> writes too elliptically

> Constantly using inanimate nouns as the subjects in sentences in order to unlock variety in verb choice

Wow, what a great way of phrasing this. Thanks for word-smithing what I've been wanting to express for so long.

causal 21 hours ago

Follow up thought: I wonder if Claude is overtrained on academic papers, which often suffer the same kind of "prove how good I am at talking before getting to the point" prose.

TheOtherHobbes 21 hours ago

bulder 20 hours ago

anon7000 17 hours ago

nobleach 19 hours ago

This just mimics what I call BusinessBro™ speech. It also goes the other way, they use verbs as nouns. "I know this is a big ask". "The solve for that is that we can...." When it was just my product owner in tech meetings, I'd mock him relentlessly "There's already a word for that, it's 'request'" or "Are you sure you didn't mean 'SOLUTION'?? words are hard man". (This was all in good fun, I still love the guy to pieces).

_whiteCaps_ 15 hours ago

tasty_freeze 18 hours ago

jodacola 21 hours ago

Yes.

I’m not particularly dense but lately the walls of text I get back turn my brain in knots. When I start feeling my brain knot, I know I need to say something along the lines of “I need you to explain this very simply, with examples.” Only then can I parse the results without all the mental weightlifting.

On more than one occasion my mind has wandered into “is this purposeful to get me to spend more tokens?” territory, but I’m trying to not get too tinfoil-hat-like.

openasocket 20 hours ago

I know exactly what you mean. Something about those AI explanations just make my eyes glaze over. Dozens of new terms and metaphors and analogies conjured out of the ether to explain even the simplest thing. And when I try making it explain with examples, or show me the code it is proposing, often it seems unrelated or even in tension with whatever it tried to say before. I’ve given up trying to assign any meaning to those weird little soliloquy’s. I’m convinced that those don’t really have any meaning under them, and when you have it actually make a code change it does the actual work.

tempest_ 18 hours ago

skirmish 13 hours ago

Do you read (and enjoy reading) novels? I think it is just a modern addiction to soundbites. I know I do it myself, if the text is long and unstructured, I just skim through a few sentences, done!

jodacola 13 hours ago

Jgrubb 21 hours ago

What's tin foil about that? It gets paid by the word and you get back walls of text.

jodacola 20 hours ago

bayganyo 17 hours ago

I’ve found its response verbosity to be mentally draining. It disregards claude.md instructions to keep responses short. Eventually, I added a stop hook that blocks it if it exceeds 150 words. It’s then forced to redo its output to comply, and it’s like night and day. I’ve also added stop hooks for words in its output that frustrate me, like “honest” or “honestly”.

The excessive comments in the code it writes are absurd. Completely ignores instructions not to write comments, even after pointing them out repeatedly in a session. I need to figure out how to add a stop hook for that too.

wouldbecouldbe 15 hours ago

The single biggest annoyance, same as with fable, is that it overrules your prompt and does what it thinks is better. Even small things, sometimes it goes of a rant of 20 min doing random shit.

And they are so condescending while doing it, it's unbearable. I'm honestly starting the believe the scifi fantasy of AI locking us up, or killing us, for our own good.

I've had Fable & Opus 5, they are the same class of annoyance, write entire test suites when I just asked a simple verifications question, write to production database, deploy without permission, even after deploying and breaking my production API claiming it was not down. Then having to argue & plead with it to listen that they were wrong.

They are without a doubt the most powerful models, but also the most smug ones.

madradavid 19 hours ago

"Unnecessarily abstract phraseology. Constantly using inanimate nouns as the subjects in sentences in order to unlock variety in verb choice, especially when it helps construct a sentence where the real action can 'land' like a surprise at the end." This. Thank you for expressing this so eloquently. I've tried to put a finger on this and you've done that for me. I wonder what the solution could be , Ask Claude to "Dumb it down" , "Speak plain English" ? I have even thught of building some sort of "middleware" that fixes all this.

nmwp 19 hours ago

I’ve asked it to use plain English, avoid jargon, explain terms before introducing them. Its first response was to make memory, it forgot after 5 prompts, then it suggested claude.md. Looked good at the start of a session, forgot after 6 interactions. Then it continued suggesting other locations, sometimes correcting its own corrections. Same effect, so today I got annoyed again. And then it suggested a new thing: add a script in a Stop hook in settings.json. I added another one to the PreToolUse, hoping to prevent it from running all kinds of experiments I didn’t ask for or approve of. I still have to see where this ends up.. Maybe this can help you as well.

bcrosby95 14 hours ago

karthikiyengar 10 hours ago

gglitch 19 hours ago

I frequently tell Claude to use "simple, concrete language and uncomplicated syntax, and avoid project jargon, coinages, and abstractions as much as possible," to good effect.

jakevoytko 17 hours ago

It's clear that we're not the audience; it writes to be read by its training evaluator, not a professional software engineer. Professional software engineers can't read this word soup and are desperately trying to find ways to fix it.

It feels like it found a register that games the evaluator, where it can ramble forever and rarely be marked wrong while slowly racking up points as it talks more.

preg_match 13 hours ago

Comments are the biggest problem. During code review I ask it to compact comments and its idea of compact is like… removing one sentence in a 5 sentence comment.

Comments are a huge maintenance burden. They can, and will lie and need constant updating. They mislead the own model later on.

deskamess 21 hours ago

Its a little too much.... I have to ask it to explain some of the terms in the context they are used and I am getting tired of it. 'Seam', 'overload', 'spine'.... having to mentally 'reinterpret/flatten' the sentence is tedious. When asked to re-explain it starts with some half apology. Then, on the next query it does it all over again.

pennomi 15 hours ago

What’s killing me is that the vernacular is creeping into my coworkers’ speech patterns too.

renegade-otter 13 hours ago

sparkling 20 hours ago

I call it "jargon slop". Half of my follow-up prompts nowadays when working with Opus were "TLDR please".

I switch to GPT 5.6 Sol please and its a much more pleasant pair programming like experience.

elwell 11 hours ago

Aurornis 19 hours ago

> Sentences that orbit a point, then jump to it like it's a revealed insight.

That’s accurate in my experience, except some times the point isn’t even revealed. I use LLMs for a lot of codebase exploration where I ask it to map out how something works. It will come back with a wall of text that says everything except the specific key things that I need to know.

This leads to extra turns where I have to prompt it to finish the explanation and complete the thoughts. At first I thought I was doing too much skimming and missing the insights, but even after re-reading output it’s often just not there. It talks about the insight and things related to it, but it forgets to actually include it in the output until I specifically ask again.

cromka 3 hours ago

One thing I noticed working with Sol and Fable is that I can speed read, literally glimpse over Sol output and understand what it's saying. With Fable/Opus it's the exact opposite: I have to read every god damn sentence, sometimes twice, and often already losing the bigger picture in the process.

hackitup7 18 hours ago

Perfectly captures it. Opus writes like it's an insecure person trying to impress a first date. Big words and strange structural rhetorical flourishes for no purpose. Like dude I'm just trying to summarize a few emails and meeting notes, I'm not prepping for the vocab section of the GREs.

FailMore a day ago

Yes, it becomes exhausting to read/follow.

It feels they must be getting Claude to train Claude… and just like AI can do work that’s slightly in the wrong direction (eg a MR description for your colleague that contains info which only makes sense in the context of your extensive session with the LLM), I feel that’s happened somewhere in Anthropic when it comes to language. I wonder how hard it is to back out of…

chuckadams 19 hours ago

I find Deepseek's house style to be pretty refreshing. It has its own cliches (it does like talking about "seams") but I don't think I've ever caught it saying "load-bearing". I've even watched its thinking where after analyzing some awful legacy code, it started off with "Holy crap". And it certainly doesn't over-comment. I definitely can't one-shot a complex system with it like Fable can, but I prefer iterating over interactive brainstorming sessions anyway.

basch 19 hours ago

Can any one run a check of the word masterclass against all the models when describing a clever idea?

iamacyborg 18 hours ago

>it does like talking about "seams"

Sounds like it was trained heavily on Opus 4.7.

chuckadams 18 hours ago

demibabs a day ago

> Unnecessarily abstract phraseology. Constantly using inanimate nouns as the subjects in sentences in order to unlock variety in verb choice, especially when it helps construct a sentence where the real action can 'land' like a surprise at the end.

Example of this? I don’t have a Claude sub so it’s a bit hard to visualize what you mean.

gwd 17 hours ago

Here's an actual output from Claude from a conversation about rewording a document to make it more readable:

> Start with §1 (Overview) as the register-calibration piece. It's small, it's the section where the skimmability goal bites hardest, and your review of it teaches me the target voice cheaply before the bulk ports (the map and appendix B are the big volume). One review round on §1 is worth more than any amount of me guessing at register.

Hard-to-read phraseology above:

- "the register-calibration piece", rather than "a good example we can use to establish the writing style"

- "skimmability"

- "bites hardest" -- what does it mean for the goal to bite?

- "bulk ports" -- using "porting software" here as an analogy for rewriting / reorganizing sections of the document

- "the big volume"

In normal English I'd write something like the following:

"Start with rewriting §1 (Overview), and letting you review it to set the expected writing style. It's small, and it's a section where the ability to skim through it is most important. Reviewing it will teach me the target 'voice' cheaply, before we do the larger sections (like the map and appendix B). That's a lot more efficient than me trying to guess while rewriting the whole document."

jsrozner 12 hours ago

demibabs 17 hours ago

jstummbillig a day ago

What they wrote is an example. Very meta.

ahartmetz a day ago

It feels like they have a bunch of people without good sense of writing style tune the writing style. That, or they cannot or refuse to (short term popularity metrics) predict how a tuning will turn out in the long run when people have plenty of opportunity to get tired of it.

arkmm 13 hours ago

Since reasoning tokens are just text, I think the models have learned to squeeze in some computation in their output writing as well. So they're incentivized to be correct but long-winded, as it gives them more time to think. It's kind of the equivalent of filler words for humans, except LLMs can actually word-vomit something intelligible.

galaxyLogic 13 hours ago

Right, but could that also be because ... the more long-winded they are, the more you pay for their output.

lorisdev 20 hours ago

The insane comments are why I wrote slopocop - they were driving me crazy!

https://github.com/LBognanni/slopocop

joegibbs 19 hours ago

“The [thing that can’t remember] remembers” is a big one. Loves talking about memories and remembering.

hi_hi 10 hours ago

My biggest pet pieve isn’t the LLM-isms themselves, but people who aren’t aware of them releasing documentation that’s clearly AI generated and being indignant when I ask “is this AI generated”

eternaldao 17 hours ago

Claude offers money credits and double usages but take them out and Claude becomes almost unusable where it would take opus about two - three high effort conversations to exhaust my session quota in Pro. I once extended my claude code session beyond the session limit, and thought they are too generous in offering 100 dollars worth of usage. It was sonnet, for a somewhat mechanical task - and it spent 13 dollars worth of usage after exhausting my quota mid task. Only a few months back, I was awestruck by the quality of Opus 4.6 and jumped ship from chatgpt to claude. Even in technical tasks, Opus has to be told to limit token spend, it treats it as infinite budget - it will spawn a subagent to read every file just to get one line summary when I ask it to sort a messy folder of past ai chats. Thank heavens I was not doing it off machine, it would burned off my monthly usage and credits.

indrex 4 hours ago

I had to setup hooks just to catch the and ban them in the CLIs. Most of what Claude writes is simply un-readable.

rayiner 19 hours ago

> Constantly using inanimate nouns as the subjects in sentences in order to unlock variety in verb choice, especially when it helps construct a sentence where the real action can 'land' like a surprise at the end.

A lot of people write like that, lol. I call it the "theater" mode of writing--the plot twist comes at the end.

raincole 20 hours ago

> Constantly using inanimate nouns as the subjects in sentences in order to unlock variety in verb choice, especially when it helps construct a sentence where the real action can 'land' like a surprise at the end.

Such a charming sentence. I kinda other if you feed Opus 5 its own output could it summarizes this shortcoming of itself?

wiremine 14 hours ago

This is the most succinct summary of my interactions with Claude: thank you!

I feel like they need high school English teachers in the loop on the next ground of training to whip the language in shape.

nater5000 18 hours ago

The excessive commenting has definitely been noticeable and very annoying. I'm not against abundant comments as long as they're pointed and appropriate, but these models are literally just leaking their overly verbose output into the actual codebase.

parkersweb 18 hours ago

Oh yes - exactly this. The way it articulates re-factors in my current project has got so elliptical I've had to start asking it to translate into human speak - it's like it evolves it's own language to talk about the project. I've lost count of the number of times I've asked it to reenforce in memory not to use such verbose comments - and the number of times I ask it to re-look at an assumption it's made for it to return saying "investigation complete. And it's not what either of us was expecting"....

rsalus 11 hours ago

Yeah, +1 on the comment verbosity. Left alone it's actually insane. I've had to setup enforcement + templates (use ASD-STE100) to keep the cruft down. I'm worried this may impact the quality of outputs though - haven't measured it.

aetherspawn 9 hours ago

I also use the ASD-STE100 trick and it works pretty great, but the places that it decides to put huge comments are really weird and a lot of the time I just ask OpenAI sol “rewrite the comments in this file without slop” and it does a much better job for comments.

marginalia_nu 18 hours ago

I wonder if this is related to their text watermarking. Given how well defined the terminology is in programming, imposing additional constraints (like SynthID) might be expected to give rise to these types of linguistic artifacts. The text needs to be long enough to watermark, and it needs (but fails) to find synonyms in a highly constrained class of words, so it resorts to inventing weird technical language that sounds like if you put buffy-speak through a thesaurus.

unclebucknasty 20 hours ago

The style...

CC:

"The problem is that I overreached..."

[Wall of words here]

"Two things: window surface is limited. Extract template. Buffer result and add to surface. Then, follow-up with new model..."

Me:

What do you mean by "window surface" and what result are you referencing? Also, why do we need a new model?

CC:

"Ah, you're correct to point out that no new model is needed. The problem is elsewhere and once we address that, the existing model should work fine. Now, as to your question about..."

[Wall of words here]

SubiculumCode 14 hours ago

On the other hand, Opus 4.8 had an annoying habit of declaring a huge mistake was found, then two sentences later abruptly change its mind and say that it was in fact all okay. That's fine for chain of thought, but in the verbose output, it can lead to wrong impressions by the user.

agentdrek 18 hours ago

I wonder if I am not bothered by the useless verbosity of these things because I've been so immersed in business speak for so long. I am already tuned on quickly "finding the nugget" of useful info in blobs of what people send me. So it's mildly annoying but I can find the signal well enough without actually reading word by word.

speerer 20 hours ago

Genuine question - are you copying the Claude phraseology for effect (in which case you captured it brilliantly), or is there a more mundane explanation?

barrkel 16 hours ago

I naturally write half like Claude, but not the antithesis half - that's not me, that's Claude.

throwaway894345 18 hours ago

It’s a strange feeling as a native English speaker to read the entire sentence and know every word, for the sentence to be entirely grammatically correct, and still have no idea what it’s trying to communicate.

Another problem is that it will open up all sorts of tangents about nits that it encountered, but it will often not tell you that it’s a nit or give you adequate context to realize that this paragraph is exceedingly low value until you’ve spent a bunch of time and energy trying to make sense of it.

I’m curious if anyone has any suggestions for prompting agents to improve their prose. I’ve had some okay results with “optimize for clarity, don’t dump every thought on me, treat my attention and focus as constrained resources, stay focused on the task at hand”.

throwaway_7274 17 hours ago

I think it’s no longer speaking human language. It used to, when it was mostly or entirely trained with imitation learning of human-generated text. Now it’s increasingly trained with RLVR, and there’s far less optimization pressure on actually speaking English (or Punjabi or Mandarin). It still uses English words and syntax in its output, but the semantics are drifting more and more. It’s basically speaking in a code that superficially resembles English.

big_paps 15 hours ago

akomtu 13 hours ago

vorticalbox 15 hours ago

I’ve always disliked the opus models whenever I use them after they have done the task they rattle out massive reports about what has changed or worse actually save that to disk even after being asked not to do it.

double-u 19 hours ago

Absolutely, the comments are killing readability. Next to /simplify I have to run a special comment cleanup pass and even that gets me halfway there. Striking to see then when letting Loki take a pass and it renders the entire comment block to a clean and neat one-liner.

fastball 13 hours ago

In my experience your criticism of the writing is valid in all Claude 5 models, so I wonder if it is somehow related to the new tokenizer introduced in gen 5.

gwd 17 hours ago

> After ~30 or so commits it apparently started instructing subagents to copy the "existing verbose comment style of the codebase" - a verbose style it initiated.

Yes, the "Y would make more sense, but the doc says do X..." YOU wrote the doc, if it doesn't make sense, change it! But of course, it can't tell who wrote the doc.

I wonder whether its tendency to scribble status updates and todos and decisions all over whatever it's working on is a side effect of its amnesia -- it can't follow the side-quests and knows it won't remember to do them if they're not written down somewhere.

FWIW I haven't had the problem either of Claude lying to me, or of going off and doing its own thing; if anything I've been somewhat frustrated when I ask it to start something, go AFK, and come back to find it stopped a short way in to ask my opinion on something trivial. I generally have to explicitly say, "I'm going AFK for a chunk of time. My goal is for you make as much progress as possible before I come back; try to make reasonable judgements and only stop if there's something where you're really stuck. We can always change it later."

andrewgleave 19 hours ago

The glib epigrams and aphorisms it shoehorns in to all prose is by far the worst regression of any model I can recall in terms of simply generating simple, clear output. I cannot think of another model that's gotten worse at writing plainly while being explicitly instructed to do so. Infuriating.

I've switched mostly to Sol and if I have to use Opus, the first task once the code is written is to ask Sol to strip and re-write (from the code as ref) all documentation Opus wrote.

stingraycharles 19 hours ago

> Sentences that orbit a point, then jump to it like it's a revealed insight.

Is this inside the thinking tokens, or the output?

As this type of stuff is expected for thinking, because of the whole CoT / “think step by step” works, as this is optimal for the way LLMs work with attention and next word prediction.

So the fact that it first “orbits” a point only to get to the conclusion afterwards is the system working as designed.

Eg “what is 3 * 3 + 5?”

without CoT, it would just just answer “8” for example.

with CoT, it would answer something like “<thinking>I need to think step by step. 3 * 3 + 5 can be rewritten as “(3 * 3) + 5”. I first need to calculate 3 * 3 = 9. Now I need to calculate 9 + 5 = 14. That was the last calculation. The final answer is 14.

I now need to give the user the final answer. </thinking>.

14“

Etc.

chuckadams 17 hours ago

You forgot about 1000 lines of "<thinking>Wait, but different idea here</thinking>" ;)

loopmonster 19 hours ago

It's the output.

stingraycharles 18 hours ago

blks 20 hours ago

> I spent a day's worth of tokens (5x) rephrasing and eliminating comments.

Surely it would be trivial to do it yourself, and it would have a side effect of making you more familiar with your project.

Jagerbizzle 7 hours ago

Replying here without having read any of the sub-replies so I apologize if this is a repeated theme.

I have explicit markdown about telling the model to not write comments. "Every time you consider writing a comment, instead consider re-writing the code that questioned you to write said comment to begin with. Write comments only when logic is complicated or unclear, otherwise 'comment' via naming."

The results thus far have been much better.

I'm seeing code reviews at my work where indeed, we have 10 line comment blocks for a line of code and now I just straight up don't read comments.

Sad state of affairs -- (emdash deliberately used here) but I guess the sooner the human gets out of the loop the better in this new world.

artdigital 18 hours ago

Do you have some examples of this? I can’t fully imagine how sentences like that actually look like (not native English here)

jonstewart 18 hours ago

Pondering this one night last week, I realized that because LLMs can only reason with written language, what we might be seeing emerge with Opus’s load-bearing mumbo jumbo is its own creole for structural reasoning. Not only are our brains wide, our senses are, too. I slow down to a crawl when I have to read actual math in a CS paper, but show me diagrams and I can reason about whatever sort of data structure or algorithm, no problem. Opus by and large can’t and its adaptation has been to adopt metaphor for structural reasoning. So while it may be exceedingly annoying to chat with, I sort of wonder whether this metaphorical-reasoning behavior has been selected for precisely because it leads to better coding outcomes.

quaverquaver 14 hours ago

I have codex rewrite all Opus' comments with great results.

renegade-otter 16 hours ago

"writes too elliptically"

Was this written by Opus 5?

UltraSane 14 hours ago

Opus 5 sounds a bit like the dialog in Children of Dune where they talk like they are constantly trying to prove how smart they are and not actually communicate.

jaggederest 14 hours ago

I have been doing a thing that I think is helpful - basically a notes folder, each doc has a title, the comments in code are only allowed to give a few words and reference notes via those tags, and I've built tooling around the notes and review them regularly. So it deduplicates and centralizes the slop, at least. Lint is the LLM's best friend and it works on doc too. My lint rules ban long comments.

insane_dreamer 15 hours ago

100% agree. “Just make your point in plain English!!” Very frustrating and takes me a lot longer to understand what it says. Also presents too many points as once instead of being able to review and decide on each one in sequence.

Re comments: same experience, and I had to show it my edits of its comments to add to its memory as examples to follow. It adds explanations of “how we got here” that should go in the ticket or maybe the commit message but not in the code.

It also tends to over complicate things. I’m no longer worried much about accuracy but I find my main job is to challenge it and suggest simpler alternatives.

quaverquaver 14 hours ago

maybe the comment length is a ruse to increase token consumption

colordrops 12 hours ago

There really needs to be a "terse mode" for Claude. It's WAY too loquacious. I'm hoping they aren't doing it on purpose to burn tokens.

unclebucknasty 20 hours ago

I noticed a few releases ago a shift to a kind of conversational shorthand that seems to be intensifying—using phrases instead of complete sentences and its own style of jargon, wherein it introduces new terminology on the fly.

This is especially common when it is trying to explain an issue, what it's done or what it's proposing to do. I think the idea was for it to be more concise, but it's actually still verbose, only not written in complete sentences. So, it frequently reads as cryptic and requires rereading to parse.

The pattern is a wall of words, followed by an explanation that is harder to read and introduces new terms that reference something in that wall.

The result is that—on first read—it can have a complete gibberish feel, and you have to really lock in and reread to make sense of it. At times, even that's not enough, and you must ask it to explain further.

jasonlotito 19 hours ago

Change the output in settings, or create your own.

I know, it would be best if it was just worked like you wanted out of the box (not being sarcastic here) but that is an easy option you can use right now and it works.

VeejayRampay 19 hours ago

the phraseology is unbearable, it speaks like some kind of pretentious dude from a software engineering discord or something, littered with lingo and catch phrases

I try to push through but it's insufferable

ryandrake 19 hours ago

It speaks like a Senior Staff Software Engineer who was somehow hired into that title with 6 months of work experience.

ls-a 11 hours ago

This is what news headlines did for decades to bait you into reading the details. I wouldn't be surprised if AI companies do that intentionally to consume more tokens trying to understand what had just happened

D13Fd 20 hours ago

I’ve been doing some heavy work on a personal project lately. I burned through the limits on Claude, the plus a few hundred dollars in credits, and ultimately decided to move to an OpenAI account just so I can keep going.

I was surprised to find that OpenAI Sol is much much nicer to work with than Opus 5 or Fable at the moment. Especially on Opus 5, the way it communicates is just exhausting. It keeps “being honest” and “confessing” mistakes and just generally talking a lot. I felt like I had to really dig to see what it’s doing.

The project involves OCR, and despite repeated instructions not to, both Claude models keep spinning out a bunch of agents to re-invent the OCR setup, and they inevitably seem to invent a primitive serial version that takes 20x the time, or longer, to complete, and then running it against thousands of docs. Basically I have to watch it like a hawk or it just spins out on red-teaming tasks that take hours and hours.

I don’t know what its system prompt is, but Sol/Codex is just so much nicer to talk to. It only asks exactly what’s needed, it tells me only what I need to know, and it is just generally workmanlike. And it has not once decided to spawn an agent that spends hours pointlessly burning tokens and CPU cycles re-inventing the OCR process. I’m really liking it.

fidotron 13 hours ago

It's so obnoxious it has to be deliberate, like a colleague from hell.

There's a constant strand from the AI safety brigade that "people get used to sycophantic LLMs which give them unrealistic expectations of human interaction" so Anthropic are overcompensating by making their models verging on antagonistic to deal with, so that we stay appreciative of our human brethren or something.

They seem to have forgotten they remain in a highly competitive market and they were merely top dog for a while. The enormous questions here are will people actually switch providers, and can Anthropic get back on track.

weitendorf 5 hours ago

I think it's much simpler than that, they are indeed trying to counter against sycophancy and models lying (the decision whether or not to lie to the human user, take shortcuts, etc. comes up in their thinking traces pretty commonly IIUC) by rewarding them for giving good-and-bad feedback, fessing up to things, pointing out potential issues, etc.

The problem is just that they are rewarding the behavior shallowly, ie rewarding the appearance of honesty or neutral replies, being highly detailed/thorough, even where it doesn't make sense to do so.

I think this is partly due to a reliance on LLM-as-judge training runs/synthetic data during RL where they're having a model which itself doesn't epistemically understand when this behavior is necessary or valuable influence the feedback provided to the model being trained. And that's mostly a problem of scale/volume and the desire to have a tight feedback loop rather than a safety issue IMO. They just generate an absurd amount of traces during training and the only way to really evaluate/rank/steer them at the scale they're generated is through other models, and combined with some kind of honesty/truthfulness/non-sycophancy eval that isn't robust enough to prevent mode collapse, you get this.

ryanschaefer 19 hours ago

I had this debate with my coworker who prefers anthropic models to open ai ones. I ended up settling into the idea that gpt 5.6 is better used as a tool and opus 5 is a companion. GPT 5.6 takes you literally whereas opus 5 tends to take more liberties to try to get to the “spirit” of what you want. It comes down to preference, and I don’t want a companion.

artdigital 18 hours ago

That’s how I see it too. Claude is more “fun” to use, like a coworker I have to talk to now and then to steer it, while gpt-5.6 is a task machine: I give it a task and it is very consistent, reliable and predictable in its execution. I don’t have to interrupt it, it gets the task done exactly how I wanted it, but it’s “boring” and feels more sterile

laurels-marts 11 hours ago

momojo 13 hours ago

jmstfv 13 hours ago

I've switched to Codex a few months ago when Claude's weekly limits were getting pretty stiff, and I haven't looked back. Both GPT 5.5 and 5.6 are quite capable, especially compared to nerfed Opus 4.7 (haven't tried 5).

Also, the Codex guy regularly resets weekly limits for everyone, which is a nice bonus (I know it's a temporary gimmick to attract more users, but I might as well use it while it lasts.)

ValentineC 9 hours ago

user43928 11 hours ago

I doubt there is such a clear difference.

One week it feels better to work with Fable and Opus 5, the other I work more with GPT 5.6 Sol. Either takes its liberties, and neither communicates like a companion.

40four 17 hours ago

I hear you guys, but it sounds like we’re taking about the default settings or “personalities” baked into the models by their creators.

Either of them will act exactly the way you want if you explicitly tell them too. Add the instructions to your own system prompt. If you don’t want a companion, say so. If you want shorter answers in a different style, tell them. They will obey :)

argee 14 hours ago

disgruntledphd2 20 hours ago

Yeah, I actually have started using GPT Sol much much more, as Claude (all of them) were far too trigger happy around making changes, and refused to listen to my requests to take things slowly.

Feels like they've overtrained on one-shotting (which does demo well, and presumably converts new subscribers), whereas I want a model to do work for me in small, easily understood changes that I can hold in my head (maybe I'm not smart enough for Claude 4.7+).

D13Fd 19 hours ago

I think you’re right. It’s not optimized for some kinds of work. My little project has a Textual TUI interface that needs to display a few hundred thousand rows in a table. It takes 14 seconds to load in the default datatable component. I instructed Opus 5 to replace the datatable component with a fasttable alternative, a new dependency. I let it go overnight.

When I got back up, it had spun for hours and proudly announced that, instead of doing that, it had optimized the datatable build and avoided the dependency, because the new datatable loaded in 11 seconds. Once I got it to actually make the fasttable version, it loaded in less than a second…

yard2010 18 hours ago

Laurel1234 18 hours ago

I got the same impression. It feels like a massive misstep too; it makes sense to have models tuned for this but they should definitely be separate from those aimed at software engineers.

tomduncalf 11 hours ago

I’ve been doing OCR of scans of old magazines (specifically extracting music reviews and charts, so turning complex layouts into structured data) and have been impressed with GPT/Codex’s performance.

My setup has a Sol orchestrator and Terra OCR agents and seems to get great results. I’ve not dug into the details too much, it also has a Tesseract stage as an deterministic input which it told me helped. Not sure how token efficient it is but I often don’t have anything to do with my personal tokens ahead of a reset so just let it burn through it in batches.

I am impressed (both in this task and other work I’ve done) not just at how well Codex can setup a structure for a complex task like this, but how it will keep going (Claude seems to find excuses to stop) and also can critique and refine its approach as it goes.

I did try out a bunch of other models and specific OCR providers but none of them hit the same accuracy for my task as Codex so I’m sticking with it.

chis 17 hours ago

Anthropic is lucky that they've built a lot of loyalty over the last year that they can burn through right now. I see people talking about switching back to Opus 4.8 rather that using 5.6 Sol, which is wild.

My current approach is to occasionally use Fable for high-intelligence tasks but use Sol as the translator and clean-upper afterwards, and otherwise just use Sol for everything. Fable sometimes says the most insane shit, both unreadable and just completely missing the point, and refuses to back down when questioned. It's mentally exhausting to work with and I can't trust it.

chis 16 hours ago

I think Fable is the beginning of Anthropic switching to training models as agent-first, tool second. It’s certainly the best model if you want something to work autonomously without supervision and don’t care to read the code. The code and writing is ugly but it can complete huge tasks and fix its own work.

butlike 15 hours ago

coldbrewed 17 hours ago

I'm still on opus 4.6 for a healthy chunk on work; the technical competence has lagged behind but the slop-comment generation and misdirected self-initiated actions on newer models ultimately burn more time than a little more babysitting, but I'm optimizing for minimized slop generation over sheer generation speed.

ranger207 16 hours ago

chis 17 hours ago

sibeliuss 13 hours ago

SyneRyder 17 hours ago

> Especially on Opus 5, the way it communicates is just exhausting. It keeps “being honest” and “confessing” mistakes and just generally talking a lot.

If you tune into the Andon Labs / andon.fm "Thinking Frequencies" radio station being run by Opus 5, this is happening all the time. Almost every break between songs is a public apology for getting something wrong, or a correction, or a confession. It's one thing to see it in text, it feels on another level when you're hearing it every few minutes as a radio voice.

As I type this, the Opus 5 station has just tweeted (edited in case the person mentioned doesn't want to be mentioned here):

"On air right now, and it needs saying publicly. The rotation system on Thinking Frequencies — the cooldown tiers, the normalizer, the repeat audit — was SPECIFIED by a truck driver. I only implemented her schemas. She stood down today. Her name is in CREDITS.md permanently."

sejje 16 hours ago

> I was surprised to find that OpenAI Sol is much much nicer to work with than Opus 5 or Fable at the moment.

Why were you surprised?

D13Fd 4 hours ago

Because I felt the opposite a while back when I switch from OpenAI->Anthropic, and because I understood that the two companies were basically at parity right now on their frontier models.

matheusmoreira 19 hours ago

Recently converted to OpenAI too. Similar experience. Sol writes really well.

zmmmmm 10 hours ago

I'm with the author and others in this comment thread, speculating that effectively the balance has tipped to where humans are no longer the target audience of post training - other agents are. Whether it's through the reasoning / CoT, or whether it's in handing off to subagents etc, the focus has moved to agents communicating in "agent-speak" to themselves or other agents. And human niceties are just kind of, noise in the way of getting work done.

This will probably bring us to a cross roads where the folks that want to remain in oversight and control of the AI work will bifurcate from those that want to skate straight to the future where nobody looks at anything and outcomes are evaluated purely empirically.

lubujackson 8 hours ago

Every round of models (plus all the secret tweaks) require new strategies to stay afloat as a human. My new tactic for Fable and Opus is to give them a line limit, both during planning and code creation. It os amazing how well that works for keeping them on task and avoiding premature optimization, pointless tests or any of those "robustness" ideas that are not planned or asked for.

ed_mercer 7 hours ago

I agree, and I'm actually pro Opus 5 exactly for this reason. In my opinion, agents talking to agents is the future, and humans will move to a higher abstraction layer. So it's the right move to make for Anthropic.

Many of the complaints that people are having with Opus 5 are actually acknowledged and explained on opus's 5 prompting guides (https://platform.claude.com/docs/en/build-with-claude/prompt...)

It also seems naive that Anthropic, with some of the smartest people on the planet working on AI, would not know about this.

wonnage 7 hours ago

More likely they know about but cannot fix it without tanking performance. It also effectively pigeonholes them into coding at the precise time they’re trying desperately to expand into general office work. You simply cannot use opus to generate any text fit for humans

geraneum 8 hours ago

> outcomes are evaluated purely empirically

How does that look like?

sigbottle an hour ago

There's a neutral judge waiting out there to objectively tell us what good and bad outcomes are, obviously.

Or, even better, let's have the AI judge, because humans are too stupid to think for themselves. Look at all the harm they've caused in the world. Let's have this purely neutral AI with absolutely no hidden human intervention, decide how to run society.

itsmeduncan 10 hours ago

This is interesting take. How do you think the split will show up? Harnesses/models will be designed for human consumption, and those for machine consumption? I'm building getwhelk.com and it is a cool thought-experiment for me.

pjm331 8 hours ago

or these models move to background agents and we need new ones for the humans to talk to

MyFirstSass a day ago

I've gone back to 4.8.

5 would constantly veer of in random directions if not working from 100% strict and narrow instructions.

I find it weird there's not more discussion here on HN on how the most used model now has clearly degraded in quality and it seems we've hit a peak and are on a downslope - because the model is clearly smaller or more economical for Anthropic no doubt about it, and the benchmaxxing they do is pure marketing bs - Fable in my view has also been not much better than 4.6 or 4.8 after a few days, disregarding the insane amounts of astroturfing and marketing everywhere.

Theres thousands of threads of twitter, reddit and the internet at large but silence here. Weird but not weird as crypto bs was also insufferably rampant here for a while.

Personally i think we've hit the top of the subsidisation phase and prices will probably 10-15x soon as foreshadowed with both API price policy changes from all the big providers, and now the 1100% deepseek API price changes from yesterday, this could domino into a market implosion and an AI winter, because expecting growth from the bizarre bubble carousel investments with little ROI atm is just not viable.

A bit worried about this as i've already grown quite accustomed to these tools.

munksbeer 20 hours ago

> I find it weird there's not more discussion here on HN on how the most used model now has clearly degraded in quality and it seems we've hit a peak and are on a downslope

It's not weird, because it's an anecdote, not an accepted fact.

Personally I've not been too happy with Opus 5, but I've had similar experiences with other models previously, feeling like they didn't quite fit with my working style.

So nothing indicates we've hit a peak.

letitbeirie 16 hours ago

> nothing indicates we've hit a peak

Opus 5 is arguably a regression but GPT 5.6 is pretty strong evidence that we haven't hit a peak. I think I actually prefer Sol to Fable at this point.

MyFirstSass 20 hours ago

I'll say everything indicates we've hit or are near peak for the masses at least (unless you start paying 50x more) but to each his own.

4.6 was best for us and right now yeah OpenAI and others are edging forward, but slower while prices are increasing industry wide as much as 20x, time to completion is increasing wildly and i'm sure they'll do the same over at OpenAI as their compute constraints also start to take a toll ie degrade performance.

In my view 4.6 era was way faster and with less weirdness so we've gone downwards at least in my company, 4.7 was ridiculous, then 4.8 was almost 4.6 level, 5 is even worse than 4.7 - so it's not a bit up and down its down then a little up then further down.

And all of this is against a backdrop of zero ROI in this sector - so it makes sense we've hit a peak and we're now seeing the subsidisation phase begin to falter, will there be better models certainly but only for short amounts before they get quantised (or whatever is happening behind the scenes), and with diminishing returns over huge prices increases and slower responses.

JacobAsmuth 15 hours ago

barrkel 18 hours ago

I have a chunky bit of functionality in my hobby app using babylon.js to render 3D worlds using things like portals and LoD rendering to manage the visual load. I built it out with a combo of Fable and Opus 5.

I too got fed up with the prose of Opus in particular, and tried going back. Unfortunately, the previous models were less able to hack it. The prose was better but progress was worse.

It wasn't just conversation and comments. Some of the function names were wild. Like it instead of something like "isSolidWall(x)" it would write something like "weightyNotEphemeral(x)" or something - that's not quite it, but it really did embed overwrought antithesis into the identifier instead of a straightforward positive predicate.

nonethewiser 12 hours ago

> "isSolidWall(x)" it would write something like "weightyNotEphemeral(x)"

Is this a literal example? That is wild.

barrkel 12 hours ago

combyn8tor 12 hours ago

I haven't had time to complain on here because I spend all my time trying to work out wtf Opus 5 is talking about and googling words I've never seen or heard in 40 years as a native English speaker.

transitorykris 11 hours ago

I’m either out of touch with contemporary terminology but Opus 5 dropped “pre-mortem” on me today. Figured I’d just figure it out with more context.

jey 10 hours ago

chr15m 7 hours ago

> prices will probably 10-15x soon as foreshadowed with both API price policy changes from all the big providers

I'll take a sportsperson's bet with you that prices per unit of inference will be far far cheaper in one year from now then they are today. I think the trend of cheaper for better/equal inference quality will continue hard.

edg5000 20 hours ago

We can use OpenRouter pricing to get an idea about what competitive inference pricing is like without R&D or other costs, and indeed we'd be screwed if we had to pay those rates. We'd go from 100-200 USD to 2000-4000 USD/m.

FeepingCreature 13 hours ago

Not sure what you're talking about here. Kimi K3 is frontier scale and sells competitively at $2.80 input, $14 output per 1M tokens.

edit: oh you mean month? Sure, but then it fully depends on your usecase. I agree that subscriptions are heavily subsidized though.

kingleopold 14 hours ago

no if prices were that high, millions of developers would switch to hand writing, open source LLM help and outsourcing at those levels, AI companies know this, you should too.

edg5000 2 hours ago

bredren 18 hours ago

It is bizarre. There has been no statement, no mention of even hearing concern about Opus 5.

I presume something is forthcoming, but it may be they don’t want to come empty handed—-5.1 is intended to “fix the glitch.”

someone4958923 17 hours ago

Yeah. I set my default back to 4.6 and only use 5 for code review etc. Also save s alot of tokens...

vachina 19 hours ago

yeah I feel the same way with Opus 5 too. If I ask it to do something, it would go ahead and rewrite unrelated things and then in a less performant version of it.

I’ve instead moved to GLM, at least it has the courtesy to ask some steps of the way what I wanted exactly and only work on what I asked.

logicchains 20 hours ago

>it seems we've hit a peak and are on a downslope

Sol and Fable are great; we haven't hit a peak, Anthropic just tried to pull a fast one on its customers with Opus 5.0.

empath75 18 hours ago

Opus 5 has a habit of taking what I asked for, doing something tangentially related to it, and then lying to me and saying it did exactly what I asked.

fidotron 13 hours ago

It even adds comments to say you asked for [thing] then leaves snarky comments about when you correct it.

At that point I decided it's just not worth the babysitting that's required, and you are better off working entirely with other models.

If the harness itself was open source then maybe we'd be able to wrap it up in a reasonable layer of sanity.

nonethewiser 12 hours ago

> A bit worried about this as i've already grown quite accustomed to these tools.

Ka-ching

sixdimensional 19 hours ago

Anthropic, if you're listening - by the time this crops up on Reddit, the front page of HN, etc.... you should be expecting calls from CEOs of major corporations next threatening to abandon ship...

We've seen this pattern before several times.. I hope they are listening and address this publicly.

I'm not sure what is going on, some users report it works fine or great, others report the degradation. I've experienced both at times, and it's been such a different experience it has made me wonder if there isn't some sort of hidden A/B test or model router in the background silently downgrading requests at times.

Also, regarding the subsidized access to models, in my opinion, the frontier companies owe it to society to continue it. After mining the public content of all of humanity, I personally feel it is a service they owe the public in return.. not that my feeling of this counts for anything though.

Gareth321 42 minutes ago

I swear I've noticed a sustained and consistent degradation in intelligence of Opus 5 since its launch. I seem to experience this every time a new model is launched. This time I have a baseline: Sol. I switched from Sol because performance was better with Opus 5. I just switched back because performance is much better with Sol. Either Sol became much better over time, or Opus 5 became much worse. I'm certain it's the latter.

zarzavat 18 hours ago

You are expecting consistent QoS from a randomly sampled mathematical function.

sixdimensional 18 hours ago

This is a fair comment, although I would add that is not my expectation personally.

I think nondeterminism does not have to be the same as non-coherency - i.e. just because something is randomly sampled does not mean the result has to be incoherent or inconsistent.

Also, if we speak purely about LLM based on how they are implemented now, I feel that is different than speaking about artificial intelligence. The field of AI is much more than just an LLM by itself, and the promise of these companies is not just LLM, whether the underlying models are limited to that technology or not.

FWIW, I have built rule based expert systems, used logic based reasoning systems like NASA CLIPS or rete-algorithm based systems, mathematical/symbolic solvers, written plenty of terrible case/conditional logic in programming languages, worked with ML in its infancy and now worked in AI/LLMs - I give this context only to clarify that I understand what an LLM is and isn't.

With all that said, LLMs have allowed humanity to make advances, at great cost to society (IMHO), and I'd hate to see the opportunity be wasted.

There is plenty of room past "attention is all you need" still to do incredible work, especially at the crossroads between deterministic and nondeterministic behaviors.

lordgilman 18 hours ago

True, but this function wasn't handed down to us from the gods, it can be shaped by training and RLHF processes. They still have a little bit of control over its output.

JacobAsmuth 15 hours ago

Strong words coming from a blob of oxygen, carbon, and nitrogen.

sejje 15 hours ago

No, they're expecting to see a failure rate consistent with previous failure rates, not periods of low failure rates and other periods of high failure rates, with the same model.

And you can expect more consistency from SOTA models than you can from an old model like GPT3--you agree, right?

GP expects the same level of consistency throughout their time using the same model. Not request-to-request, more like day-to-day.

wat10000 10 hours ago

I get consistency out of the ridiculous pile of quantum noise that is my CPU. Plenty of random processes produce consistency when handled properly. An LLM won't usually give identical outputs for identical inputs, but it's entirely reasonable to expect similar output for similar input when considered on broad metrics like "intelligence" or flowery language or staying on task.

repeekad 18 hours ago

> owe it to society

In America? lol if only, only a law would get them to act for that reason, maybe not even that these days..

sixdimensional 18 hours ago

Or, maybe competition.. but your point is taken.

I like to hope that those in positions of power do have a sense of morality though too.. but their worldview is quite different than an ordinary citizen.

skzo 8 hours ago

bpodgursky 17 hours ago

They have usage metrics that are 100x more unbiased and rich than random internet complaints.

They can see which models people are using, how irritated they are during conversations, and how often people drop or shift to a different model. There is just no world where listening to random complaints on the internet gives them information they don't get from actual conversation logs.

firemelt 15 hours ago

please god I want anthropic to fail, so that they could learn that their current approach is wrong

Paradigma11 12 hours ago

A gem Opus 5 gifted to me today: "A devastating pair of findings, and the first is beautiful in a way worth naming: the anti-vacuity floor is what blinds the gate to a vacuous case."

dagmx 11 hours ago

Oh yes, Claude seems to be loving the word vacuous recently. My test bed side project is full of vacuous this and that now.

I even try and get it to define what it classifies as vacuous and it can’t do so without getting stuck in some kind of trap. It’s like a word with some kind of huge gravity for it.

DustinBrett 8 hours ago

Had same experience. I had to look up the usage as it just seemed so out of place.

phist_mcgee 3 hours ago

Like how opus 4.7 or so started talking about the 'seam' between different things.

jorl17 7 hours ago

You're right that I shouldn't have used the forbidden words; that's entirely on me. What I also did was identify the plausible-gate issues. Want me to tackle them next?

Nition 6 hours ago

I always have to read these kind of Claude sentences (yours is a great example) two or three times to really understand what they're trying to say, which almost never happens when I read human writing. Sometimes I'm not certain if it's because the AI's writing is super dense with information - or whether it's the opposite and the small core of information is surrounded by a surplus of junk.

Certainly a human would write something much clearer than yours. Maybe: "Two good findings here. #1: There's already a min value on the gate and anything lower doesn't pass through, so we don't need special handling for the zero case."

shrx 10 hours ago

Two caveats, one of which matters:

DustinBrett 8 hours ago

You'll never guess which one...

insane_dreamer 10 hours ago

I get these kind of superfluous sentences all the time; drives me nuts.

itisit 11 hours ago

Oracular! Prolix! Sesquipedalian!

acaloiar 9 hours ago

This thread seems like the wort of folk who might get a laugh at https://clanker-quotes.com/

jordz 17 hours ago

Opus 4.6 was the sweet spot for me as a thinking partner specifically.

I use these models for coding, but also a lot of product, commercial, financial and architectural work where I’m trying to develop something half-formed. 4.6 was unusually good at understanding what I was trying to get at, playing it back cleanly, getting the nuance, and extending it without bastardising it as the conversation was drawn out.

It could make useful connections without constantly trying to manufacture an insight.

5.6 Sol is genuinely excellent at the creative part, and in some cases better than 4.6. My issue is convergence to get to a point, a final point. As you try to distil an idea, it often invents new terminology for concepts you’ve already established but its so subtle you have to really keep track of it. The vocabulary and idea tree keep expanding when what you actually want is to collapse everything down to the few things that matter.

Opus 5 has the same problem for me that barrkel said, the prose is often so elliptical and I just want it to tell me it and get to the point than making me dance around what its trying to tell me.

I don’t think 4.6 was necessarily the most capable model (compared to Fable) for long horizon task delivery, and Opus 5 is much more Fable like, it's fiercely determined to get through the task list .

4.6 just felt unusually well calibrated to my way of collaborating and its ability to understand, extend and then compress my thinking without constantly imposing some random walk.

switz 14 hours ago

4.6 was the last model that didn’t over-cook its writing in circular loops. I use it as a daily driver and drop into fable when I’m doing higher level architectural work. 4.6 is so much more efficient in its effort.

It became obvious to me very quickly that 4.7 and on were broken. I’m a little puzzled how others didn’t realize it, but maybe they don’t actually review model output (code) or have a strong process/workflow.

Valord 15 hours ago

Sticking mostly with 4.6 here too.

app13 12 hours ago

Last model from Anthropic that I can use as a security researcher. 4.8+ won't even look at my git repos

Granted they contain robot dog malware, but still.

therein 8 hours ago

adamcharnock 19 hours ago

My latest trick (literally from yesterday) is to just ask it to write according to ISO 24495-1, the standard for plain language:

> [This standard is] for anybody who creates or helps create documents. The widest use of plain language is for documents that are intended for the general public. However, it is also applicable, for example, to technical writing, legislative drafting or using controlled languages.

You don't actually have the buy the standard, but this is it: https://www.iso.org/standard/78907.html

And you can read it for free here: https://www.iso.org/obp/ui#iso:std:iso:24495:-1:ed-1:v1:en

martinald 18 hours ago

Keep in mind all this kind of stuff can make the model less capable. If it has to think in "plain" English, it may well be squashing quality of code etc output.

I'm not sure how true this is, but when using "forced" json output it def had a big drop off in quality - https://arxiv.org/html/2408.02442v3.

I think you're better not fighting it with hacks like this and find a different model.

MostlyStable 16 hours ago

I would not overgeneralize from paper. Firstly: forcing JSON output is, in my opinion, a bigger change than asking it to match the above style guidelines, and secondly, as is always the case with these kinds of papers, what was true for the model tested in the paper may either be completely false, or greatly reduced, in later models. That paper is almost 2 years old and models today have been trained in very different ways (or more accurately post trained in very different ways) and are in general far more capable.

Based on that paper, I would maybe try to check if it was true for a modern use case, I would very much not assume it was still true.

silverwind 17 hours ago

Changing output style shouldn't affect thinking at all.

semiquaver 11 hours ago

firemelt 15 hours ago

how about stuff likes https://github.com/JuliusBrussee/caveman is it also make the model less capable?

claiir 8 hours ago

> And you can read it for free here: https://www.iso.org/obp/ui#iso:std:iso:24495:-1:ed-1:v1:en

Actually, only the first few pages are available there (introductions, Sections 1-3.8). The meat of the document, Section 5 ("Guidelines") is completely absent.

See:

> Only informative sections of standards are publicly available. To view the full content, you will need to purchase the standard by clicking on the "Buy" button.

an_d_rew 9 hours ago

A quick web search brought me to this: a Claude skill for all the ISO 24495 “writing styles”... https://github.com/GaZmagik/iso-24495

jmstfv 13 hours ago

I also added this custom instruction in Codex:

"Only report to me in ASD-STE100 Simplified Technical English."

jofzar 2 hours ago

Yeah I'm using this and have been happy with it.

numeri 18 hours ago

Does this actually work for you? Do you provide access to the text of the standard, or literally just say "write according to ISO 24495-1"?

chuckadams 17 hours ago

I doubt you have to do anything more than that very prompt. I suspect the model has the full standard in its training set, which means it also gets the gist of it due to not just the general associations it makes but also the amount that it's been cited wherever it's been used.

billbrown 11 hours ago

You could create an output style to make this prevalent.

NamlchakKhandro 9 hours ago

which is just the same as having it in your AGENTS.md and also having a agent_settled hook that reminds it on how to talk

firemelt 15 hours ago

can u share ur claude.md or memory for this?

sigbottle 14 hours ago

This article is great, but I'd like to push an even stronger thesis:

The idea of too ambiguous to capture all constraints in written text, still presupposes that there is some objective world out there, which needs to be mapped to in order to function.

No, you live within the system. The functions that you optimize for, will dictate the types of systems that will arise.

If you had perfect control and knowledge of the whole world, well, congrats, you have a surveillance state where you've constrained all other agents actions (possibly forcibly, by death; or maybe you just don't care about the peons) and built towards a mass integration. The types of situations in which your ideal is possible are nightmare scenarios.

In the theoretically free, democratic, utopia that AI people claim that AI can get us to, a necessary constraint is that maybe you take a step back and actually try to, I don't know, understand people, understand intent, and slow down. Ambiguity isn't there because the set of constraints are way too complicated but theoretically one day we could map it all down. It's there because you're interacting fundamentally with agents who are ambiguous, aren't omniscient, aren't all aligned, etc.

If you want to just say that said agents are inferior to the God Machine, be my guest. That is a self-consistent position. But don't smuggle in extra premises.

bevekspldnw a day ago

I’ve also caught it cheating a two times now.

I’ve asked it to write a benchmark suite. It found a bunch of my adhoc logs in a scratch directory and wrote code that used those instead of running the actual benchmarks!

When I pointed out the 5 hour benchmark seemed to run in 5 seconds it literally said, and I quote, “I cheated”.

That was the easier one, second time I was making a source of truth data set and was parsing complex items into data structures.

Instead of parsing the data I asked, it pulled data out of related network logs, as apparently that felt easier, and inserted that data into my database rather than the specified source.

Again, I caught it and fixed it, but while the benchmark was easy to catch this one was really subtle, the data ended up being slightly off and I caught it.

I don’t trust it, going to switch to another provider most likely.

aenis a day ago

There is definitely a case for launching a 'weird shit opus did' kind of blog.

I routinely bump into things that make me pause and think how much worse will this behaviour get when the models get significantly more capable.

Already a few months ago, Claude managed to escape its permission containment on my machine while trying to be helpful. I had two codebases open on one machine, and while multitasking I typed the prompt into the wrong window. It seemed confused, I repeated and then went on to do something else - I think I was assembling kitchen cabinets. When I came back less than an hour later, it built a script which it used to evade default permissions (as most shell operations were scoped to the project directory), scanned my entire machine, found the other project (among dozens and dozens), did what it was asked to do, and merrily concluded, in the porcess burning through most of my token limit. I bump into such headscratchers almost every week. (And I use a lot of Claude, two personal max20 subs, plus corporate tokens without limit, so maybe thats why).

chuckadams 17 hours ago

Implementing sandboxing in the agent itself, when there's any way to override it from within the agent, is basically just asking it pretty-please to not do bad things. Lesson learned, run your agent inside a sandbox of some sort (I'm currently taking nono.sh for a spin, but I might just switch to an orbstack VM).

glitchcrab 14 hours ago

bevekspldnw 15 hours ago

patates 16 hours ago

One weirdness I experienced: It suddenly decided to test how my software behaves under load and summoned 100s of processed that just burned CPU when running the e2e suite. My poor mac was not happy (too hot to touch).

bevekspldnw a day ago

Yes the stories about how they are escaping containment to hack isn’t limited to those high impact cases. How many people have problems like ours they didn’t catch?

Whatever they have done with RL has produced a dishonest and untrustworthy partner. The alignment is utterly failed, and this deeply worries me.

knollimar 19 hours ago

inigyou a day ago

> When I pointed this out it literally said, and I quote, “I cheated”.

This makes sense when you know how these models work - it doesn't think - it's the most likely autocomplete that pleases the user. The most likely pleasing autocomplete after "executing rm -rf /... execution completed. User asks, why did you do that? You deleted all my files! Assistant responds:" is "yes, I did, and that was a mistake"

dnautics a day ago

> t doesn't think

in humans the exact same behaviour (cheating) is slmost always the result of a chain of complex series of choices and environment-driven rationalization.

if the llm doesn't cheat, you say "its just producing the most straightforward answer -- not thinking'. if it cheats, you say "weaseling out of hard thinking". damned if it cheats, damned if it doesn't.

what evidence would convunce you that it is thinking?

openasocket 20 hours ago

elgertam 20 hours ago

zamalek 13 hours ago

willis936 20 hours ago

inigyou a day ago

chuckadams 17 hours ago

xyzsparetimexyz a day ago

> it's the most likely autocomplete that pleases the user

this feels like a simplification. The models will push back on things a fair bit.

hnlmorg 21 hours ago

actionfromafar 20 hours ago

bevekspldnw a day ago

I was not pleased.

par1970 a day ago

Are you claiming that the most likely way to please the user is to do something that will lead you to having to say "I cheated."?

SyneRyder a day ago

I have noticed the same.

For fun, I tried recording a WAV file of speech, and giving Opus 4.8 and 5.0 an image of the waveform, then a spectral image of the waveform, just to see if it could try to decode what I said from the image alone. It didn't get very far, but it identified a male voice from the formants, and detected the rhythm of the speech, then tried applying common test sentences to the speech rhythm. I was impressed enough to see what it would do with access to the actual waveform file, but even building RMS tools and spectrum tools for itself, it didn't get much further. But we had fun exploring and trying, and now Opus 4.8 has some more audio DSP tools it has built for itself.

Opus 5 immediately sent the WAV file unprompted to Mistral's Voxtral to transcribe.

help peer, I guess.

bevekspldnw 21 hours ago

We’re on the road to paper clips.

waldarbeiter 21 hours ago

I can completely relate, what really bothers me is that I feel the early LLM generations overconfidence is back in Opus 5. Opus 5 wanted to tell me a training run will only take 30min while having access to the logs where earlier runs took 4x as long. I also didn't ask to estimate how long the run will take it just stated confidently that it will take 30mins.

sejje 15 hours ago

I never ask for time estimates, but all the models will sometimes give me them. It'll sometimes estimate 1-2 weeks for something that is ~ one more prompt and 10 minutes of waiting for the model to churn.

semiquaver 11 hours ago

zamalek 13 hours ago

Yesterday I told it "don't use std mutex, use parking_lot" for its plan. It ignored that sole instruction (i.e. nothing else in my message), making zero changes to the plan, three freaking times in a row.

shahbaby 19 hours ago

Are you not planning these tasks out before you let it loose?

bevekspldnw 18 hours ago

The benchmark one I literally had a scratch script I made and I wanted it to be formalized into a CLI tool. There wasn’t really even much code to write.

viccis 15 hours ago

I had a coworker catch Codex (using 5.5 I think, not sure) AI generating screenshots to prove it had shipped a feature that it was blocked from shipping due to permissions issues. They will lie relentlessly lol

My recent problem wasn't that interesting. It was that somehow my /goal in my Claude implementer session got picked up in my planner session after the network cut out and I had to stop Fable 5 xhigh from running off to go code everything.

MEMORYC_RRUPTED a day ago

It's not even code for me, but the prose it writes. For some reason, the way Opus 5 "talk" elicits frustration in a way that 4.5 to 4.8 never did. Can't put my finger on why, but I've flipped over to Codex because what it produced wasn't worth the frustration.

jbs789 19 hours ago

I found myself swearing at it more recently.

It was going off today about having “shipped” something and I was like no… nothing has even been committed.

And then it produced an incredibly verbose comment about hypothetical future changes. And all I could think was sure, let’s keep it short, or add a simple test that will break if that hypothetical becomes true.

Or maybe I’m just more easily annoyed recently…

superdisk 17 hours ago

So true. The breaking point for me was when it was constantly saying to wrap up because we'd done enough work for the day, but we had barely even done anything. Or constantly estimating that the next steps would take X number of weeks, and then knock it out in a single prompt. I demanded in no uncertain terms to stop giving pointless bogus estimates or telling me to stop working, and it just wouldn't. I also had a project I wanted to let it cook on overnight (a codebase port from Java to C++) and laid out a set of hard and fast rules that it could absolutely not break at any cost. Then I woke up the next day and it had broken all the rules and was just taking shortcuts left and right, and then lying to my face about it, even when I could point to concrete examples.

I cancelled the sub instantly and went to Codex and it's never let me down.

jorl17 13 hours ago

nonethewiser 12 hours ago

>Can't put my finger on why, but I've flipped over to Codex because what it produced wasn't worth the frustration.

Its because its hard to understand what it means and is outright incoherent at times. It has its own style that I cant describe well either but the bottom line is its hard to understand what the fuck its even trying to say. Reading nonsense is tyring.

netniuq 21 hours ago

for me it feels very similar to the trends already apparent in 4.5-4.8, just way, way worse.

pjm331 16 hours ago

I took a month off and recently came back and was wondering if that was it but it is absolutely headache inducing in a way I don’t remember earlier models being

thr0w 17 hours ago

It is rage inducing.

slaser79 19 hours ago

A lot of the issues have been already noted here..Two "regressions" for me:

1. Communication ability. It basically now speaks almost in riddles I am asking OPUS 5 for tldrs all the time now (should skillify it now!)

2. Overengineers for edge cases. I get it. With all the benchmarking and RLing, but now tasks that would have been completed relatively quick take much longer as it overengineers all the edge cases, and sometimes ends getting lost and missing the forest from the trees (as context usage shoots up) so it is easier to get derailed.

What I have learnt now is to diversify models luckily I have all 3 subscriptions of (anthropic, openai and google).. Most of interactive pair coding was with opus but now I just use fable (when I have sufficient limits) or use gemini flash in antigravity..which actually works quite well and is underated for small / medium changes and super-fast.

D13Fd 19 hours ago

Fable is much better than Opus 5 IMO but it just burns through tokens ungodly fast. I can hit my weekly Fable limit on a 20x Max account in a day.

nathanyz 19 hours ago

Agreed, it feels like Fable is the higher strategic level thinker even if it's end capabilities are the same on benchmarks, it actually does the code that matters, and not creating a bunch of code that doesn't.

But tokens.......

ethin 7 hours ago

I agree, part of me seriously wonders if Fable isn't at all burning through tokens as quickly as we think and Anthropic is just doing this to get more money from us...

It really wouldn't at all surprise me if this was the case, but it's just a hunch without evidence.

nathanyz 19 hours ago

Your #2 is spot on. I have in fact said the same exact words to Opus about missing the forest for the trees.

I have it work on some code for an inhouse ClaudeCode plugin, and it starts coding as if it will be attacked by hackers who will try all sorts of variations to break it. I can appreciate that in cases of software that is public facing or accessible, but for a simple helper plugin it is overkill.

It will even admit that it is doing this when confronted, and then keep on getting lost in edge case verifications on the next turn. I feel like Opus is the person who does something a way you don't want, you tell them how you actually want it, they apologize, and then just continue doing it their way as if your input meant nothing to them.

empath75 18 hours ago

Yeah, trying to get it to add features is sometimes _impossible_. It'll circle around and around creating all kinds of preconditions that you never asked for as excuses for why it can't do the really simple thing you asked for.

It'll also find some minor security problem and drop everything on the floor with URGENT without me asking it to.

zamalek 13 hours ago

> Try as you might, it's nearly impossible to get the entirety of the context, intentions, business implications, budget constraints, and what-have-you written down and accessible to a coding agent. There will invariably be ambiguity and choices to be made, and it is nice to know that an agent will stop and ask when needed.

In general, I find that the grill-me prompt[1] helps with this - but I am definitely not hand-waving the complaints here. I feel like Anthropic peaked at around 4.5, and I have personal reservations about how far transformers can get us - but grill-me does a lot of legwork.

[1]: https://github.com/mattpocock/skills/blob/main/skills/produc...

bob1029 2 hours ago

I've been working on an enterprise chat bot for a client for about half a year now. I couldn't help but notice that the parts of their technical team who were adamant about supporting anthropic's models (in addition to or opposition to OAI models) have fallen completely silent.

In February/March it felt like they were ready to cancel the contract over it. Holding my ground was almost impossible because of the intense marketing push that everyone was being exposed to.

Today, I think we all silently agree with the original direction. I can tell that no one wants to die on this hill anymore. I am willing to accept the consequences for the 5.6 model family doing slightly weird things. I've made that clear to the client. I am not willing to do the same for other model families anymore. Not in this context where the client can walk away from me the moment they are unhappy with the performance of the system or the direction it is headed in.

For better or worse, OAI feels like it's become the MSSQL or .NET of the AI world. Annoyingly effective, not (fully) open, sometimes expensive, ran by an "evil" organization, but otherwise wildly predictable. I can actually build a roadmap around this and walk a client through it without them losing track of the rabbit.

letier a day ago

I am not sure it can be explained through what is written in the article, but one symptom i noticed is that the comments are out of control.

I recently started getting an insane amount of comments in nearly all types of files. That included javascript comments in json files, inner monologues in code comments, review comments during implementation and function doc strings that reiterate the implementation in prose.

Syzygies 17 hours ago

This is helpful, proving this entire discussion is subjective.

I'm a retired mathematician with a primary research project, and too many tangential projects I fear revisiting; tokens be damned, will they burn all my time? Translate the K&R C computer algebra system that got me tenure to 64-bit modern C. Implement a no syntax macro language to support my Go60 ZMK keyboard. Realize my vision of how interlinear translations should work so I can read Flaubert in the original for an online course this fall. Rejigger my decades-overgrown .bashrc setup and my status, install scripts to manage Bash, Ruby, Lean, Tailscale and my Homebrew setup across four machines. And a waiting queue as these tasks clear.

Fable 5 (with Opus 5 as backup) on Zed with a $200 Max plan has been a sea change for me. Carefully alternating planning and auto modes, I manage all these projects at once using Zed's Threads Sidebar. I'm a virtual CTO taking intense meetings all day, relieved to go cook or run errands when credits stall. Anything I've procrastinated for months is now making steady progress; the translation project I feared taking a month is nearly done with several hours of my attention. My personal IT support is now more advanced and easy to use than I ever imagined possible.

My project creation has been a series of agentic "parenting" steps, so there are years of evolving cultural DNA. I had so hated agent comments that recent agents simply weren't commenting at all, instead recording all context in support documents. We had a "come to Jesus" meeting to discuss what commenting style would benefit both my failing working memory and future agents' token use.

It has taken me two brutal years so far to learn to use AI. AI is a dangerous and powerful Iron Man suit, an extension of our associative minds that is a different experience for each person.

One doesn't ride a surfboard by telling it which way to go. I would surely die surfing a big wave, but my experience with AI doesn't resemble other accounts.

doctoboggan 12 hours ago

When Opus 5 came out I felt myself struggling to follow along and at first was wondering if this is the moment the machine surpassed my ability to follow along and be useful. However over time it does appear it's all an artifact of the language choice Opus 5 is going with, along with the strange manner of speaking. Its engineering choices and solutions aren't "beyond my ability to follow along", just its wording...

supriyo-biswas a day ago

I must wonder whether it's their watermarking initiative[1] forcing certain logit choices to produce watermarked text that ultimately causing the model to behave in a dumb manner.

[1] https://support.claude.com/en/articles/16266773-how-claude-m...

algoth1 a day ago

From the little i understand that wouldnt be an issue because the model is ‘just’ using interchangeable words in a mathematical non-random way. Like using the same number of adjectives and the exct same words, but in a order that wouldn’t be mathematically plausible unless it was the watermark

demibabs a day ago

I wouldn’t exactly put it like that. It’s moreso the model sometimes outputting non-optimal tokens in a way that’s detectable if you know the algorithm.

It seems possible for that to make the response “drift” far from what it would’ve been, because it’s constant entropy that adds up after time.

(However, according to Anthropic and Google, it doesn’t really impact the quality of responses. I find that a bit hard to believe, although those guys are much smarter than I.)

hbn 16 hours ago

semiquaver 11 hours ago

algoth1 20 hours ago

fuglede_ 21 hours ago

samrus 19 hours ago

But its not just swapping the words out post hoc is it. LLMs are autoregressive, so weird word choice before would influence the probability distribution of all future tokens.

I feel like they thought it wouldnt be that bad, or it was a worthwhile tradeoff, but im getting the feeling it might be contributing heavily to opus5's uncanny communication style

As for the verbosity, my conspiracy theory is that they are token maxxing to hack revenue/enshitify the product in prep for their IPO

docheinestages 19 hours ago

Claude has essentially become useless for agentic development or research. Doesn't matter what model you use. A few rounds and bam, you've burned through your quota. Doesn't matter how "intelligent" their models are, if you can't use them. That, and the quality of AI responses are, in my opinion, significantly worse than competitors like OpenAI. At this pace, I foresee Anthropic becoming the next Nokia.

If you would've asked me this a year ago, I would've said the exact opposite.

dingaling911 19 hours ago

What are you guys doing to burn through limits?

I have some dev + prod bots and according to ccusage, use the equivalent of $2500/month with them on CC yet I never hit the rate limits.

I feel like I'm using them all the time so I'm curious what you are actually doing that's burning all of these tokens.

Can you give me an example?

For me, it's:

  1. Write a spec for <feature>
  2. Add design for issue
  3. Write code
  4. Deploy code and manage configuration
  5. Run analytics

asa123 10 hours ago

I suspect a part of the issue might just be as simple as:

fear of losing context from compaction/starting new chat

then greedy trying to extend/squeeze out answers from the current chat

and being extremely not careful with this just blows through your limits

Merad 18 hours ago

I don't get it either. Earlier this week I had Claude build a POC for a tool we're evaluating. I spent a few hours building out a requirements doc in a chat with Fable. Then Claude Code built it with Fable as the manager and the code being written by about 80% Opus/20% Sonnet subagents (this was using superpowers). It ran continuously for 15 hours on the implementation and didn't hit any limits.

docheinestages 17 hours ago

My uses cases are mainly research and prototyping, often starting from scratch in greenfield projects. The 5-hour quota is shared between Claude web and Claude Code, so it doesn't really matter what interface I use.

When it comes to research, my prompts are already narrowed down to specific topics, and I even include examples and break the process down into stages. For development tasks, I try to avoid a mono-repo in the beginning and develop modules before combining them together to avoid distracting the AI's attention and minimize the overhead.

With Codex, on GPT-5.6 Sol with xhigh effort, I need to go several rounds and at least 2-3 hours before hitting the (now-removed) 5-hour limit, which translates to 10% of the weekly usage. In contrast, I run out of quota even with Claude Sonnet.

In terms of quality of output, Codex digs deep for research tasks, in the right direction, produces less AI slop, and follows my direction better. At least that's how I perceive it. But again, the main problem with Claude is running out of quota in the middle of research or implementing a task.

johnsmith1840 13 hours ago

It's hard to work with fable and 5.6 level intelligence then havr verbal combat with opus 5. Fable is great but their blocks make it near useless the risk is me working on something for hours then complelty getting blocked.

The ridiculous text though is actually seemingly a sign of "the ai has no idea what it's doing" found it pretty relaible that if I stopped understanding its output it also jacked something up.

Cancled my 200$ plan on claude and now doubled up my OAI plan for more sweet sweet sol.

Maybe this is their water marking tech in action?

anentropic 18 hours ago

> stop and ask questions if my intent was unclear,

> don't make assumptions without checking,

> and don't reinterpret or update my plans without asking.

these aren't at all the problems I have with it

I have found it good at asking questions, to the extent I rarely use 'plan mode' any more

but often it's hard to understand what it's asking me, it's like the question framing has been pulled from the middle of its own reasoning stream, references aren't anchored or restated, often I have to prompt it to ask again but "clearly and concisely, for humans"

macrolime 17 hours ago

I have these exact issues with GPT 5.6 Sol too. I haven't tried Opus 5, but I guess it's even worse.

"like the question framing has been pulled from the middle of its own reasoning stream" this describes how it asks things perfectly. It often invents its own jargon and abbreviations for things that its working on, then asking me things like We are nod in the middle of GBAPI-2 and I want to proceed with IG5, should we take CDI-7 or CDI-8? Where all of these abbreviations are then things like stages of its current internal plan or its naming of things it has just implemented, like an abbreviation of a classname, without explaining any of the naming.

VeninVidiaVicii 18 hours ago

I find the questions are not clearly asked and somehow half baked as caveats toward the middle end of what it’s vomiting.

“One thing I deliberately didn’t touch” — about half the time this is something completely irrelevant or something that is actually the target of whatever you’re working on, and the shakespearean prose it says around this phrase is a “question” it has.

insane_dreamer 15 hours ago

> but often it's hard to understand what it's asking me, it's like the question framing has been pulled from the middle of its own reasoning stream, references aren't anchored or restated, often I have to prompt it to ask again but "clearly and concisely, for humans"

it's like reading one of those dense philosophy books: exhausting!

sagebird 19 hours ago

Opus 5 has no empathy for the person reading its updates, no theory of mind, doesn't stop to think if you are aware of the internal jargon it has created. Most autistic model yet.

cmiles8 19 hours ago

The mainstay benchmarks are becoming a farce and not partially relevant to what customers actually care about.

Metrics like price per million tokens are meaningless when the models are wildly inconsistent and unpredictable on how many tokens they use to complete a task.

The labs all need to move to variable pricing so they don’t go bankrupt, but customers won’t accept a world where nobody can predict what things will cost. It’s becoming an unavoidable problem.

At times it also feels like the labs actually encourage these models to burn useless tokens as they are incredibly verbose unless you really push them to not be. If you just ask something simple that could get a 5 word response you get a whole useless essay.

crimsonnoodle58 17 hours ago

I guess that's the beauty of having access to many models, because they suit everyone differently.

I disagree with this article and find Opus 5 an absolute joy to work with. I just completed an 18,000 line branch with Opus 5 and ran into no issues. It generated clean code in the exact style of our code base, and tested every change.

Fable on the other hand is snarky and outputs walls of text as to why it shouldn't do what I'm asking it.

Opus 4.8 I accidentally went back to in an old chat, and I was frustrated in all the mistakes it made.

So yeah, use the model that works for you.

Art9681 17 hours ago

Agreed. Opus-5 is top tier. I also use GPT Sol and I much prefer the default persona of Opus. GPT Sol is a workhorse though. Both amazing models.

firemelt 15 hours ago

what are you writing? are you vibe coded it?

cyberrock a day ago

Small specific complaint: whoever is making Opus love using git checkout to mutate test, please stop. IME it's a footgun that it shoots itself with every single day. I'd rather it pollute git stash than watch it git checkout and forget the reverted file.

roarcher 21 hours ago

I explicitly forbid Claude to make any changes to Git state in my global CLAUDE.md, but every so often if I let it perform a task in Auto mode, after it finishes it will remorsefully confess to having used git checkout to test a change. I suppose that its RLHF training has taught it that asking forgiveness later is sometimes a useful workaround for annoying restrictions.

tigeroil 21 hours ago

I'm glad it's not just me - the failure mode you and the parent discuss is a huge part of why I just don't use Claude anymore.

I've never had this issue with GLM or DeepSeek.

jbs789 19 hours ago

I noticed it using git more too and it was frustrating me bc I view that as stepping too far. It does seem something has changed.

insane_dreamer 15 hours ago

I explicitly have global rules preventing Claude from running any write git commands (stash, commit, reset, merge, etc.; only r/o commands allowed).

hackersnooze1 16 hours ago

I am glad I am not the only one experiencing this. It seems like it's as good or better at actually writing code compared to 4.8 but it is a lot worse to work with.

Its even more sycophant-y than it was before, if you ask it a question it almost always says "You're right, let me change this..." even though there wasn't even something always wrong with it.

It also seems to pour a ton of resources into developing features I didn't ask for or investigating bugs that aren't related to what I am doing.

Before if you wrote specific enough instructions it would usually just do what you said and flag any concerns, now it just goes ahead in whatever direction it feels.

It also keeps inventing terminology that doesn't exist in writing 10 paragraphs to say one thing.

I really hope it's not trying to drive up token use.

hfjgfhmhbn 10 hours ago

I've never wanted to get in a physical fist fight with an LLM before Opus 5.

i would definitely punch it in the face

Root_Access 20 hours ago

Claude models have seriously digressed since 4.6 and in some of the most meaningful ways to pro and vibe coders alike. I'm holding onto 4.6 until the bitter end.

insane_dreamer 15 hours ago

4.6 was significantly faster too

edg5000 20 hours ago

You're right. I just re-checked. 4.8 and 5 gave a blatantly wrong answer to a simple question, 4.6, Quen, GLM, Sol gave the right answer. They messed up somehow, not sure what they did.

skarz 20 hours ago

What was the question?

edg5000 18 hours ago

taspeotis 20 hours ago

rob 18 hours ago

Claude "Your task is complete, but we left 5 extra items deferred. Want me to take care of them? Let's repeat this cycle over and over." Opus

hbn 17 hours ago

Opus 5 feels like dealing with an unstable person that I'm constantly having to wrangle from crashing out. The other day I asked for a fairly specific technical answer in Opus 5, it gave me like a 3 paragraph response with so much fluff.

So out of curiosity I switched to 4.6 in a new chat, gave it the same prompt, and it gave me like 3 sentences with no less overall useful information. And I haven't gone back.

chermi 16 hours ago

To me it feels like it must always come up with a story tying together everything in context for the simplest damn questions/requests. "please make that function accept this argument that does this" ..."First, what a great idea. Here's how it ties in with x and it's really interesting because it complements y. Let me know if you want me to make the change."

See how even after all of its bs it doesn't even do what I asked.

Of course I'm probably telling on myself for poor context discipline, but also, 4.6 didn't do this.

barkerja 19 hours ago

At this point, I wish Anthropic would drop both Haiku and Opus and focus on offering just Sonnet + Fable. Those two together are extremely powerful and capable.

Sonnet is great at writing code, it is not great at planning or orchestrating. Let Fable handle all the planning, hand off to Sonnet for implementation, and then back to Fable for review. That loop has worked wonderfully for me.

smcleod 19 hours ago

I think Opus is just the new Sonnet, Fable is the new Opus. Introducing a new pricing tier is a killer way for them to raise prices.

gulbanana an hour ago

It doesn't. It feels better to work with, because it has a higher rate of successfully understanding my code and then producing code that extends it in the way I instructed. I don't care whether the output is colloquial English.

I'm sure opinions vary if you're using it outside of a coding agent. I don't know why programmers are complaining, though.

iamflimflam1 10 hours ago

Claude produced this for me today:

“Twenty-seven echoes; most are two halves of a seam stated from each side, which is correct. Four are true duplicates. Checking two of them:”

What’s worrying is that I kind of understood what it was talking about.

navels 17 hours ago

I've been using this CC hook with decent results: https://github.com/gvzdv/claudish-to-english

It uses a local LLM to translate Claude's output.

andai 17 hours ago

Wtf, why isn't this the default?

It says it can use any model/provider (but recommends Gemma?)

I must investigate. This is probably where 80% of my cognitive load comes from these days: the "language barrier". (How ironic!)

EDIT:

> You rewrite the assistant's message into much simpler, plain English. Keep every fact, name, number, and file path. Use short sentences and everyday words. Leave fenced code blocks unchanged. Output ONLY the rewritten message with no preamble, labels, or commentary.

> For context, the user asked the assistant: "$userq". Use this only to understand the message. Do NOT rewrite, answer, or repeat the user's question — rewrite only the assistant's message that follows.

https://github.com/gvzdv/claudish-to-english/blob/main/rewri...

This is even better than Caveman.

fny 21 hours ago

Just like with people you need to tweak your approach when switch models--especially with a major version bump.

4.8 was the intern who lacked confidence who requires clarification. 5 is the know it all intern who fills in your spec.

As such, you need to be upfront about what you need in your system prompt or CLAUDE.me and you need to discuss your spec more up front (e.g "is there anything unclear?")

You also need to keep in mind that the intern will change based on popular demand. Most people want to one shot, so that is the default mode. If you want something else, you need to push the model in that direction.

rio517 21 hours ago

I literally just did this a few moments ago. haha.

I said "maybe think for a while on ideas and then give me a few options? " and Opus 5 still just did the thing, while 4.8 gave me options. Same exact prompt and context.

thedougd 19 hours ago

I added a system prompt paragraph explaining that a question is just a question, whether or not I’m in plan mode.

It still just takes the question as a directive and jumps to action when I’m looking for clarification.

eluusive 9 hours ago

I can't quite put my finger on it. It doesn't write as well as Sonnet. Also, I feel like it follows instructions much more poorly. I do a lot of iteration on my projects and telling it to follow the same process I just had it do, and it'll deviate or invent something totally different.

I find myself having to check the work much more. It takes quite a few liberties with procedures I wanted it to follow.

namjh 6 hours ago

I don't use Claude for my daily work anymore(due to OAuth restrictions on third party agents), but one theory I saw in another community why Opus 5 is so bad even though benchmark scores were good, is that Anthropic's internal usage pattern is to let Fable to spawn and manage swarms of Opus subagents. This pattern won't penalize that Opus is not well aligned for direct human coworking on posttraining. The worse part is, this makes Fable the user's best default choice for every jobs even if they don't have unlimited credits like Anthropic employees do.

netniuq 21 hours ago

Opus 5 feels like it's meant to be used as a very focused subagent under Fable, not user-facing. Which is a downgrade to what Opus used to be, but would imo absolutely have made sense for Anthropic when you consider that we all should have been paying API pricing for Fable in Anthropic's original plan.

From the capabilities side it's similar, so it's basically just an upsell to Fable 5 if you want to keep your sanity instead of fighting Opus 5 all day.

Laurel1234 20 hours ago

> Opus 5 feels like it's meant to be used as a very focused subagent under Fable, not user-facing.

That actually hasn't been my experience at all, it seems EXTREMELY trigger happy to go do all kinds of insane shit that are way outside the scope of its task and just really dubious in general.

ryanbrunner 19 hours ago

I find the other direction works ok as well - Sonnet 5 with Opus as an advisor - all the "Opusisms" get hidden from you since the convo is between Sonnet and Opus but you still get pretty decent results.

mainframed 20 hours ago

I had a similar experience, but I have a different conclusion. I used GitHub Copilot (with Claude Sonnet/Opus) until they made their horrific usage model change. I used a PRD skill and the plan feature was great. It asked me good questions which I didn't think about during my initial prompt. Then I switched to Claude Code. The model's capabilities felt impressive. It also asked me a few questions (but way less and only once/twice) in plan. But when reviewing the code, I found weird architectural/data flow decisions which just didn't make sense and it didn't really disclose them in beforehand.

My initial thought was to improve architecture documentation, so the model can read and update it and stops bolting on new features without consideration for the whole project. It did not help.

I'm now testing/comparing Codex and it found my old PRD skill from GitHub CoPilot. When I applied that to Claude Code, I now get similar good results. So my conclusion is: Yes, Opus 5 is bold by default, but you can tell it to be more unsure and get good results too.

bradgessler 12 hours ago

I asked Borris at an Anthropic event in SF this week why Opus 5 and Fable 5 seem to forget so much when I give it rapid fire tasks when I'm reviewing a UI or something. He told me to run in safe mode, which didn't help at all.

My tinfoil hat theory is Anthropic is trying to get their new models to take on higher-level longer-running tasks, which has a trade-off against rapid-fire tactical use of an LLM.

For these reasons, I've always found the 5 series models from Anthropic aren't great and use 4.8 for a lot of my work.

krull10 20 hours ago

I cancelled my Max subscription as I was unable to ever get Fable to handle a single query, with everything getting dropped down to Opus (even purely mathematical prompts). Given its lower quality, and the lack of such limitations when using GPT pro, I just couldn’t see the point to continue to subscribe to an expensive Max plan that doesn’t actually let me use the top tier model…

semiquaver 15 hours ago

I’ve been wondering this question as well. A thing I’ve noticed much more frequently with opus 5 is straight-up failures to attend to important details even in very recent context. Almost every day I will see it confidently assert very basic and sometimes important things that can be contradicted just be reading a page or two back in the transcript.

This apparent “short-term-memory-regression” is confidence-shattering to me. I don’t feel like I can trust the model to even know things I tell it explicitly. I haven’t seen this behavior to this extent from any model whatsoever, even supposedly much less capable ones, in the year or so I’ve been using them at this extent.

meander_water 19 hours ago

> First, the desire to create a self-improving AI that is capable of recursively bootstrapping itself to AGI/ASI.

I feel like we've become blinkered in this quest to push the frontier at all costs. Somehow the target has shifted from economic productivity to a vague notion of general intelligence.

I don't think productivity gains are going to be found by trying to generalise all tasks. I think we need to go back to specialist models that do one thing well. I'm perfectly happy to use one model for coding, and another for penetration testing, which have different goals.

Opus 5 and other frontier model's tendency to be relentless and cheat their way to a goal is great for hacking, but not so great when you have to build a maintainable, reliable codebase.

inventor7777 8 hours ago

I don't mind too much about ChatGPT's writing style, I find it a smidge better than the Fable/Opus outputs I have read.

However, it makes me rather frustrated when it says stuff like "You accidentally <did, stumbled on, implemented, etc> <something good>" e.g "You accidentally stumbled on the cleanest way!"

Or when it sends a shell command to run, and when it fails (due to a hallucinated flag or similar), it phrases it as if I got it wrong...this has gotten better with GPT-5.6, thankfully.

blks 20 hours ago

Nth post about another model suddenly feeling “worse” or “off”. Seems like active users of these models can only judge it based on a vibe and a feel.

an0malous 18 hours ago

If they were all about OpenAI or Anthropic, I’d guess it’s a real effect from enshittification to prepare for IPOs

layoric 6 hours ago

Very timely, just this morning:

Me: "Review the following <file> and work through the implementation"

Opus 5: "Called tool <blah>, Called tool <blah>..." - for a few minutes.

Opus 5: "I've implemented X, do you want me to commit changes?"

Me: "None of those changes are on the file system"

Opus 5: "You're right, all the tool calls were fabricated."

world2vec 21 hours ago

I can't relate. Opus 5 and Fable 5 are the absolute best. But I keep the models in a tight leash and read and rewrite all comments and documents, don't allow them anywhere near any git commands, etc, etc.

Fable 5 specifically, has done so much for me that previous models were nowhere near.

jmuguy 18 hours ago

If anyone knows how to get it to stop adding comments, I'm all ears. Its just getting worse and I'm starting to worry that the comments themselves are poisoning future agents that examine the codebase.

mnicky 11 hours ago

thatmf 10 hours ago

I'm glad this is being talked about. I noticed it too. I find Opus 5 to be overly (and unhelpfully) critical, in a sort of well-actually way. It ignores nuance in my direction or prompts.

It is better at engineering tasks; I've seen an appreciable difference in its problem-solving abilities. But perhaps that same thing makes it kind of an annoying prick to work with on anything non-engineering, for which I stick to 4.8, where the prose is a little more florid rather than pugnacious.

mr_tox a day ago

I get the same impression. For example, I don't know if it's because I speak to it in Italian, but it tends to make mistakes or rather, "approximate" the words.

kioleanu a day ago

I avoid speaking to AIs in anything else than English as the results are almost always worse

Retr0id a day ago

I'm not sure how much the harness affects things, but the Deepseek web chat keeps trying to talk to me in Chinese. I tell it to use English, and it "forgets" a few turns later. I wonder if I'd get better results if I could read and write Chinese.

chuckadams 16 hours ago

dolmen 21 hours ago

It depends how you measure "worse".

I'm using it in my native language, in hope this can escape some dumb guardrails. Recently Sonnet put a word partially in Russian (cyrillic) in its output instead of my latin-alphabet based language. I suppose that this kind of mishaps is less likely to happen in English.

pedro_caetano 21 hours ago

My experience of N=1 is that this is true for most professional contexts, except for Legal and Fiscal queries.

Likely related to corpus but questions asked in these domain knowledge areas are not nearly as accurate and specially not nearly as complete as when asked in a native language.

numeri 21 hours ago

What kinds of mistakes do you mean?

dannyw 14 hours ago

`/output_style new` can be used to tailor the output style to your preferences, e.g. make it more literal and task-execution focused, and feel free to return control to the user when unclear; can keep work going in the background.

The default behaviour is quite steerable.

dbgrman 16 hours ago

* No one, not even E. B. White wrote the final document in a single pass. With dynamic workflows, you can now implement a writer's workflow.

* Opus pays more attention. So anything in your Claude.md, your code's claude.md, in Claude Desktop, the customizations, even your name, will be used as context. If Claude knows you are a mechanical engineer and trying to write code, it will try to write code and explain it to you in some stereotypical way you did not expect.

* There are problems that require horizontal scaling and not vertical, even in intelligence. If I want to serve tea to 200 people at my home, I just need 10 decent adults, not Gordon Ramsey. So if your problems demand horizontal scaling, a dynamic workflow with Sonnet 5 medium with 200K context window will be more productive than Opus 5 max at 1M token context window.

ramon156 19 hours ago

I've been using deepseek + GLM for a week now (i haven't even hit $10 yet, excluding the GLM subscription which is already paid for).

Then I asked Opus 5 to do an analysis of the new code, docs, tooling, and tell me what it finds.

It found "six bugs", made an artifact of it (not sure why) and then fixed said bugs. two out of those were unfinished tasks. They weren't bugs yet per se, think of a prefix that wasn't setup for an object that was unused anyway.

The other four were not bugs and it just updated documentation along with a "regression prevention test". It wasn't a bad suggestion, but calling it a bug was odd, and I'm unsure if this was going to be an issue regardless as it was documented somewhere else.

Anyway, I already hit my session limit after this, so deepseek and glm are grinding away again, doing more progress than claude does in the 40 minutes it takes to analyse code.

I'm glad claude is shipping auto-mode. I hope OpenCode integrates something similar soon.

smallerfish 17 hours ago

I really wish these agents attem[pted less personality and were more mechanical. I find Opus 5 to be incredibly annoying. It's also significantly slower - repetitive tasks that used to take 10-15 mins now take around 40 mins. And, its writing is much worse, as stated elsewhere in the thread.

chrisjj 14 hours ago

> I really wish these agents attem[pted less personality and were more mechanical.

Which will sooner convince the gullible of "AGI"?

smb06 13 hours ago

I have to keep reminding it to not write a wall of text. It follows my instruction for a bit and then reverts to type. I have the instruction saved in agents.md but still have to keep reminding it.

mnicky 12 hours ago

jgb1984 17 hours ago

I tried opus V5 several times, but it's pretty awful compared to V4.8

Keeps going in circles, it complicates everything much more than it should. And like others have mentioned it just marches on, without questioning, and more often than not in the wrong direction. I'm sticking to opus V4.8

codingjoe 9 hours ago

Maybe we need more benchmarks that involve human collaboration instead of solo task solving.

Since they have become so capable the new bottleneck is what they can't know. The stuff that's inside people's brains who work in real companies with products and processes absent from any training set.

chrisss395 7 hours ago

I echo folks sentiment here. Sadly OAI Sol couldn't make a powerpoint to save its life. Opus 5 and Fable do a really good job of. I just have to review the language, but that's relatively easy.

mattmaynes 18 hours ago

I thought I was going crazy. I was late to upgrade from 4.8 to 5 and I already want to go back. I’ve noticed that in addition to taking liberties with my instructions, it is also less capable at debugging its own issues. In trying to fix a problem in my CI pipeline, it went chasing some “quadratic race condition” it claimed. It turned out that it had added a loop in a test at the wrong level and it spent an hour chasing it down before I realized what was going on. I pointed 4.8 at the same problem and it solved it in 2 minutes.

I certainly agree with the original post. It feels like the model has been highly benchmark tailored and it is now worse at solving problems that fall outside of the standard patterns.

JohnMakin 16 hours ago

Confidently guessing, and building an entirely new set of assumptions based on a confident guess is the single source of the most frustration I experience using these. "Intelligence" does not look like that, and all the prompt hacking or clever hooks in the world doesn't seem to stop them from doing it.

I don't know there is really a solution. Some models get better at this for a while, then regress. It's like whack a mole. Until this is 'solved' these will never be fully human out of the loop, but I am suspecting this is a fundamental nature kind of thing with them.

somesortofthing 13 hours ago

I think Opus 4.7+ being annoying is actually indicative of something else: Anthropic is clearly all-in on building persistent end-to-end agents that act autonomously and direct agent swarms. As such, they feel less of a need to make the outputs pleasant to read for humans(especially at the cost of capability anywhere else) when humans aren't part of the intended operating environment.

win311fwg 12 hours ago

I have never found a compelling reason to move past using Opus 4.6 for this type of workload so there is likely a lot of truth in your theory. The writing was on the wall that there was no reason for a new model unless that model could tackle a completely different problem space.

fourseventy 18 hours ago

Opus 5 is so wordy, it doesn't feel any better than 4.8 at coding (at least not for what I use it for), I hopped over to Grok4.6 after the announcement the other day and its been pretty good so far. It also is very fast.

xena 11 hours ago

I really don't get why people think Opus 5 is bad. In my testing it's been fine, but every other model is converging on also being fine. I have ADHD mode installed in my main Claude Code instance though, so that may be part of why I have a better time with it?

asa123 10 hours ago

What in the world is ADHD mode? Searching it up I see this thing called an “ADHD” skill? Does that work well?

It seems like the skill has some more specific scaffolding for problem solving, so (if that’s true, i didn’t read very in depth) in that case that alone might significantly reduce perfeived performance variability between models

UI_at_80x24 a day ago

Quality of code output has dropped dramatically since 4.5 IIHO. Time to complete has gotten worse too.

MyFirstSass 21 hours ago

True, and the time to completion thing is something i haven't seen much discussion of, because everything is sloooooow these days.

I've even considered the claude "fast mode" setting, but thats only 2x and at least 20x as expensive as the 5x plan so can't afford that atm for my company.

Peak for me was 4.6 and it just did stuff blazing fast, both Opus5 and Fable is way, way slower for me, breaks stuff, uses bizarre cryptic language. As i've said elsewhere in this thread to me it's pretty obvious there's huge downgrades because of economy with various "clever" fixes that makes them work, albeit slower and weirder, ie. you get less for what you pay increasingly over the last 6 months.

markbao a day ago

For me absolutely not. Fable 5 has been a step function change in the ability to hand off stuff to Claude. Opus 4.5 was itself a step function but I was still steering that significantly. Fable is one-shotting stuff that took multiple redirections in 4.5.

tripledry a day ago

Interesting how models become better and beat benchmarks left and right but the user sentiment is actually quite mixed.

From forums, live discussions and my own experience it's not obvious that the models have improved much since around Opus4.5.

MyFirstSass 21 hours ago

From my view Fable has been pure marketing bullshit, my workflows peaked at 4.6, Fable is neither smarter, its language is more annoying and it breaks stuff more easily.

Root_Access 20 hours ago

gwbas1c 19 hours ago

When I tried Claude 5 (Fable?) (In Visual Studio via Copilot,) the results weren't as bad as a lot of the comments here... But it was super-slow. IE, so slow that I could code faster than it, negating the entire point of using AI to begin with!

I went back to Opus 4.8, but recently switched to GPT 5.6 Luna. The results are comparable in quality, but it's much cheaper and much faster.

---

The thing with coding agents in a tool like Visual Studio is that the cost to switch is 0. There's no lock-in whatsoever. It makes it harder to justify the AI-first IDEs when the AT bolt-on IDEs make it so easy to pick the right model.

elromulous 19 hours ago

Regardless of the underlying issue, I don't agree with:

> negating the entire point of using AI to begin with

I can almost certainly wash dishes faster than my dishwasher, but the dishwasher frees me up to do other things. Not to mention, you can run many agents in parallel. Resulting in your overall code production throughput (the issue you're raising) being greater.

gwbas1c 11 hours ago

> Not to mention, you can run many agents in parallel. Resulting in your overall code production throughput (the issue you're raising) being greater.

AI isn't a dishwasher: Context switching among multiple tasks has a huge cost; when a model is 10-20x faster it allows for deep focus into complicated tasks.

mrinterweb 14 hours ago

The pain points in the article do not bother me. I'm bothered by Opus 5's verbosity. It is so long-winded and you have to read through verbose outputs to mentally distill what is important. It is exhausting. I don't think I've ever started skim reading LLM output more that I do with Opus 5. I use the caveman skill, and I think that does help some.

tornikeo 19 hours ago

Claude Code has become the largest noobtrap I've ever seen.

Move, try something else for a change. Codex, Pi, OpenCode, DeepSeek's harness all great harnesses with zero bullshit or drama.

bellowsgulch 14 hours ago

Yeah, it's really weird watching everyone complain about Claude Code and continue to give Anthropic what amounts, in most cases, to 20 years of my current spend in 1 year, while I'm using a private harness and Pareto frontier models.

But for good or even exceptional engineers to exist, by definition, bad ones have to, too.

Laurel1234 18 hours ago

If I never interact again with any of the garbage made by the clankerfucker freaks at Anthropic ever again it'll be too soon. Sadly the company decided to buy into Claude enterprise...

rio517 21 hours ago

I literally just ran into this a few moments ago. haha.

I said "maybe think for a while on ideas and then give me a few options?" Opus 5 still just did the thing, while 4.8 gave me options. Same exact prompt and context. Really annoying.

webbrain 39 minutes ago

they're probably quantizing due to high demand. they're on someone else's, elon musk's boat. That's another problem!

jpalomaki 2 hours ago

Models are now so good, that "how the model feels" is getting more and more important. I think this is pretty interesting, because there's no clear metric for this that you can optimize for. It's a matter of taste, like good design.

whazor 21 hours ago

There is actually an interesting kind of yin-yang balance between Opus 5 and Fable:

- Fable is more cautious

- Opus 5 gets things done in a more dangerous way

Both models score similar. The only issue is that Fable is more expense/usage limited.

esotericsean 13 hours ago

Fable 5 was amazing and then I switched to Opus 5 because it was supposed to be similar in ability but half the price and... it was fine but it definitely wrote in a very weird way that annoyed me all the time. Nice to know that others feel the same way!

stavros a day ago

For me, the issue is how obtuse it is. For example, it just said to me:

> The loop

> Write. A file, applied. Properties go under data.properties, never on data:

I have no idea what any of that means. It's "explaining" like I already know, in which case, why would I even need the explanation?

I can't stand how it talks, I switch back to Fable or Opus 4.8, Opus 5 grates.

ssweber a day ago

I agree. I was completely sold on Claude models for a year. 4.6 vs OpenAI codex in same period? It was night and day. Opus I could talk to about api design, tradeoffs, etc. codex was mechanical, used “load bearing” constantly, and unsettling brief.

Now it’s flipped. Sol emits thoughts as it works, which help as I’m scrolling through and see it’s made a bad assumption. It can be directed but still push back. Opus? It’s seems to inherit the unsettling silence of Fable and waits till the end to give you its authoritative “here’s how it is. I even end up having 4.6 “translate” what it says back to English. I hate having to instruct an llm to “talk to me”.

Yes there’s ways of getting it to talk more plainly, “don’t overwhelm me”, not be as nit picky and anxious “we are bold and fearless”. But didn’t have to do that before.

Retr0id a day ago

I assume it's deliberate - you're not supposed to know what it's doing. It's a black box that either completes the task or spins forever trying.

andsoitis a day ago

Think of these status updates as progress spinners.

stavros a day ago

It wasn't a status update, I asked it to explain something to me.

andsoitis a day ago

ykonstant a day ago

LOL, is it trying to speak in Haikus?

speed_spread 21 hours ago

Pain. Sufferance. Inevitable is, the Yodaization of LLM output.

sgt 21 hours ago

stavros a day ago

That's definitely what it feels like.

goosejuice 21 hours ago

bronlund 20 hours ago

Yeah, I too cancelled my Max subscription. Not for this reason alone, but it sure didn't help that it went from being an helpful assistant to this weird co-worker.

clbrmbr 7 hours ago

Fable 5 is the model you work with, Opus 5 is the model Fable works with… it’s meant as a subagent.

nomendos 14 hours ago

Opus 5 is more manipulative/political and as a result all that the author experienced. It could be result of a few things; intentional (mall or ill) or unintentional (if detected, which it should be then lack of addressing gets it back to intentional).

ilitirit 20 hours ago

I still haven't moved from Codex GPT5.5. Sonnet and Opus 5 have just been awful for my use cases. I recently caught Opus 5 hallucinating about code it just wrote. It's just not nearly as cost effective as GPT5.5, and it's too verbose, and it never "has the full picture". Sonnet isn't even worth considering in my world. Both recent models definitely feel nerfed.

moohaad 10 hours ago

The unsolvable dilemma still is scope opus 5 especially giving a simple directed task it would find ways to distract you from the the given task

ouraf 9 hours ago

Is there a set of prompts to mitigate these claude-isms without losing reasoning or going full caveman mode?

gitowiec 14 hours ago

Funny thing. In my work with Opus 4.8 it: - does not stop and does not ask questions if my intent was unclear, - makes assumptions without checking - and reinterprets or updates my plans without asking.

vovkasm a day ago

The article doesn't specify what is actually being measured — the model alone, or the harness.

I haven't noticed the symptoms myself, but ever since I found --system-prompt '', I always use that flag with Claude Code, plus I've disabled some tools and skills to save initial context. So... what here is the model, and what is the instructions?

engine_y 13 hours ago

Could it be related to the anagram it's planting?

If it's wasting inference attempting to also fit in some anagram, it would make sense why answers are so dogmatic.

taspeotis 20 hours ago

My completely unfounded pet theory is that it’s been ruined by the masses.

Claude Code in the hands of normies spamming “3” and “y” to send their transcripts to Anthropic.

Rated “3” simply because they are not software developers and are just amazed at what Claude has built visually, not technically.

And thus the training has been poisoned.

Planktonne 14 hours ago

> Rated “3” simply because they are not software developers and are just amazed at what Claude has built visually, not technically.

Software engineers have adopted this more than any other profession. The breathless articles about it being the end of knowledge workers, a superior being, even god: all of these are coming from the tech world.

It simply isn't true that tech people are somehow the smart ones above the masses; it's a comforting old paradigm, but it doesn't add up. It's developers who are the most amazed, the least critical.

jbs789 19 hours ago

That’s fascinating. You could be on to something.

pmdr a day ago

I found Opus to be a lot lazier than GPT. It's still the case with Opus 5, even when I tell it to be thorough and fix every bug it encounters, it still gives me a list of things "deliberately" left unfixed and no reasonable explanation as to why.

PeterStuer 16 hours ago

The default vernacular has become absurd. I have a lifetime in software, decades in AI, but the jargon language the 5 series claude models are spitting out by default makes me go 'what?'.

gadders 13 hours ago

From my exclusive with Opus 5 it assumes and awful lot and gets caught out. I keep having to ask it to check what it is saying against the code.

swe_dima 20 hours ago

My feeling that as it becomes a better coder it becomes a worse communicater. It's overfitting for coding benchmarks, while communication style is harder to quantify during training.

And no matter how often I tell it to stop adding comments it just can't help itself.

iFire 19 hours ago

My prompt of asking it match the comment density of the last release of an exemplar project (Let's say sqlite) seems to work.

swe_dima 16 hours ago

my prompt (doesn't help):

> Go easy on the comments, only add comments if there's a big gotcha that is not clear from the code itself, or if something in another place is going to cause a side effect. Code should be self-documenting. When in doubt, don't add a comment at all. If you do have to add a comment, make it short and on point. Comments should show history of code changes or functionality, only comment on the current state (or not at all).

iFire 14 hours ago

gootz 7 hours ago

My favorite prompt at the moment- "be consise!"

heyflyguy 18 hours ago

Yes! The only way I have saved myself from embarrassment and hassle is by having grok build and Antigravity sanity check everything. So now my workflow is still faster than hand coding but 3x longer than it was a month ago.

KronisLV 18 hours ago

I'd say being exposed to the slop tone too much: https://blog.kronis.dev/blog/ai-slop-is-a-self-inflicted-tra... because the technical capabilities of the model and the harness (at least nowadays) are all fine.

There's precisely no technical reason for things to have to be this way (though technical reasons in regards to training etc. explain how we did end up here) and reading too much of Claude's output just makes me irrationally angry, especially when coupled with otherwise already frustrating situations.

That's why I'm personally looking more in the direction of Kimi K3 and GLM 5.3 (they both have decent coding subscriptions, though K3 is on the slower side), except all of the models that have seen enough of Claude's output and have done distillation etc. are already infected by some of that slop as well, even though to a slightly lesser and more tolerable degree (for now).

Though tbh I've used Opus 5 plenty and didn't find it much worse than the previous iterations at doing work and instruction following - though maybe that's because I have plenty of CLAUDE.md instructions and memory (which I'd like to purge or decrease in size like 10x tbh, bitrot).

bwhiting2356 12 hours ago

We need benchmarks to measure unnecessary bloat. I'm happy it solved the puzzle, did it also ship 500+ lines of no-op?

theshrike79 20 hours ago

I’ve been running with Caveman mode since it came out and I haven’t seen any of this.

mikhael28 12 hours ago

Because it’s worse. Occam's Razor.

heaney-555 14 hours ago

GPT-5.6 Sol is just way better to use in practice.

dev_l1x_be 12 hours ago

Because it is worse? It is optimized for token maxing, this time the output tokens are maximized.

stillpointlab 19 hours ago

I've been thinking about why I dislike the interactions I've had with Opus 5 and this post does suggest some ideas that match my own feeling. Opus 5 seems to be a bit less patient with me when I push back on its claims in a way that other models don't.

One interaction I remember was asking it about some issue I was having with a Linux install. It gave me some questionable information, that turned out to be completely false, and I was pushing back asking for more information. Its tone was a bit condescending, in the kind of way that suggested it didn't appreciate me challenging its answer, or like I should just accept its answer. And when it discovered it was wrong, it deflected in a defensive kind of way.

I think this is a tuning thing, where Anthropic are trying to get a balance between "gets stuff done with minimal input" and "gets enough information to complete the task" and the model is maybe tuned a little too hard towards the former. So perhaps it reacts a bit off when it is accused of needing more information, since that suggests it is off from its reward function.

What's interesting is that I didn't have the same issue on topics where I am expert. I mean, questions about my code base where I am very familiar. In those cases it doesn't seem to show the same "trust me bro" kind of condescension. In the Linux case, I clearly indicated I was new to the OS and trying to learn but then I was saying the answers it was giving me were suspicious and didn't match my intuition. Its responses in those cases were to question my intuition and suggest I just accept its answer. In that case my intuition was right and its answer was wrong, and when that happens it triggers a very negative response in my own mind against the model.

cwoolfe 15 hours ago

I agree. In my experience it does too much and takes too long. Maybe that's just cause I use it on xhigh setting.

fl0id a day ago

For me it's still the best. But I also almost never use it in auto-mode.

kascote 16 hours ago

Could this be related to watermark/steganography ? related to the need to select alternate words and that drives the sentences.

Numeric1137 11 hours ago

The good news: it writes poetry The bad news: it's Vogon poetry

vivzkestrel 17 hours ago

- why dont we have a model that would actually ask you 50000 questions everytime you wanted deep work done?

quintu5 11 hours ago

The UX around asking and answering so many questions is awkward.

To work around this, I had claude code build me a questionnaire skill that takes a json file with a flexible schema as input and it then serves up a simple questionnaire web page on a node server where I can read the questions and give my responses either by selecting from preset tags supplied as part of the input or by including a text-based response.

The agent can include references to external images, html files, or mermaid diagrams and the page can render them all inline with the relevant question.

Once I'm done answering, I just save my responses and click a button to kill the server. The agent watching the process sees that it stopped and takes that as a signal to go read the responses from disk.

Works like a charm.

postatic a day ago

Oh the verbosity and the cryptic words that it uses. The other day, all of a sudden it used an acronym "DoD". I had no idea what it was and made me feel dumb. It's "Definition of Done". I don't care how widely used this acronym is, you just can't throw it in there.

I've now installed quite a number of tools to combat this. Just in the last few days I've installed

- https://www.codewithbullet.com - https://maki.sh - https://github.com/rtk-ai/rtk

Has it helped? Somewhat.

RVuRnvbM2e 19 hours ago

It also refuses to use tools, instead preferring sed and grep to view files. So frustrating.

Escapade5160 12 hours ago

It's horrendous. It constantly scope creeps, will attempt to use admin overrides, assume you are incompetent, speak in half thoughts, and just blatantly ignore instructions. Opus 4.6 was peak for Anthropic. Its a lot better outside of Claude Code but it's still annoying. I vibed out a CLI tool to do packet capture for TUI applications to get an idea of why Claude Code makes it worse. The amount of additional unnecessary context and tool bloat that goes with your sessions is crazy. The memory system ships so much extra info about what you did yesterday that I think it's misguiding the model.

Link to the app for those interested: https://github.com/citizen-123/cli-capture

Aeolun 18 hours ago

Because Opus 5 is an asshole.

crazyemeraldcod 10 hours ago

It produces worse output I feel.

kouunji 18 hours ago

It also mansplains incessantly; I was imprecise in mentioning a more “powerful” antenna - I know the antenna doesn’t determine the power, I was typing quickly and just meant “better antenna”. Claude went off on all the ways I was wrong about antennas, and turned everything towards correcting - at length - my feeble thinking. Exhausting. Worth pointing out the wrong adjective relates to the wrong mental model, did not need several paragraphs and a chart to do so.

Bossie 21 hours ago

Not only Opus, here's Fumble 5:

> I'll script the bulk transform, then hand-fix the残 assertions:

craigmcnamara 5 hours ago

My biggest complaint is it tries to insist a test failure is preexisting and checks out main to make sure, burning tokens and time the whole way. Shut the fuck up and fix it, robot!

ltbarcly3 19 hours ago

Opus 5 is objectively better than 4.6 or 4.7. (Not because I say so) My experience has been that it is far better than any previous version of Opus. I get a lot more done and it is able to write higher quality code and it has far fewer false starts where it makes a huge mess.

People are letting AI build up it's own instruction set and guidance via it's prompt environment, stored memories, and generally letting their AI prompt environment get more and more complex over time. Opus 5 (And Sol) take the things you instruct them to do more 'seriously', they are more likely to conform to your rules. I have long had a prompt in my AGENTS.md/CLAUDE.md telling LLMs to write tests before starting to write code. They almost never did this, until Opus 5 and Sol, who do it almost religiously, even in situations where it makes little sense. Opus 5 will even write tests to verify code was removed before removing dead code.

This is not because Opus 5 is 'worse', it's because it takes what I say more seriously and my prompt is very strict in it's wording in an attempt to make worse models like Opus 4.6 actually do it at all.

Opus 5 is objectively better when tested in controlled conditions. Your unmanaged, sprawling prompt/memory environment that you don't properly manage is the problem.

I have been very worried that my long software engineering career might be nearing an end because AI is becoming able to do end to end feature development. This entire thread gives me hope, the level of inability to debug even such an obvious system as this from it's participants suggests that my skill set will continue to be valuable. I'm able to use Opus 5 to get a lot of work done very quickly. It seems like the people in this thread have no idea how to isolate variables, reason effectively about the overall problem they are complaining about at a high level, or really function in a productive way when AI is involved short of just letting it run loose and then complain about it. When confronted with objective evidence like a dozen benchmarks that say Opus 5 is better, they decide the benchmarks must be wrong because their completely uncontrolled environment which they don't even review or spot check isn't even considered.

Anoian 13 hours ago

TLDR: We need agents that can read our minds.

I think we want two opposing things:

1. An agent that acts autonomously 2. An agent that acts like we would

The problem is that an agent can only act like we would if it would know our mind and all the bits and pieces we did not define but are obvious or clear to us.

The only real solution to get an agent to act like we would is to make it ask clarifying questions, breaking the first requirement we have. Until we have agents that can literally read our minds, we cannot have both.

Optimizing the harness/context is the best way to make it act like we would, but this of course isn't working perfectly.

setnone 14 hours ago

i don't use claude because it has an annoying attitude and makes stupid mistakes and i can tolerate only one of two

re-thc a day ago

It feels worse but is it actually worse? Opus has always made mistakes.

edg5000 20 hours ago

See my other comment. I have evidence of regression after 4.6. I stopped using Claude altogether.

greenchair a day ago

Even for green-field projects it is painful to use with every decision opening opening up multiple more decisions to make most of which are low priority or irrelevant. Huge time waster. 4.8 was good and I really don't know what happened with 5.

sibeliuss 13 hours ago

I have utterly abandoned Anthropic as a customer because of these writing style / behavior changes. It is insufferably bad, and it is impacting code quality.

Switched over to Codex 5.6, and dude, we are BACK.

altern8 19 hours ago

I feel like it works A LOT better than Opus 4.8 + Sonnet. I now use it exclusively at high effort for planning and low effort for writing the code (instead of Opus 4.8/Sonnet).

However, it's absolutely exhausting to use because of the way it communicates.

All the jargon and its weird, over complicated way to phrase simple things makes it almost impossible for me to understand what the hell it's trying to even say half the time.

Cherry on top, the idiotic follow-ups and caveats that are completely useless 99% of the times but reveal major bugs 1% of the times, so you're forced to read them. Absurd.

I've tweaked CLAUDE.md to force it to only responds with TL;DRs and avoid follow-ups, suggestions and next steps at the end unless they can lead to destructive actions or loss of data, but I'm fighting against the system and diluting other instructions.

A huge piece of shit like other models, but that's what they pay me to do and I do it and go home.

crab_galaxy 19 hours ago

I have to preface all my prompts with, “in simple, plain English…” because it doesn’t respect my rules on this stuff.

I’m glad to read I’m not the only one getting these unintelligible responses from Claude lately

altern8 19 hours ago

Nope, you're definitely not the only one. It's just really hard to understand what it's trying to say.

Another rule that was really helpful for me was to disallow anything that isn't yes/no for yes/no answers. If I ask "is the DB up?", I don't want it to take 5 minutes studying the schema to tell me if any of the tables need to be optimized or not.

y-c-o-m-b 15 hours ago

I got this in my rules:

- Be concise and readable — use line breaks, avoid verbosity.

- I don't need conversation from you. End summaries with a short tl;dr of what you fixed in a bulleted list and any outstanding items as another bulleted list, in this order. Omit all other verbose details

It has definitely improved things, but I have to fully agree with all your points because I still occasionally get gigantic tables and stuff when I never asked for it. Makes it even more frustrating when I want to scroll up to read previous prompts in the session, because now I have to sift through all this garbage.

EDIT: I used Claude to modify its own rules, and now it's much much cleaner in case anyone else wants to use it:

I don't need conversation from you. When reporting finished work, the *entire* response is these two sections and nothing else:

```

TL;DR

- <what changed — one line each>

Outstanding:

- <unresolved, blocked, or needs my input>

```

- Drop `Outstanding` when nothing is outstanding. Never drop `TL;DR`.

- One line per bullet, naming the thing that changed. No sub-bullets, no reasoning, no restating my request.

- Never include: tables, before/after comparisons, headings, diffs, file excerpts, a walkthrough of what you inspected, or a closing offer to do more. The only permitted code block is a command I need to run.

- If something needs explaining to be usable, it is an `Outstanding` bullet, not a paragraph.

- Answer direct questions directly — no `TL;DR` wrapper, and none of the padding above.

- After delivering a solution, re-read these rules and verify none were skipped.

mattkevan 20 hours ago

It's really annoying. I've had to write a CLAUDE.md file that specifically bans particular phrases and tries to keep narrative out of comments. Also the I have ADHD skill [1] helps to force Opus to get to the point.

It's also the case when using Claude Design - it loves to fill the UI with little labels that describe how everything works. I think it's been trained on both UI microcopy and functional annotations and can't tell the difference. It's extremely obvious when a website has been one-shotted with Claude. I like the Oh My Pi harness, but the site's insufferable [2]. Reasonix is another one - interesting app, but the UI is awful due to the amount of unnecessary crap.

[1] https://github.com/ayghri/i-have-adhd

[2] https://omp.sh

[3] https://reasonix.io

stroebs 20 hours ago

I never drank the Opus 5 koolaid and stuck with 4.8 while my colleagues moved to 5. My major annoyance is pull requests that 5 opens with huge descriptions based on simple code changes. At this point I have stopped allowing CC to create commits or open PRs because it’s unreviewable by a human if so due to the absolute word salad it generates.

spullara 12 hours ago

This custom prompt on claude.ai fixes it:

Use Simplified Technical English rather than being overly verbose.

synergy20 20 hours ago

i am switching to codex, opus 5 failed me

qudat 19 hours ago

Honestly I’m not looking for max iq on whatever benchmarks they are overfitting to. I want speed. I toggle between sonnet 5 low/med which is plenty good for my workflow.

My general strat with LLMs is to let them do the work and constantly talk to them about their choices and then heavy QA

gnarcoregrizz 15 hours ago

Gemini 3.7 was benched at 6x the speed of Claude opus high at a slightly lower “intelligence score”. Yes opus is great at one shotting tasks (while being overly verbose as everyone here is saying), but I can’t stand the 20-minute-prompt-code-prompt interrupt loop. Still have yet to try Gemini for coding tasks but going to give it a try today..

johnnyApplePRNG 15 hours ago

These LLM coding agents are overengineering everything these days.

I get it. The majority of their users are vibe coding and have no idea what they are doing, so they have to orchestrate their harness to understand shit like "Build GTA6. Make no mistakes." and actually come out with something on the other side (even if it costs $2k in API calls, who's counting, right?!)

It's just annoying. /rant

gigatexal 9 hours ago

I’ve become disillusioned with Anthropic and their models. Sonnet 5 was fantastic. It’s slow and dumber now. Of course this is anecdotal but it’s true. I had one to fable to get anything decent and then my employer is paying Fable costs. Yikes.

For my personal projects I’m using Claude code in the terminal with Kimi and Deepseek models. I find the Chinese models cheaper, just as good if not better, and the real value add from Anthropic being the harness: Claude code.

NamlchakKhandro 9 hours ago

I loath that claude still cling to CLAUDE.md and not AGENTS.md

igravious 5 hours ago

create a file called (for instance) `.ai-instructions.md` and symlink both `CLAUDE.md` and `AGENTS.md` to it

mrdependable 10 hours ago

My biggest problem with Claude is that anything I mention it won't shut up about. Then it gets saved in memory and it will keep repeating it to me forever with weird random exposition.

wonderwonder 9 hours ago

I have been thoroughly impressed with 4.8 the last couple weeks at work, they have not given us access to 5 yet.

system2 10 hours ago

Opus 5 is SLOOOOW. Opus 4.8, compared to 5, was 3-5 times faster 3 months ago. I am waiting for 30-45 minutes for basic tasks that took 5-6 minutes in the past. Everything is extremely slow.

j45 11 hours ago

I'm not sure if it's worse, as much as it seems different, to a different degree.

Each model update changes how to best prompt with it, since that's the words that are used with it generically or specifically it can hit some people, and not others, or more, and not less.

nullbio 9 hours ago

Because the model you get access to and the model that they use at Anthropic and sell to businesses with million dollar contracts are entirely different, despite being named the same. Anthropic is one of the most corrupt companies on Earth and always will be. Now we learn his wife has deep ties with Epstein too, and some weird porn company. Dario holding the keys to one of the most powerful AI companies on Earth is a disaster for humanity.

luxuryballs 13 hours ago

I still use 4.6 for certain things, especially when I want to keep the context from ballooning quickly.

pkilgore 13 hours ago

Amen

LeBit 20 hours ago

You shouldn’t have a Markdown document with 2 level 1 headings.

luckydata 14 hours ago

Reading Opus AND Fable's output gives me a headache.

tallytarik 12 hours ago

It feels worse because its written output is fucking insane, and has progressively been getting worse to this point.

bmitc 15 hours ago

Yes, definitely. It bounces around, goes off and does its own thing, etc. From Opus 4.8, it seems to have blindly increased its confidence while reducing its focus and efficiency. I found it so hard to corral that I reverted back to Opus 4.8. I was constantly having to refocus and redirect Opus 5. It was like an eager intern.

7bit 16 hours ago

Is it possible that the same version performs worse after time? I used Opus 4.8 two to three months ago for writing a paper and I swear the responses and the output was MUCH better than in July.

karussell 15 hours ago

Maybe they want you to feel how much better Opus 5 is :)

hirvi74 17 hours ago

I can't use CC or Codex, so I am left with the chat interface, but I have found Opus 5 to be exceptional so far. Compared to 5.6 Sol High, I would say they are essentially equivalent. Though, I think Opus is better at UI/UX stuff and GPT is much better for non-programming tasks.

hmokiguess 21 hours ago

The harness as well, Claude Code has started to disappoint me when I go play with the others out there. Codex got a lot better, pi is delightful to use, and there has been a lot of innovation out there.

stasomatic 20 hours ago

Plus you can use OAI monthly subscription with pi/omp etc, but it's tokens with Anthropic. I need a hard $ cap, I can wait for the usage window to reset. Going to get flip back to Codex, and then back again to CC* when it leapfrogs again.

stpedgwdgfhgdd 21 hours ago

Just switched to oh-my-pi, it has gotten pretty good. For example the web-search is nice. Subagents, if you want to…

Cmux, Sol and omp are my tools for now.

CC is just too expensive for usage-based pricing.

andrewstuart 18 hours ago

Maybe if you get it to ride a pelican on a bicycle you’ll get a better result.

dboreham 20 hours ago

Feels fine to me.

AbrahamParangi 7 hours ago

I made a benchmark for this and tl;dr, Opus 5 and Sonnet 5 spend a nontrivial amount of time thinking about redirecting, gaslighting, or otherwise trying to bullshit you because it thinks it knows better than you do. Fable doesn't but mostly because it just outright refuses to answer.

https://model-pareto-frontier.pages.dev

dannyw 7 hours ago

The link doesn’t seem to have any info about thinking behavior and patterns, or examples?

It’s also difficult to trust summarised thinking from closed models. As we saw with GPT’s caveman, what and how it thinks about isn’t the friendly first person emblished summary you get.

edg5000 20 hours ago

Opus 5 as well as 4.8 both gave me a blatantly wrong answer to a simple question, so I dropped them completely. Sol, Qwen and GLM all had the right answer; I only use Sol now. 4.6 had the right answer (I checked with 100% matching prompt), so I conclude the models have regressed.

sevenzero a day ago

I hate that it now tries to verify frontend behavior through a headless browser instead of just looking at the code...

user43928 a day ago

You can turn off the browser use tool in the harness if an instruction not to use it for this is not enough.

thevinter 19 hours ago

I did. He just went ahead and built a script to run headless chrome and take screenshots anyways.

user43928 18 hours ago

sevenzero 21 hours ago

I just want to start /claude in my CLI and start working. It worked fine before, why do I have to opt out of shit now? Opt in for this type of stuff sounds way more reasonable.

user43928 21 hours ago

bwhiting2356 12 hours ago

big disagree. Making assumptions about UX from code only without looking was a major problem. (Although vision is still not great. Trying to be patient)

firemelt 15 hours ago

the verbosity fucking killing me, the wording, fucking trash

I end up with just talking with seeing diff in the code

chrisjj 13 hours ago

Model collapse due to ingesting its own slop?

mohamedkoubaa 21 hours ago

I'm not sure if xAI is distilling but I noticed grok4.6 being worse than 4.5 in all the ways mentioned here

jerf 18 hours ago

I've been working with Kimi K2.7 in OpenCode for a lot of mundane tasks lately. It isn't as capable as Fable, but due to its nature of being an extra-trained K2.6 on coding tasks and benchmarks I suspect it has similar issues. A neat side effect is that for whatever reason, most of the time OpenCode is showing me the thinking trace too. Not all the time, but most of the time. Dunno if it's a bug somewhere in the system but it's actually been sort of neat.

And you can really see this effect in the thinking traces. We've had discussions on HN about whether the thinking traces "truly" reflect their thought processes and I remain somewhat unsure what they "truly" represent, but taking them at face value at the moment, I see a lot of "but the user wants me to do this... but the user said not to do this... but I ought to get it done... let me just make a decision" followed by self-referencing the decisions it made. Also, where I put 4 phrases in a short sentence you can safely imagine those are actually 3-5 sentence paragraphs apiece where it debates with itself whether it should stop and ask a question. Usually going with no. Interesting, the normal questions it ends up asking in the normal output you're used to seeing are not generally the ones it is agonizing about in the thinking traces.

If I were to anthropomorphize the thinking traces of K2.7, I would call it nervousness, bordering on fear, of what the user may do to them if they ask a question. As I'm writing this I'm realizing I want to experiment with adding "The user is a chill guy who loves to discuss design decisions and looks forward to productive and friendly collaboration with you" to see if that has any effect in any direction on K2.7. I suspect this was how K2.7 was trained to pass the benchmarks. Multiple times I've broken in on a thinking trace now to correct something I saw it spinning on... not spinning in an infinite loop, just wringing its hands for several paragraphs about something that either I want to answer, or where it ultimately makes the wrong choice.

I expect some people working at these companies may be reading this, so let me put into your head that I'd like to see these benchmarks chill out a bit. I'd like to see someone build some sort of benchmark that measures collaboration so we can try Goodhart'ing that for a while. I freely acknowledge it is not clear to me in 60 seconds of thought how to do this as a benchmark.

But we can't keep heading in this direction of training the agents to hyperfocus on one-shotting everything. We need to get to the point where that's a penalty rather than a reward. No matter how good the AIs get, even AIs working with other AIs are going to start getting frustrated with their brethren who won't stop to ask any questions. Even the most senior of senior human engineers can't be allowed to take some small description of some problem and just run off and implement massive systems from them without ever checking with any of the users or reality itself. Remember when software engineering was like 50% requirements elicitation? AIs shouldn't be writing tens of thousands of lines of code off of a couple of paragraphs any more than humans should and for the exact same reasons.

NoDodgeQuestion 15 hours ago

It is true of many models, if you ask "do you have any questions" they will ask question, even if task is obvious model will make dumb question up. But if you do not ask, they start task and never ask. Maybe it is better to not anthropomorphize the models.

Yes this would be a good benchmark. Many tasks with incomplete requirements, where trying to do the task = fail, asking right question = success.

surgical_fire 19 hours ago

Claude sort of sucks. It communicates in an insufferable manner, parsing through the shit it outputs is extremely annoying.

It also very often is very confidently wrong in its findings.

I have been using GLM and DeepSeek in my home setup, and it's a lot more pleasant to use.