• potatoguy@potato-guy.space
    link
    fedilink
    English
    arrow-up
    6
    arrow-down
    1
    ·
    29 days ago

    Yeah, using the corporate version of chatgpt (Microsoft Copilot), it was a huge leap, Gpt 4 was dumb as hell, Gpt 5 is average in intelligence. I hate LLMs, but it makes my unit tests and help me debug the java magic at my job.

    • Rhaedas@fedia.io
      link
      fedilink
      arrow-up
      14
      ·
      29 days ago

      If you’re having success with your use cases, then good. Just be sure to verify the results, and that’s key because many people using LLMs aren’t looking hard at what they get but just copying it as right. When LLMs fail, they fail gloriously, because they don’t understand what they’re outputting since they aren’t AGI, even though they’re sold as such.

      • potatoguy@potato-guy.space
        link
        fedilink
        English
        arrow-up
        2
        ·
        29 days ago

        Yeah, I know. I just use it as “from this, I did this, so make the same process for this thing”, they statistically only try to guess the next token, so they are only good at these “from this work, do the same thing here”. The buggy code that I commit is artisanal, the tests are just copying from other tests.