this post was submitted on 19 May 2026
214 points (99.1% liked)

Technology

84769 readers
3607 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
you are viewing a single comment's thread
view the rest of the comments
[–] IHeartBadCode@fedia.io 1 points 9 hours ago (1 children)

Ish.

The issue is that it isn't a straight shot as a lot of people paint. Call Centers work off of User Interfaces, AI can't see or use those, so those UIs suddenly have to be retooled in a way that the AI understands, which that's not easy. Additionally there's business logic that is complex and there's a lot of siloed knowledge, all of that is hard to extract and put into a model that's usable.

The thing is that these LLM and AI companies were thinking the rest of the world is as structured as the data models they trained their AIs on and that's just not the case. The LLMs can absolutely do the task if given the task correctly, it just that it's near impossible to give the task they need to perform correctly in 100% of the situations. Hell, even humans fail this, people get written up at call centers all the time.

To put it simple, you ever hear the joke, "we don't have to worry about AI taking the programmers jobs because then the CEO would have to accurately explain the problem they're trying to solve/sell"? It's IRL that, that's holding up a ton of the LLMs in call centers. Like there's two VERY narrow processes that the company I work for has implemented AI for, and those are really basic situations where explaining the full scope is pretty easy.

But take what I have to say with a grain of salt. I can't say the company I work for has ever really been that gung-ho about AI to begin with. But I can tell you that it's WAY, WAY, WAY more work to deploy AI than the tech bros like to paint it. Like you can just hit the button and "go", but it's going to crash and burn. Like to get it right is way more work than the AI industry let's on.

[–] audaxdreik@pawb.social 8 points 7 hours ago (1 children)

The thing about this though, is that it's not a new problem at all. LLMs didn't start to get good enough in the early 20's and only then did they come up with this idea. I worked for a company out near Seattle back in ~2014 that was already well into trying to tackle this problem.

They ran callcenters with a variety of contracts for different companies and took calls, chats, and emails. The main business model wasn't the centers themselves but the information gathered by the ticketing system to help build tools like this.

Personally, with that insight and assuming surely there must've been other companies moving along that path, I find it quite telling that they still haven't sufficiently stepped up to the role. There are some hard limits on cost and hallucinations that I think will ultimately fail to deliver a truly long-term, viable product. When you see they can't maintain the veneer on even that use case, you'll know the bubble has to be close to popping.

Of course no one can really say for sure, we've all been predicting it for some time and when there's this much money invested they'll protect that reality ferociously, so who really fucking knows. But still ...

[–] VAK@lemmy.world 1 points 43 minutes ago (1 children)

What you've said makes me think that LLMs have a great use case in creating and searching documentation but if anyone is calling, it really needs a person to deal with that edge case

[–] ggtdbz@lemmy.dbzer0.com 1 points 20 minutes ago (1 children)

Not creating and searching as far as I understand (or as far as I’m willing to allow it to in this case) but more summarizing, truncating, some times of rewording (non-technical parts).

They’re getting better at extracting information out of a closed set of data, but it’s still literally impossible to guarantee that it won’t generate a contradictory or unwanted piece of text that looks very close to the right thing, based off the training data inherent to the model.

But the “best” case is something closed ended where you know what the output is. So cleaning up a tiny piece of code, summarizing something that you provide in its entirety, translating a block of text, that’s all a good use case. Using it to distill the entire web’s information into a chatbot format? Fuck no

The entire problem is people thinking this tool that can turn text input into soup and reliably pull text back out of said soup is something it just is not.

Most of the models I’ve played with before the boom were not instruct models. So you didn’t prompt them and have them churn out slop that sounds like the answer to your question. Instead you just wrote text (story, article heading, etc) and it would continue the pattern. The results were “worse” in quality, but because we only thought to use it a specific way, it felt like a very powerful new tool.

My enthusiasm for this shit has fallen through the floor in 2022 and presently is about 18% through the earth’s outer crust

[–] VAK@lemmy.world 1 points 5 minutes ago

You can have LLMs draft documentation based on callcentre communication - that's what I meant by creating With regards to searching, the thinking models seem really good at finding what you need when you don't know what exactly to search for