this post was submitted on 26 Mar 2026
29 points (79.6% liked)
Linux Gaming
25988 readers
97 users here now
Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.
This page can be subscribed to via RSS.
Original /r/linux_gaming pengwing by uoou.
No memes/shitposts/low-effort posts, please.
Resources
Help:
- ProtonDB
- Are We Anticheat Yet?
- r/linux_gaming FAQ
- Fork of an earlier version of the above
- PCGamingWiki
- LibreGameWiki
Launchers/Game Library Managers:
General:
Discord:
IRC:
Matrix:
Telegram:
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
I was ready to agree with a pragmatic use of LLM’s until he mentioned that he is working in an agentic style and is scared to touch the code manually because it will confuse Claude. 🤦🏻♂️
I’m all for using the AI as a pair programmer but unleashing it (barely reviewing its changes) on a gigantic Python codebase is a comically foolish move, IMO, Python is not safe for this method of working. In fact, I’d call anything short of Unison (which hashes the entire AST) or something tailor-made for LLM’s like aver a fool’s errand. In my experience, the LLM needs a strict set of guardrails (like a static type system or similar) to get feedback from lest it turn things to spaghetti.
IMO, Lutris was already an overrated pile of junk before genAI became popular. It tracks that they're vibecoding it now.
You're kidding? Or did he really wrote that?
I read it as "while Claude is actively working on this particular file, I do not touch that file".
Wait, that is completely different from what you said earlier.
"if you don't tell Claude, it will override your change"
Agentic tools do this today.
imagine this, if you set a goal for a robot to build a 9th storeys building, later you interject mid way to build up to 15 storeys. When the robot resumes its task, of course the robot is going to destroy the higher floors to meet its original goal of building to 9th storeys.
what else should we expect here?
the right to do before hitting the resume button is to "communicate" this new intention again.
it is not about being afraid of things
yeah that was fucking wild. although I am anti-ai, I do make a distinction between vibeshitting and using the thing as a boilerplate helper; what he said there should make anyone squeamish about letting this thing loose on your home folder.