DoorDash improves Dasher support with LLM-based RAG chatbot, reducing hallucinations by 90%
DoorDash's existing automated support relied on rigid flow-based resolution paths that could address only a small subset of Dasher issues. The knowledge base was also hard to navigate, time-consuming to read, and available only in English despite many Dashers preferring other languages.
The initial LLM RAG chatbot produced responses that diverged from the intended knowledge base context, with LLMs drawing on potentially erroneous public sources such as Quora, Reddit, and Twitter rather than grounded DoorDash information.
The LLM Guardrail reduced hallucinations by 90% and compliance issues by 99%, and the chatbot now autonomously assists thousands of Dashers each day while freeing human agents to focus on more complex problems.
Frequently asked questions
What did this team achieve with this AI workflow?
The LLM Guardrail reduced hallucinations by 90% and compliance issues by 99%, and the chatbot now autonomously assists thousands of Dashers each day while freeing human agents to focus on more complex problems.
What tools did this team use?
RAG, GPT-4, Claude-3, LLM Guardrail, LLM Judge, Promptfoo, vector store.
What results were reported?
Hallucinations reduced: 90%; Compliance issues reduced: 99%; Dashers assisted daily: thousands of Dashers; Human agent focus shift to complex problems: focus their energy on solving more complex problems (source-reported, not independently verified).
What failed first in this deployment?
The initial LLM RAG chatbot produced responses that diverged from the intended knowledge base context, with LLMs drawing on potentially erroneous public sources such as Quora, Reddit, and Twitter rather than grounded…
How is this customer support AI workflow structured?
Dasher submits issue → Conversation summarization → KB article retrieval → Tailored response generation → LLM Guardrail validation → Human agent fallback → LLM Judge quality monitoring → Human review calibration.