8 ms·
Getting on and off fable this week has been quite interesting. For my personal work stream (big terraform monorepo, hundreds of states) I’ve using mostly superp
by seer 2mo ago
Getting on and off fable this week has been quite interesting. For my personal work stream (big terraform monorepo, hundreds of states) I’ve using mostly superpowers to do heavy / quality work. But with fable, I tried just telling it what to do, and it produced roughly the same results without a big structured back and forth that I was accustomed to.
Then after using up all my fable allowance I figured let’s see if opus can actually work without superpowers, and no, it was all over the place doing weird things.
Thing is, superpowers produces meticulous specs and plans as a byproduct of its work, which is very useful for switching between work trees, stoping / resuming work by different people.
But to do that in Fable you have to spend way more tokens than it’s reasonable. You get similar quality result, but without the specs in between.
I’m not super sad that I’ll have to go back to opus though, with superpowers it was Fable but more structured. But I will miss the banter though - Fable is amazing for brainstorming big underspecced features.
- deleted 2mo ago[deleted]
- try-working 2mo agoThis is an interesting comment because it makes me want to ask the question, what is the use for fable then? For me, GPT 5.4 is enough when using recursive-mode. I do appreciate GPT 5.5 Pro for some larger research, architecture, planning tasks though. I think that's what Fable is for. A very small % of total work.
- matheusmoreira 2mo ago> what is the use for fable then? Cybersecurity hardening. The one thing they don't allow the model to do.
- solumunus 2mo agoThat’s Mythos. Fable isn’t specifically for that I don’t think, just an enhanced ability and persistence of Opus.
- adastra22 2mo agoFable is consumer-branded Mythos.
- matheusmoreira 2mo agoFable is itself a "Mythos class" model. It can do everything Mythos can do. Anthropic's classifier just doesn't allow it to do it.
- helloplanets 2mo agoDefinitely not just a classifier layered on top, although there is one of those as well. Pretty sure it's different post-training / finetune run and the model weights are different between them. Which is bound to have effects on the model output even in general use, although I'd imagine they have pretty stringent evals to make sure it doesn't regress too much in things they don't want to restrict.
- RSZC 2mo ago> A very small % of total work. That seems valid in today's world. Right now it's expensive, slow, and accurate. I imagine in the fairly near future it will be cheap, slow, and accurate, and that'll be a great opportunity to let it run on anything time-insensitive. Re current use-cases: in addition to planning, there's also some tasks which Opus just can't complete but Fable can. Multiple times I've spent hours in combination w/ Opus trying to debug some particularly nasty nondeterministic issue, only to have Fable nail it in 20mins while I walk the dog.
- notatoad 2mo ago>planning tasks though. I think that's what Fable is for. this is how i've been using it, and where i've found it really excels over anything else i've tried. get fable to write a plan, and get something cheaper to follow the plan. the code fable writes isn't significantly better than the code opus writes, as long as they're both following the same plan. but a plan written by fable is much better.
- ricksunny 2mo agoWhat is the use of a genius who does great work but doesn’t document their results, only produces them? How much do companies enjoy having a structural dependency on someone like that?
- ImageXav 2mo agoI think it depends on your workflow. I've had a great experience with the trial. I work in research, and have set up something similar to Kaparthy's auto research. I, with Fable, have managed to get an image generation model down from 80M parameters to 10M and keep the quality of the generated images on par (similar FID). And, importantly, every change was modular, explained by Fable, reviewed by myself, and understood and documented. If not understood, I read relevant docs until I did it didn't accept it as part of the plan. So it ended up being a simple composition of existing ideas which I had previously encountered, but stacked much more rapidly than I could have. The structure of the code is easily readable as I enforce concenventions followed by good libraries. And I can easily plug in new datasets. It's pretty good frankly.
- chvid 2mo ago(Not a Claude user) What is "superpowers"?
- ahofmann 2mo agohttps://github.com/obra/superpowers https://github.com/obra/superpowers
- Culonavirus 2mo agoSome people just need to complicate things as a state of their natural being. What a tremendous waste of time.
- AndyNemmity 2mo agoThat's funny, cause I'd argue superpowers barely does anything, and you need a much more complex setup to gain value.
- steve_adams_86 2mo agoI find it very useful. What do you use that’s better?
- AndyNemmity 2mo agoI don't want to turn this into an, oh look at mine. It's just always been very behind the curve. I don't think you should use anyone's honestly. You should create your own shell base, and point to skills you find might add value, and add them. Then as you learn things about the shape of how things work, what you end up doing is rewriting them to follow your rules from what you learned. What you'll find is, you'll have significantly better skills and systems.
- sixothree 2mo agoIt's great for feature development. It queries you about you intentions, creates a spec for you to review and modify, creates a plan for it to follow, then farms out the work to subagents. Crap on it all you want, but it makes LLM work predictable.
- steve_adams_86 2mo agoI like super powers because I can be more in the loop editing and understanding the plan. Letting fable loose is genuinely impressive, and probably perfect for vibe coding, but I can’t be that far away from the plan and steps for code that matters. As for being great for vibe coding, it’s cool but I can’t justify that kind of cost for throwaway code. At this point I’ve had good experiences using fable to review code, but I’m totally content with opus for all of my workflows still. If fable was the same price I’d switch (for projects not involving biology, at least), but I’d still use something like super powers to stay in the loop.
- marcus_holmes 2mo agoThis. My workflow is a heavily-modified and personalised superpowers, and the docs that it produces are an asset. I tried Fable and it just ran off and did shit. Mostly that was good shit, but not all, and I would have liked to have had some input to those decisions. I realise this is just me needing to structure my use of Fable better. But I got to a really nice place with my Opus workflow and I'm reluctant to go through that every time a new model releases.