Hacker News new | ask | show | jobs
by keybored 226 days ago
I don’t understand why the software luminaries are coalescing around rapid-coding. Code generation was already a thing for forever. And deterministic code generation is as good as it possibly gets for “what I would have written but faster”—you know what it’s going to create. (Yes that was an EMDASH.) But code generation isn’t that much used, I think. I don’t count compilers or other black-box code generation. I mean any kind of ad hoc or more structured “what I would have written but faster” approach. Looking at the AI conversation you’d expect to see many more ad hoc code generation tools to deal with any and all boilerplate.

The downsides of code generation are only amplified with LLM code generation. Oh it’s just what I would have written. Now on the fifteenth iteration/rewrite. Generated idiomatic code for twelve years ago. squints oh yeah I would have written that back then... gosh it feels good to be in this exclusive club.