this post was submitted on 16 Mar 2026
492 points (96.8% liked)
PC Gaming
14361 readers
1085 users here now
For PC gaming news and discussion. PCGamingWiki
Rules:
- Be Respectful.
- No Spam or Porn.
- No Advertising.
- No Memes.
- No Tech Support.
- No questions about buying/building computers.
- No game suggestions, friend requests, surveys, or begging.
- No Let's Plays, streams, highlight reels/montages, random videos or shorts.
- No off-topic posts/comments, within reason.
- 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
view the rest of the comments
ai is generating code now? unbelievable
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.
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.