• hddsx@lemmy.ca
    link
    fedilink
    arrow-up
    7
    ·
    17 hours ago

    Hi ChatGPT, write code with no memory or logic errors to perform <thing you want to do>.

    I’m not sure how to talk to ChatGPT, I’m assuming like Siri.

    • projectmoon@lemm.ee
      link
      fedilink
      arrow-up
      4
      ·
      14 hours ago

      LLMs are statistical word association machines. Or tokens more accurately. So if you tell it to not make mistakes, it’ll likely weight the output towards having validation, checks, etc. It might still produce silly output saying no mistakes were made despite having bugs or logic errors. But LLMs are just a tool! So use them for what they’re good at and can actually do, not what they themselves claim they can do lol.

      • flashgnash@lemm.ee
        link
        fedilink
        arrow-up
        4
        ·
        12 hours ago

        I’ve found it behaves like a stubborn toddler

        If you tell it not to do something it will do it more, you need to give it positive instructions not negative

    • Fixbeat
      link
      fedilink
      arrow-up
      3
      arrow-down
      2
      ·
      edit-2
      13 hours ago

      Just explain what you are trying to do like you would with a person and it will give you the code. It probably won’t quite be what you want so refine your request or post a photo of the errors you might get and try again.

      If you are working with a language that you aren’t familiar with it is very helpful. Just remember that it has been trained on all the code on the internet, so it knows a lot.

      It is a great tool, with limitations, of course. As the developer you have to know how to apply it to get the most from it. You can see from the downvotes that there’s a lot of negativity towards llms, but I have positive experiences with using ChatGPT.