Elektrine lite

← Feed

@victorz@lemmy.world

Post #3351331

2026-06-12 11:23 UTC

I just don't understand the workflow with these people. You know how people say "don't run a command you are given or find online unless you know exactly what it does"? Why would anyone accept/merge a PR from an LLM unless they knew what the consequences were, or verified its claims. I just will never get this trust in LLMs, given I know even _vaguely_ how they work.

Replies (2)

  • @LePoisson@lemmy.world 2026-06-12 18:26

    > I just will never get this trust in LLMs, given I know even _vaguely_ how they work. That's probably a good stance to have. I just had an AI hallucinate the hell out of an answer and tell me 3 different times the wrong thing. I took a step back, started a new chat, and changed my question to be less specific and more general and the very first thing it spit back was bang on right. This is just in regards to figuring some shit out in a video game, it's alarming to me how much trust people are putting into these LLMs and the AI tech. Just a huge bubble that's going to wreck our markets when it bursts. Eventually venture capitalists (ew) do want a return on investment - and that just is not going to happen. I think the great AI bubble burst, whenever that happens in the next 1 to 3 years, will make the dot com crash and 2008 housing crash look like peanuts and that's gonna be real bad for lots of people. But hey, the earth keeps on spinning, we're just along for the ride.* *Unless you're a filthy rich member of the borgeousie, in which case, for the love of God have your tech buddies reign this shit in.

    Open ##3351336

  • @jj4211@lemmy.world 2026-06-12 17:39

    Well, in this case, the actual change is pointless, but also relatively harmless. If the user puts "split_lock_detect=" during install, then it just carries it forward into the installed environment. It's frankly a bit weird that they assume a kernel argument during install would *not* carry over, except in select circumstances. I get it for parameters like "here's a kickstart file" or "here's the net configuration to boot with", which would be filtered out via a blacklist, but they have a whitelist and assume most parameters should be ignored. But anyway, I can see someone looking at the code change, not recognizing why someone would *want* that argument, but shrug and say "sure, simple enough, it won't impact the vast majority of people and those that bother for whatever reason will just see it carried forward".

    Open ##3351337