Fable 5 was too smart for its own good, so Anthropic had to kill it

Vibe coding—despite huge improvements over the last two years—has always been hit-and-miss, with emphasis on "miss" if you're not very careful about how you use it.Fable 5—for the brief time it was available—felt like it finally changed that.Fable 5 surprised and impressed me at every turn, and just when I'd gotten used to using it, it disappeared.

What is Claude Fable 5? A Mythos-class model with incredible capabilities Fable 5 represents a new tier in Anthropic's lineup, sitting above the Opus line.According to Anthropic, Fable uses the same underlying Architecture as Mythos, but with added safeguards to make it suitable for general use.Unlike many other models (especially smaller, less complex models), Fable was designed to handle long-running, complex work.

You can ask it to design and write an entire program and expect something reasonable after about 20 minutes.The big downside is that it is extremely costly to run..

Claude Price $20 Claude is an AI assistant made by Anthropic. It can assist with a wide range of tasks—writing, coding, analysis, research, and more. Unlike a search engine, Claude reasons through problems conversationally, making it useful as a thinking partner rather than just an information retrieval tool.See at Claude Expand Collapse Fable 5 was head-and-shoulders better than its predecessors Vibe coding more than just "viable" Vibe coding tends to fail because you have to babysit the AI constantly.Sometimes it'll truncate outputs, egregiously mess up an essential bit of logic, or design an inscrutable, spaghetti code nightmare that it is harder to debug than to write yourself, assuming your know the language.

The only real way around that was to be very specific about program architecture, forcing your AI coding agent to pass pre-determined tests, and other sorts of digital hand holding.Despite those drawbacks, I've had great success with Claude Opus, it just required being fairly hands-on, even when using Cowork.From the first program I tried, Fable 5 was different.

I assigned it a program to write with a desired list of features, and the only strict stipulation I put on the design of the project was: "I need it to be modular so new features can easily be added in the future." It ran for nearly 15 minutes, and I watched as it caught logic faults, double-checked its own work via tests it chose and then deployed on its own, and even stress-tested edge cases.It even added new features to make sure that it would indeed be modular like I'd asked.Related These 5 Python libraries turned me into a better data analyst than Excel ever could The power of Python trumps Excel workbooks.

Posts By  David Delony When it was finally done, it provided me with a list of what it had implemented, detailed how-to instructions, and then suggested a roadmap forward for other interesting features I might like.The real surprise came when I tried running the program for the first time—it ran perfectly, and has been running continuously since the day Fable 5 became publicly available.It hasn't crashed once.

The subsequent programs that Fable 5 made for me also ran perfectly on the first try.In many ways, it felt like a technology from Star Trek brought to life.Ask the computer for a program to accomplish a specific goal, it thinks for a few minutes, and produces a working prototype without any human intervention.

It had some drawbacks Of course, there are catches.Anthropic implemented a mandatory 30-day data retention policy on all traffic, overriding previous zero-retention agreements.While they claim they won't train on your data, the lack of immediate deletion might be a privacy concern.

Anthropic also stated that some Fable 5 sessions would be pushed deferred to Opus 4.8 on restricted topics.In my testing, it was difficult to get it to discuss anything more advanced than high-school science.Huge ranges of topics in biology, chemistry, and physics (including content you'd encounter in an undergraduate STEM curriculum) would instantly switch to Opus 4.8.

There was also the premium pricing and access.In the beginning, you could access Fable 5 via the Claude API claude-fable-5 or through Pro, Max, Team, and Enterprise plans.There was also a planned switch to usage credits that was supposed to begin on June 23, though Fable wasn't around long enough for that deadline to pass.

Fable 5 was pulled because it is too smart On June 12, the United States government directed Anthropic to restrict access to Fable 5 and Mythos 5 exclusively to US citizens following the discovery of a jailbreak.Because verifying a user's residency in real-time for every single request is quite difficult, the only move to ensure compliance was to disable both Fable and Mythos for everyone.Unfortunately, it is difficult—maybe even impossible—to that an LLM has guardrails that can't be jailbroken, though it can be made more difficult.

Whatever the current jailbreak is, I'm positive it is more complicated than asking Fable to pretend to be your grandmother reciting stories about her time working as a cybersecurity expert.However helpful artificial intelligence may be now, this sharp reversal should serve as a warning: AI is not a guarantee.Costs, access, and capabilities can change at a moment's notice.

Don't design a workflow that function without artificial intelligence, and don't assume it'll always be available if you need it.

Read More
Related Posts