Wayfair automates supplier ticket triage with a hybrid LLM-agent workflow (Wilma)
Wayfair's supplier associates performed manual, rote ticket triage — reviewing unstructured ticket data, looking up supplier IDs in a database, and entering structured fields by hand — causing slower response times and accuracy problems in classification.
A fully agentic design using a supervisor coordinating multiple sub-agents failed due to inter-agent communication errors and unnecessary repeated calls; in one case an agent incorrectly decided not to invoke the JIRA API to update the ticket.
The hybrid Wilma workflow achieved better-than-human performance with 93% accuracy on question type (vs.
75% for humans), 98% on language, and 88% on supplier ID, while reducing ticket processing time and freeing associates for high-value work.
Show all 5 reported metrics
Frequently asked questions
What did this team achieve with this AI workflow?
The hybrid Wilma workflow achieved better-than-human performance with 93% accuracy on question type (vs.
What tools did this team use?
Wilma, LangGraph, Pub/Sub, BigQuery, JIRA API, Arize, SupportHub, ReAct.
What results were reported?
Question type identification accuracy: 93%; Language identification accuracy: 98%; supplier ID identification accuracy: 88%; Human question type accuracy (baseline): 75% (source-reported, not independently verified).
What failed first in this deployment?
A fully agentic design using a supervisor coordinating multiple sub-agents failed due to inter-agent communication errors and unnecessary repeated calls; in one case an agent incorrectly decided not to invoke the JIRA…
How is this ticket triage AI workflow structured?
Supplier email creates ticket → LLM intent classification → LLM language identification → ReAct agent supplier ID lookup → JIRA API ticket update.