Just out of curiosity. I have no moral stance on it, if a tool works for you I'm definitely not judging anyone for using it. Do whatever you can to get your work done!

  • flynnguy@programming.dev
    ·
    11 months ago

    I had a coworker come to me with an "issue" he learned about. It was wrong and it wasn't really an issue and the it came out that he got it from ChatGPT and didn't really know what he was talking about, nor could he cite an actual source.

    I've also played around with it and it's given me straight up wrong answers. I don't think it's really worth it.

    It's just predictive text, it's not really AI.

    • dbilitated@aussie.zone
      hexagon
      ·
      11 months ago

      i think learning where it can actually help is a bit of an art - it's just predictive text, but it's very good predictive text - if you know what you need and get good and giving it the right input it can save a huge about of time. you're right though, it doesn't offer much if you don't already know what you need.

      • 7bicycles [he/him]
        ·
        11 months ago

        Can you hand me an example? I keep hearing this but every time somebody presents something, be it work related or not, it feels like at best it would serve as better lorem ipsum

        • surrendertogravity@wayfarershaven.eu
          ·
          11 months ago

          I’ve had good success using it to write Python scripts for me. They’re simple enough I would be able to write them myself, but it would take a lot of time searching and reading StackOverflow/library docs/etc since I’m an amateur and not a pro. GPT lets me spend more time actually doing the things I need the scripts for.

          • LordXenu@lemm.ee
            ·
            11 months ago

            A use it with web development by describing what I want something to look like and have it generate a React component based on my description.

            Is what it gives me the final product? Sometimes, but it’s such a help to knock out a bunch of boilerplate and get me close to what I want.

            Also generating documentation is nice. I wanted to fill out some internal wiki articles to help people new to the industry have something to reference. Spent maybe an hour having a conversation asking all of the questions I normally run into. Cleaned up the GPT text, checked for inaccuracies, and cranked out a ton of resources. That would have taken me days, if not weeks.

            At the end of the day, GPT is better with words than I am, but it doesn’t have the years of experience I have.

    • EliasChao@lemmy.one
      ·
      11 months ago

      More often than not you need to be very specific and have some knowledge on the stuff you ask it.

      However, you can guide it to give you exactly what you want. I feel like knowing how to interact with GPT it’s becoming similar as being good at googling stuff.