this post was submitted on 09 Sep 2025
501 points (98.6% liked)

Technology

74966 readers
2665 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 2 years ago
MODERATORS
 

A new survey conducted by the U.S. Census Bureau and reported on by Apolloseems to show that large companies may be tapping the brakes on AI. Large companies (defined as having more than 250 employees) have reduced their AI usage, according to the data (click to expand the Tweet below). The slowdown started in June, when it was at roughly 13.5%, slipping to about 12% at the end of August. Most other lines, representing companies with fewer employees, are also at a decline, with some still increasing.

top 50 comments
sorted by: hot top controversial new old
[–] sj_zero@lotide.fbxl.net 100 points 1 day ago (5 children)

IMO, AI is a really good demo for a lot of people, but once you start using it, the gains you can get from it end up being somewhat minimal without doing some serious work.

Reminds me of 10 other technologies that if you didn't get in the world was going to end but ended up more niche than you'd expect.

[–] MagicShel@lemmy.zip 43 points 1 day ago (2 children)

As someone who is excited about AI and thinks it's pretty neat, I agree we've needed a level-set around the expectations. Vibe coding isn't a thing. Replacing skilled humans isn't a thing. It's a niche technology that never should've been sold as making everything you do with it better.

We've got far too many companies who think adoption of AI is a key differentiator. It's not. The key differentiator is almost always the people, though that's not as sexy as cutting edge technology.

[–] krunklom@lemmy.zip 13 points 1 day ago

The technology is fascinating and useful - for specific use cases and with an understanding of what it's doing and what you can get out of it.

From LLMs to diffusion models to GANs there are really, really interesting use cases, but the technology simply isn't at the point where it makes any fucking sense to have it plugged into fucking everything.

Leaving the questionable ethics many paid models' creators have used to make their models aside, the backlash against so is understandable because it's being shoehorned into places it just doesn't belong.

I think eventually we may "get there" with models that don't make so many obvious errors in their output - in fact I think it's inevitable it will happen eventually - but we are far from that.

I do think that the "fuck ai" stance is shortsighted though, because of this. This is happening, it's advancing quickly, and while gains on LLMs are diminishing we as a society really need to be having serious conversations about what things will look like when (and/or if, though I'm more inclined to believe it's when) we have functional models that can are accurate in their output.

