Lessons learned from building over 50 chatbots on 5 continents
Most chatbots fail due to poor implementation: bots trap users in 'not understood' loops for out-of-scope questions, generate false positives that mislead users, and respond unhelpfully rather than routing them toward a solution.
Common failure modes include bots asking for information users already provided, rephrasing loops that can't resolve out-of-scope questions, and dead-end 'Sorry, I don't know' responses that add frustration rather than helping.
(not stated)
Frequently asked questions
What did this team achieve with this AI workflow?
(not stated)
What tools did this team use?
NLP, Campfire AI.
What results were reported?
Chatbots built across industries: more than 50; NLP recognition rate at launch: 70%; target NLP recognition rate: 90%; maximum NLP recognition rate: 95% (source-reported, not independently verified).
What failed first in this deployment?
Common failure modes include bots asking for information users already provided, rephrasing loops that can't resolve out-of-scope questions, and dead-end 'Sorry, I don't know' responses that add frustration rather tha…
How is this customer support AI workflow structured?
Define scope and train NLP → Add 99-intents for out-of-scope → Launch at ~70% recognition → Review and retrain NLP model → Safety net routing for unresolved queries.