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:

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
[–] ultimate_worrier@lemmy.dbzer0.com 35 points 2 months ago* (last edited 2 months ago) (3 children)

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.

[–] mrbigmouth502@piefed.zip 19 points 2 months ago

IMO, Lutris was already an overrated pile of junk before genAI became popular. It tracks that they're vibecoding it now.

[–] ThirdConsul@lemmy.zip 5 points 2 months ago (1 children)

because it will confuse Claude. 🤦🏻‍♂️

You're kidding? Or did he really wrote that?

[–] glitching@lemmy.ml 4 points 2 months ago

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.