DoorDash builds out-of-the-box ML model observability platform to detect and prevent model drift
DoorDash's ML models degraded over time after deployment — a process called model drift — negatively impacting accuracy of time estimates and other model outputs. The team had no systematic monitoring capability, so when models made incorrect predictions, diagnosing the cause took a long time and forced the engineering team to spend significant effort on reactive investigation.
Storing prediction logs in a data warehouse supported ad-hoc deep dives but provided no big-picture visibility into why models were drifting, leaving the team without a proactive way to detect or diagnose drift.
DoorDash shipped a scalable, out-of-the-box ML monitoring platform that onboarded multiple teams including Logistics, Fraud, Supply and Demand, and ETA, enabling self-serve alerting and freeing data scientists to focus on model development rather than systems design.
Frequently asked questions
What did this team achieve with this AI workflow?
DoorDash shipped a scalable, out-of-the-box ML monitoring platform that onboarded multiple teams including Logistics, Fraud, Supply and Demand, and ETA, enabling self-serve alerting and freeing data scientists to focu…
What tools did this team use?
Sibyl, Prometheus, Grafana, PromQL, Apache Spark, YAML, Slack, PagerDuty.
What results were reported?
Data scientist focus: data scientists focus on model development rather than systems design; Teams onboarded: many teams including Logistics, Fraud, Supply and Demand, and ETA teams (source-reported, not independently verified).
What failed first in this deployment?
Storing prediction logs in a data warehouse supported ad-hoc deep dives but provided no big-picture visibility into why models were drifting, leaving the team without a proactive way to detect or diagnose drift.
How is this back office ops AI workflow structured?
Sibyl logs predictions → Hourly SQL aggregation → Prometheus metric emission → Grafana dashboard visualization → Threshold alerting → Data scientist review.