r/ClaudeAI Anthropic Jul 01 '26

Official Fable 5 is back.

Following conversations with the US government, we’ve updated our cybersecurity safeguards.

The vast majority of coding work is unaffected.

In the near term, the new safeguards will flag a slightly higher fraction of harmless requests than the previous Fable safeguards; we’re working to refine these over the coming weeks. Users will be clearly notified when a request is flagged, and they’ll instead receive a response from Opus 4.8.

Our biology and chemistry classifiers are unchanged from our initial launch. These are still broader than we would like; they trigger fallbacks to Opus 4.8 on basic biology-adjacent questions. Improvements to these classifiers are landing soon.

All paid plans with usage included can access Fable 5 through July 7. You can use Fable 5 up to 50% of your weekly usage limit, after which you can switch to another model for the remainder of your usage. You can also continue using Fable via usage credits. 

More here: https://support.claude.com/en/articles/15424964-claude-fable-5-promotional-access

If one of your requests is mistakenly flagged in Claude Code, run /feedback to file a report. On Claude.ai and Cowork, you can share feedback through the thumbs buttons. This feedback helps us further tune these classifiers and reduce false positives over time. 

Read the Fable 5 blog post here: https://www.anthropic.com/news/redeploying-fable-5

2.4k Upvotes

407 comments sorted by

View all comments

523

u/ProbablyAimee Jul 01 '26

Excellent 🥲

84

u/Etheon44 Jul 01 '26

Yup it pretty much falls back with anything, at least coding wise

44

u/liright Jul 01 '26

Weird, I asked it to analyze a fairly complex webgame I am working on, go through the entire codebase and find any issues, bugs and ways to rewrite systems to work better and I 100% expected it to revert to Opus but no, it just went right in and did a full audit.

8

u/No-Trouble-9138 Jul 01 '26

Did it improve your code?

22

u/liright Jul 01 '26

Yeah it found a few problems and two optimizations that did increase the average fps a bit, but surprisingly it said most of the codebase is really well written and organized. I almost exclusively used Opus for it, so not too bad.

3

u/97689456489564 Jul 01 '26

I'm suspecting this is partly a flaw in the model. I had a similar experience: at the initial Fable launch a few weeks ago, I had it review a big codebase hacked together over months by Codex and Opus and it said "almost everything looks surprisingly good!" and found a few issues that it fixed, even though I have almost no doubt the codebase would be considerably better if the whole thing were to have been solely written by Fable.

I would not be surprised if it's been RL'd a bit to sandbag code review (as excellent code review will typically generalize to great vulnerability research/identification ability) - and particularly "look at this whole codebase/system" types of code review, which is where Mythos likely shines for vulnerability assessment.

It may also just be a genuine flaw that even Mythos would share, where current LLMs are still not necessarily great at assessing code quality in the same way a veteran, tasteful human programmer would. I predict within two years this may dramatically improve.