Elektrine lite

← Feed

@lucydev@wetdry.world

Post #1494405

2026-01-18 17:34 UTC

@miki without trying to convince you of anything (your stance on ai is yours, i'm not trying to change it), I can assure you that the reasons why many developers see generating production code with AI as a bad idea are not made up. I am all for exchanging ideas between folks with different opinions, but this had to be said.

Replies (1)

  • @miki@dragonscave.space 2026-01-18 17:38

    @lucydev I see putting a prompt into AI and hoping that the generated code is correct as a bad idea, especially in complex apps that have long-term maintainability considerations, or when security / money / lives are at stake. For throwaway projects (think "secret santa style gift exchange for a local community with a few extra constraints, organized by somebody with 0 CS experience", vibe coding is probably fine. For professional developers, LLMs can still be pretty useful. Even if you have to review the code manually, push back on stupidity, and give it direction on how to do things, not just what to do (which is honestly what I do for production codebases), it's still a force multiplier.

    Open ##1494406