• Limeey@lemmy.world
    link
    fedilink
    English
    arrow-up
    28
    arrow-down
    3
    ·
    2 years ago

    I can’t imagine using any LLM for anything factual. It’s useful for generating boilerplate and that’s basically it. Any time I try to get it to find errors in what I’ve written (either communication or code) it’s basically worthless.

    • Eyck_of_denesle@lemmy.zip
      link
      fedilink
      English
      arrow-up
      4
      ·
      2 years ago

      My little brother was using gpt for homework and he asked it the probability of extra Sunday in a leap year(52 weeks 2 days) and it said 3/8. One of the possible outcomes it listed was fkng Sunday, Sunday. I asked how two sundays can come consecutively and it made up a whole bunch of bs. The answer is so simple 2/7. The sources it listed also had the correct answer.

      • ForgotAboutDre@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        2 years ago

        All it does it create answers that sound like they might be correct. It has no working cognition. People that ask questions like that expect a conversation about probability and days in a year. All it does is combine the two, it can’t think about it.

    • WIZARD POPE💫@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      2 years ago

      I find it useful for quickly reformating smaller sample sizes of tables and similar for my reports. It’s often far simpler and quicker to just drop that in there and say what to dp than to program a short python script

    • QuaternionsRock@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      2 years ago

      Really? It spotted a missing push_back like 600 lines deep for me a few days ago. I’ve also had good success at getting it to spot missing semicolons that C++ compilers can’t because C++ is a stupid language.

      • BrikoX@lemmy.zipM
        link
        fedilink
        English
        arrow-up
        4
        ·
        2 years ago

        You can thank all open source developers for that by supporting them.

          • BrikoX@lemmy.zipM
            link
            fedilink
            English
            arrow-up
            4
            ·
            2 years ago

            All LLMs are trained on open source code without any acknowledgment or compliance with the licenses. So their hard work is responsible for you being able to take advantage of it now. You can say thank you by supporting them.

              • BrikoX@lemmy.zipM
                link
                fedilink
                English
                arrow-up
                1
                ·
                2 years ago

                No, just taking any opportunity to spread the word and support open source.