Comment on ELI5. Limit of current gen AI/LLMs
KindnessisPunk@piefed.ca 6 days agoIt’s non-deterministic nature is honestly the scariest thing about vibe coding. In it’s early days when I was experimenting several llms it quickly became apparent that I would spend 10 times as much time cleaning up its code as I would writing it myself because it would just put in completely vestigial code.
affenlehrer@feddit.org 6 days ago
I have mixed feelings about it. I wouldn’t give code a full production application but I think it’s sometimes helpful if the LLM is able to generate a prototype or scaffold to get a head start. Removes some of the friction of starting a project.
The fully vibe coded stuff I’ve seen so far were usually unmaintainable dumpster fires.