this post was submitted on 19 Aug 2025
372 points (99.2% liked)

News

31867 readers
2784 users here now

Welcome to the News community!

Rules:

1. Be civil


Attack the argument, not the person. No racism/sexism/bigotry. Good faith argumentation only. This includes accusing another user of being a bot or paid actor. Trolling is uncivil and is grounds for removal and/or a community ban. Do not respond to rule-breaking content; report it and move on.


2. All posts should contain a source (url) that is as reliable and unbiased as possible and must only contain one link.


Obvious right or left wing sources will be removed at the mods discretion. Supporting links can be added in comments or posted seperately but not to the post body.


3. No bots, spam or self-promotion.


Only approved bots, which follow the guidelines for bots set by the instance, are allowed.


4. Post titles should be the same as the article used as source.


Posts which titles don’t match the source won’t be removed, but the autoMod will notify you, and if your title misrepresents the original article, the post will be deleted. If the site changed their headline, the bot might still contact you, just ignore it, we won’t delete your post.


5. Only recent news is allowed.


Posts must be news from the most recent 30 days.


6. All posts must be news articles.


No opinion pieces, Listicles, editorials or celebrity gossip is allowed. All posts will be judged on a case-by-case basis.


7. No duplicate posts.


If a source you used was already posted by someone else, the autoMod will leave a message. Please remove your post if the autoMod is correct. If the post that matches your post is very old, we refer you to rule 5.


8. Misinformation is prohibited.


Misinformation / propaganda is strictly prohibited. Any comment or post containing or linking to misinformation will be removed. If you feel that your post has been removed in error, credible sources must be provided.


9. No link shorteners.


The auto mod will contact you if a link shortener is detected, please delete your post if they are right.


10. Don't copy entire article in your post body


For copyright reasons, you are not allowed to copy an entire article into your post body. This is an instance wide rule, that is strictly enforced in this community.

founded 2 years ago
MODERATORS
 

Despite the rush to integrate powerful new models, about 5% of AI pilot programs achieve rapid revenue acceleration; the vast majority stall, delivering little to no measurable impact on P&L.

The research—based on 150 interviews with leaders, a survey of 350 employees, and an analysis of 300 public AI deployments—paints a clear divide between success stories and stalled projects.

top 50 comments
sorted by: hot top controversial new old
[–] dhork@lemmy.world 47 points 1 week ago (4 children)

Wait, we have AI flying planes now?

[–] ameancow@lemmy.world 13 points 1 week ago* (last edited 1 week ago) (1 children)

I know you're joking, but for those who don't, the headline means "startups" and they just wanted to avoid the overused term.

Also, yeah actually it's far easier to have an AI fly a plane than a car. No obstacles, no sudden changes, no little kids running out from behind a cloud-bank, no traffic except during takeoff and landing, and those systems also can be automated more and more.

In fact, we don't need "AI" we've had autopilots that handle almost all aspects of flight for decades now. The FA-18 Hornet famously has hand-grips by the seat that the pilot is supposed to hold onto during takeoff so they don't accidentally touch a control.

[–] frezik@lemmy.blahaj.zone 3 points 1 week ago

Conversely, AI running ATC would be a very good thing. To a point.

It's been technically feasible for a while to handle 99% of what an ATC does automatically. The problem is that you really want a human to step in on those 1% of situations where things get complicated and really dangerous. Except, the human won't have their skills sharpened through constant use unless they're handling at least some of the regular traffic.

Trick has been to have the AI do, say, 70% of the job, but having a human step in sometimes. Deciding on when to have a human step in is the hard problem.

[–] Skullgrid@lemmy.world 12 points 1 week ago (3 children)

what do you think an autopilot is?

[–] leisesprecher@feddit.org 23 points 1 week ago (1 children)

A finely refined model based on an actual understanding of physics and not a glorified Markov chain.

[–] pennomi@lemmy.world 5 points 1 week ago (1 children)

To be fair, that also falls under the blanket of AI. It’s just not an LLM.

[–] leisesprecher@feddit.org 4 points 1 week ago (12 children)

No, it does not.

A deterministic, narrow algorithm that solves exactly one problem is not an AI. Otherwise Pythagoras would count as AI, or any other mathematical formula for that matter.

