this post was submitted on 16 Mar 2026
492 points (96.8% liked)

PC Gaming

14361 readers
1103 users here now

For PC gaming news and discussion. PCGamingWiki

Rules:

  1. Be Respectful.
  2. No Spam or Porn.
  3. No Advertising.
  4. No Memes.
  5. No Tech Support.
  6. No questions about buying/building computers.
  7. No game suggestions, friend requests, surveys, or begging.
  8. No Let's Plays, streams, highlight reels/montages, random videos or shorts.
  9. No off-topic posts/comments, within reason.
  10. Use the original source, no clickbait titles, no duplicates. (Submissions should be from the original source if possible, unless from paywalled or non-english sources. If the title is clickbait or lacks context you may lightly edit the title.)

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] cloudskater@piefed.blahaj.zone -4 points 2 weeks ago (3 children)

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

[–] recursive_recursion@piefed.ca 13 points 2 weeks ago (2 children)

Do you happen to have a source as this is honestly the first time I'm hearing about this

[–] cloudskater@piefed.blahaj.zone 3 points 2 weeks ago

I'd have to go back and find the comment where someone told ME but at that rate I should just search for it myself. I'll bookmark this comment so I don't forget to.

[–] vodka@feddit.org 3 points 2 weeks ago* (last edited 2 weeks ago)

They have stuff on their github about the whole GenAI thing.

https://github.com/orgs/stoatchat/discussions/1022

[–] Nima@leminal.space 2 points 2 weeks ago (1 children)

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

[–] cloudskater@piefed.blahaj.zone 0 points 2 weeks ago

I know, though it is a bit worrying that it was there in the first place

[–] nutsack@lemmy.dbzer0.com 1 points 2 weeks ago (1 children)

ai is generating code now? unbelievable

[–] obelisk_complex@piefed.ca 6 points 2 weeks ago (1 children)

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 2 points 2 weeks 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.