• Flax@feddit.uk
    link
    fedilink
    English
    arrow-up
    4
    ·
    2 days ago

    Stack overflow resulted in people with highly specialised examples that wouldn’t suit your application. It’s easier to just ask an AI to write a simple loop for you whenever you forget a bit of syntax

    • V0ldek@awful.systems
      link
      fedilink
      English
      arrow-up
      5
      ·
      1 day ago

      Fun fact, SO is not a place to go to ask for trivial syntax and it’s expressly off-topic, because guess what, people answering questions on SO are not your personal fucking google searchers

    • froztbyte@awful.systems
      link
      fedilink
      English
      arrow-up
      10
      ·
      2 days ago

      wow imagine needing to understand the code you’re dealing with and not just copypasting a bunch of shit around

      reading documentation and source code must be an excruciating amount of exercise for your poor brain - it has to even do something! poor thing

    • Feyd@programming.dev
      link
      fedilink
      English
      arrow-up
      18
      ·
      edit-2
      2 days ago

      Man i remember eclipse doing code completion for for loops and other common snippets in like 2005. LLM riders don’t even seem to know what tools have been in use for decades and think using an LLM for these things is somehow revolutionary.

      • V0ldek@awful.systems
        link
        fedilink
        English
        arrow-up
        7
        ·
        1 day ago

        Forever in my mind, the guy who said on another post he uses an LLM to convert strings to uppercase when that’s literally a builtin command in VSCode, give people cannons and they’re start shooting mosquitoes with them every fucking time

      • self@awful.systems
        link
        fedilink
        English
        arrow-up
        20
        ·
        2 days ago

        the promptfondlers that make their way into our threads sometimes try to brag about how the LLM is the only way to do basic editor tasks, like wrapping symbols in brackets or diffing logs. it’s incredible every time

          • froztbyte@awful.systems
            link
            fedilink
            English
            arrow-up
            7
            ·
            2 days ago

            yep, I came up with promptfans (as a reference for describing all the weirdos who do free PR and hype work for this shit), and then @skillsissuer came up with promptfondlers for describing those that do this kind of bullshit

            (and promptfuckers has become to collective noun I think of for all of them)

            • scruiser@awful.systems
              link
              fedilink
              English
              arrow-up
              5
              ·
              1 day ago

              I like promptfarmers for the LLM companies and developers. It reflects there attitude of passively hoping that letting their model grow in scale will bring in some future harvest of money.

    • scruiser@awful.systems
      link
      fedilink
      English
      arrow-up
      16
      ·
      2 days ago

      You’ve inadvertently pointed out the exact problem: LLM approaches can (unreliably) manage boilerplate and basic stuff but fail at anything more advanced, and by handling the basic stuff they give people false confidence that leads to them submitting slop (that gets rejected) to open source projects. LLMs, as the linked pivot-to-ai post explains, aren’t even at the level of occasionally making decent open source contributions.