Intelligence, even in terms of AI, means being able to solve new problems. An autopilot can't do anything else than piloting a specific aircraft - and that's a good thing.

[–] wheezy@lemmy.ml 6 points 1 week ago (1 children)

Not sure why you're getting downvoted. Well, I guess I do. AI marketing has ruined the meaning of the word to the extent that an if statement is "AI".

load more comments (1 replies)
load more comments (11 replies)
[–] frezik@lemmy.blahaj.zone 2 points 1 week ago (1 children)

Someone will be around to say "not real AI", and I think that's the wrong way to look at it.

[–] JandroDelSol@lemmy.world 4 points 1 week ago

It's more "real AI" thank the LLM slop companies are desperately trying to make the future

Mild height and bearing corrections.

[–] abbadon420@sh.itjust.works 4 points 1 week ago

That's terrifying, but I don't see why my regional train can't drive on AI in the middle of the night.

[–] leftzero@lemmy.dbzer0.com 3 points 1 week ago (1 children)

It took me a while to realize it is an Otto pilot...

[–] redsand@lemmy.dbzer0.com 41 points 1 week ago

It's a bubble. This article is by someone realizing that who has yet to move their investments.

[–] rumba@lemmy.zip 25 points 1 week ago (4 children)

Yeah, 95% of AI companies either have no functional product or a chatGPT token account and a prompt.

Most of them could be replaced by a high school student and an N8N instance.

[–] _wizard@lemmy.world 5 points 1 week ago (2 children)

You mention N8N. Last week I had a sales VP mention it as well. Could you elaborate on your perspective? I've been building databases in BigQuery for the past month and will start utilizing ML for a business need so I probably missed some write up about it.

[–] ls64@lemmy.world 3 points 1 week ago* (last edited 1 week ago)

I'm a program manager, have some small coding experience.

N8n is like Legos of API access you can generate tons of integrations that would have otherwise been imposible with just a few hours of work. We have an issue where people don't complete their slack profiles. Using n8n I made an integration between our HR software and slack so that it automatically populates most fields without having to bug people.

And after that, it runs a check for what manual thing they are missing and sends them a message.

You put an http block, behind a filter block, behind a slack blog and it handles everything for you.

Would recommend you give it a try, I have it running on the work instance but I also have a local one running in my raspberry that I plan to use to fool around.

[–] rumba@lemmy.zip 2 points 1 week ago

N8N is like IFTTT (if this then that)

It's a mostly codeless solution for wiring things together, meaning you can use semi-non-skilled labor to do somewhat difficult things.

This guy can be a little hard to stomach for some, but he goes into great depth on setting up some n8n use cases, and he doesn't waste a lot of time doing it. https://www.youtube.com/watch?v=ONgECvZNI3o

Right now, we use it so that if IT puts a certain emoji on a slack message, it makes a jira ticket, letting us know that work has been triaged and created, but if a user does it, it fails.

You could have N8N read a slack channel, or load an RSS feed, or take input from a website, send that data through an LLM prompt to transform the data and then have it or an agent do some work or respond to the input, with minimal need to write code. Really the limits are what services it supports (or your ability to add that API) and your imagination.

In Chuck's example, he had N8N load several RSS feeds, make thumbnails from them, read the description, and use an LLM to shorten the text without losing meaning and provide a clean list of media to a Discord channel.

https://n8n.io/integrations/google-bigquery/and/openai/

You could define a trigger, say have a chatbot or Slack channel, have it hit your BigQuery, send the data to GPT to make it human-readable, and respond to requests in the channel with some futzing around in logins, flowcharting, and JavaScript variable names..

[–] InvalidName2@lemmy.zip 4 points 1 week ago (1 children)

Have you talked to the average high school student these days? Not that the typical AI LLM response is much better, but I honestly feel sorry for the kids.

[–] rumba@lemmy.zip 2 points 1 week ago

Probably highly subjective to Schools, States and Families. I'm around a lot of kids in GT and Engineering classes.

[–] kautau@lemmy.world 3 points 1 week ago (1 children)

Yeah every single day the top 5 new products on ProductHunt are AI trash. It's wild what the bubble has become

