• FiniteBanjo@lemmy.today
    link
    fedilink
    English
    arrow-up
    0
    ·
    24 days ago

    LLMs in particular are unlikely to solve really any problems, much less a measurable number of the problems it is currently being thrown at.

    • Balder@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      24 days ago

      I mean, if LLMs really make software engineering easier, we should also expect Linux apps to improve dramatically. But I’m not betting on it.

    • Joelk111@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      24 days ago

      Tell that to the code I have it write and debug daily. I was skeptical at first, but it’s been a huge help for that, as well s learning new (development) languages.

      • FiniteBanjo@lemmy.today
        link
        fedilink
        English
        arrow-up
        0
        ·
        24 days ago

        Mate, all it does is predict the next word or phrase. It doesn’t know what you’re trying to do or have any ethics. When it fucks up it’s going to be your fuckup and since you relied on the bot rather than learned to do it yourself you’re not going to be able to fix it.

        • Joelk111@lemmy.world
          link
          fedilink
          English
          arrow-up
          0
          ·
          edit-2
          24 days ago

          I understand how it works, but that’s irrelevant if it does work as a tool in my toolkit. I’m also not relying on the LLM, I’m taking it with a massive grain of salt. It usually gets most of the way there, and I have to fix issues or have it revise the code. For simple stuff that’d be busy work for me, it does pretty well.

          It would be my fuck up if it fucks up, and I don’t catch it. I’m not putting code it writes directly into production, I’m not stupid.

      • AusatKeyboardPremi@lemmy.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        24 days ago

        I do not agree with @FiniteBanjo@lemmy.today’s take. LLMs as these are used today, at the very least, reduces the number of steps required to consume any previously documented information. So these are solving at least one problem, especially with today’s Internet where one has to navigate a cruft of irrelevant paragraphs and annoying pop ups to reach the actual nugget of information.

        Having said that, since you have shared an anecdote, I would like to share a counter(?) anecdote.

        Ever since our workplace allowed the use of LLM-based chatbots, I have never seen those actually help debug any undocumented error or non-traditional environments/configurations. It has always hallucinated incorrectly while I used it to debug such errors.

        In fact, I am now so sceptical about the responses, that I just avoid these chatbots entirely, and debug errors using the “old school” way involving traditional search engines.

        Similarly, while using it to learn new programming languages or technologies, I always got incorrect responses to indirect questions. I learn that it has incorrectly hallucinated only after verifying the response through implementation. This makes the entire purpose futile.

        I do try out the latest launches and improvements as I know the responses will eventually become better. Most recently, I tried out GPT-4o when it got announced. But I still don’t find them useful for the mentioned purposes.

      • Balder@lemmy.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        edit-2
        24 days ago

        I think they do have their help, but it’s not nearly as dramatic as some companies earning money from it want us to think. It’s just a tool that helps just like a good IDE has helped in the past.

        • Joelk111@lemmy.world
          link
          fedilink
          English
          arrow-up
          0
          ·
          24 days ago

          Oh absolutely, I agree with that comparison. That said, I’d take an IDE over AI 11 times out of 10.