leobuskin
2 hours ago
A few problems with this Fable's project:
1. It's not Python by any means, it's a subset with its own runtime, its own quirks and nuances;
2. It will be impossible to maintain parity with CPython without AI assistance;
3. It will die the same way as dozens of similar (even non-AI projects) died before, and reasons will be the same: (1) and (2).
subarctic
an hour ago
"Without ai assistance" - ok, but what about with ai assistance?
leobuskin
an hour ago
It's possible, but we're at the moment when most of us can ask Fable to implement a custom compiler to a custom target for our favorite language, and even use it as a part of custom solution. Why do I need someone else's implementation? Where's the magic in this project? What's the secret sauce?
coldtea
an hour ago
>Where's the magic in this project? What's the secret sauce?
Someone else paying for the tokens.
Also someone seeing it through (should that come). Obviously we're not "at the moment when most of us can ask Fable to implement a custom compiler to a custom target for our favorite language, and even use it as a part of custom solution", without thousands to spare and lots of time to shape the solution.
cyanydeez
an hour ago
It's like we invented a worse github.
dotancohen
30 minutes ago
To be fair, most of the training data likely came from GitHub.
coldtea
an hour ago
Gimphub.
zahlman
an hour ago
For a project like this, relying on AI assistance also makes it effectively dead in the water.
minimaxir
an hour ago
Why?
all2
an hour ago
Time-cost for machines instead of willing knowledgeable humans. The former requires money, the latter requires passion.
Arguably, passion for a project is without price.
bt1a
an hour ago
A memory of theirs. Trying to use some heavily quantized gpt-3 era toddler to assist the development of a project. Maybe. A blind posit. Yea
chomp
an hour ago
I don’t want to be mean, but try to run a large project and you’ll realize there’s more to it than “can I find some bodies to crank out code”
bt1a
an hour ago
it will be impossible to maintain parity with wetware
up2isomorphism
15 minutes ago
Then the question is why? Because that is an another way of saying donating tokens.
rurban
an hour ago
Reading is hard.
It runs and passes the full cpython testsuite, just 5x faster.
With AI it's 100x easier to maintain than by hand.
It reminds my on pperl. same approach using crane lift. Looks good
leobuskin
an hour ago
It passes only curated corpus (snippets), not the full CPython test suite. So, yes, reading is hard. Nothing against AI, btw.