Anthropic's Fable 5 is a huge leap forward for AI-driven software development. But it will be a very expensive servant.
I wanted to find out whether it could migrate a legacy frontend stack (FastHTML) to a state-of-the-art framework (Next.js) entirely on its own.
I started with an analysis and a technical concept, which resulted in one epic and four sub-issues.
My first prompt was:
"/goal implement issue XXXX (including all sub-issues). This is a large frontend migration project where you will need to give it everything you've got. The migration is complete when FastHTML has been completely removed and replaced by the new Next.js architecture. All builds and tests must be green. Use agent-browser to test frontend-related functionality (non-negotiable). At the end of the migration, the application must look and behave exactly as it does now. No new features should be implemented. You may fix bugs. Work on a new branch (based on dev) and commit regularly using atomic commits."
Fable consumes roughly twice the usage limits of Opus and works through tasks remarkably fast. It took me 12 sessions (4-hour windows), during which Claude Code worked for an average of about 70 minutes before I hit the limit. During the breaks, I used GPT-5.5 High to review the progress and assess the current state of the migration. I then fed that feedback back into Fable 5 for the next iteration.
By the end, it had completed roughly 80% of the migration before I ran into my weekly usage cap. The remaining work was finished using GPT-5.5 High.
Overall, I'm very impressed by its analytical, coding, and agentic capabilities. Unfortunately, it will not be included in the Max subscription and will instead be offered on a pay-per-use basis via API.
The work completed during this migration would have cost approximately $800 if executed entirely through the API.
Although the migration still requires additional testing and polishing before it is production-ready, the amount of work AI can now accomplish is simply incredible. Just a few years ago, a project of this scope would likely have required a small team working for several weeks.