• @[email protected]
    link
    fedilink
    English
    811 months ago

    I think it’s overblown tbh.

    In my experience it still makes good suggestions for most things, and is better than trying to phrase things in a way that Google likes, then trawling through irrelevant forum posts.

    It’s only there to make suggestions, so if someone is taking its output without understanding and treating it like gospel then they’re an idiot who’s inevitably going to end up in a world of trouble.

    If you take the suggestion, verify it with documentation, then make sure you actually understand it, chatGPT is a great tool.

    • Funderpants
      link
      fedilink
      English
      4
      edit-2
      11 months ago

      ChatGPT has been a great tool to help me teach coding. It lets my students with a few months experience write better code, as if they had a few extra months experience, but like you say it’s very easy to get in trouble with it. We had it generate some code to interface a web app with some cloud triggers, and chatGPT suggested we put all the API keys / creds right there in the front end where anyone with “view source” could see them. It made for a really good lesson, actually, on the need to gain experience, understand what code does , and to validate with documentation.

    • @[email protected]
      link
      fedilink
      English
      111 months ago

      trawling through irrelevant forum posts.

      This makes it worth it from just a time savings perspective. Also, describing it as trawling is very accurate lol. It takes a lot of trawling to get the answer you need, and even then sometimes it isn’t right because you’re relying on a single individual’s answer.