Half of companies planning to replace customer service with AI are reversing course

Offloading your brain work to "AI" is.....dumb.

Don't know where all these "AI" trend came from suddenly. AI this, AI that. It's nauseating.
 
I've used AI extensively in coding stuff and while it's really helpful it's also sketchy as hell. You always have to trawl the code it writes and you always have to fix things in it, or redo them. If you're lucky it writes code like you see in examples on the internet (hardly surprising given most of it's training is done by stealing code form the internet). In my experience this sort of code is ok as long as everything works as expected but It never copes with failures, handles exceptions etc and is often really inefficient. Any degree of defensive coding seems like a foreign concept to it. On a bad day it puts some really nasty and weird bugs in the code that without experience you wouldn't spot. So I'd say it's still no more than a tool a developer can use to make him more productive but that's all.
 
Customer service related to strictly technical issues, e.g. hardware or software problems, could be to a very large extent replaced with LLMs. Most problems people face are trivial and can be quickly resolved without calling a zillion times and listening to id1otic melodies while waiting 'our support specialists to become available'.
People are already switching to 'ask LLM first' approach to such issues.

For anything else however, talking to a videocard feels weird and frustrates people, so it may not become the new normal.



 
Sorry, forgot where I was posting. And, not sure where you are from, but the US's education has been a dumpster fire for the last 20 years. Wonder who taught all those coders and programmers out there atm? Probably educators that degrees in edu and their field, that were knowledgeable and great teaching that knowledge. Now, not only do you not need an edu degree, but you dont even need a degree in the field in you teach anymore. That's gonna hurt.

This is accurate. My VB teacher about 25 years ago had a PhD in psychology. And the trend toward eliminating humanities classes from K-25 in favor of "learn to code" is leaving us with college graduates who can code, but have trouble thinking about the people who will be using it. Now they're supposed to understand how to make AI respond to the needs of people they never gave much thought to.
 
Back