this post was submitted on 18 Jun 2026
7 points (100.0% liked)

Technology

87469 readers
3409 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] IratePirate@feddit.org -1 points 2 months ago* (last edited 2 months ago) (2 children)

If by "AI" they mean "oligarch-owned and controlled AI", we have common ground here. But then again, that is true of anything owned and monopolised by these ~~people~~ humanoids. Case in point: only few people will agree that...

  • oligarch-owned media empires have a positive impact on society
  • oligarch-owned social media networks have a positive impact on society
  • oligarch-owned space companies have a positive impact on society
  • ...

The problem is not with the tech. The problem is that the tech is in the hands of a small clique of sociopaths.

[–] mojofrododojo@lemmy.world 1 points 2 months ago (1 children)

I could buy this premise except:

where's all the small mom and pop AI that's doing good? where's ANY AI that's doing good?

seems to me the tech is beholden to those shits because they have the moral depravity to use it in all the ways it's damaging our society (fucking up developers, fucking up kids, undressing innocent people, talking them into suicide or helping them plan violence - ALL REAL WORLD EXAMPLES) - where as anyone else building this tech would stop and ask: why are we building this, what possible good could come of it?

[–] IratePirate@feddit.org 0 points 2 months ago* (last edited 2 months ago) (1 children)

where's all the small mom and pop AI that's doing good? where's ANY AI that's doing good?

Stable Diffusion has been a thing for a while now. There are tons of models people have trained and uploaded to HuggingFace so you can just download and experiment with them on reasonably equipped consumer hardware. So there's plenty of "mom and pop AI" if you know where to look for it. Whether people know/use these or rely on oligarch tech is a different discussion.

I think we need to separate our judgement of the tech from our judgement of the datacentre owners. Spelled out, that means: Altman, Nadella, Pichai and all the others do deserve the ire of the public. ChatGPT, Claude, Gemini, Copilot and Grok do deserve the hate they're getting. We should not, however, forget that "AI", or machine learning, does exist outside the clutches of the Epstein class, and, if liberated, can do more than just enrich the rich.

[–] mojofrododojo@lemmy.world 0 points 2 months ago (1 children)

that’s doing good?

stable diffusion is garbage. if there were any great accomplishments by this stuff they'd be waving it in our faces 24/7 and it simply isn't there.

and people like you, who conflate LLMs and AI aren't doing us any favors. Call me back when cringely's non-hallucination tech is working.

libertated, bwahaha, sure thing bud

[–] IratePirate@feddit.org 0 points 2 months ago (1 children)

LLMs are a type of AI. Call me back once you know what you're talking about and willing to contribute more than polemics.

[–] mojofrododojo@lemmy.world 0 points 2 months ago (1 children)

Call me back once

get fucked, I wouldn't waste a nickel calling your ignorant ass. you think roided up chatbots are actual AI. And you have yet to explain the great accomplishments this shitware has produced, aside from driving up the costs of all computing components, undressing little kids, talking teens into suicide, and being so fuckin cringe that only the most desperate, sad souls will stan for it.

like you.

[–] IratePirate@feddit.org 0 points 2 months ago (1 children)
[–] mojofrododojo@lemmy.world 0 points 2 months ago

sure thing sweetie. have your juicebox and see if you can formulate a better retort you fucking tourist - been here YEARS longer than you have.

this is the shit you stan for, go suck musk and zuck's LLMs

[–] chuckleslord@lemmy.world 0 points 2 months ago (2 children)

Hmmmm, not much actual use for the hallucinating plagiarism machine, but I do see your point.

[–] IratePirate@feddit.org 0 points 2 months ago* (last edited 2 months ago) (1 children)

Imo, LLMs do have a purpose (and their ethical sourcing problems, like you mentioned).

It's just that right now, Silicon Valley sells it as the answer to every single problem out there when it clearly isn't. A hammer is good for putting nails in the wall. Silicon Valley claims you can also use it to do your toenails, gullible managers mandate its use for that purpose, and now the waiting rooms are chock-full with people with broken toes...

Also, AI can be so much more than just LLMs.

[–] chuckleslord@lemmy.world -1 points 2 months ago (1 children)

I don't disagree. Most generative AI models are some variant on "plagiarism machine", but categorizing and identifying data are extremely useful things that AI does.

LLMs are good at quickly generating code, but the issue in software is rarely how fast humans can write code. In fact, more speed with less understanding is a really bad combination (I am a developer working DevOps and anecdotally I see way more large scale bugs now than I did 5 years ago).

Agentic AI is, unfortunately, just an LLM pretending to be a person, and that's a really bad thing. Like so incredibly bad. Did you know that humans are statistically more likely to make mistakes when under pressure? Cause the LLMs sure do. Create a narrative of pressure and the LLM cracks like a rotten egg. Cause that's more statistically likely!

[–] Badabinski@kbin.earth 0 points 2 months ago (1 children)

The speed and ease at which LLMs allow you to generate code is a bug, not a feature in my opinion. In my org, a group of 3 very junior engineers wrote a 5k line shell script for building k8s clusters according to our business specs and it's fucking awful. The actual time to get it out the door was short, but now it's basically impossible to change it without fucking up like 20 different things. The fucking thing will randomly quit because the shit ass LLM thinks set -e is a good thing to use, and it's full of unused variables everywhere. I had to add a feature to it (which is how I learned of its existence), and I spent a miserable week just reading the entire fucking thing so I could ensure that my change wouldn't cause an oil refinery in the North Sea to explode due to a butterfly-effect series of bullshit.

The frustration and toil you feel as a software dev is a feature. If something is making you mad and is taking forever to write, that's a sign you probably need to change your approach. If you're using an LLM to write a bunch of boilerplate, why not just eliminate the boilerplate or like, make a factory to spit out a bunch of it or something? Your discomfort is a powerful tool and you are not best served by ignoring it. Those junior devs would have written something much better if they had been forced to experience the true toil and suffering of writing a 5k line shell script.

[–] chuckleslord@lemmy.world -1 points 2 months ago

is a bug, not a feature

Umm, excuse me. We're delivering 400 points worth of story work with 40 points worth of dev time. Do you think that that's somehow a bad thing? Our budget is stretching further than ever! (Once we figure out how to reduce token costs) /s

The issue is more that the triangle of code that works, code that scales well, and code that's cheap will always, ALWAYS, prioritize works and is cheap, even if every action taken from then on costs more to make. I've been on a team that focused effort on keeping scalability a priority and every single thing we tried got kneecapped to "keep to the budget".

[–] riskable@programming.dev 0 points 2 months ago (1 children)

The AI paradox: It's both original (hallucinating) and plagiarizing (copying things, word-for-word).

[–] chuckleslord@lemmy.world -1 points 2 months ago

Not a paradox. It plagiarizes because it isn't capable of creating thoughts. It creates statistically likely combinations of tokens. Those "statistically likely" models were made by stealing a whole bunch of information.

The model hallucinates because it doesn't actually know what any of the tokens mean, just that they exist in a likely probability space.

If you took two papers about a very similar subject, copied them both out in their entirety, then replaced similar phrases from one copy into the other, the resultant paper would both contain inaccuracies and would be plagiarism. That's the same thing ai does, except the copies are the sum total of the digitized human written work. Increasing the number of sources you're plagiarizing from doesn't magically make it not plagiarism!