• @[email protected]
    link
    fedilink
    English
    992 months ago

    […]will only take a few hallucinations before no one trusts LLMs to write code or give advice

    Because none of us have ever blindly pasted some code we got off google and crossed our fingers ;-)

    • Avid Amoeba
      link
      fedilink
      English
      83
      edit-2
      2 months ago

      It’s way easier to figure that out than check ChatGPT hallucinations. There’s usually someone saying why a response in SO is wrong, either in another response or a comment. You can filter most of the garbage right at that point, without having to put it in your codebase and discover that the hard way. You get none of that information with ChatGPT. The data spat out is not equivalent.

      • deweydecibel
        link
        fedilink
        English
        312 months ago

        That’s an important point, and and it ties into the way ChatGPT and other LLMs take advantage of a flaw in the human brain:

        Because it impersonates a human, people are more inherently willing to trust it. To think it’s “smart”. It’s dangerous how people who don’t know any better (and many people that do know better) will defer to it, consciously or unconsciously, as an authority and never second guess it.

        And the fact it’s a one on one conversation, no comment sections, no one else looking at the responses to call them out as bullshit, the user just won’t second guess it.

        • @[email protected]
          link
          fedilink
          English
          32 months ago

          Your thinking is extremely black and white. Many many, probably most actually, second guess chat bot responses.

          • @[email protected]
            link
            fedilink
            English
            5
            edit-2
            2 months ago

            Think about how dumb the average person is.

            Now, think about the fact that half of the population is dumber than that.

    • @[email protected]
      cake
      link
      fedilink
      English
      52 months ago

      When you paste that code you do it in your private IDE, in a dev environment and you test it thoroughly before handing it off to the next person to test before it goes to production.

      Hitting up ChatPPT for the answer to a question that you then vomit out in a meeting as if it’s knowledge is totally different.

      • @[email protected]
        link
        fedilink
        English
        32 months ago

        Which is why I used the former as an example and not the latter.

        I’m not trying to make a general case for AI generated code here… just poking fun at the notion that a few errors will put people off using it.

    • @[email protected]
      link
      fedilink
      English
      42 months ago

      Split segment of data without pii to staging database, test pasted script, completely rewrite script over the next three hours.