5 ms·
I think most people would agree. However it is less clear on how to do this, people mostly take the easiest path.
by dennisy 5mo ago
I think most people would agree.
However it is less clear on how to do this, people mostly take the easiest path.
- fintler 5mo agoIts an eternal september moment. https://en.wikipedia.org/wiki/Eternal_September https://en.wikipedia.org/wiki/Eternal_September
- userbinator 5mo agoEternal Sloptember
- deleted 5mo ago[deleted]
- operatingthetan 5mo agoI guess engineers can differentiate their vibecoded projects by selecting an eccentric stack.
- alex7o 5mo agoChoosing an eccentric stack makes the llms do better even. Like Effect.ts or Elixir
- rpcope1 5mo agoI actually noticed the same. Having it work on Mithril.js instead of React seems (I know it's all just kind of hearsay) to generate a lot cleaner code. Maybe it's just because I know and like Mithril better, but also is likely because of the project ethos and it's being used by people who really want to use Mithril in the wild. I've seen the same for other slightly more exotic stacks like bottle vs flask, and telling it to generate Scala or Erlang.
- fragmede 5mo agoThat makes sense. There's less training data but it is better training data. LLMs were trained on really bad pandas code, so they're really really good at generating bad pandas. Elixer, there's less of it, but what there is, is higher quality, so then what it outputs is off higher quality too.
- gommm 5mo agoThat's been my experience as well. Claude code does better with Elixir (plus I enjoy working on the code better after :) )
- egeozcan 5mo ago> a. Actually do something sane but it will eat your session > b. (Recommended) Do something that works now, you can always make it better later