438
Linus Torvalds is OK with vibe coding as long as it's not used for anything that matters
(www.theregister.com)
A community for everything relating to the GNU/Linux operating system (except the memes!)
Also, check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
I get your argument just fine, and as I said I think you have a very credible and interesting point regarding the fact that LLM outputs are a nondeterministic abstraction. But if you consider LLMs as an abstraction in generating code, why not humans?? I don't see the principled distinction, as human devs are also code generators.
This is sensible in practice, since if someone needs to build something, they can either hire a dev or they can vibe code it themselves. Either way, they will end up with deterministic code (albeit perhaps very different quality depending on the code generator).
Your argument is based on the assumtion that AI "thinks" in the same way humans do. Which it does not, since it doesn't think at all.
And being called a tool to generate code is borderline insulting tbh.
No my argument does not depend on that at all, it merely depends on the distinction between generating code (which LLMs do in a nondeterministic manner) and compiling/running the generated code (which happens, as with code written by humans, in a deterministic manner). Also I did not call humans tools.