• terabyterex@lemmy.world
    link
    fedilink
    arrow-up
    18
    ·
    2 days ago

    as someone who uses ai to help on researching an issue/question - i have no understanding whyvpeople just submit generated code. i realize i just dont use it to generate stuff. i use it to find stuff.

    when this forst came out, i thought non devs would use it for creating an app that they use at home just for them. but no, i constantly see people posting about their project and trying to getvpeople involved. a project fully generated by an llm. or as in the issue here, generating code to be merged into a project…why? i jist dont get it.

    • Dave.@aussie.zone
      link
      fedilink
      arrow-up
      4
      ·
      edit-2
      2 days ago

      Ok it occurs to me that people use this like they use a spellinng/grammar checker in a word processor.

      Spellcheck:

      • They have an idea.
      • They type up the idea.
      • They run spellcheck and it churns through their document and it fixes mistakes that it can see.
      • They send it to someone for review.

      LLM coding:

      • They have an idea.
      • They type up the idea.
      • LLM churns on the idea and spits out a solution-of-sorts.
      • They send it to someone for review.

      Regardless of other opinions of it, they see it as a tool that helps take the effort out of getting ideas into reality.

      Edit: Oh wait, this is c/programming. Fuck. Ok, give me 5 minutes for me to sharpen my pitchfork and come up with something that matches the groupthink, I’ll be right back.

      • spectrums_coherence@piefed.social
        link
        fedilink
        English
        arrow-up
        7
        ·
        edit-2
        9 hours ago

        Asking LLM to turn “idea” (instead of detailed spec) into a gigantic codebase is like asking your spell checker to write your essays.

      • StrikeForceZero@programming.dev
        link
        fedilink
        arrow-up
        4
        ·
        17 hours ago

        You missed the part where they are SUPPOSED to meticulously review the “solution” themselves and have deep foundational understanding of what’s going on to know if it’s a good solution or not.

        Ideas are a dime a dozen. It’s not useful when the person lacks the ability to fully vet the solution before passing someone else to review. That just makes them middlemen. When instead the actual maintainer or reviewer could have done the same thing but have that foundational understanding.

      • onlinepersona@programming.dev
        link
        fedilink
        English
        arrow-up
        1
        ·
        16 hours ago

        Not all of us are doggedly against LLM, it’s just the LLM-haters that are preponderantly loud. They are like the anti-feminists that have to show up in every post about women.

        • tatterdemalion@programming.dev
          link
          fedilink
          arrow-up
          1
          ·
          edit-2
          9 hours ago

          Not always. Prototyping can be valuable in many circumstances when you don’t know the shape you’d like the code to take. Sometimes you need to try something before you know if it’s right. I’d rather throw away prototype code written by an LLM than code I had to write the hard way.