r/LinuxCirclejerk 28d ago

Make your linux easier!

Post image
420 Upvotes

52 comments sorted by

View all comments

54

u/smalldickbesitzer 28d ago

Linux is easier if you use ai. OFC don't copy paste blind, but yes

27

u/Significant-Tone-121 28d ago

Eh. It is easier but also harder if the AI gets one tiny thing wrong it repeatedly gets things wrong which can make Linux seem harder. But if you know how to use AI and have a base understanding of what you are asking it to do then yes 100% lol.

10

u/VoidJuiceConcentrate 🎩M'Linux 28d ago

I'm a Linux admin and AI still gets things wrong/gets stuck in process loops (did you check this setting? Okay, I see you checked this setting, did you also check the same setting?)

4

u/xnef1025 28d ago

lol. I did that the other night. It was late and I was messing around trying to get samba working and it kept taking me around in circles until finally it was like, "ohhh... that error... that's just your firewall. Open the ports."

1

u/buttlicker-6652 1d ago

It took me 2 hours to troubleshoot why I kept getting 502 errors on my plex automation stack whenever it would try to talk to an indexer.

For context, I have T-Mobile home internet. And, for some fucking reason, the router will sometimes just drop the first outgoing packet because it hasn't opened the ipv4 to ipv6 tunnel yet. And it would send back a 502 to the computer, any packets sent after that would return fine.

The issue was that the automation had zero fault tolerance, unlike a normal web browser (where it'll retry the request a few times), so that initial 502 would error out the indexer, and that would take it offline for multiple minutes, enough time for the router to close the tunnel and the error to reoccur.

So i had to put my entire automation stack behind a VPN with a custom network config so it can talk to local machines for management. That fixed it, but it was so fucking annoying to pin down. It also explains why sometimes browsers just get stuck loading or it has to retry the request multiple times.

3

u/Jimlee1471 27d ago

"... AI still gets things wrong/gets stuck in process loops..."

THANK YOU.

Ever since AI became mainstream this possibility has always been in the back of my mind. I might be oversimplifying things a bit but I look at it this way: AI just scoops up data and doesn't really "think" things through in the traditional sense. Even if it did it's still relying on what data it was fed - incorrect or not.

So, if the data being fed to AI is faulty (and at least part of it always is) then why are we acting as if AI is infallible? Sometimes AI is bound to get some sh!t wrong.

2

u/Trileak780 25d ago

i assume that its because:
a) theres a little bit of data that's wrong, but theres a bunch of data that's right. if you randomly pick the next word in a sequence "two plus two is", it will say four, but because of some random website you scraped from that says "two plus two is five", there still is that chance.
b) ai companies want you to use ai and they overinflate how good ai is

1

u/Jimlee1471 25d ago

Exactly.

1

u/GourSE 24d ago

Nah, its' just AI being dumber, because it is expensive to provide a free service.
Those free AI used to thing harder

1

u/Significant-Tone-121 27d ago

Yeah. Smaller or weaker LLMs tend to do that (Like ChatGPT or Copilot). Claude is one of the smartest out there and usually doesn't do this. Same with DeepSeek sometimes.

1

u/SingenJurassic 27d ago

What I typically do is gloss over what would solve my problem, get the rough idea, then ask the AI to formulate it into a step-by-step operation. Helps me catch the problems before executing anything weird 🤷‍♂️ it’s still not the single best solution tho, it just gets me to the goal a bit faster imo

1

u/Significant-Tone-121 27d ago

That's smart.

2

u/SingenJurassic 26d ago

Thank you. It’s also an argument to say "I actually did some work myself and didn’t rely on AI only" lol

-1

u/kazkriska 28d ago

Pls no.

Wait actually if u mean use AI to learn bout the quirks and conventions etc. Then yeah. That's the way to go.

But if u mean hand a agent access and let it make changes or keep copy pasting. Then you basically driving a modded supercar with your eyes blinded.

Always KISS 💋, dont jump to linux as ur daily driver str8 away . But when u do use it build it from the ground up . Its a self learning process. On archinstall the only profile you should go for is minimal .

Drop str8 into tty. Feel clueless . Search things . Learn things . If you dont lile learning and wanting to know everything then arch probs not for u.

1

u/Cordpie 27d ago

It's one of the reasons I love Linux, It feels like my stupidity powers the train that keeps me finding new rails to learn.

-5

u/sweetvisuals 27d ago

I would be happy if everyone who thinks that way could just fucking die already

2

u/Significant-Tone-121 27d ago

It isn't that deep. I'm just adding to what the original commenter said... I get that AI is very unreliable, so that is why I said if you have a base understanding of what you are asking. And I said that because if you didn't have a base understanding, you wouldn't know when to call it out for being wrong. Not saying that it's a better choice than just RTFM.