For the past two years, everyone has been saying the same thing: customer support is the “low-hanging fruit” of AI. High ticket volume, repetitive questions, a knowledge base that’s already structured. You plug an LLM into the documentation, slap a chatbot into a widget, and you’ve diverted half the tickets. Case closed—on to the next topic.
I think we’ve missed the mark.
Support isn’t the easy target. What’s easy is the solution we’ve slapped onto it: plugging a chatbot into existing documentation and calling it innovation.
The low-hanging fruit isn’t the problem we’re solving; it’s the way we’re solving it.
The Paradox of the $500 Billion Project
Before diving into the details, a useful reminder. Companies have poured hundreds of billions into AI over the past three years. AI budgets are expected to rise further in 88% of business functions by 2026 (PwC). And yet:
The problem isn't technical. The models work. The problem is that we deploy them without changing the underlying workflow. We plug a model into a CRM, we plug a model into a knowledge base, and then we're surprised that nothing changes. It's like fitting a horse with a V8 engine and hoping to invent the automobile.
What Your RAG Chatbot Actually Does
A RAG chatbot takes the user’s question, searches for relevant passages in your knowledge base, and asks the model to summarize them into a response. It’s elegant. It works for static FAQs. And it’s profoundly limited as soon as you get into onboarding or product usage.
Three limitations that keep coming up:
Disruption theorists (Christensen, and how McKinsey has applied his ideas to heavy industry) have been saying the same thing for twenty years: disruption doesn’t just speed up the old process. It rewrites the entire interaction model from start to finish. Streaming didn’t “make CDs faster”; it eliminated CDs. E-commerce didn’t “make mail-order sales more efficient”; it eliminated the paper catalog.
In SaaS, the new interaction model looks like this: intention → AI-guided execution within the interface.
The user states what they want to do. The system takes control of the interface, highlights the right button, points to the right field, opens the right modal, and guides them step-by-step through its own product. No chat to open. No docs to read. No mental translation between text and clicks. AI guides through the UI instead of describing it.