• i_stole_ur_taco@lemmy.ca
    link
    fedilink
    arrow-up
    5
    arrow-down
    8
    ·
    2 days ago

    That’s exactly it and why I can’t take this article very seriously.

    Just because AI is writing some code doesn’t mean it gets credit as the developer. A human still puts their name beside it. They get all the credit and all the responsibility.

    A piece of code I struggled with for days and some vibe-coded slop look identical in a PR.

    And for that reason we can be certain that tons and tons of FOSS projects are using it. And the maintainers might not even know it.

    • technocrit@lemmy.dbzer0.com
      link
      fedilink
      arrow-up
      2
      arrow-down
      2
      ·
      edit-2
      2 days ago

      A piece of code I struggled with for days and some vibe-coded slop look identical in a PR.

      TBF that doesn’t say much for your coding.

      Just because people use generated slop, that doesn’t mean “AI” exists, much less that it’s making valuable contributions beyond summarizing/plagarizing Stackexchange.

    • pixxelkick@lemmy.world
      link
      fedilink
      arrow-up
      3
      arrow-down
      3
      ·
      2 days ago

      Well there’s a huge difference between “slop” and actually fine code.

      As long as the domain space isn’t super esoteric, and the framework is fairly mature, most LLMs will generate not half bad results, enough to get you 90% of the way there.

      But then that last 10% of refining amd cleaning up the code, fixing formatting issues, tweaking names, etc is what seperates the slop for them “you can’t even tell an AI helped with this” code

      I have projects that prolly a good 5% to 10% of the code is AI generated, but you’d never know cuz I still did a second pass over it to sanity check and make sure its good

      • ragepaw@lemmy.ca
        link
        fedilink
        arrow-up
        3
        arrow-down
        2
        ·
        2 days ago

        100%

        I took some code and scripts I wrote and passed them through AI. A lot of it was tightened up, and even better, it added comments and turned some things into functions so they were reusable.

        I parsed everything it did to sanity check it. Really, use it like a junior developer. “Hey helper, write me a piece of code that does X.” You always double check the junior.