Remix.run Logo
jjice 11 hours 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 11 hours ago | parent | next [-]

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 11 hours ago | parent [-]

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.

kouteiheika 9 hours ago | parent [-]

[dead]

dijit 11 hours ago | parent | prev | next [-]

“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 11 hours ago | parent [-]

Yep. Fable implemented 2FA login. Declined to review own code in same session.

freedomben 11 hours ago | parent | prev | next [-]

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 11 hours ago | parent | next [-]

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 11 hours ago | parent | prev [-]

I couldn't even get Fable to build my auth endpoints at all!

Jcampuzano2 11 hours ago | parent | prev | next [-]

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.

rfgplk 11 hours ago | parent | prev [-]

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 11 hours ago | parent [-]

From my experience, any time Fable sees anything loosely related to "linux" it throws a fit.