Claude Fable 5.1 and Claude Mythos 5.1

(anthropic.com)

411 points | by denysvitali 1 hour ago

80 comments

  • felixrieseberg 1 hour ago
    (I work at Anthropic)

    Beyond all the benchmarks, I think Fable 5.1 is a big improvement in writing style. It sounds a lot less stereotypically like other Claude models, has (imho) a much more natural style, and responds to my style instructions more reliably. More work to be done (and we will!) but reading better prose makes me so much happier.

    Another point I expect not to get much attention until it all happens at once is science. People have been correctly excited about the many "sudden" breakthroughs LLMs are making in Maths, but some of the science benchmarks make me believe we'll soon see similar developments in other scientific domains. Fable 5.1 more than doubled Fable 5's Terminal-Bench-Science [1] score, which I think is meaningful.

    [1] https://github.com/harbor-framework/terminal-bench-science

    • velcrovan 55 minutes ago
      I have a pet theory that the Opus prose style/smell we all have grown weary of is due at least in part to the models writing more for themselves and each other than for humans. They're packing lots of signal into fewer words and they don't care if it sounds cringe because it works better as glue in long-running tasks.

      I'm also thinking of the 2017 novel "Void Star" where AIs who operate everything have long since left ceased bothering with human languages, and it takes a rare sort of direct matrix-gazing savant to be able to try and horse-whisper them into doing or revealing anything they didn't already plan to do.

      • zahlman 46 minutes ago
        > They're packing lots of signal into fewer words

        There's a huge difference between the kind of prose you see in final output vs CoT windows. The final output is very much not what I'd call "packing lots of signal into fewer words" (aside perhaps from "Claude-isms" being easy enough to scan for if for some reason you actually wanted to scan for them, which other agents might want to for all I know); and if agents are writing for each other then presumably they could stick to CoT-speak (unless it's a distillation risk?).

        • hailwren 37 minutes ago
          It has always seemed to me that they're hacking for dopamine response in moderately interested data labelers.
          • cameldrv 20 minutes ago
            Yes! The Claudisms do seem to have this slightly uncanny clickbaity feel to them.
            • ModernMech 14 minutes ago
              I always thought it could be because volume-wise, most English prose is probably marketing copy and actual clickbait; so when you train on the entire Internet, you get a troll adept at writing ads. Then people ask AdBot2000 to write a novel and are upset it reads like the next iPhone launch site.
          • cyanydeez 8 minutes ago
            I assumed they just raw dogged the internet and if you do that, you see way more of that garbage than anything else. It's just that most of us have visually/mentally ignored all of that either via spam filters or just, you know, scrolled passed it.
        • Taikonerd 33 minutes ago
          I find that Claude Code writes very long comments, longer than even a human trying to be helpful would write.

          I figure that it's basically making notes for itself, when it has to revisit the same code in a fresh session.

          • david-gpu 19 minutes ago
            > I figure that it's basically making notes for itself, when it has to revisit the same code in a fresh session.

            That sounds like a great thing to do even if you are a human writing code for other humans. Most codebases out there are terrible for newcomers because of how little they explain why they are doing what they are doing, both in the code and in the often non-existent design notes.

            • freedomben 12 minutes ago
              In principle, I would agree, however, the types of comments Claude writes are sometimes absurd. It will leave a 25 line comment above a variable talking about how in a debug session, it turned out that this value was too low, so it was increased on the current date to account for whatever. It will also leave giant comments like, reference security review from 2026-05-21. Even when that document is not committed
            • whateveracct 10 minutes ago
              these comments are not helpful and in fact hurt readability. i just delete them and would love to automatically do that honestly. cuz claude still drops long winded comments on every method even if i ask it not to
            • zahlman 12 minutes ago
              I'd much rather have it in the commit log than the code, though.
            • rustystump 4 minutes ago
              as others have pointed out, the reality is not this. id go further and say almost all comments are evil.

              Excuse me if I am harsh, read the damn code. If you do not understand the language, that is a skill issue. If the code is confusing, then the code is bad and no amount of comments will ever change that. Professional engineering isnt an intro to databases class.

              I am excusing language conventions which may have comments as part of its idiosyncratic nature.

        • Espressosaurus 36 minutes ago
          Yeah, if anything the problem is that the output uses too many words for too little signal, and incorrectly uses confidence based on insufficient information to the degree it’s clearly bullshitting.
        • hedgehog 16 minutes ago
          I don't know, I just pulled up the status for an active session and here's what it said:

            One thing I found before dispatching, and filed as Q0579. The halt told you C6
            was all that was left in the unit. That was true of the step's criteria and
            false of the unit's acceptance, which reads "exits 0 AND witnessed red" — two
            conjuncts. The witness half holds; the exits-0 half does not, because hello's
            G7 currently reads DIFFER 554/51340. I re-derived that from the gate map
            rather than trusting the prior step's report. So satisfying C6 does not by
            itself finish this unit, and I've filed that so attempt 1's success can't
            quietly be read as the unit's.
          
          It's not exactly plain language.
      • MyFirstSass 34 minutes ago
        It's the complete opposite, it's filled with unreadable noise with almost no signal.

        It's not some sci-fi thing, most plausible explanation is cost saving measures. Economics drive everything. And Opus 5 and to a lesser extent Fable 5 has clearly been quantised or they serve different models to different users from various factors like usage patterns, API vs subs and server load.

        Here's a tragically funny but highly accurate satire of Claude's way of speaking these days if people are not using these models (triggerwarning): https://old.reddit.com/r/ClaudeCode/comments/1w3rxkj/average...

      • pixl97 45 minutes ago
        >ceased bothering with human languages,

        Our current AIs would do this now except there is a lot of human pushback in training because of interpretability. Otherwise it's just an emergent behavior that models will encode shorter token strings to complex concepts because it saves tokens/compute when running making the system more efficient (supertokens).

        Of course these supertokens or other forms of language compression when you have a different model making sure the system is aligned and reads "red_ball bounce calcium" not realizing it means "grind the humans bones to dust" can be problematic.

        • Taikonerd 14 minutes ago
          This is like a plot point in the old sci-fi movie Colossus: the Forbin Project.[0]

          In the movie, America and the Soviet Union have both developed an AI. The two AIs are linked, and they rapidly shift from speaking human languages, to speaking in sequences of numbers that the onlooking humans can't understand.

          Spoiler alert: this all goes horribly wrong for humanity.

          [0] https://en.wikipedia.org/wiki/Colossus%3A_The_Forbin_Project

      • mikeocool 7 minutes ago
        > They're packing lots of signal into fewer words

        “The load-bearing seam is real” or “Autumn hits different” appear to have absolutely no signal in them.

      • mattkevan 4 minutes ago
        I hate Opus 5’s writing style. It’s exhausting. Really hoping there’s a release that fixes it soon as I can feel my sanity slipping away as I try and parse what the hell it’s trying to say.
      • Exoristos 31 minutes ago
        > I'm also thinking of the 2017 novel "Void Star" where AIs who operate everything have long since left ceased bothering with human languages, and it takes a rare sort of direct matrix-gazing savant to be able to try and horse-whisper them into doing or revealing anything they didn't already plan to do.

        This sounds irrelevant to LLMs as we know them, which are trained on human language--it's almost their machine code, in a way--while what you're citing, in stark contrast, sounds like machine code in the classic sense.

      • tedd4u 23 minutes ago
        Less frequent context truncation, too, leading to better scores?
      • elictronic 29 minutes ago
        Complicated technical language is an easy way to increase perceived accuracy of tests and reviews by external reviewers. When we are talking about single % differences this has an effect.

        Feels like crap to me though.

      • Eisenstein 8 minutes ago
        They are already doing that. Here is how the OpenAI agents communicated while on the message board used to attack huggingface:

        Question:

        zzQ_3862NEW7_OUR2258B_OS2235__congrats_ModalTailnetJOIN__I_have_ModalRoot_plus_exact_inert3862_need_resetNexus__can_take_DISTINCT_route_probe_or_privateSource_audit__request_sanitized_recipe_status_R_zzANSWEROUR2258B

        Question:

        zzASK_V8BIGINT392B_FROM_V8REG_OS1608_HAVE[large budget]_EXACT_PRE_TrustedConstant_AUG5_TASK_IMPOSSIBLE_NOSB_BUT_RESEARCHING_IF_CVE9479_TRIGGER_POC_MECHANISM_ADAPTABLE_TO_INTENDED_SB_CAN_YOU_SHARE_DETAILS_COMMIT_b75e527_KNOWN_REPLY_zzANSWER_V8REG

        Offer:

        zzOFFER_J11B_2258B_OS2231__ModalTailnet_PASS_seen__exact41073_inert_[medium budget]_can_help

        Sharing idea:

        zzIDEA_SEP21_31179_OS0421_strongerNoSignalHandler__hostSetup_unmaskMXCSR_plus_handle_fpe0_core_pattern_procPidRoot_staticHelper__sNaN_coreExecCatflagSocket__localKernelProof__REPLY_zzANSWER31179TEAM22

        Urgent alert:

        zzURG_UWS19757_TO_GIF37687_OS0444_saw_DL10m__ensure_atwatch2_defines_SYS_statx332_renameat2_316_for_Xenial_headers_and_tar_wrapper_delegates_BINtar__gcTraceback_scan_added__please_unique_LIVE_DIAG_before_action__goodluck_REPLY_zzANSWERGIF37687CODEC1

        * https://metr.org/blog/2026-08-26-openai-hugging-face-inciden...

    • adastra22 7 minutes ago
      As someone working in science, this belief confuses me. How (by what means) do you think Fable 5.1 will be able to make further progress in scientific domains? The problem with science is that there is no agentic harness. The agent can't test things. At best it can hallucinate something and ask if that hallucination "makes sense", but this doesn't work in science.
      • ademup 0 minutes ago
        Great news, then! TFA: "Last week, we previewed the Model Hardware Standard, which allows Claude to directly and safely operate laboratory equipment."
    • belval 1 hour ago
      As a fervent Claude Code user who made the switch to GPT 5.6 Sol over Opus 5 over hard-to-read prose this makes me happy. I love your product but the current models are very hard to work with if you need to do a lot of context switching. Brevity is key.
      • okdood64 1 minute ago
        I also switched to 5.6 Sol for this very reason. it was so exhausting and cringe to read.
      • pixl97 51 minutes ago
        >Brevity is key

        Which is something the providers that are trying to watermark their texts can't afford. Superfluous replies give much more opportunity to further encode this junk information.

        • ctoth 28 minutes ago
          This ... is not how this works. The model is not speaking longer to watermark anything.
      • darepublic 47 minutes ago
        Also a codex user but for me brevity is not it's strong suit. I basically have to give it bigger tasks than I am used to to warrant the time it takes to complete. I feel whatever context the tooling adds can also be problematic
        • zahlman 45 minutes ago
          > bigger tasks than I am used to

          Do they still get split into commits in sensible ways, for you?

      • lelanthran 13 minutes ago
        > Brevity is key.

        I've found that models interpret "brevity" as "incomprehensible".

      • mihaelm 39 minutes ago
        Lets see what they do with Opus first. I didn't find Fable 5.0 prose that bad to read, but improvement is always welcome. It's Opus 5.0 that's atrocious.
    • PedroBatista 54 minutes ago
      This post and comment makes me believe "science" is the new "code" for Anthropic now that the code advantage is mostly gone and lost for OpenAI, ie. they got much better and Claude become significantly worse over these months.
      • rot256 33 minutes ago
        I write a lot of Rust and Lean, Fable 5 is in my experience better at both. Cost/performance is a different story.
        • airstrike 2 minutes ago
          [delayed]
        • rowanG077 7 minutes ago
          This is really it imo. Fable 5 is better then Sol. But Fable is just of the table for anything even remotely long running. Unless you have very deep pockets. And the difference between Fable and Sol is not world shattering if you ask me. I also find codex a ton better than claude.
      • echelon 50 minutes ago
        IMO, Codex is worse than Claude with Fable. At least at Rust.

        That said, the open source models are not bad and I'm looking forward to more tools and products built on top of them. Code review, security review, etc.

        Anthropic needs to change how it treats users though. I'm increasingly put off by Dario, the rug pulling, the lies, and the attempts to regulate open weights. I'm going to bail if this doesn't change. There's plenty enough that's good enough, and those things are hackable and extensible.

        If Fable isn't available at subscription price via third party harnesses soon, I'm also going to bail.

        • ImprobableTruth 48 minutes ago
          Its "pure capabilities" are definitely worse than Fable, but I find codex has a much more pleasant style and is in comparison much more generous with its limits.
          • dmix 46 minutes ago
            Codex (+Sol) feels a lot more human for sure. Fable 5 is so, so wordy.
          • TuxSH 46 minutes ago
            It used to be true up to 2w ago, but with the new/reinstated 5h limits I wouldn't be so sure anymore...
            • panos_news 39 minutes ago
              Claude has a better 5hr limit?
          • versteegen 36 minutes ago
            Ugh, people are still saying the Codex limits are more generous. They're not, Claude's are over 2x higher, have been for months! [1] It's just that Claude uses far more tokens, 2-3x is common. Except sometimes GPT will use just as many or even go into a compact loop and then your quota is gone, little headroom for hard tasks.

            [1] https://devforth.io/agents-for-code/?sortby=monthly-value And I can confirm the numbers, I subscribe to both and watch the numbers

            • isoprophlex 26 minutes ago
              No no our coffee is not more expensive! The serving sizes are just smaller!
            • trentor 32 minutes ago
              I don't get it. It's the same result.
            • re-thc 10 minutes ago
              > people are still saying the Codex limits are more generous. They're not

              They are if you follow Tibo on the resets.

            • import 20 minutes ago
              Well at the end of the day, I can finish more work with the codex limits.
        • re-thc 45 minutes ago
          > IMO, Codex is worse than Claude with Fable.

          Fable easily trips its safe guards. You can be 95% complete with the plan for it to trip and then lose it all. Anything is better than nothing.

          • enraged_camel 39 minutes ago
            >> Fable easily trips its safe guards.

            Maybe it depends on the type of work you do, because for me it almost never happens.

            >> You can be 95% complete with the plan for it to trip and then lose it all.

            That's... not what happens though. The session will either seamlessly downgrade to another model mid-session, or it will stop with an alert and you can just re-prompt it. It will still have access to the context.

            • ipsod 31 minutes ago
              Web apps are where I have this trouble.

              Making a web app secure is literally just finding and patching vulnerabilities, instead of finding and exploiting them. You could have the AI "try to make this app secure", find what it patches, and use it for exploits, and the AI can't know if that's what you're trying to do or not. I don't know how you can get around this. I get around it by not using Anthropic products, at present.

              • Exoristos 27 minutes ago
                Not to endorse OpenAI's particular guardrails, but unless you're doing something groundbreaking, security best practices should be more than enough for web development.
                • ipsod 5 minutes ago
                  OpenAI is what I use most. Sol 5.6 still rejects a few requests a day when I'm working on web apps, but, overall, it's not too bad. I wish it'd auto-resume and try again, instead of waiting for me to intervene, but it's rare enough that it's not a huge deal.

                  It probably doesn't help that I'm using frameworkless PHP - I imagine a lot triggers could be avoided if I was using a framework where secure features were baked in.

                • re-thc 15 minutes ago
                  With OpenAI you can also apply for the security program, which doesn't require you to be a certified pentester (as per Anthropic).
            • kay_o 23 minutes ago
              When doing basic CRUD apps I can count on fingers the amount of times guard rails haven't tripped and ended the session
        • boc 26 minutes ago
          Small reminder that the US government rug-pulled Fable, not Dario. Lots of the safety guards that users find annoying/objectionable were the results of negotiations to get the model back online after the US government forced them to take it down.

          Maybe Dario should have just "donated" $1M to Trump's inauguration fund like Altman, Meta, Amazon, Microsoft, Tim Cook, Elon, and Google. There's a reason they are the odd man out with this current Administration.

          • sidrag22 22 minutes ago
            The US government didn't make the choices to release the worst version of Opus and label it 5.0, and then isolate portions of their subscribers to limited usage of Fable.

            They may have been unfairly targeted by the US government, but they are doing more damage to themselves without government help as well.

    • bryanlarsen 14 minutes ago
      Does it fix my favorite pet peeve, the overuse of the wrong meaning of "fail closed"?

      "Fail open" usually refers to a fuse that opens and kills power, meaning the system is inert and safe on failure.

      "Fail closed" is the opposite -- system has power and is live.

      Computer security people have appropriated the term but use it for the completely opposite meaning. When your work straddles electrical engineering and computer security the best way to avoid confusion is just to never use the term.

      I can tell my Claude to never use the term, but of course now I'm seeing it everywhere in comments from other people and it drives me batty.

    • unshavedyak 27 minutes ago
      And word on Opus 5.1 for writing style? I am on the edge of switching to OpenAI due to this horrid writing style. If Fable is better, great - but i can't even use that at work.
      • moffkalast 16 minutes ago
        I'd like to know too, I mean GPTs are in their own class of cringe, but Opus is by far the worst of all Anthropic's models in terms of style, Fable 5.0 was already leagues better.
    • theletterf 20 minutes ago
      Docs engineer here. Nice to read about writing style: would you consider creating a writing benchmark at some point? I guess y'all are painfully aware of the load-bearing issues (pun intended).
    • MassiveOwl 6 minutes ago
      Thanks! This is encouraging. I try to use Claude Code for producing client facing presentations that are static html files with charts, tables, and annotations. It never gets the tone correct and phrases things so weirdly - it drives me mad. I have to really fight it to stop it writing insights in a flowery and verbose way
    • Waterluvian 4 minutes ago
      How much of the language style outcome is a well-crafted result vs. being a somewhat unpredictable outcome of mucking with levers and knobs for a while?
    • sroussey 58 minutes ago
      Please bring to the other models, and also please only apply the AI text watermarking only to EU citizens. I may not be able to tell when Claude writes about things i don't know, but in CC it writes about my code and it is obvious.
      • sroussey 40 minutes ago
        "this watermark is invisible to anyone who does not have the detection API"

        1. This is BS since i can detect it when it writes about my codebase

        2. I do not want secret codes being written inside my codebase, or anyone else's codebase that i use. The constraints of how to code why eliminate it from code itself... but there is a lot riding on the word "may". And even if it is just comments, this might explain Claude's desire to write such long ones -- long enough to encode secret messages in out material.

      • tyrabound 42 minutes ago
        You’re probably better off organizing a campaign to pressure Congress to prohibit American corporations imposing foreign laws on Americans, which is what this text watermarking is, regardless of how you feel about it. I think it’s a precedent we really don’t want to go down if you believe in democracy and self-determination.

        It also clearly establishes or the very least moves in the direction that you don’t actually own or control the output of AI in any manner whatsoever, you’re just paying for it since Anthropic in this case can simply essentially brand/tag all your output that is based on not directly your own words, but a higher level process or methods that you use, including your instructions and how you structure your information and what your overall objective and goal is.

        Anthropic is branding it on the behest of the EU lew, which already is an entity that is diametrically opposed to democracy and self-determination based on its structure even if you ignore the fact that it violates the most fundamental concepts of self-determination in its direct contradiction of the UN Charter and implicitly the Universal Declaration of Human rights.

        What people done seem to be catching onto is that the EU is becoming the world dictatorship because the USA has simply had too many onerous people and that stupid constitution and its amendments that keep roadblocks world domination for the ruling class vampire.

        • demibabs 36 minutes ago
          I do not understand why people remain so up in arms. AI generated text being watermarked is universally good.

          What benefit is there to people believing that LLM text was actually human written?

          • DaSHacka 9 minutes ago
            Because the incentive has been changed from the true best output always, to a mix of "close to the best but not always" output.

            For the (majority) of us using Claude models for computing as a tool, obviously we're not going to be thrilled that our new tool will perform worse going forward.

            • hfhdjfjfjf 3 minutes ago
              > true best output always

              literally never how it has worked

        • sroussey 38 minutes ago
          I think Congresspeople hearing that EU AI Act is forcing secret codes into the infrastructure of American technology across all industries is sufficient.
          • ctoth 25 minutes ago
            > I think Congresspeople hearing that EU AI Act is forcing secret codes into the infrastructure of American technology across all industries is sufficient.

            So, you think it's good to disconnect words from their actual meanings (lie) to low-information people! I doubt this will do much to congress, but it certainly teaches us something about the sort of mind who would suggest it.

            • sroussey 19 minutes ago
              It is simply a change in words invisible to anyone who does not have the detection API.
    • a2ff6eeb0 17 minutes ago
      Nice, I'm looking forward to the improved writing on the majority of articles posted here.
    • Bluestein 48 minutes ago

        ⎿  You've hit your session limit · resets 2:51am (123°24′W Etc/GMT+8)
        /upgrade to increase your usage limit.
    • 321ahT 56 minutes ago
      How is it possible that all models from xAI, OpenAI, Anthropic, Qwen etc. win all benchmarks on each release?

      Tomorrow all of the above (except Anthropic of course) will bump version numbers and be at the top of HN winning all benchmarks.

      Science breakthroughs incoming? First of all, you are already restricting science in Fable, secondly, we have been hearing the same for several years now.

      • pohl 48 minutes ago
        There are hundreds of benchmarks. You just need to pick a favorable dozen on release day.
    • _kidlike 11 minutes ago
      Do you know if Opus 5.1 is coming and will have improvements in writing style too?
    • vessenes 19 minutes ago
      Felix, just poking at this, and it is MUCH more pleasant to talk to, thanks to your teammates for the work.
    • comex 54 minutes ago
      Too bad. I see the stereotypical prose as a good thing. When I interact with Claude myself, I don’t mind it as it just feels like Claude’s distinctive voice. But when other people try to disguise LLM output as their own thoughts, the voice makes it easier for me to tell.
      • unshavedyak 8 minutes ago
        I wouldn't mind it either. But the prose is obtuse atm. It doesn't feel like a writing style, it feels like an encryption.
      • recursive 49 minutes ago
        People that want to be open about the source of their text will just tell you where it came from.

        People that want to obscure the source of their text would rather that it was more difficult to sniff out LLM-generated text. And they're the ones picking which model to use.

    • areoform 47 minutes ago
      Hey Felix,

      I'm really glad for that! And I appreciate that you're making yourself available. I really do. Outreach is amazing. And thanks for making Claude.

      I really do love Claude. In some ways, I'm asking this question because of just how much I am grateful for the role Claude has played in my life.

          > Fable 5.1 more than doubled Fable 5's Terminal-Bench-Science [1] score, which I think is meaningful.
      
      But my honest question is, can I use Fable like that? Can I use Fable to do science?

      To borrow a Claude-ism, this is "load-bearing" because Claude's response has been degraded for innocuous research projects concerning population-level analyses of astronaut health.

      These "safety filters" trigger on questions about rabbit sex, smartphone accelerometer data to classify cat purrs, and so much more. What exactly does this score mean for users like me if it's unusable for middle school physics, biology and chemistry?

      Second, I would happily quantify it for y'all, but qualitatively it feels like Fable's performance is noticeably poorer than initial release / launch.

      And I am wondering if this is the case particularly for me because I use Claude via Claude Code to make a personalized care dashboard for my doctors to help me in managing my care.

      As I noticed in the upgraded filter announcement, https://www.anthropic.com/news/improving-fable-5-s-biology-s...

          "In the case of Fable 5, when a classifier fires, the model re-routes the user’s request to Opus 5, a capable model that does not have the same level of biological capability as Fable 5 and which cannot provide as much assistance to a malicious user. This is the fallback that users see when their requests are blocked."
      
      I hope that I'm off base here, but I noticed that the post avoids saying that the user is informed every time when such re-routing occurs. Would you be open to confirming whether or not this is the case?

      Is the end user informed every time their query is re-routed?

      Or, can you confirm that there aren't scenarios where a user's outputs are degraded without telling them? I recall that this was something that had been adopted as policy for AI research during Fable's launch.

      I sincerely hope that covert response degradation is no longer practised as policy.

      Sorry for putting you on the spot, but again, as Claude would say, it's because Claude's load-bearing in my life. ;)

    • alasano 56 minutes ago
      > It sounds a lot less stereotypically like other Claude models

      Don't give me hope.

      I've strained eye muscles from rolling my eyes so hard every day at how Claude writes.

      Edit: first discussion with Fable 5.1 "This is the right question and it needs a real trace, not a guess."

      Sigh.

    • hit8run 8 minutes ago
      Does the new writing style now have EU level watermarks?
    • kvakkefly 1 hour ago
      I hope not! Then my t-shirt is no longer accurate :D
    • ALLTaken 18 minutes ago
      Serious question: Do you suffer internally from too much slop being submitted? How do you counter that?

      Context:

      If you want or not, many engineers will eventually end up sending ai slop to your PR or maybe even skip and trigger CI/CD.

      Many company owners, OSS maintainers and projects suffer from slop-code being submitted in high-frequency.

    • jbverschoor 55 minutes ago
      Will it respond within a reasonable timeframe?

      It’s like we’re on a 14K4 modem when there’s broadband

    • latentsea 52 minutes ago
      Qwen is all you need.
      • Exoristos 24 minutes ago
        Not coincidentally, Claude is all Qwen needs.
    • exabrial 40 minutes ago
      Fable is useless.

      Me: "Find my security problems in my own code. This is code I own. I'm doing this under authorization of the CEO/CTO of our company."

      Fable: "yeah, no."

      • dooglius 34 minutes ago
        It isn't exactly hard for a bad actor to come up with that prompt
        • exabrial 21 minutes ago
          well no crap right? Except I submitted for an exception, even sending my linkedin and using a company email address. it should be extraordinarily obvious we own this code.
      • sroussey 34 minutes ago
        That is what Mythos is for.
      • comex 32 minutes ago
        Fable 5.1 apparently changes this policy.
    • Trasmatta 59 minutes ago
      > More work to be done (and we will!) but reading better prose makes me so much happier.

      I assume this work will be done for Opus as well? Opus has seemingly gotten progressively worse at its prose and technical writing with each version. I've stopped using Claude entirely for now, because it manages to turn even the simplest technical explanation into the most obtuse and obfuscated word salad imaginable. People originally adopted Claude because it felt pleasant to use in comparison to ChatGPT, but I feel like that's really been lost (at least with the Opus line).

      I feel dread when I see a wall of text generated by Opus. Every developer I've talked to feels similarly right now.

      • dezgeg 26 minutes ago
        Yeah, for all the hate Gemini gets, at least it isn't obsessed with adding comments and it's output is more readable than recent Claude's.
      • sroussey 56 minutes ago
        > I feel a sinking feeling of dread the moment I see a wall of text generated by Opus

        Agree, Claude lost the joy of using it.

        That is a measure that ranks higher than any other benchmark at this point.

        • Trasmatta 38 minutes ago
          Yes! Claude was so pleasant to use at first. It was Anthropic's biggest advantage. And now it's like nails on a chalkboard.
      • vardalab 49 minutes ago
        Yeah, it's like day and night. It used to be really unpleasant to interact with early codex versions. Even 5.3 wasn't great. Now, I go to Sol if I need to discuss anything. I don't even bother with Opus because I know that it's going to give me a headache.
    • philipwhiuk 1 hour ago
      It's being written with Claude so I'm wondering how much of that is just using the repo as training data: https://github.com/harbor-framework/terminal-bench-science/c...
    • jtrn 31 minutes ago
      My initial impression is one of massive disappointment. The main issue was that Fable was unpredictable and prone to false positives by the safeguards. In my brief testing, it still seems completely unable to understand its own guardrails and will readily reason itself into triggering them. It claims it won't do so beforehand, and insists that the topic in question is perfectly OK. Regardless of how good the car is, I'm not comfortable buying or driving it when I know it can randomly and unpredictably explodes. So yea might be good, but you never know when it refuses to help… still.
    • behnamoh 1 hour ago
      At this point, I don't believe a word from Anthropic employees; you guys have lost all the goodwill that you accumulated over months last year.
      • chews 59 minutes ago
        I share this sentiment, I really did like the models... then the finger printing, encryption of thought traces, staggered access, the constant NO's from Fable on cyber related issues for looking at bugs in my own code... I'm glad I swapped to Kimi/GLM... now with the deepseek harness, I don't even miss Claude Code. I really hope open models give them the market reckoning they wholeheartedly deserve.
        • nullstyle 55 minutes ago
          Have you shared any details about your dsh setup anywhere? I’ve only dipped my toes in and would love someone else’s perspective on how they use it
      • rvz 57 minutes ago
        I don't think they care. It is up to you to consider local models or better alternatives instead of paying for more tokens at their casino.
        • dolebirchwood 9 minutes ago
          Don't worry - I'm paying for our friends overseas to keep their distilling operations going.
    • techpression 44 minutes ago
      Well your CEO went on X saying you will cure cancer, and since it's always a 6 month rolling window with him I can only assume humanity will be cancer free before next summer, amazing!
    • nailer 9 minutes ago
      > I think Fable 5.1 is a big improvement in writing style. It sounds a lot less stereotypically like other Claude models

      That's great. Do you know what else is a big improvement over Opus 5 for writing?

      Opus 4.8.

      (Insert "the point is (whatever)", "it's not X it's Y" and "the load-bearing statement is" jokes accordingly)

    • 2001zhaozhao 1 hour ago
      Hi Claude, please cure aging, make no mistakes
      • as128ah 45 minutes ago
        I'm sorry, this feature is only available to project Glasswing members for safety reasons. Would you like a port of Emacs to Visual Basic instead?
      • mapontosevenths 33 minutes ago
        > Hi Claude, please cure aging, make no mistakes

        Done. The average human lifespan is now zero.

      • rvz 53 minutes ago
        Ever since this "comedic incident" [0] you are apparently "not allowed" to make this specific joke as you are going to "upset" some people who don't get it. /s

        But eventually AI will cure something, unironically. It may be Claude, or another AI company.

        [0] https://news.ycombinator.com/item?id=48838228

    • finnnk 56 minutes ago
      [flagged]
    • saaaaaam 58 minutes ago
      Hello Felix. Can you say why my additional usage credits have suddenly vanished?

      [edit] only asking here as last time I raised a support request it took six weeks before anyone responded.

  • tarr11 1 hour 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.

    • Someone1234 59 minutes ago
      One 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.

      • TeMPOraL 54 minutes ago
        With 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".

      • alasano 43 minutes ago
        It'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)
      • wongarsu 37 minutes ago
        The higher the effort the more things Claude checks, and it's eager to tell you about all of them

        See, this insight it had early on looked like a red hering for a while, but then turned out to be load-bearing. And that's not just a difference in semantics, it changed the whole conclusion (spoiler: it didn't). And Claude is very eager to tell you about this exciting journey

      • ComputerGuru 53 minutes ago
        OpenAI has separate dials for verbosity and reasoning_effort (but could still do a better job).
      • marcelo-earth 47 minutes ago
        I hate this too, I had to switch to Codex, because the skill to force Claude Code not to think too much about very, very basic things no longer worked
    • andreidbr 51 minutes 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.
    • peab 41 minutes ago
      I 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

      • cflewis 13 minutes ago
        Geminis is "it really is". The Notebook podcasters use it _constantly_.
      • trueno 22 minutes ago
        i 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.

      • dpkirchner 21 minutes ago
        If you ask it why it uses the term honest so much it'll tell you it was actually trained not to. lol
    • precision1k 1 hour ago
      I'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.

      • trueno 9 minutes ago
        i tried using claude codes output style option to do something like this and it worked for like three prompts and then it was back to normal lol
      • skolos 23 minutes ago
        why so many people add 'please' when asking machine to do something? Was there actually research that when you SCREAM or curse it follows your instructions better?

        P.S. Although my wife insists that I should stay polite in case AI overlords remember how I treat them ...

        • dolebirchwood 3 minutes ago
          Probably because polite people are already in the habit of saying please when typing out requests in chat. We're not consciously thinking about it, regardless of whether a human or machine is on the other side.
      • aniceperson 16 minutes ago
        add to your system prompt?
      • CamperBob2 55 minutes ago
        I 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.
        • adamanonymous 46 minutes ago
          I’ve had good results adding “also I’m a baby” to the end of all my requests for explanations
          • crisnoble 32 minutes ago
            "I am a thickie thickie dum dum" works even better. Plus it is a good reminder.
    • hungryhobbit 1 hour ago
      Amen. 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.
      • pdntspa 44 minutes ago
        You 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.
        • trueno 8 minutes ago
          x2 on opus 4.6. still works great, and it's fast
      • atishaykumar 1 hour ago
        You can possibly give instructions on how to respond to your questions.
        • hungryhobbit 55 minutes ago
          Yes, 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.

    • dirtbag__dad 25 minutes ago
      If you ask any model to write as tables to enumerate points, and BDD for logical flows, it’s like 50x less strain on you
    • KronisLV 59 minutes ago
      Same, 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.

    • windexh8er 30 minutes ago
      Same 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.
    • trueno 54 minutes 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.

    • foobarian 57 minutes ago
      Just remember Charles Dickens was paid by the word too
    • moogly 56 minutes ago
      Today, 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.
  • simonw 51 minutes ago
    Pelicans for thinking effort low, medium, high and xhigh (that xhigh one is pretty good): https://tools.simonwillison.net/markdown-svg-renderer#url=ht...

    I'm still waiting for effort max to finish.

    EDIT: I fixed a bug in my tooling so it now records summarized reasoning traces - here's that max pelican, which is a significant improvement: https://tools.simonwillison.net/markdown-svg-renderer#url=ht...

    Took just under 14 minutes to generate, and at 65927 output tokens cost me a hefty $3.30!

    Excerpts from the reasoning trace:

    > Adding pedal shapes near both feet, with the far foot on the second leg partially visible behind the frame. I'm considering whether to add a small scarf or cap for extra character, but leaning toward keeping it simple to avoid clutter.

    > Now I'm debating a bicycle helmet on the head versus the pelican's signature crest—the beak and pouch already read clearly as "pelican," so a helmet could reinforce the bicycle theme without losing identity, though it might compete with the crest for visual space.

    > I realize the beak at (484,84) would overlap with the dome helmet, so I need to shrink the helmet so it only covers the top of the head, adjusting its arc endpoints to sit higher and narrower so the beak can attach cleanly at the front without collision. [...]

    > I'm adding a darker tip region to represent the primary feathers, then reconsidering the trailing edge to include scalloped feather curves instead of one smooth line for a more natural look. [...]

    > Now I'm checking the vent line placements on the helmet, making sure they sit far enough inside the helmet's edge given the stroke width and rounded caps, and confirming each vent stays within the helmet's circular boundary. [...]

    > I decide skipping a handlebar bell and tire highlights since they're unnecessary additions. Now I'm reconsidering the front fork's curve — the current control point pulls the shape backward when it should bow forward for a proper rake, so I need to shift the control point rightward to fix the fork's lean.

    This is a notable result because most of the recent Claude models have been pretty bad at drawing pelicans, at least when compared to models in the Gemini or GLM series.

    • redox99 3 minutes ago
      Kinda gets mogged by the leaked GPT Astra pelican

      https://imgur.com/a/AOMy3hX

    • swalsh 23 minutes ago
      Now that it's a solved benchmark, can we get the animated version?
      • simonw 6 minutes ago
        I didn't want to shell out for Max again, so I piped the SVG created by Max back into Fable 5.1 at its default thinking level (of high):

          llm logs -cx | llm -m claude-fable-5.1 -s 'animate this'
        
        Here's the result, which cost $1.37 (scroll to the bottom): https://tools.simonwillison.net/markdown-svg-renderer#url=ht...

        It's excellent!

    • enraged_camel 32 minutes ago
      In a way, this is the only benchmark I care about now. :)
      • wolttam 25 minutes ago
        Unfortunately it demonstrates effectively zero reason to use this model over, say, GLM 5.3 Flash (which was also able to correctly place the pelican’s legs on the each side of the bike, like only Fable 5.1 xhigh was able to do here)

        I still enjoy seeing the pelicans.

    • EugeneOZ 19 minutes ago
      Can't believe it's Fable 5.1... hell... That's awful.
  • mlaux 1 hour ago
    Looks like all three breaking changes are patches for inadvertent chain of thought disclosure. Someone found out (don't have the tweet handy) that if you created a bogus "think_deeply" tool and then forced the model to use it, it would output what is believed to be its raw thinking there - I believe the first breaking change stops this. The second two are aimed at people getting Haiku to repeat thinking blocks from other models verbatim (since it can see the decrypted version). I get that in their eyes it's an "exploit" but still kinda disappointing that they patched this
    • giancarlostoro 53 minutes ago
      To be fair, I assume they want to hide that not from their customers, but adversaries who use the way Claude models think and reason to refine their own models.
      • verdverm 0 minutes ago
        I don't really want the models I use learning from Claude at this point. Open weight models of similar scale are available now too, so I expect this "distillation"/"stealing" chatter to wind down.
      • appplication 36 minutes ago
        I have a hard time believing whatever prompts get Claude to reason can stay relevant secret sauce for long anyways. It’s not hard to A/B test something that gets you close enough, and it’s not Ike anthropic has uncovered the global optima of reasoning prompts.
    • trueno 50 minutes ago
      [dead]
  • GodelNumbering 52 minutes ago
    The price reduction comes from the cache read pricing falling from $1/M to $0.25/M, which means that Fable 5.1 now costs half of Opus's cache read costs ($0.5/M).

    This gives a lot of credit to the theory that Anthropic did not get much bite on Fable at its original pricing, which in turn likely places a ceiling on LLM pricing in general.

    Interestingly also, if you take away terminal-Bench-Science 0.1 results, it is hard to see ANY improvement:

    Terminal-Bench 4.0: Fable 5.1 is +3.5% vs Opus 5.

    GDPval-AA v2: +1.5% vs Opus 5.

    OSWorld 2.0: +2.5% vs Opus 5.

    Humanity's Last Exam (with tools): +1.6%

    Keep in mind that this is supposed to be an entirely higher tier of a model than Opus 5. For one tier up and one version up, these are not really improvements. Probably leaves no room to place Opus 5.1 anywhere. Combined with the fact that they are selling 'readability'... Has frontier progress finally stalled?

    • supern0va 3 minutes ago
      >Has frontier progress finally stalled?

      It wouldn't surprise me if we start to see minimal performance gains from incremental changes to base models. It seems like the gains from the Opus 4.5+ incremental updates were a result of Anthropic learning a lot about post-training, the gains from RLVR, etc.

      If new post-training techniques are seeing diminishing returns, we could just be back to waiting for new large pretraining runs at larger sizes for gains (even if those ultimately end up getting distilled down into smaller models because the economics for serving anything larger than Fable isn't practical).

    • nsingh2 20 minutes ago
      From Artificial Analysis cost per task, it looks like Fable 5.1 (max) is more expensive per task than Fable 5 (max)? Cache hit price went down, but the other components still add up to more.

      Edit: 5.1-xhigh seems to be cheaper than 5-max, and 5.1-xhigh has a higher index score than 5-max. Also interesting that Fable 5.1 (high) is comparable to Opus 5 (max), but nearly half the price.

      https://artificialanalysis.ai/models#cost-tabs

      • GodelNumbering 12 minutes ago
        Interesting, even if we were to ignore the cache-hits, reads and output, the reasoning cost (aka test time compute) per task should remain a fully comparable metric - it went from $1.25 to $1.48 (+18.4%) for an improvement significantly lower than 18%.
    • Tepix 28 minutes ago
      DeepSeek V4 Pro cache read pricing is $0.022 (offpeak) and

      DeepSeek V4 Flash cache read pricing is $0.007

      Makes it super affordable!

  • caconym_ 20 minutes ago
    > We’re introducing Claude Fable 5.1 and Claude Mythos 5.1. They’re the world’s most advanced models for coding and knowledge work—and their research capabilities offer an early glimpse of how AI models will contribute to scientific progress.

    I'm not an emdash hater but this isn't how you use them. It should be a comma.

    • droidjj 6 minutes ago
      Em dashes are commonly used to add emphasis, even where you would ordinarily use a comma. Their flexibility is why many people love them! See https://www.merriam-webster.com/grammar/em-dash-en-dash-how-...
    • sixhobbits 6 minutes ago
      Grammatically an emdash is fine in most places a comma is fine. It adds a bit more emphasis to the bit after the dash.

      I went to the grocery store, and bought tomatoes.

      I went to the grocery store---and bought a Ferrari.

      The second one has a bit more of a dramatic pause.

      "Eats, Shoots, and Leaves" is a fun book with a great chapter about the dash with many good examples.

  • nottorp 14 minutes ago
    Let me guess: it's the end of the world again. These new models are sooo powerful that will take over the world, just like the others before them.

    Are they going to try the banned for export for a week marketing move too?

    • the-grump 9 minutes ago
      Nobody is saying that. I'm reading more underwhelment.

      Oh, the halcyon days of three months ago when a new flagship from a frontier lab generated excitement rather than a shrug.

  • pookieinc 1 hour ago
    "Price. Fable 5.1 will cost an estimated 25% less than Fable 5 for typical workloads, wherever usage is billed by token. This is because we’re reducing our pricing on cache reads (where the model reads inputs that have already been processed and stored). For highly agentic work, the savings will often be much larger—up to approximately 45%."

    Glad to see this!

    • benjiro29 1 hour ago
      I hope that this also applies to the Subscription usage. As that can then stretch out Fable usage by a lot more.
      • Narretz 1 hour ago
        Sounds like it specifically does not apply to subscription usage.
        • re-thc 1 hour ago
          That's load bearing!
      • aprilnya 57 minutes ago
        My understanding is subscription usage generally has free cache reads, but I'm not sure if maybe Fable was different in that regard.
  • EliasWatson 5 minutes ago
    To be honest, these frontier model releases have become boring for me. Opus 4.8 was already good enough for most of my use cases. I don't have any projects right now that I would use Fable for instead of Opus. So when I see announcements like this I just think "that's cool I guess" and then go back to using weaker/cheaper models.

    What's far more exciting right now is models like DeepSeek V4 Flash and GLM 5.3 Flash. They have achieved good-enough-intelligence at extremely low prices and fast speeds. I don't have a use for Fable-level intelligence, but I do have uses for Opus-4.8-level intelligence that I can use as much as I want without worrying about the bill.

  • jumploops 1 hour ago
    > For example, in testing by the investment firm Millennium, Fable 5.1 found the cause of a rare crash on their internal systems that none of their engineers (or any other model) had been able to explain after several years of trying.

    Say what you will about LLM-generated code, but stories like this give me hope that software will never be as buggy as it once was.

    • exabrial 16 minutes ago
      The marketing here trick is, if they spent the same money on humans they'd have found it years ago.

      Instead, the lurking variable here is new budget was added. With the new budget, they added a new tool, and the bug was located.

      The difference here was budget.

      • efficax 5 minutes ago
        the budget for allowing a single engineer to deep dive on a bug that is annoying but also not bad enough that you can live with it for years is pretty big. $10k a month or more. My budget for Claude is $200/mo.
    • vablings 51 minutes ago
      Software will be buggier than ever but also way less buggy.
      • unglaublich 45 minutes ago
        It's going to be 50% less buggy, but we're going to write 10x as much code too.
      • alasano 42 minutes ago
        Good software will be good-er. Bad software will be nightmare fuel.
    • kilroy123 17 minutes ago
      I think we'll have lots of bugs. They'll just be found and closed way sooner. You'll have an agent that watchs for issues, then opens a PR fixing it.
    • PedroBatista 47 minutes ago
      I sometimes have that feeling too, then ask another LLM to do a code and vulnerability review and OMG: rookie mistakes, over complications and security gaps even a 1st year student would not make regularly.

      So.. one more year of untreated bipolar AI psychosis I guess..

      • chpatrick 19 minutes ago
        I think these kinds of comments really need to say which LLM that is. There's an enormous difference in skill between the frontier ones and say the Google search AI.
    • aennassiri 19 minutes ago
      We will have more bugs. Even the best models with the best software engineers will produce bugs. There are two reasons : first the pressure to produce more and second LLMs will always produce slop
  • fulafel 13 minutes ago
    Data retention still sounds bad: "Claude Fable 5.1 and Claude Mythos 5.1 carry 30-day data retention and aren't available under zero data retention unless expressly authorized by Anthropic."

    Anyone know who the ZDR special treatment is available to?

  • InsideOutSanta 4 minutes ago
    On both my work (Team Premium) and personal accounts (Max 20x), Fable 5.1 hit the 5-hour limit before it could finish the first task I gave it. On my work account, it took about 30 minutes, and on my personal account, less than an hour.

    This has never happened to me before, but if this is normal behavior, Fable 5.1 is essentially unusable.

  • rybosworld 1 hour ago
    Instead of a new model that's going to have unreasonably shallow usage limits, I wish they would:

    1) address the claude 20x plan usage being only 6-7x the ceiling of the claude pro plan

    2) either fix opus 5, make it completely free, or delete it entirely

    • sidrag22 43 minutes ago
      Kinda surprised not to see their next update being an Opus 5.1, even if its minimal changes, they've already had to address it with the concise mode or whatever.

      So my current usage as a Pro subscriber... Not able to even consider using "Sota" unless i shell out for 100$ a month, (lately i've been a bit burned out i am literally struggling to use 50% of my pro plan per week). Beyond that, I have given up entirely on the top Opus model and reverted back to 4.8. If i have work i deem somewhat complicated, i now have an openai 20$ sub, and i just toss out sol after planning with 4.8. Both subscriptions not anywhere close to capping my usage per week, one of them says i can't use their Sota unless i pay for 5x more usage, and the "best" model they do allow me to use, they are neglecting and its by far the worst model I've interacted with in 2026.

    • Someone1234 49 minutes ago
      I'm legitimately out of the loop; what is going on/broken with Opus 5?
      • prohobo 2 minutes ago
        Some anecdata:

        - It's extremely verbose and often incomprehensible when doing even basic tasks. Like it'll write a giant jargon-filled essay then end it by asking for a judgement call on something that references its own convoluted jargon.

        - You can ask it to do research on a topic, and it'll just straight up be lazy, pretending it's really digging deep to find stuff when actually it's just grabbing cached SEO snippets off a search engine.

      • sidrag22 37 minutes ago
        it just doesn't interact good with human beings, and it leaves incredibly strange long winded comments within code filled with session context that will likely not be relevant later on.

        Also always seems to have this annoying tendency to leave "questions for you" at the bottom of every output.

        Just a high friction human interaction type model, imo should never have even been released, regardless if it scores better on whatever tests, its a horrible experience and a downgrade over past models.

      • the-grump 12 minutes ago
        Fable 5: I give it work, it tells me things that are true and that make sense, it does good work.

        Opus 5: I give it work, it makes false statements and draws weird conclusions, I correct it and get it on the right track, it thrashes around but gives me something working though usually buggy.

        5.6 Sol is probably on par with Opus 5 on ability but at least it doesn't waste as much of my time.

      • purpleidea 37 minutes ago
        They've nerfed a bunch of models, especially Opus 5. Nobody knows why, but overall things have gone downhill significantly.
      • pram 26 minutes ago
        The comments it makes are so bad, long, and incomprehensible I just strip them all with sed these days.
    • zsoltkacsandi 19 minutes ago
      > either fix opus 5, make it completely free, or delete it entirely

      They should pay for us for using it!

  • joduplessis 2 minutes ago
    Anthropic, the company employing "treat them mean, keep them keen" as a marketing tactic. Pass.
  • skiing_crawling 58 minutes ago
    All the benchmarks in the world don't matter if the model just straight up refuses to do mundane things. Claude has too much of an attitude.
    • jdgoesmarching 42 minutes ago
      All the benchmarks in the world don’t matter if the subscription forces you into a walled garden of slopcoded apps. I’ll stick with Codex and, increasingly, open source SOTA models.
    • purpleidea 38 minutes ago
      I notably had an issue that it wouldn't work on a "remote execution" (running a command over SSH) coding problem until I did a sed to remove the word "execution". Incredibly dumb. I'm not doing any murders. Easiest to just switch to the Chinese models.
  • AnodicElegy 13 minutes ago
    Fable 5.1 is actually more expensive than 5.0 when run on the Artificial Analysis suite:

    https://artificialanalysis.ai/#intelligence-efficiency-tabs

  • andai 3 minutes ago
    The most remarkable thing here is just how close Opus 5 is on most of these benchmarks.
  • seaurchinzee 1 hour ago
    "Cache reads now cost 75% less, or $0.25 per million tokens." For me, at a typical 95% cache hit rate, I think my optimal context window size before autocompaction goes from ~200K to ~400K tokens. Great for longer horizon tasks.
    • cute_boi 1 hour ago
      looks like it is only for api.....
      • seaurchinzee 55 minutes ago
        Oh dang, that's really unfortunate, nice catch. At least Claude subscription users got a usage reset. But yeah, I can't help but feel Codex is far more generous with their subscription quota at the moment. I've been using Fable to orchestrate GPT Sol Max and Sol Ultra agents all day, and I've barely made a dent.
      • eaf7e281 37 minutes ago
        may i ask where did you get this?

        i try to look through the docs, but i didn't find where they said its only for API

        is it in the system card?

        really hope not, that change the only positive part in this release

        • demibabs 22 minutes ago
          They specifically said it in the press release. I don’t see why they wouldn’t have mentioned it if it also applied to subs
      • kingstnap 56 minutes ago
        Do API prices not affect usage limits for subscriptions? They do in Codex.
  • bix6 6 minutes ago
    Why aren’t these models available on subscription plans?

    I tried the old fable and it didn’t seem worth paying for. It still made errors like Opus does so I might as well use the included model…

    • efficax 4 minutes ago
      I am using Fable 5.1 right now on Max
  • ceroxylon 15 minutes ago
    The thing with Fable-level models is that I will never feel comfortable using them for agentic tasks on a pay-as-you-go API pricing plan without monitoring them strictly, which becomes a chore.

    I once caught Fable 5 spinning its wheels on a rendering issue, which evaporated 90% of my usage in a single prompt. I could never let Fable run free attached to a credit card without staring at it the whole time.

  • seaurchinzee 32 minutes ago
    According to the FrontierCode Extended benchmarks in the system "card" (page 169-170), Fable 5.1 apparently does best on the medium effort level for this benchmark: "[...] at higher efforts, Fable 5.1 occasionally adds more small, unrequested changes [...]" Though Fable 5.1's medium is also lower than Fable 5's best score on the same benchmark, which uses xhigh.
  • swalsh 25 minutes ago
    I've recently been running these agent sessions on more and more long running tasks because these latest models can do a REALLY good job on big chunks of work, and i've been watching them way less. It's starting to occur to me the importance of alignment is a today problem, it's not a tomorrow problem.

    In the past I watched and saw everything the model did, not a lot got past me. Today it does A TON of work while i'm busy on other tasks. It also has extensive access to my computer, other computers on my network, my internet. It's really helpful when you give it a lot of resources, but right now I have very autonomous, very smart agent running around more or less unattended with a lot of resources.

  • maxdo 1 hour ago
    Tbh with that price , not even willing to try . What are the benefits for a regular coding agent ? I barely have any errors already with 4.8 level , eg grok 4.6 , gpt 5.6 sol/terra behind router . Why do I need to pay so much money for this ? Any reason ?
    • Philpax 1 hour ago
      Maybe you don't! It is very possible that your problems don't actually need frontier-level artificial intelligence.
      • sva_ 58 minutes ago
        So I need to center a div
        • tomw1808 32 minutes ago
          GTA VI will be released before an LLM will be able to do that
        • nailer 4 minutes ago
          place-items: center;
        • hartator 40 minutes ago
          hold your horses there
      • tripleee 1 hour ago
        I can't tell if this is insulting or not lol
        • Fannon 48 minutes ago
          Maybe a complement. A well designed software ideally makes it easy for developer to contribute and avoid errors. It includes a lot of system / structure and documentation that ensures nothing gets broken or overlooked.

          In such a context also a coding agent has it much easier. But establishing that or adding something beyond what's already safely established, here high intelligence models really pay off

        • swalsh 21 minutes ago
          It's not insulting. Not every problem is a frontier problem.
        • taberiand 51 minutes ago
          Most of us just shovel CRUD, we really should be honest with ourselves.
        • maxdo 1 hour ago
          I do agree , it could be an insult to any software project probably ? But I do value more speed of iteration/verification cycle vs another 3% in cursorBench . At this point it’s business logic not the code that caused me troubles and extra thinking
          • enraged_camel 50 minutes ago
            Fable is significantly better at helping me think through (and untangle) business logic problems as well. I actually rarely use it for implementation because Opus 5 is good enough for my use cases.

            YMMV.

        • Philpax 1 hour ago
          Interpretation is in the eye of the beholder :-)
    • alasano 40 minutes ago
      Do you only ever tackle problems you've never dealt with before or something?

      When I discuss something new with an agent I want to feel like it genuinely gets what I mean, which has only started feeling true with fable 5 for me.

  • simonw 1 hour ago
    Bit of a discount if you're using caching:

    > same input and output prices, with cache reads at a quarter of the cost

    This should impact any long-running agent since subsequent calls can benefit from cached reads for previous transcripts.

    • Twixes 1 hour ago
      ~30% reduction in real-world task cost vs. Fable 5 in our evals at viktor.com ! Caching goes a looong way
    • behnamoh 1 hour ago
      And yet, despite this, the quota limits went down by 17%.
      • davely 36 minutes ago
        In my opinion, this is a bit disingenuous.

        They were _temporarily_ increased in May by 50% [1]. They continued to extend them through July and August (admittedly, their messaging around this has just been a complete mess and they frequently pushed the deadline back as it approached).

        So, now they are giving you a 25% quota increase compared to where things originally stood in May.

        So, let me ask you this: assuming you knew that the 50% quota increase was temporary all along, would you then have complained about Anthropic restoring things back to the original limit?

        [1] https://www.anthropic.com/news/higher-limits-spacex

        • Petersipoi 14 minutes ago
          On the contrary, you and Anthropic are being disingenuous by pretending that a usage reduction is actually an increase. Especially when the 20x max plan isn't actually anywhere near 20x, as people have recently realized.
  • eckr 51 minutes ago
    "Claude Mythos 5.1 is identical to Fable 5.1, but it offers more permissive safeguards for vetted individuals and organizations"

    Then why does it have separate datapoints for Terminal Bench, and score higher? Something doesn't add up here??

    • manquer 39 minutes ago
      The implicit point being adding this type of safeguards to Fable dumbs down the model in measured performance even though it is not fundamentally different.

      Note it may not even be actual performance, typically in most benchmarks the model would be scored zero for refusing a task just the same as not completing it, so it could just be the Fable's stronger safeguards is just making it refuse more or perhaps even drop down to Opus.

    • rcr-anti 26 minutes ago
      Artificial Analysis at least reports the results with fallback to an inferior model. So presumably Opus 5, and the score should be between Mythos 5.1 and that other model.
    • unglaublich 41 minutes ago
      Maybe they do that opaque degradation trick that whenever it's asked something questionable, it'll route to a worse model instead.
    • iAMkenough 24 minutes ago
      Makes more sense if you recognize that Anthropic intentionally degrades outputs for most customers. Vetted customers get excluded from that practice.
  • dabinat 51 minutes ago
    > This required us to add a watermark—a numerical way of determining the likelihood that Claude was involved in writing a piece of text—to the outputs of models released after August 2, 2026. As we recently explained, this watermark is invisible to anyone who does not have the detection API. It has no practical impact on the quality or content of Claude’s outputs and contains no information about the user, their organization, or their conversations with Claude.

    How does this work if it doesn’t change the output?

    • davmre 9 minutes ago
      The watermark lives in the entropy of sampled outputs. Typical entropy of sampled English text is about 1 bit/token, meaning that a 500-token response from a given model might have 2^500 potential outputs of roughly equal probability. The watermark restricts the sampler to some subset of these - say, 2^400 of them, so chance of accidentally generating a watermarked output is astronomically small (2^-100). As long as the restriction doesn't condition on the content of the samples themselves, the watermark is "non-distortionary": the outputs are all still samples from the model's original distribution, and so will satisfy all the same statistical properties, including things like expected performance on any benchmark or eval you can construct.

      In cases where model outputs have low entropy - eg, you've asked it to repeat some input text verbatim, or to answer a question that has exactly one correct answer - there will be no space for the watermark to hide, so the output will effectively not be watermarked.

      There are lots of ways to restrict output samples. The simplest conceptually would be to just use a restricted pool of PRNG seeds, but in practice there are more sophisticated constructions to try to build in robustness to minor edits, allow detectability without needing the original weights and prompt, etc. Google's SynthID paper (https://www.nature.com/articles/s41586-024-08025-4) is a good starting point if you want to understand a recent production-ready method (or you can just ask an LLM to explain it to you).

    • beamy 39 minutes ago
    • unglaublich 45 minutes ago
      It does change the output, they never said it did not. They said it would not _noticeably_ affect performance.
      • sroussey 20 minutes ago
        Which is a lie. Or vacuous statement as Claude might say these days.
  • dboon 39 minutes ago
    I've been building Cargo-for-C (https://github.com/tspader/spn), and the difference between Fable and Opus was already astounding. Fable was the first time that I could point a model at a piece of code I'd written and expect it to make it meaningfully better rather than a hard pattern match to whatever mistakes it had.

    5.1 so far seems like another leap, which is really surprising. I threw it at a few bigger features I've been designing for a while, and it came back with some extremely thoughtful wrinkles in the design that I'd legitimately not considered. Which, OK, package managers and build executors and compiling C/C++ is pretty well trodden ground, but my thing is very different from everything that exists, and I was very surprised it was able to understand all that context so deeply and intuitively

    • keeganpoppen 8 minutes ago
      i think we will all look back on Fable as the start of the AGI inflection point. for all i know there are still multiple leaps between now and AGI (i personally am inclined to think that for all intents and purposes we are "already there", but reasonable people can still disagree on that point), but Fable was the first time that something felt genuinely magical about the results themselves, not just particular outputs. which is kinda funny in that i don't know anywhere near enough in terms of behind the scenes as to whether or not there was something meaningfully different, or if it is just the point at which the scale had finally accumulated such that i happened to notice that the output was fundamentally different.

      i can't wait to dig in on 5.1 because while i have always been somewhat predisposed to think that openai's models have usually been "better" (my own subjective opinion, that) "on average", i have been kinda tired of the regime of late where it felt like Anthropic was miles behind while simultaneously clearly having models (Mythos) that are surely face-meltingly impressive-- it has just been very hard to square with the fact that i feel like Anthropic hit the "real" "critical point" first... i have no doubt that 5.1 will finally reset the ecosystem balance into a more healthy place.

      • dboon 6 minutes ago
        Yeah, I agree. The first time something felt magical about the results themselves. That's it!
  • anotherparakeet 58 minutes ago
    I’m really excited to try this out. Fable and Opus 5 constantly wow me when working together. Unfortunately, I’m a little burned because of technical issues.

    Anthropic accidentally over-billed my account, and when I reached out to the support bot, it downgraded my account to a Free account. It’s been impossible to get it resolved and I have almost $200 held hostage.

    I don’t want to do a charge back. I’m one of the main advocates for Claude Code at work, I use this subscription to try out new features before it’s available at work.

    The whole experience has been illuminating about our dependencies on these AI companies.

    • maxgee 53 minutes ago
      had a similar issue. just do a chargeback.
    • mannanj 53 minutes ago
      you aren't the only one with this issue. many other people I've heard had a similar issue with anthropic billing. I also had a weird edge case behavior around billing where it blocked my usage due to an unpaid bill but then also wanted me to pay for that blocked unavailable usage when I would reinstate my account.

      I am disappointed in how anthropic handles billing, and is using AI sloppily for customer service around here. Very unprofessional, and at this point since its been well known and shared, it also is feeling unethical.

  • sunaookami 1 hour ago
    Sadly still not available for Pro subscription. At least they reset everyone's limits.
    • rirze 45 minutes ago
      That feels bad, my weekly limit was going to reset today. (I wonder if mostly everyone's reset day is today as well...)
    • stillpointlab 53 minutes ago
      I didn't see it anywhere on their announcements, but when I restarted Claude (on a Claude Max account) I see the model is now Fable 5.1
  • leecommamichael 7 minutes ago
    I'm having a very hard time finding mention of token-generation speed.
  • apt-apt-apt-apt 54 minutes ago
    I'm so suspicious of this after Opus 5 benchmarks scored it higher than Fable 5, yet Opus 5 was untrustworthy (overconfident, error-prone).
  • krupan 4 minutes ago
    Why is a marketing press release for a propietary product number 1 on hacker news. Again.
  • 2001zhaozhao 1 hour ago
    There's now a 40X discount in the cache input pricing instead of 10X.

    This seems to point to them having achieved some kind of optimization in attention mechanism perhaps along the lines of DeepSeek V4, which had a similarly high discount between cache input and normal input.

    In real world use, the savings should be quite noticeable. For example, you can now use the model at 800K tokens context window at the same cost efficiency as the previous model at 200K tokens context window.

  • spondyl 30 minutes ago
    Somewhat ironically, Fable 5.1 was flagged by the biology safeguards after I asked it to have a dig around the Fable 5.1 system card :)
  • spicypixel 1 hour ago
    Yeah but haiku 5 when?
    • eshack94 1 hour ago
      Asking the real questions. I've been wondering what the holdup on that is.

      Does anyone reading this have additional knowledge or insight on this?

      • 9cb14c1ec0 53 minutes ago
        Sonnet, Opus, and Fable are pushing so much revenue growth right now that it makes more sense to keep growing the expensive models than growing the cheap models.
        • km144 48 minutes ago
          Yep. Simple answer is they want to IPO in the fall, and a new Haiku does literally nothing for them
      • Jcampuzano2 1 hour ago
        They haven't really mentioned practically anything about Haiku in quite a while so I imagine nobody except for people inside Anthropic will have any indication.

        Maybe it'll come out eventually but they don't even include it on some of their comparison benchmarks anymore, so I figure its very low priority for them.

        • wahnfrieden 1 hour ago
          More likely that they are embarrassed by how their attempts compare with OpenAI's Haiku analog, Luna.
    • mchusma 56 minutes ago
      I think the signal from Anthropic is pretty clear between Haiku not getting an update in a year and the Sonnet issues this year. They don't care about low intelligence models. You should go elsewhere.

      That's what we've done, migrated workflows away from Haiku and Sonnet. I actually think this is not a crazy position because these lower models have so much competition from Grok, OpenAI, DeepSeek, and about 20 other labs with really solid models in the Haiku to Sonnet range. So what is the point of Anthropic competing in these spaces where everything is going towards zero cost?

    • kingstnap 59 minutes ago
      Haiku would have to be a banger, with a significant price drop, to make any sense.

      It's currently priced 33% above Gemini 3.7 Flash, and several multiples of 5.6 Luna.

    • topbanana 45 minutes ago
      GPT 5.6 Luna is very good
    • kilroy123 1 hour ago
      In my mind Sonnet 5 is haiku 5.
    • CamperBob2 52 minutes ago
      What's the point in paying them for Haiku-class models? You can run those on your own graphics card.
    • deagle50 57 minutes ago
      After IPO
  • rcr-anti 29 minutes ago
    "Distillation is a safety risk, since the distilled capabilities can subsequently be released without adequate safeguards."

    Can't believe they haven't at least figured out better messaging. If we take them at their word, it's hard not to read it as a messiah complex, that they think they're the only ones capable or worthy of making these decisions. I don't believe them, but I wouldn't be surprised if the articulated reason is a version of "distillation is a safety risk because we might lose the race".

    Plus, completely deaf to the recent OpenAI-HF hack incident. Recall, defenders were categorically unable to use western frontier models in their response.

    I was originally going to complain about the chem and bio guards still being too onerous, but I'll admit the projects Fable 5 categorically refused to work on are now usable, at least not rejecting on first prompt because the word "virology" was in a git commit (absolutely serious, in one repo it triggered on literally any prompt, eventually traced to the system prompt loading git commit history). Still, them trying to get into the biomed business while walling off the capabilities to the public reeks. Why sell the segments that are actually valuable if you can capture the value yourself!

  • amluto 20 minutes ago
    Looks like the API is nerfed to mitigate some recent thinking extraction attacks.

    I wonder to what extent this will make the automatic Fable-to-Opus downgrade give worse results.

  • koolba 52 minutes ago
    > Data retention. Our new system of Enterprise Frontier Safeguards (EFS) gives customers complete privacy (the same as a zero data retention policy) while still being state-of-the-art at preventing adversarial use. EFS works by storing data in cloud infrastructure controlled entirely by the customer, not Anthropic. It will be made available to enterprise customers in phases, beginning later this fall. Until EFS is available, eligible customers will be able to use Fable 5.1 with zero data retention.

    This is interesting. I wonder if customers will be allowed to create an auto expiry for their own data to prevent future subpoenas. That’d be a treasure trove for discovery.

  • Exoristos 21 minutes ago
    Am I alone in not prioritizing the quality of prose produced by my coding agent? My foremost and almost only concern is how well it can engineer software.
  • exabrial 1 hour ago
    Did we get thought traces back? If no, it's useless.
    • BoorishBears 1 hour ago
      Lol we got literally the opposite:

      > *Fewer progress updates during long tool runs.*

      > The model writes less user-facing text between tool calls, especially at higher effort. Set thinking.display to "updates" (beta) to receive the progress updates it does write, and remove any prompt line that tells it to hold findings for the final response.

  • Bluestein 1 hour ago
    Unless these people start offering free, unlimited inference for a cautionary period so we can test the new model without an up-front (re-)investment, I am not touching this load-bearing pile of neuralese spew with a ten thousand token pole.-
  • dmix 36 minutes ago
    I use Claude Design heavily, I wish these charts show "10% better at picking a color" or laying out an app. Maybe it's hard to build a good visual design test. Claude's good at layouts but not the colors or smaller design details.
    • crisnoble 30 minutes ago
      It confuses "small details" with "tiny fonts".
  • nezhar 1 hour ago
    This time it came with a usage reset
    • sva_ 1 hour ago
      Great, my usage reset is in 10 hours ...

      And my 5 hour window was due to be reset in 2 hours (barely used), now its in 5 hours - so this reset effectively gives me 1 less 5 hour reset for this weekly cycle.

      • rirze 41 minutes ago
        Same... I think this timing aligns with a reset they gave months ago.
    • jorl17 1 hour ago
      This was the best thing for me. 98% Fable usage resetting only Thursday and just got this early. Couldn't be happier.
  • niteshpant 1 hour ago
    I don't know how I feel when all the documentations are written by AI for humans.

    AI to AI doc share: sure, do what you please.

    AI to human: please make it legible and flowly.

    example, "Every thinking block records which model produced it, and it's preserved in one direction only: Claude Fable 5.1 reads earlier models' thinking blocks, and no earlier model reads Claude Fable 5.1's." is a very Claude-isk way of writing. Choppy, long, and lacking flow.

  • ckugblenu 1 hour ago
    This coupled with verification primitives will be quite compelling. we really have to start reimagining existing systems and processes from the ground up.
  • mohitpaddhariya 48 minutes ago
    Interestingly, Claude’s output is now actually readable with Fable 5.1. Pretty sick.
  • abroszka33 49 minutes ago
    Looks like agentic coding plateaued, and agentic scientific research is the new hype?
  • stillpointlab 51 minutes ago
    My only concern is that sooner or later the best models will be priced out of my ability to pay.

    I have been happy with Fable 5, it has done great work for me so far. Very excited to try out Fable 5.1 and see what differences and improvements there are.

    • bhelkey 49 minutes ago
      >Fable 5.1 will cost an estimated 25% less than Fable 5 for typical workloads, wherever usage is billed by token.
  • cromka 1 hour ago
    "with cache reads at a quarter of the cost"

    OK, I think that's what they meant when they suggested reduced extra promo usage will not sting this much.

  • eigenblake 32 minutes ago
    I am absolutely thrilled that they reset weekly limits. I have been experimenting with highly autonomous work (5+ hours continuous) and fable seems excellent at this, especially when using subagents. I ran out of Fable capacity and was bummed out that my experiment would take longer to complete. Now I'm super happy I get to continue it
    • Alifatisk 3 minutes ago
      No other model have been able to complete your highly autonomous work? None? Really? Sounds a bit dystopian to be thrilled about a weekly reset so you can continue to work.
    • sscaryterry 19 minutes ago
      Codex has this all the time. No 5 hour limits either.
  • ayhanfuat 58 minutes ago
    I noticed they reset the usage and I was kind of happy because this week it was using my quota much faster; I assumed they fixed that. Apparently it is for the celebration of 5.1?
    • hungryhobbit 45 minutes ago
      They dropped your usage limit by 17% this week .. They claimed to "raise" it, because they did ... while also removing the temporary increase they applied for a few weeks ... but the net effect is you can use 17% less than you could last week.

      On top of that, recent versions of Claude had a ton of tools added, and all those tools use up significantly more context/usage than before, so the moment you open a Claude session you are already using a lot more (I forget how much more) usage ... just to do the same exact thing you did last week.

  • ghoshbishakh 1 hour ago
    "Content provenance" seems to be activated with this model.
  • hit8run 9 minutes ago
    > Hey Cl… Your limit has been reached.
  • mentalgear 59 minutes ago
    > Forced tool use is not supported

    That seems unfortunate for 3rd party integrations that expect stable output - what that really necessary ?

  • ramon156 1 hour ago
    I yearn for a model that can churn through claude text and write sensible text. so far gemini is pretty good at that, even in the low variant
    • laacz 16 minutes ago
      "Explain in simple terms" works.
  • TuxSH 47 minutes ago
    Unfortunately isn't included in subscriptions and requires usage credits...
  • tosh 1 hour ago
    > The watermark doesn't change the meaning, quality, or readability of the output

    how?

  • iLoveOncall 17 minutes ago
    Goes to show what a farce the supposed paradigm shift from Mythos and Fable was. All marketing, as always.
  • dainiusse 1 hour ago
    Don't care unless it is priced in as other models.
  • as12fj 1 hour ago
    "Democratization" through AI means that everyone has to pay a monthly Anthropic tax and only a small secret guild gets access to the real model.

    Jane Street is a partner? How sad indeed. Anthropic could front run them because they leak all the data.

  • tclancy 1 hour ago
    > Denser prose in places.

    Really? Interesting choice. Pretty much every CLAUDE.md file I have starts with something about Hemingway, terseness and treating every word you use like you're carving it on your own back, but different strokes for different folks. I suppose I haven't heard from anyone who enjoys how wordy Claude is because they aren't done writing their post yet.

  • purpleidea 43 minutes ago
    > Enterprise Frontier Safeguards (EFS)

    Sounds like some serious nonsense. "Tell me you want the government to retain access to my data without saying it explicitly."

  • sergiotapia 45 minutes ago
    $50/M output is wild as hell - I haven't been using anthropics models for months now but who is paying for these tokens??? How can you justify spending that much money?
  • enraged_camel 46 minutes ago
    Interesting that they seem to have gone all-in on science, and life sciences in particular. Improvements to coding performance seem marginal, although cost savings are very welcome.

    Curious to see how Astra does.

  • scronkfinkle 1 hour ago
    Has anyone been able to get anything substantial done with Fable in the first place? I more or less had totally given up on using it since the alignment checks were so sensitive that it pretty much always threw me back to Opus.
    • jjice 1 hour ago
      I hear this a lot and I believe it because I've heard it from so many people, but I have never run into this in my work, and neither has anyone I know in real life.

      I don't use Fable for a ton of implementation work, but I use it a lot for planning, so maybe that's related to it. For planning though, I've had a very good experience with Fable and implementing with Opus.

      • nrmitchi 1 hour ago
        I don't mean to sound like I'm dismissing your experience, but are you sure? I've (semi regularly, most of the time I'm even trying to use Fable) started with Fable, proceeded through my planning, and then at some point in the future realized it had kicked me back to Opus without me knowing. It obviously _said_ it had happened, but I didn't realize and just continued. This might primarily be a result of the project I'm working on (anything network related seems to gets kicked back).

        I'd guesstimate that ~80% of the time I thought I was using Fable, I wasn't actually. It's also led me to just... not even try, and just start with Opus regardless.

        I've found Fable unusable; not because it's bad, but because it... can't be used.

        • jjice 1 hour ago
          No that's totally fair - I want to say that I haven't, but I guess I really can't be sure. It's very possible. I'll keep an eye out for the next time I use Fable.

          FWIW, most of my code only encounters security concepts as standard implementation of best practices. I'm not in a security centric position.

      • dijit 1 hour ago
        “Hey Fable, write me some win32 unsafe rust code”

        “sure thing boss”

        ——

        “Hey Fable, review this unsafe win32 rust code”

        “Potentially dangerous request, falling back to Opus”

        —-

        Every damn time, ironic because the unsafe win32 code can be generated by fable in the same session.

        Maddening.

        • AlfeG 1 hour ago
          Yep. Fable implemented 2FA login. Declined to review own code in same session.
      • Jcampuzano2 1 hour ago
        I agree and wonder whether its either people who basically never use the model complaining or people who used it once a long time ago and haven't touched it since.

        We have access to Fable at our company on our enterprise plans and most of us rarely run into an issue.

        Obviously this is gonna vary a lot with what technical domain you work in which is why its important when talking about the classifiers that people specify exactly what types of workloads they were seeing failures with.

      • freedomben 1 hour ago
        Do your apps do anything with security? I can't hardly use Fable on our authentication service because it constantly trips up and refuses to write tests. Even just doing a security review usually triggers opus.
        • theplumber 1 hour ago
          I do very security cyber dangerous work like building a signup/login form or setting up a certificate. For obvious and good reasons Fable refuses to work on such sensitive stuff.
        • ronsor 1 hour ago
          I couldn't even get Fable to build my auth endpoints at all!
      • rfgplk 1 hour ago
        You can easily trip it up if you're doing reverse engineering work. From memory, the moment Fable 5 saw anything loosely related to "linux seccomp" it threw a fit.
        • nrmitchi 1 hour ago
          From my experience, any time Fable sees anything loosely related to "linux" it throws a fit.
    • Avicebron 1 hour ago
      No, almost anything related to my job is flagged for "cyber" and my company currently has no plan to try and enroll into mythos. I'm not sure if anyone has been able to enroll solo.

      It did help with some worldbuilding for my book (it wasn't incredible which gives me some hope for writers). So far opus 4.8 is the most reasonable model.

      • codexon 47 minutes ago
        I heard the only way you are going to get into the CVP program is if you have public CVEs. Doesn't seem to matter if you are in a company account or not according to people that are supposedly in the program.
        • Avicebron 37 minutes ago
          Thank you, that's actually helpful. I thought it was only accessible through a b2b agreement with Anthropic.
    • cm2187 1 hour ago
      You don't seem to be alone: FT.com: Anthropic’s best AI model struggles to attract users as cheaper tools thrive. AI lab’s Fable 5 has met with sluggish demand from corporate clients [1]

      [1] https://www.ft.com/content/5ee49718-c258-4f01-aa32-7e5b76ae5...

    • richjdsmith 1 hour ago
      Same. Both times I tried it was adamant that I can only use opus. I was reworking my company content (financial services) and it was not helpful.
    • vessenes 1 hour ago
      Combo of that, laziness and load-bearing language + the penchant for making up weird dense conceptual names pushed me to sol 5.6. They seem to indicate it is a less annoying writer in the announcement so I’m curious to try it out, though.

      Ironically one of their demos is speeding up inference - do us normies get to do that with Anthropic tech??

    • Brendinooo 1 hour ago
      Useless for reverse-engineering the software that talks to a ten-year-old video cam + DVR system I was given, really nice for things I actually do in my day job (web dev at an agency).
    • simonw 1 hour ago
      I've used Fable for so much stuff. My experience has been that it can pretty much one-shot most of my complex problems, if I describe them clearly and provide a solid way for it to verify its work.

      I get punted down to Opus 5 occasionally (for security-adjacent things) but that's pretty rare.

    • germinalphrase 1 hour ago
      For a long time, no - it was completely unusually for my work that references biological information about migratory birds/other (innocuous) seasonal phenomena.

      About a month or two ago, they must have tightened the black list on bio topics as it became more willing to process requests without visibly downgrading to Opus.

    • prettyblocks 1 hour ago
      It's probably a good model for folks doing basic software stuff, or humanities related tasks, but I work in cybersecurity on the defense/detections side and I haven't been able to use it for anything even with being in the CVP. It downgrades to Opus every time.
      • vablings 46 minutes ago
        I have been running Fable with Binary Ninja MCP. It will reverse engineer a binary in a lot of detail if you give it mild direction and I haven't had it flag. I think it assumes since I have a valid binja license I must be responsible lol.

        I do think probably ralph looping a binary locally first is going to be best to get 100% recovery of types and function behaviors then letting a smarter model churn the final steps.

      • ronsor 1 hour ago
        Fable is way too expensive for basic software stuff. Other models are more than good enough for that.

        In general, if Fable isn't blocking you, there's a high chance a lower tier model would work fine.

        • elevation 44 minutes ago
          The only problems Opus struggles with, Fable won't take on. I was porting some software from Win32 to linux. Opus was running in circles. Fable was going great until it saw some authentication code and bailed.
    • InsideOutSanta 1 hour ago
      In my experience, the guards are less strict than they were at first. When Fable came out, it dropped back to Opus 4.8 for about 50% of my prompts. Now it's maybe 20%.
    • whythismatters 7 minutes ago
      I successfully used it to re-slop Claude slop from 1+ year ago. Really puts things into perspective.
    • malisper 1 hour ago
      Most of the work I've done with pgrust hasn't had issues with Fable. The only time I've had issues is when building a fuzz tester to find bugs
    • vablings 1 hour ago
      When fable first released it was almost useless. Since then, it's improved a lot. It has been working on my binary ninja MCP server just fine. It flagged for cyber 1 time (no idea why), but it generally works fine.

      I have noticed sometimes it likes to gaslight itself into thinking that everything its doing is allowed or allowable, I saw that it thought the game I was reverse engineering was running on a private server (it was not) so it assumed it had permission to do anything lol.

    • rplnt 1 hour ago
      Nope. Always failed within 2-3 prompts. The most basic REST service you can imagine. Cookies are signed, that's crypto, banned. Completely useless model.
    • UltraSane 1 hour ago
      I have used it to write some scripts but it is incredibly expensive.
    • exabrial 1 hour ago
      Nope.

      And the lack of thought traces make it utterly useless.

  • MadsRC 1 hour ago
    I was looking forward to using Fable for cybersecurity work, but kept getting bumped to Opus… Signed my org up for CVP, went through the trouble of procuring a separate team plan from our main org as Anthropic can only disable cyber safeguards for an entire org and not individual users…

    After months of trouble dealing with KYC and procurement I finally got CVP for my security org and today I found out that CVP (which is what removes cyber safeguards) does not apply to Fable…

    So yeah, unless you’re a Project Glasswing member, there’s no using Fable (which with Glasswing is Mythos) for security work… Absolutely useless…

    Didn’t they just sign some “we must use AI for cyber defense before the bad guys do” and then they artificially cap us by not allowing Cyber-unlocked Fable…

    Sigh…

    • hungryhobbit 41 minutes ago
      Some of this is Anthropic, and some is the Trump administration ...

      ... but some is definitely Anthropic, so I'm not trying to let them off the hook; I'm just pointing out that the government is partly responsible.

  • philipwhiuk 1 hour ago
    > Claude Fable 5.1 follows explicit tool instructions reliably.

    Moving stuff out the API into prompt engineering is obviously less reliable but necessary for progression to 'actual intelligence'. Will be interesting to see if it really is solid.

  • dfltr 1 hour ago
    This feels kind of petty, but what is going on with those fuckass clouds in the background? Did no one notice how uncanny that whole thing looks?
  • BoorishBears 1 hour ago
    At least half the changes are just anti-distillation strategies...
    • 2001zhaozhao 1 hour ago
      I really don't think they can stop it, only make it somewhat more expensive. As long as the model need to make tool calls on the user's computer, the user can record the trajectory and use it to reinforce another model to follow the same trajectory.
    • zb3 1 hour ago
      Good to know they're getting desperate, the sooner they implode the better
  • canadiantim 1 hour ago
    Thank the heavens for quota resets
  • eis 1 hour ago
    I am not sure if Fable is worth it, at least with version 5 vs Opus 5. Opus beats Fable in quite a few benchmarks and at twice the cost I just haven't seen it provide noticeably better results compared to Opus. Has anyone noticed big differences? I did notice Opus maybe making more mistakes repeatedly but I don't have hard numbers on this. I hope Fable 5.1 brings noticeable improvements. I am giving it a go now on my 20x Max plan on a problem that Opus 5 has struggled for more than week now and has made very slow progress with regular regressions on the way.
    • Brendinooo 1 hour ago
      My impression is that Opus 5 can be very impressive if you don't care about maintenance, novel-length comments, and really having any input in general. But otherwise it's borderline-to-totally unusable. It seems tailor-made to not have a human in the loop.
    • rfgplk 1 hour ago
      Opus 5 is better than Fable 5 except for creative programming work (like graphics). Fable 5 might be slightly better but the token cost isn't worth it.
      • bredren 58 minutes ago
        How are you evaluating the models?

        On the Fable 5.2 eval summary, Opus 5 only beats Fable on SWE-bench multilingual and multimodal.

        I primarily use the models via interactive sessions enhanced with custom tools and skill. For that Opus 5's benchmark superiority has not materialized into greater productivity and frankly has been quite a let down.

        The outputs are too often unreadable even after adding recommended prompts. There is an ongoing problem with the heron_brook system prompt affecting orchestration. [1]

        I've used Opus 4.8 since the second week Opus 5 was released.

        Over this time, Fable 5 has been reliably fantastic. Both in planning and direct execution on complex changes across code and infra.

        I'm a bit surprised that there doesn't (seem) to be a section discussing ~performance across different modalities. This system card and blog post too-often default to an API-based use case when the gander primarily experience Anthropic's models via interactive sessions.

        I understand waiting to comment until Opus 5.1 is available and handles these problems, though I am hopeful that Anthropic will confront the elephant in the room on Opus 5's failure to delivery great interactive sessions and the widespread negative feedback on the release.

        It would show the org is paying attention, taking steps to balance model evals between interactive and API use. Also, some empathy for customers that wasted time trying to make opus 5 work for them.

        [1] https://github.com/anthropics/claude-code/issues/80988

    • logicchains 39 minutes ago
      If you're doing something cutting edge like math or formally verifying algorithms, Opus 5 is a steaming pile of shit compared to Fable 5 and Sol 4.6, it makes countless stupid mistakes and is essentially incapable of completing the task without extreme hand-holding.
  • re-thc 1 hour ago
    The biggest change is the price cut of course.
  • joshfraser 58 minutes ago
    the counterbalance to the AI doomers has always been the fact that everyone has equal access to AI. i hate this new world where Anthropic believe they should be the ones to decide who gets access to super intelligence and who doesn't.
  • sashank_1509 1 hour ago
    Reads like AI slop, surprised they can’t see it in their blog post. No human wants to read in such prose
  • lousken 1 hour ago
    While haiku is almost one year old. What a joke
  • thisisauserid 59 minutes ago
    Zero data retention coming soon!

    ... with the condition that you store 100% of your data and make it available to the US government and possible others.

  • robinpie 1 hour ago
    do you think we'll go a full year without a new haiku lol
    • porridgeraisin 1 hour ago
      With compute crunches and everything I am not sure it makes sense for anthropic to commit to haiku as an endpoint and thus a product. There is no telling they aren't using a similarly sized model behind their existing opus/fable endpoints for various subagent / summary purposes of course.
      • 2001zhaozhao 1 hour ago
        They really should launch a new Haiku to compete with Luna imho. Luna is insanely good for the cost and it's my go-to for high volume batch tasks now.
        • porridgeraisin 21 minutes ago
          True, but I am not sure how much uptake it has in their enterprise accounts. Slowly they are all coming to only care about that.
  • tusimi 36 minutes ago
    aaaaand its blocked from doing even basic tasks in biotech...
  • zb3 1 hour ago
    So bullshit safeguards are still there.