When it actually makes sense to replace virtually every profession with ai (it doesn't right now, not by a long shot) then how are we going to deal with this as a society?

[–] floofloof@lemmy.ca 7 points 1 day ago* (last edited 1 day ago)

The key differentiator is almost always the people, though that’s not as sexy as cutting edge technology.

Evidently you haven't worked with me. I'm actually quite sexy.

[–] Damage@feddit.it 12 points 1 day ago (1 children)

I've got a friend who has to lead a team of apparently terrible developers in a foreign country, he loves AI, because "if I have to deal with shitty code, send back PRs three times then do it myself, I might as well use LLMs"

And he's like one of the nicest people I know, so if he's this frustrated, it must be BAD.

[–] Aceticon@lemmy.dbzer0.com 5 points 1 day ago* (last edited 1 day ago)

I had to do this myself at one point and it can be very frustrating.

It's basically the "tech makes lots of money" effect, which attracts lots of people who don't really have any skill at programming and would never have gone into it if it weren't for the money.

We saw this back in earlier tech booms and see it now in poorer countries to were lots of IT work has been outsourced - they still have the same fraction of natural techies as the rest but the demand is so large that masses of people with no real tech skill join the profession and get given actual work to do and they suck at it.

Also beware of cultural expectations and quirks - the team I had to manage were based in India and during group meetings on the phone would never admit if they did not understood something of a task they were given or if there was something missing (I believe that it was so as not to lose face in front of others), so ended up often just going with wrong assumptions and doing the wrong things. I solved this by, after any such group meeting, talking to each member of that outsourced team, individually and in a very non-judgemental way (pretty much had to pass it as "me, being unsure if I explained things correctly") to tease from them any questions or doubts, which helped avoid tons of implementation errors from just not understanding the Requirements or the Requirements themselves lacking certain details and devs just making assumptions on their own about what should go there.

That said, even their shit code (compared to what us on the other side, who were all senior developers or above, produced) actually had a consistent underlying logic throughout the whole thing, with even the bugs being consistent (humans tend to be consistent in the kind of mistakes they make), all of which helps with figuring out what is wrong. LLMs aren't as consistent as even incompetent humans.

[–] chaosCruiser@futurology.today 10 points 1 day ago* (last edited 1 day ago)

Cyberspace, hypertext, multimedia, dot com, Web 2.0, cloud computing, SAAS, mobile, big data, blockchain, IoT, VR and so many more. Sure, they can be used for some things, but doing that takes time, effort and money. On top of that, you need to know exactly when to use these things and when to choose something completely different.

load more comments (2 replies)
[–] jubilationtcornpone@sh.itjust.works 53 points 1 day ago (3 children)

Personal Anecdote

Last week I used the AI coding assistant within JetBrains DataGrip to build a fairly complex PostgreSQL function.

It put together a very well organized, easily readable function, complete with explanatory comments, that failed to execute because it was absolutely littered with errors.

I don't think it saved me any time but it did help remove my brain block by reorganizing my logic and forcing me to think through it from a different perspective. Then again, I could have accomplished the same thing by knocking off work for the day and going to the driving range.

[–] August27th@lemmy.ca 43 points 1 day ago

Then again, I could have accomplished the same thing by knocking off work for the day and going to the driving range.

Hey, look at the bright side, as long as you were chained to your desk instead, that's all that matters.

[–] Cethin@lemmy.zip 17 points 1 day ago (1 children)

At one point I tried to use a local model to generate something for me. It was full of errors, but after some searching online to look for a library or existing examples I found a github repo that was almost an exact copy of what it generated. The comments were the same, and the code was mostly the same, except this version wasn't fucked up.

It turns out text prediction isn't that great at understanding the logic of code. It's only good at copying existing code, but it doesn't understand why it works, so the predictive model fucks things up when it takes the less likely result. Maybe if you turn the temperature to only give the highest prediction it wouldn't be horrible, but you might as well just search online and copy the code that it's going to generate anyway.

load more comments (1 replies)
[–] UncleMagpie@lemmy.world 12 points 1 day ago (6 children)

The bigger problem is that your skills are weakened a bit every time you use an assistant to write code.

[–] KneeTitts@lemmy.world 5 points 1 day ago

The bigger problem is that your skills are weakened a bit every time you use an assistant to write code

Not when you factor in that you are now doing code review for it and fixing all its mistakes..

load more comments (5 replies)
[–] underline960@sh.itjust.works 30 points 1 day ago (3 children)

13.5%, slipping to about 12%

I know that 1.5% could mean hundreds of businesses, but this still seems like such a nothing burger.

[–] Truscape@lemmy.blahaj.zone 63 points 1 day ago

The issue isn't the percentage, it's that inverse of growth. Most investors desire growth to see returns on investment for their upfront capital. If growth isn't occurring, that's a good sign to read the room and pull your funding.

Similar issues occurred with streaming services. Netflix is still profitable, but because the userbase isn't growing, investors and the financial world stopped seeing it as a valuable platform to invest in.

[–] sexy_peach@feddit.org 33 points 1 day ago (7 children)

The ai companies haven't even found a viable business model yet, are bleeding money while the user base is shrinking

[–] shalafi@lemmy.world 9 points 1 day ago (1 children)

The lack of business model is what's freaking me out.

Around 2003 I was talking to a customer about Google going public and saying he should go all in.

"Meh, they're a great search engine, but I can't see how they'll make any money."

Still remember that conversation, standing in his attic, wiring his new satellite dish. Wonder if he remembers that conversation at well.

load more comments (1 replies)
load more comments (6 replies)
[–] Saleh@feddit.org 21 points 1 day ago

That is more than a 10% loss of that customer base in 2 month.

For any industry that is huge.

[–] Lucidlethargy@sh.itjust.works 23 points 20 hours ago (1 children)

Because they are FUCKING TRASH.

load more comments (1 replies)
[–] RedGreenBlue@lemmy.zip 19 points 1 day ago (4 children)

For the things AI is good at, like reading documentation, one should just get a local model and be done.

I think pouring as much money as big companies in the us has been doing is unwise. But when you have deep pockets, i guess you can afford to gamble.

load more comments (4 replies)
[–] Pat_Riot@lemmy.today 19 points 1 day ago (2 children)

They dressed up a parrot and called it the golden goose and now they're chasing a wild goose.

load more comments (2 replies)
[–] eronth@lemmy.dbzer0.com 16 points 1 day ago (3 children)

Kind of a weird title. Of course adoption would slow? The people who want it have adopted it, the people who don't haven't.

[–] KneeTitts@lemmy.world 10 points 1 day ago

We were initially excited by AI at my company, but after we used it a bit we didnt find any really meaningful use cases for it in our business model. And in most cases we spent a lot of time correcting its many errors which would actually slow down our processes...

[–] UnderpantsWeevil@lemmy.world 7 points 1 day ago

Marx tapping the big sign marked "Tendency of the rate of profit is to fall", but then looking at the already unprofitable AI spin-offs and just throwing his hands up in disgust.

I think there's an argument to be made that the AI hype got a bunch of early adopters, but failed to entice more traditional mainstream clients. But the idea that we just ran out of new AI users in... barely two years? No. Nobody is really paying for this shit in a meaningful way. Not at the Enterprise Application scale of subscriptions. That's why Microsoft is consistently losing money (on the scale of billions) on its OpenAI investment.

If people were adopting AI like they'd adopted the latest Windows OS, these firms would be seeing a steady growth in the pool of users that would signal profitability soon (if not already). But the estimates they're throwing out - one billion AI adoptions in barely a year - are entirely predicated on how many people just kinda popped in, looked at the web interface, and lost interest.

[–] _haha_oh_wow_@sh.itjust.works 6 points 1 day ago* (last edited 1 day ago)

It would also slow if companies were told insane lies about the capability of "AI" ("it's living having a team of PHD level experts at your disposal!") and then companies realized that many of these promises were total bullshit.

[–] jaykrown@lemmy.world 14 points 1 day ago (1 children)

It is absolutely a bubble, but the applications that AI can be used for still remain while the models continue to get better and cheaper. Here's the actual graph:

collapsed inline media

[–] r0ertel@lemmy.world 6 points 1 day ago (2 children)

This contradicts what I'm reading in that AI model costs grow with each generation, not shrink.

load more comments (2 replies)
[–] Etterra@discuss.online 14 points 1 day ago (2 children)

So instead of bursting the bubble is slowly deflating?

[–] sexy_peach@feddit.org 13 points 1 day ago

That's user rates, not the stock price

[–] Goodeye8@piefed.social 5 points 1 day ago

Bubble is build upon potential of the investment. It's unlikely that AI is near its invested potential which means declining usage might actually be an indicator that the bubble is about to pop. A few big investors think the potential has been reached and pull out and then it cascades into a crash.

[–] reksas@sopuli.xyz 10 points 1 day ago

oh the horror

[–] Asidonhopo@lemmy.world 9 points 1 day ago

The US Census Bureau keeps track of things like that? Huh... TIL

[–] Mrkawfee@feddit.uk 9 points 1 day ago

Western growth is predicated on bubbles.

[–] kazerniel@lemmy.world 9 points 1 day ago (3 children)

Fucking finally. Maybe the hype wave has crested 🤞

load more comments (3 replies)
[–] Sunshine@piefed.ca 8 points 1 day ago

Finally now decommission the slop.

[–] rumba@lemmy.zip 8 points 19 hours ago (1 children)

It'll right itself when the CEOs stop investing in it and force it on their own companies.

When they're not getting their returns, they'll sell their stocks and stop paying for it.

It'll eventually go back from slop generation to correction and light editing tools when venture stops paying for the hardware to run tokens and they have to pay to replace the cards. .

load more comments (1 replies)
[–] probable_possum@leminal.space 7 points 1 day ago* (last edited 1 day ago) (1 children)

I mean the automatic speech recognition and transcription capabilities are quite useful. But that's about it, for me for now.

It could be interesting for frame interpolation in movies at some point maybe, I guess.

I dream of using it for the reliable classification of things. But I haven't seen it working reliably, yet.

For the creation of abstracts and as a dialog system for information retrieval it doesn't feel exact/correct / congruent enough to me.

Also: A working business plan to make money with actual AI services has yet to be found. Right now it is playing with a shiny new toy and the expectations and money of their investors. Right now they fail to deliver and the investors might get restless. Selling the business while it is still massively overrated, seems like the only way forward. But that's just my opinion.

[–] MonkderVierte@lemmy.zip 8 points 1 day ago* (last edited 1 day ago) (1 children)

I mean the automatic speech recognition and transcription capabilities are quite useful.

That's what LLM are made for; text stuff, not knowledge stuff.

load more comments (1 replies)
[–] Sam_Bass@lemmy.world 7 points 1 day ago

Some decent news at least

[–] psoul@lemmy.world 6 points 1 day ago

Nature is healing

[–] mechoman444@lemmy.world 6 points 1 day ago (1 children)

Of course. Although ai, or more accurately llms do have use functions they are not the star trek computer.

I use chatgpt as a Grammer check all the time. It's great for stuff like that. But it's definitely not a end all be all solution to productivity.

I think corporations got excited llms could replace human labor... But it can't.

[–] Typhoon@lemmy.ca 18 points 1 day ago (3 children)

Grammer

Grammar.

There's nothing AI can do that an internet pedant can't.

[–] floofloof@lemmy.ca 5 points 1 day ago

grammar

Mind your capitalization, fellow pedant.

load more comments (2 replies)
[–] MoonMoon@lemmy.world 5 points 1 day ago (1 children)
load more comments (1 replies)
[–] ProgrammingSocks@pawb.social 4 points 19 hours ago

Because they suck.

[–] kent_eh@lemmy.ca 4 points 1 day ago

That is good news, assuming numbers being reported by a US government agency are accurate, which is no longer a certainty.

[–] RandAlThor@lemmy.ca 4 points 1 day ago (2 children)

Large companies (defined as having more than 250 employees) have reduced their AI usage, according to the data (click to expand the Tweet below). The slowdown started in June, when it was at roughly 13.5%, slipping to about 12% at the end of August.

Someone explain to me how I am to see this "rate" as - is it adoption rate or usage rate? IF it is adoption rate 13.5% of all large firms are using it? and it's declined to 12%? Or is it some sort of usage rate and if so, whatever the fuck is 12% usage?

load more comments (2 replies)
load more comments
view more: next ›