• grrgyle@slrpnk.net
    link
    fedilink
    arrow-up
    6
    ·
    edit-2
    17 hours ago

    Yeah like if you start coming across snippets that aren’t even properly indented, you know you’re digging the real bottom of the barrel (been there while struggling to fix email templating I know nothing about back in the day). Now, the code you get from the LLM looks totally legit to the untrained eye, and it may even generate a convincing explanation.

    But you won’t have any indication when it’s dead wrong until you try to run it. And even then, it may be “working” in a way unintended because you don’t actually understand what you copy+pasted, because neither does the LLM ofc.

    I can’t even imagine the spaghetti bowl you can get yourself into if you just keep vibe coding yourself deeper and deeper, while understanding nothing.

    • MyNameIsIgglePiggle@sh.itjust.works
      link
      fedilink
      arrow-up
      4
      ·
      12 hours ago

      The spaghetti bowl is the real problem. You can make something that works, but it’s so fragile because the solution is rarely general and never elegant. The snippet might be surprisingly elegant, but it will reimplement the same code 3 different ways in 3 different places and the whole thing turns into a mess