• Terrasque@infosec.pub
    link
    fedilink
    English
    arrow-up
    28
    arrow-down
    1
    ·
    edit-2
    5 days ago

    When I had to get up to speed on a new language, it was very helpful. It’s also great to write low to medium complexity scripts in python, powershell, bash, and making ansible tasks. That said I’ve been programming for ~30 years, and could have done those things myself if I needed, but it would take some time (a lot of it being looking up documentation and writing boilerplate code).

    It’s also nice for writing C# unit tests.

    However, the times I’ve been stuck on my main languages, it’s been utterly useless.

    • MagicShel@lemmy.zip
      link
      fedilink
      English
      arrow-up
      30
      arrow-down
      1
      ·
      4 days ago

      ChatGPT is extremely useful if you already know what you’re doing. It’s garbage if you’re relying on it to write code for you. There are nearly always bugs and edge cases and hallucinations and version mismatches.

      It’s also probably useful for looking like you kinda know what you’re doing as a junior in a new project. I’ve seen some shit in code reviews that was clearly AI slop. Usually from exactly the developers you expect.

      • Sparking@lemm.ee
        link
        fedilink
        English
        arrow-up
        2
        ·
        2 hours ago

        Yeah, I’m not even that down on using LLMs to search through and organize text that it was trained on. But in it’s current iteration? It’s fancy stack overflow, but stack overflow runs on like 6 servers. I’ll be setting up some LLM stuff self hosted to play around with it, but I’m not ditching my brain’s ability to write software any time soon.

    • prettybunnys
      link
      fedilink
      English
      arrow-up
      4
      ·
      4 days ago

      I love asking AI to generate a framework / structure for a project that I then barely use and then realize I shoulda just done it myself