• dependencyinjection@discuss.tchncs.de
    link
    fedilink
    arrow-up
    28
    arrow-down
    3
    ·
    1 month ago

    Not really. Just going to post a comment I post whenever this topic comes up, related to how our company utilities it as software developers / engineers.

    Sure they make mistakes, but even when wrong it still gives a good start. Meaning in writing less syntax.

    Particularly for boring stuff.

    Example: My boss is a fan of useMemo in react, not bothered about the overhead, so I just write a comment for the repetitive stuff like sorting easier to write

    // Sort members by last name ascending
    

    And then pressing return a few times. Plus with integration in to Visual Studio Professional it will learn from your other files so if you have coding standards it’s great for that.

    Is it perfect? No. Does it same time and allow us to actually solve complex problems? Yes.

    • TexasDrunk@lemmy.world
      link
      fedilink
      arrow-up
      11
      ·
      1 month ago

      Yep. I use it to scaffold, rubber duck, and comment. I check it after but it does a pretty good job at that. It gives slightly better feedback than the stuffed bear on my desk and the comments are usually pretty good.

      In addition, I’ll write up a big ol’ presentation that needs to be summarized but I’m not great at self editing. So I’ll feed it through and have it give me an elevator pitch, an executive summary, and a shorter presentation. It does a passable job with very few edits for that.

      It’s definitely not going to replace me. It can’t do my job or even anything close. But it has helped me be better at my job the same way that VS Code and PyCharm make things faster and better than just typing in Notepad.

    • AwkwardLookMonkeyPuppet@lemmy.worldM
      link
      fedilink
      English
      arrow-up
      8
      ·
      1 month ago

      Right. I use it every day and I’m probably 600% more productive now. What’s shocking to me is the apparent difference in quality between ChatGPT and Google’s AI. ChatGPT is incredibly useful. Google’s AI seems dangerous and ridiculous.