Today:

load more comments (1 replies)
[–] MrLLM@ani.social 3 points 1 week ago (1 children)

Most of them could be replaced by a high school student and an N8N instance.

Not really sure if the high school students have cheated their way out with ChatGPT.

[–] rumba@lemmy.zip 3 points 1 week ago (1 children)

At the moment, there are probably doing pretty good. Kind of like using calculators, when we got out of school we all had a calculator.

Were the rubber is going to meet the road It's when the AI bubble bursts and there's no over generous evaluations and free venture capital, and we actually need to pay a sustainable fee for the tokens.

They're going to need some really expensive calculators

[–] MrLLM@ani.social 2 points 1 week ago (1 children)

Well, I didn’t think about it like that!

Hopefully there’s still students that use it as a mere tool rather than as a way to pass by without actually learning.

load more comments (1 replies)
[–] HubertManne@piefed.social 19 points 1 week ago (2 children)

This sounds about right. Figure 50% are just screaming at their employees to use ai and at managers to lower headcount and make it up with ai and such. Then like 25% more buy some companies ai solution and expect sorta the same from there. Then like 15% actually try to identify where ai could be helpful but don't really listen to feedback and just doggedly move forward. Eventually you get to the ones that identify where it might help and offer options to employees to use it much like any other software where they can request a license and let it grow and help organically and look more to just improve results or productivity.

[–] Hackworth@sh.itjust.works 17 points 1 week ago (2 children)

Feels very much like the push in the 90's for every company to have a website before companies understood what websites were for.

How'd that end up? Totally fine, right?

[–] BlameThePeacock@lemmy.ca 4 points 1 week ago

Completely agree.

I've got clients who I can see immediate benefits right now, and I've got clients where I don't think it's a good idea yet. Most of those that could benefit it's small tweaks to workflow processes to save a few FTE here and there, not these massive scale rollouts we're seeing.

Unfortunately Microsoft, along with other companies, are selling fully scale sexy to executive when full scale sexy isn't actually ready yet. What's available does work for some things, but it's hard to get an executive team to sign off on a project for testing to save only 10 employees worth of work in a 2000 person company when they're simultaneously a) worried about it going horribly wrong, and b) worried about falling behind other companies by not going fast enough.

[–] AcidiclyBasicGlitch@sh.itjust.works 4 points 1 week ago* (last edited 1 week ago)

Figure 50% are just screaming at their employees to use ai and at managers to lower headcount and make it up with ai and such.

Immediately imagined it being screamed in this voice:

"Use AI and make it lame!"

[–] berno@lemmy.world 16 points 1 week ago (1 children)

Shocked that LLM wrapper slop that isn't deterministic only has limited use cases. Sam Altman is the biggest con artist of our time

[–] porksnort@slrpnk.net 3 points 1 week ago

He’s the second coming of Joseph Smith.

JS was a charismatic grifter by nature and upbringing who sold folks on the existence of a magic gold book that had extra-special info about American Jesus. He told them he found it after G*d told him where to dig.

This was just a few years after he had been hauled into court to face charges of running a ‘treasure hunting’ scheme on local farmers.

Now that I think about it more, the parallels are many.

In conclusion, shysters gonna shyst.

[–] hardcoreufo@lemmy.world 9 points 1 week ago (1 children)

A few years ago we haf these stupid mandatory AI classes all about how AI could help you do your job better. It was supposed to be multiple parts but we never got passed the first one. I think they realized it wouldn't help most of the company but did leave our bespoke chatbot up for our customers/sales people. It is pretty good at helping with our products but I assume a lot of tuning has been done. I assume if we fed a local AI our data we could make it helpful but none of them have more than a basic knowledge of anything I do on a day to day basis.

load more comments (1 replies)
[–] Treczoks@lemmy.world 3 points 1 week ago

Good. How do we fix the surviving 5%?

[–] M0oP0o@mander.xyz 2 points 1 week ago

And the other 5% are bullshitting.

[–] Randomgal@lemmy.ca 2 points 1 week ago

"Sir how is that going to help me do my job faster?" "Just ask it 'how do I put in fries I'm the bag faster' and then do what it says.'

load more comments
view more: next ›