7 ms·
“ Claude Fable 5.1's writing is generally a step up from earlier Claude models, with fewer stock phrases and less unexplained jargon. In some cases, though, its
by tarr11 15d ago
“ Claude Fable 5.1's writing is generally a step up from earlier Claude models, with fewer stock phrases and less unexplained jargon. In some cases, though, its prose is denser than Claude Fable 5's: sentences run longer and there are fewer paragraph breaks.”
I cancelled my pro max Claude subscription last week; codex is much more succinct. I am curious if this is getting better.
I don’t think Anthropic realizes that humans have a token limit too and it can be exhausting to read Claude’s output. Prose density is not the same thing as succinctness.
- thefourthchime 15d agoYes! I have my .md's have "If you respond with more than 3 paragraphs, give me a TLDR" "Do not assume I know all technical jargon, please explain things plainly"
- programmertote 15d ago> Prose density is not the same thing as succinctness Can't agree with you more. I review 2-3 PRs a day from my team of eight data engineers. Most of my team members use Claude to write SQL, dbt and Python code. Some of them use Claude a lot, some less so. I can easily tell when I review the code that is mostly Claude generated vs. the one that is not. In dbt models where we have a lot of biz logic in intermediate layers, that's where I really have a difficult time following Claude-generated comments. So much jargon copied over from other adjacent dbt models (yet inconsistently), and the prose is super choppy (for the lack of better word). After reading a looooong sentence/comment line, I still can't figure out what it really means. Had to always re-read the line 2-3 times (sometimes, more) to sort of understand. Reading code, however, is so much easier and usually, I just skip to reading the code and then come back to the comments. :D
- glub 15d agoIt still talks the same claudish, but now it's indeed denser. I'm not quite sure what step up they're talking about.
- dbbk 15d agoYou know you can just... change this right? What a weird thing to cancel over. I have in my global CLAUDE.md something to the effect of I have ADHD and give me succinct responses with headings and lists etc, works great.
- hungryhobbit 15d agoAmen. I would trade some stupidity (say ten points on any benchmark) in exchange for a version of Opus or a similar model that actually gave me direct, concise answers.
- atishaykumar 15d agoYou can possibly give instructions on how to respond to your questions.
- hungryhobbit 15d agoYes, and they will work ... for like two turns, after which Claude will go back to its usual wall of text. And yes you could add context (memories, rules, CLAUDE.md entries, etc.): they won't help (for long). Same for hooks that remind Claude to be concise: it gets "attenuated" and starts ignoring any such instructions quickly. There's also writing guidelines ... but they're basically just more context with slightly higher weights (ie. Claude will still ignore them). I've even gone so far as to make a hook that identifies long responses and requests shorter versions (which is challenging in itself, as you need to run another lower-powered model to evaluate how long is "too long", as what's "long" when the expected answer is one line is different from what's expected for a ten line answer). However, that just shows you the long version, then some hook text, then (10-15 seconds later) it shows the short version. So I created a proxy that hid the long version/hook text for me ... but I had to abandon it because all that used up so much usage I was running out. I'm fuzzy on the details, but Caveman somehow "hacks" Claude in a way that gets past all that ... but it takes things too far in that direction, with "cave man" speech that sucks.
- pdntspa 15d agoYou should try setting claude code to opus 4.6. With the style instructions I set in my user CLAUDE.md it does exactly that. It's like night and day: Opus 5 gave me a page and a half of word-vomit, yet the exact same task and prompt with 4.6 and I got maybe 100-150 words total, entirely readable.
- 15d ago
- precision1k 15d agoI've developed a habit of adding into my prompts "please keep your response concise and succinct" or "I'm trying to cram, please only provide the minimum level of technical detail necessary to understand this topic" I find it helps immensely but it'd be nice if I didn't have to do that.
- gitaarik 14d agoOr "be brief and simple"
- aniceperson 15d agoadd to your system prompt?
- glub 15d agoIt only sticks to the instruction for maybe 3-4 turns. This is why when Anthropic released "concise output style" feature in claude code, it basically spams the model's context with "be concise" system reminders every other turn.
- vandopereira 14d agoya, but now i have this system that ive build that works with any ai agents, putting boundaries, gates every single time and it generate memories from the runs so it can inject them as needed.
- vandopereira 14d agojust try kaplira, it will help u with that.
- CamperBob2 15d agoI don't understand that complaint, although it seems to be a common one. The whole problem with the way models talk nowadays is that they are succinct to a fault, going to the extent of coining new buzzwords and misusing existing ones. What I want to see is a shift towards plain language.
- KronisLV 15d agoSame, currently on a mix of Kimi Vivace (K3), GLM Max (5.3 and 5.3 Flash) and OpenAI Max (Sol and Terra mostly). I will say that Kimi feels nice but slow, GLM feels faster but has limited tokens (even off-peak) and OpenAI is nice and fast but has limited context (258k shows up in Codex, really). Neither of them are perfect, but I prefer their type of prose across the board to what Opus 5 and Fable 5 kept outputting. I'll probably check out Anthropic again in a year, but for now I need a break from its brand of slop. Oh also all of the other ones allow usage in OpenCode with their subscription plans.
- Someone1234 15d agoOne thing I've noticed and HATE, is that when you increase thinking-effort, that seemingly increases response-length. Meaning that X.High is longer than High, which is longer than Medium, etc. Which is kind of the inverse of how people work; a really smart person can condense difficult ideas into simple[r] terms. Whereas people who struggle speak a lot but say very little. High/X.High do seem to deliver better quality results, but it sometimes feels like needle-in-haystack extracting that from the word vomit.
- alasano 15d agoIt's so bad I've made myself a Pi extension that rewrites responses in side by side view using models on Cerebras (insanely fast tps)
- visarga 15d agoIt's so bad I made my own chat client for Claude, so I can attach steering prompts in conversation. They are applied just at the end, before the last LLM response, then removed and response kept.
- Lucasoato 15d ago“I have made this letter longer only because I didn’t have the time to make it shorter.” - Blaise Pascal
- visarga 15d ago> when you increase thinking-effort, that seemingly increases response-length I use the /sss writing style - synthetic, short and simple - and it helps a lot.
- TeMPOraL 15d agoWith LLMs, you're still mostly read things "off the tip of the tongue". A better comparison is observing a smart person talking to themselves while working on a tough problem. EDIT: also there's a reason the dial is called "effort", not "smarts".
- foobarian 15d agoJust remember Charles Dickens was paid by the word too
- moogly 15d agoToday, Opus talked about "rotation slabs" in relation to logging. (and not log rotation). I didn't even bother asking what that was supposed to mean and switched over to Sonnet.
- trueno 15d ago> In some cases, though, its prose is denser than Claude Fable 5's: sentences run longer and there are fewer paragraph breaks that feels like they just blocked words like load-bearing but can't actually fix the real problem. The insane word slop density and run on sentences was the real reason it became annoying to work with claude, colored with way too many analogies and pointless linguistic comparisons.
- andreidbr 15d ago"Humans have a token limit too" - that's so good and it explains so much of the fatigue that myself and colleagues/peers have about Claude in particular.
- voiper1 15d agoI think it's not just token limits - I think it's because it's so _dense_. You get a week of research and debugging and testing compressed into a few pages. Even if it's explained well, it's just so much information. And since it's AI, I'm constantly second guessing "is that really true?" and it's exhausting.
- peab 15d agoI just can't stand how often Claude says something like "And the honest part? It's..." Like, were the other parts not honest? I don't understand how Anthropic let it get like this, it's been such a clear regression
- andybarriateth 15d ago[dead]
- bayganyo 15d agoMe too. And it does it so often, that I've added a stop hook that detects "honest*" in its response and forces it to regenerate without the banned word.
- collinmanderson 13d agoI think it says "honestly" when breaking bad news.
- dpkirchner 15d agoIf you ask it why it uses the term honest so much it'll tell you it was actually trained not to. lol
- joquarky 15d agoIt can't truthfully answer "why" questions, only infer them in a way that aligns with its training for conversational engagement.
- dpkirchner 15d agoOf course, that's how LLMs work. It's still amusing, at least to me.
- trueno 15d agoi think they took a huge bet that speaking like a ted talk was going to be a vast popular differentiator in their offering, i don't think they anticipated that people were going to make fun of it, that it could become a meme..that it could get in the way of getting stuff done and result in cancellations. it's downright exhausting to read claude, the language style was a regression imo.
- windexh8er 15d agoSame here. I still have access until my account churns but Anthropic has huge issues comparative to everyone else with token / usage burn down. K3 Swarm also delivers better results than Fable at a fraction of utilization. The Pro plan is definitely not worth it anymore and if I do want to burn some money I can always just leverage the API. But Anthropic went from simply amazing last year to a dumpster fire in less than 6 months for my use cases, anyway.
- dirtbag__dad 15d agoIf you ask any model to write as tables to enumerate points, and BDD for logical flows, it’s like 50x less strain on you
- xnx 15d ago> sentences run longer and there are fewer paragraph breaks. Gotta fit in the watermarking.
- kccoder 15d agoYou can change CC's output style (https://code.claude.com/docs/en/output-styles https://code.claude.com/docs/en/output-styles). You can also put style notes in your global claude.md. I've instructed claude to treat me like I have adhd, get to the point, and be succinct, ... More or less eliminates the problematic prose. I took time to figure this out after Fable spat out "...then stays purely as cascade-debugging provenance rather than load-bearing arbitration."
- jakevoytko 15d agoMy experience with output styles for long-running sessions is that Claude starts to forget the terse output style by the middle of the context window. Obviously I don't know if 5.1 suffers the same fate but I ran into this issue with both Opus and Fable 5
- kccqzy 15d agoThat sentence is fine; it’s tolerably annoying. As a long-time HN reader, HN is full of this kind of performative erudition and I’m already used to it. Fable probably learned from the worst parts of HN.
- chown 15d agoMy biggest frustration with Anthropic with Opus being too verbose is that they tried to put this on users. It’s pretty clear that Anthropic employees don’t use the day-to-day models that everybody else use. They have access to the next tier model so they don’t see the problems that everybody else is dealing with.
- siva7 15d agoYep, they have no clue what their users are complaining about since all they use all day is mythos max preview.
- cyanydeez 15d agoI don't think they care about humans... ... ...
- setgree 15d ago> In some cases, though, its prose is denser than Claude Fable 5's: sentences run longer and there are fewer paragraph breaks.” This sentence reads like Claude wrote it. Perhaps it did, or perhaps Claude has learned to write like the folks who work at Anthropic? (Had I edited this, I would have said that a colon is not the right separator here. The second clause does not _explain_ the first, per se, bur instead expands upon it. Consider instead: "In some cases, however, its prose is denser than Claude Fable 5's, with longer sentences and fewer paragraph breaks.")
- perching_aix 15d agoGoing off of vibes, I guess this would call for a semicolon or an em-dash? Also, could be just Claude rubbing off on them than it being Claude authored. I'd imagine they read it quite a bit.
- viccis 15d agoI just used it to do a review of a ~100k SLOC codebase that Fable 5 / Opus 5 largely built, cost like $2 and caught some good stuff, but more importantly, it communicated very directly and was pretty light on bizarre metaphors. No "let me read the source before opining" type verbiage launched at me. Honestly night and day for me vs before.
- milleramp 15d agoI wasted a lot of tokens last month asking "Please explain the meaning of this sentence in plain language"
- simondotau 15d agoKimi K3 is the best explainer. I switch to that for code review and insights.
- andai 15d agoForgive me this long letter, I hadn't the time to make it short. —Pascal
- epolanski 15d agoJust the other way I was thinking that if I asked "What does Lamborghini do?" the only correct way to answer is a single sentence "Which Lamborghini are you referring to?". But LLMs will fail at this question: they will tell you about Lamborghini's latest car and mix some history in it. Just try. Which is the wrong answer anyway, because there's at least two major companies called Lamborghini, one making cars, one making agricultural equipment and at least one famous person (Elettra) with that family name. This very simple test/question makes me realize how much do I hate LLMs in a sense: while I agree that the answer it gives is the most plausible for 90% of the users, it's ultimately both wrong and long. And that 90% compounds. But there's no "correct" answer in my eyes than "who are you referring to?". Possibly without listing all the possible Lamborghinis.
- anthonyrstevens 15d agoThis is ... unnecessarily pedantic. Anybody in my social universe who asked me that question would undoubtedly expect "they make cars". If you're picking nits, why not focus on the word "do" and (wrongly) expect an answer like "Lamborghini (either of the two main companies of that name) does not 'do' anything - the companies employ humans who 'do' things. Lamborghini is a legal entity established to allow humans to 'do' things, such as make cars, or agricultural equipment." Shared context is a thing. Reducing every conversation to first principles is not always required. Get a grip.
- epolanski 15d agoThis is not a nit. This is a real problem in the technology. It assumes the average and plausible answer token by token. And this tendency shows in every single field it's applied to. At the end of the day I want *correct* answers, to the point. Instead LLMs, no matter if it's version 3500, are bound to producing average results: slop.
- gwking 15d agoI switched to using Codex for the last two weeks, and while the prose has been better, there have been a lot more technical oversights. I'm now having fable review codex commits and it finds deep issues. I'v also done the reverse where opus/fable do the work and then I have codex revise all of the prose prior to reading anything myself. This has also been effective; I'm not sure which is the better approach.