• Evotech@lemmy.world
      link
      fedilink
      arrow-up
      4
      ·
      1 day ago

      It works well for small programs and boilerplate. But you need to know what you are doing to guide it. They can very often get stuck in some rabbithole

      • PrettyFlyForAFatGuy@feddit.uk
        link
        fedilink
        arrow-up
        2
        ·
        23 hours ago

        I concur, it has gotten me in multiple wild goose chases when debugging. It is extremely confident especially when it’s wrong

        It’s pretty good at fleshing out documentation. and if you’re naming variables properly it’s pretty good at gleaning what you’re trying to do and autocomplete on a small scale.

        • EldritchFemininity@lemmy.blahaj.zone
          link
          fedilink
          arrow-up
          2
          ·
          21 hours ago

          It is extremely confident especially when it’s wrong

          This reminded me of a recent study I saw posted about the accuracy of AI and trying to remove hallucinations. One of the conclusions of which being, besides that it’s impossible to stop them from hallucinating, that the tests companies use to grade the quality of an AI and the expectations of users grade confidence in an answer higher than the accuracy of the answer.

      • baggachipz@sh.itjust.works
        link
        fedilink
        arrow-up
        1
        ·
        20 hours ago

        I’ll be honest, it’s probably wasted more time than it’s saved me. I only trust it to format files and find where things might be used in the code base. So, you know, plain-language pretty print and grep.