Automation Platform v2: Improving conversational AI at Airbnb
Airbnb's v1 conversational AI platform relied on rigid, predefined step-by-step workflows that were not flexible enough for diverse customer scenarios and required product creators to manually build new workflows for every use case, making scaling time-consuming and error prone.
Automation Platform v1's fixed workflow model was too rigid for emerging LLM use cases, and LLM-powered applications themselves are not yet fully production-ready for all of Airbnb's scale due to latency and hallucination concerns.
Automation Platform v2 enables developers to build LLM applications that help customer support agents work more efficiently, provide better resolutions, and deliver quicker responses, by combining LLMs with traditional workflows.
Frequently asked questions
What did this team achieve with this AI workflow?
Automation Platform v2 enables developers to build LLM applications that help customer support agents work more efficiently, provide better resolutions, and deliver quicker responses, by combining LLMs with traditiona…
What tools did this team use?
Automation Platform, Chain of Thought, LLM.
What results were reported?
Customer support agent efficiency: work more efficiently; Resolution quality: better resolutions; Response speed: quicker responses; AI practitioner productivity: efficiency and productivity gains (source-reported, not independently verified).
What failed first in this deployment?
Automation Platform v1's fixed workflow model was too rigid for emerging LLM use cases, and LLM-powered applications themselves are not yet fully production-ready for all of Airbnb's scale due to latency and hallucina…
How is this customer support AI workflow structured?
User inquiry triggers platform → Prompt assembly and LLM call → Chain of Thought reasoning → Tool/service call execution → Guardrails content check → Response returned and recorded.