DoorDash pairs clustering algorithms and LLMs to auto-identify knowledge base gaps and draft support articles
As DoorDash's marketplace grew, manually maintaining the support chatbot knowledge base became unscalable — new policies, product changes, and a long tail of edge cases demanded constant fresh answers that were too resource-intensive and time-consuming to handle by hand.
The system lowers escalation rates, improves customer satisfaction, and reduces specialist manual workload.
In A/B tests, high-traffic escalation clusters saw escalation rates drop from 78% in the control group to 43% in the treatment group, and roughly 75% of KB retrieval events in the treatment group contained only UGC KB content.
Show all 7 reported metrics
Frequently asked questions
What did this team achieve with this AI workflow?
The system lowers escalation rates, improves customer satisfaction, and reduces specialist manual workload.
What tools did this team use?
large language models (LLMs), clustering algorithms, open-source embedding model, RAG, LLM judge.
What results were reported?
Escalation rate — control group: 78%; Escalation rate — treatment group: 43%; KB retrieval events containing only UGC KB content: roughly 75%; KB article drafting speed: minutes instead of weeks (source-reported, not independently verified).
How is this customer support AI workflow structured?
Escalated chat ingestion → Semantic clustering of chats → LLM classification and draft generation → Human review and refinement → RAG-powered article serving → LLM judge and A/B testing.