• cloudskater@piefed.blahaj.zone
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    8
    ·
    3 days ago

    Be weary of Stoat. I hear they used AI “generated” code in their software and only quit it because they got caught.

    • Nima@leminal.space
      link
      fedilink
      English
      arrow-up
      2
      ·
      2 days ago

      all of the code that was generated was already removed and is not being used anymore.

      • obelisk_complex@piefed.ca
        link
        fedilink
        English
        arrow-up
        6
        ·
        2 days ago

        Yes, and it’s actually pretty good at it. The code won’t be the most efficient, it won’t be elegant or beautiful… but it will mostly work, and someone with technical experience can get it over the line. Case in point: I can “sort of” code, but my career has been spent writing simple scripts. Nothing more complicated than workstation provisioning, find and replace with some regex, PowerShell with a WinForms GUI, etc. Despite being relatively low level in terms of actually building applications, I’ve been able to “project manage” and hand-edit Claude output into a working application. It’s basically just a frontend for FFMPEG, with some smarts and automation built in. Not particularly impressive in absolute terms, but it’s a lot snappier and prettier than anything else I’ve ever put together and I’m proud of it. I got it from concept to working in a few days, and added major features plus a few efficiency passes and bug fixes in two weeks - an absolutely incredible pace.

        This comment is going to get absolutely nuked with downvotes, I guarantee it - but that won’t change the fact that I’m successfully building stuff with AI.

        • matlag@sh.itjust.works
          link
          fedilink
          English
          arrow-up
          2
          ·
          2 days ago

          No it won’t (or not yet?). I’m a bit in the same shoes: I’m not a dev, I write some scripts from time to time, in Python or for a proprietary statistical analysis suite, and the frequency at which I code do not allow me to remember enough things by heart, but I can navigate an AI output.

          The issue here is not so much that AI sucks at everything. The issue is AI sucks at complex tasks and need monitoring. For occasional scripters, it’s very helpful: scripts are short enough you don’t spend hours to figure what it did, and it saves you from going back to the syntax of all the functions you need as you don’t code enough to remember them.

          But let’s be real: this is a niche usage, and it won’t save the AI industry from its bubble burst.