• Kalash@feddit.ch
    link
    fedilink
    arrow-up
    9
    ·
    edit-2
    10 months ago

    It’s not that I hate it, but like, chatGPT sucks.

    There was this uber hype around it, then we started using it … and it just makes so many errors, it’s literally just generating more work. Scrapped it after less than a week. It’s modern snakeoil.

    • DustyNipples@lemmy.world
      link
      fedilink
      arrow-up
      3
      ·
      10 months ago

      Bard is the same, I asked it questions about two of my favourite bands whom I know a lot about. It omitted facts and invented things that were not true!

      • Kalash@feddit.ch
        link
        fedilink
        arrow-up
        3
        ·
        10 months ago

        We used it for code generation. But we ended up spending more time fixen and debugging the generated code than it would have taken us to just write it. Also it introduces the most annoying type of bugs. Like once it misspelled a property name, but only at one point in the code, got it right everywhere else.

      • XEAL@lemm.ee
        link
        fedilink
        arrow-up
        1
        ·
        10 months ago

        That’s why, in the case of a GPT model you would feed it custom training data using something like LlamaIndex. I don’t know if there’s an API available for Bard, tho.

        You’re wrong assuming that the free models that we have at our disposal are the only possible and best implementations of these LLMs.

    • XEAL@lemm.ee
      link
      fedilink
      arrow-up
      2
      ·
      10 months ago

      What did you use it for? I helps me a lot with coding, scripting, translations, terminologies… Sometimes it makes mistakes, but other times it produces working code that accomplishes what I asked for.

      In any case, ChatGPT is just a demo that uses the GPT-3.5 Turbo model. Many people is being misled assuming that the ChatGPT research preview is all that the model has to offer. You can also try the improved model GPT-4, but it’s not free.

      If you really want to get its full potential you need a custom implementation in Python that works against the API and do things like fine tune the model, embeddings, feed it custom data or give it access to tools with LangChain.

      Of course that’s not something easy to do, but don’t think that the ChatGPT web/app is GPT models’ full potential.

    • Mojo
      link
      fedilink
      arrow-up
      2
      ·
      10 months ago

      What! I have the opposite experience.
      Im a tabletop roleplaying gamemaster and it has helped me immensely with translations, formatting of text, compiling and keeping track of my players character backgrounds and even coming up with plots and scenes that are suited for each player.

      • Kalash@feddit.ch
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        10 months ago

        I have a feeling this one’s mostly operator error.

        Once we found the issues, it was actually quite easy to tell the AI to fix them. But at this point you’re debugging generated code to imrpove your input for the code generator … and it just was faster to write the code by hand.

        And yes, there was a vast overestimation of what it can do, especially by some managers that used to be coders and thought this would compensate for their lack of recent practical expirence. It didn’t … I had to fix it.

        • R0cket_M00se@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          ·
          10 months ago

          My point is that it’s not just for coding, if you think that’s the only use case then sure I get why you’d think it was shitty.

          • Kalash@feddit.ch
            link
            fedilink
            arrow-up
            1
            ·
            10 months ago

            I’ve used it a bit for general knowledge things and fun facts, and on more than a couple of occasions it just made shit up.

            I’m sure it has some uses, I see a lot of AI generated porn in my “all” feed … just haven’t found one for myself or my work.

            • R0cket_M00se@lemmy.world
              link
              fedilink
              English
              arrow-up
              1
              ·
              10 months ago

              Interesting, I’m working as a network engineer and my current job is overhauling an old TV broadcast facility. There are a lot of random solutions like using off brand switches and lack of documentation, etc.

              AI has been absolutely critical, it doesn’t do the work for me, but like any good tool it amplifies my ability to do work by cutting out the middle man of sifting through pages of spice works and stack overflow articles trying to figure out what command a ten year old Avaya needs to accomplish whatever task I require of it.

              Is it always correct? No. That’s why the engineer behind the screen exists. It does usually get me a workable answer more quickly than just having to look it up myself, though. Between my knowledge of terminal CLI commands and the AI, I’ve been able to get a lot done.

              Hell I had it walk me through the process of setting up automated backups, it even suggested the tftp server I used to do it. Shits been working great.

              Even our service desk has been able to use it to help with more advanced problems by telling it the issue and describing what has already been done.

              Idk why no one else sees the value, I’m over here like Captain Picard solving problems by talking to the LCARS system.

              • Kalash@feddit.ch
                link
                fedilink
                arrow-up
                1
                ·
                edit-2
                10 months ago

                I do see the potential value and I’m happy it worked out for you. But don’t end up like the lawyers that used chatGPT like a search engine and it just made up fictiional cases they cited in an actual court.

                Yeah, that happened.

                • R0cket_M00se@lemmy.world
                  link
                  fedilink
                  English
                  arrow-up
                  1
                  ·
                  10 months ago

                  You only end up like those morons by trusting AI to be perfect, I do not trust AI to even be “good” let alone perfect.

                  If you’re willing to just throw your job into an LLM and hope for the best you deserve to get fired.