I mean, I'm glad he said it but anyone who's been paying attention already knows this. The entire country is collectively waiting for the bubble to burst as it is. You also have to separate things like Machine Learning from LLMs. Two totally different use cases. They've not even clearly articulated any end goals. Even NASA had 'put a man on the moon', not just 'more space'. From what I can tell their goals boil down to either 'make money' or 'make God'. The former works great for individuals but not a whole class of technology and the latter would surely not garner trillions in investment dollars. LLMs are certainly great productivity tools but what is their goal really for a CEO to be able to fire their entire staff so they can sit down at a computer and type in 'make my business better' and they think that'll work?
Technology
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- 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.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
In other words, corporate leadership is starting from the premise that AI has (or will) radically change the business, and they're working backwards from that premise to find the evidence to support this article of faith.
Sounds familiar. The proof-of-work blockchain scheme which was the fad a while ago is also often described as a solution in search of a problem.
I feel like block chain as a public ledger has found quite a few purposeful uses, and was a solution to a handful of problems most people rarely if ever encounter. Then fake money got involved
The core issue feels like the dead torrent problem.
Its distributed, so it needs to be hosted, by several locations. Which becomes probitive over time as.it becomes huge. Its also massively inefficient for what its trying to do.
At some point, its basically just one server farm somewhere hosting a glorified MySWL database that doubles as a space heater for the entire planet every time you need to add a row.
I typed into Google "potatoes pressure cooker" to get a reminder of how long to cook them. The AI told me, and correctly said that I should use the steamer sieve, but also told me to salt the water. The water that would be under the potatoes and that wouldn't touch them.
I asked why, and the AI said that little splashes of salt water from the boiling would land on the surface of the potatoes and salt them gently, that the salt would increase the boiling temperature, and that the vapour would be aromatic.
I pointed out that the amount of salt landing on the surface of the potatoes would be negligible, that the vapour is distilled water in gas form, and that the increase in boiling temperature from salting the water is less than 1°C. The AI said, oh yeah, you're right on all counts. Don't salt the water.
What it has been doing was exactly what an LLM does. It gave me the received wisdom from the internet.
That aligns with what Cory Doctorow was saying here, namely that all the AI successes were from people who already knew what they were doing and could use the AI as a tool. Not from people who had no clue and just let AI do the job.
I don’t think they’re all lying; most are just misinformed or using the term differently than Cory.
It’s like saying “global warming is changing everything.” Technically, not true, but the knock on effects of specific aspects of it recently hit an inflection point that causes it to affect the lives of everyone.
This has also happened in the field of artificial intelligence; LLM chatbots are only the visible mushroom fruits of the vast mycelium network that has been silently growing underground for years.
silently growing underground for years.
And not so silently, for decades. Even J. Edgar Hoover was using early forms of AI to manage his data trove.
What has AI changed so far?
- Hardware prices are so far up that nobody can buy good hardware anymore
- we have AI child porn now, awesome
- we have AI undressing apps, cool
- we have AI, the great cheat tool now † we have AI, the confidently wrong 20% of the time tool
- we have AI, the great misinformation tool
- we are at the brink of the largest economic collapse in human history caused again by the rich loving to play Russian roulette
- there are a limited amount of actual useful applications as well, yay
And all it cost us were millions of jobs, thousands of psychosis and deaths, hundreds of new loud polluting data centers, untold amounts of co2 when were right smack in the mids of a climate crisis...
I'm not advocating for murdering the AI CEOs, but I'm definitely a fan of at least permanent tarring and feathering
In my academic field of sustainability, AI still fails to explain what economic sustainability means. It's very simple.
I lecture and explain to my students that economic sustainability is about how we assess and manage our knowledge, innovations, wealth, and other man-made capital. I stress that it is ABSOLUTELY NOT profit and revenue.
Sure enough, my students submit assignments clearly written by AI that state economic sustainability is profit and revenue.
AI is regurgitating decades of green-washing and even bad academic articles that state economic sustainability is about profits. I use that AI god mode site to test several AI's at once and they've consistently gotten this wrong for 3 years.
AI has been helpful for my job, sure, but the cost in terms of societal damage is so great it makes me wish AI were never created.
I generally respect this guy's opinion (I probably use the term "enshitification" multiple times a week!), but pretending that "AI" and "Chabot" are interchangeable terms seems wildly reductive, and the subtle presumption that the process of changing is a binary changed/non-changed situation instead of a curve is just ignorant.
If the internet was "turned off" after 4 or so years not much would have changed, either.
To the average person (and this includes politicians, basically anyone not a software engineer developing the tools )who Cory generally writes to try and inform, they are the same.
Should they be? No. But that's a whole different thing and trying to change that in the general public mind doesn't change his current point about AI as the public thinks of it right now.
I think you're making a strawman argument here. He isn't arguing that it's a binary switch that has failed to throw, he's arguing that we don't have compelling evidence that the ends justify the means:
In other words, corporate leadership is starting from the premise that AI has (or will) radically change the business, and they're working backwards from that premise to find the evidence to support this article of faith.
And this is completely true! Supposedly "data informed" organizations are trying to find a yardstick that shows actual, meaningful improvement in business outcomes from AI. In my own organization we have people touting LOC yet again because "big number", but anyone who's ever worked in software can tell you it's an asinine metric to use as a KPI.
It's inherently unscientific to start with the answer and work backwards to a satisfactory question. His point that this push is coming from the least knowledgeable of real processes- and more closely resembles religious fervor than business acumen- seems to at least warrant consideration.
Corey Doctorow isn't speaking to you, he's speaking to the many, many people who have been fooled by the ai craze.
It has become impossible to tell managers mesmerised by artificial intelligence that the tools are not, in fact, helpful.
This is stupid. The tools are helpful. Overhyped? Sure. But to pretend they are in no way helpful is just wrong.
I have tons of random receipts that come in every month that need to be captured, memoed, categorized and sent off to finance.
I made python to read image/pdf/whatever to text, easy.
I regex the value out, hard and fragile
I try to pull the vendors name out, just not reliable
Category... nearly impossible so i need to make some form of memory system to remember once I do it.
Python renames the file with input if it needs it and provides the meta
OR
python to text because it's effciient
api call to Ollama and let my old 2070 work it out. (highly reliable)
python renames the file and provides the meta
It's small, low power, hard to do with code, basically the perfect use case. This is a good use of AI
Go Rewrite FFMPEG in Rust.... that's a bad use of AI.
There's a lot of people out there using it in ways that cost a lot more than human eyes and have horrible societal and environmental impacts.
There's a lot of people using it for dictation, document triage and basic scripting where it has great advantages and isn't making the world a worse place.
His article is at odds with a great deal of his book. I wonder if this isn't just a grab to get hardcore anti-ai to buy it.
Nothing is helpful until you need help. The fact that you think AI is helpful for you don't have to force me to use AI. If you pay me $100k+ per year and you force me to use your tools to do my job why you even hired me ? To force this cult on me or to do the job ?
I was talking about roof sheathing with the latest chat gpt.
It was confident the joists should go above the sheathing.
You might want a 2nd opinion, did you ask Grok?
I see a lot of useless people creating a ton of busy work that just becomes an unbearable workload for the people under them. Working in manufacturing environments which (you aren't gonna believe this) are all horrifically understaffed is bad enough. Now i get to watch good workers get buried under Solvace/Fabriq/etc checklists and Leading2Lean/PerformOEE/etc task lists and spreadsheets and meetings to discuss kpis and metrics.
I need a new line of work
Yeah, right. My boss gave me a bunch of risk assessments to read through and let slip that AI had 'helped' produce them. So I said I'd get AI to summarise them. All this vast computing power and climate damage is being used for bullshit.
AI is changing everything. Its not a lie, its absolute truth.
The problem is the changes are fuckawful terrible for everyone and everything.
Honestly, I didn't jump on the AI hate train like everyone else did. And I was wrong. I literally only use it to make profile pictures on steam to make a sekiro photo. Other than I literally can live without it.
And at this point all of the damage it is doing to our communities; I am angry at this point that people in positions of power are blatantly ignoring the people they represent who say they don't want this. This is almost as bad as the epstein corruption. Just blatantly lying to our faces and ignoring frustration.
Not just ignoring it but trying to grift to their supporters that these 'contrarians' aren't Americans and flew in. I'm so unbelievably sick of conservative influence in my home country just using lies as a real mantra. Because everyone around me values money over anything else and it seems like they genuinely are dissonant and don't understand this is a bubble waiting to burst unlike anything we have ever seen.
Work keeps insisting we use it and I keep telling them to fuck off.
I get more done than my colleagues BECAUSE i don't use the not-actually-AI "AI" tool.
If AI data centers drastically accelerate us towards a point of no return for climate change, then they will in fact have “changed everything”.
Here's a link to the exact same post on Cory Doctorow's (tracker-free) blog: https://pluralistic.net/2026/08/01/dare-snot/#i-will-fucking-piledrive-you-if-you-mention-ai-again
It's also notable that MBAs tend to be people who are into the networking versus the work and they will follow the trends wherever they leave because that's what good monkeys do.