• @[email protected]
      link
      fedilink
      English
      102 years ago

      I use ChatGPT frequently for programming and I’ve found it to be pretty good.

      The key is using it conversational nature as this gets better results.

      Start simple and expand. You can’t just ask it wrote huge chunks of code.

      • @[email protected]
        link
        fedilink
        English
        52 years ago

        Yeah works well, as long as the code is rather simple and it occurred rather often in the training set. But I seldom use it currently (got a little bit more complex stuff going on). It’s good though to find new stuff (as it often introduces a new library I haven’t known yet). But actual code… I’m writing myself (tried it often, and the quality just isn’t there… and I think it even got worse over the last couple of months as also studies suggest)

    • @[email protected]
      link
      fedilink
      English
      32 years ago

      Agreed. I got ChatGPT to convert python code to JavaScript and I got a buggy code sample back with new bugs.

    • @[email protected]
      link
      fedilink
      32 years ago

      The code it gives me generally just throws me into the debug stage, skipping right over the me writing buggy code stage.

      • @[email protected]
        link
        fedilink
        English
        22 years ago

        Good summary. For some people iterating over existing code is preferred.

        For others writing new code (and not maintaining it) feels better.