1 min readfrom InfoQ

Presentation: SafeChat: Building AI-Powered Safety Systems at Scale in a Real-Time Marketplace

Our take

Join Bruna Pereira of DoorDash to discover how they’ve built a scalable, AI-powered safety system for their real-time marketplace. This presentation details their innovative shift away from costly, LLM-only moderation pipelines. DoorDash implemented a hybrid approach—leveraging fast internal models for straightforward cases, nuanced LLM scoring, and flexible, no-code workflows with robust backtesting. The result? A significant reduction in safety incidents while managing millions of daily messages. Explore the architectural pattern behind this transformative solution and learn how to empower your own data journey.
Presentation: SafeChat: Building AI-Powered Safety Systems at Scale in a Real-Time Marketplace

Bruna Pereira’s presentation on DoorDash’s AI-powered safety system, SafeChat, offers a compelling case study in pragmatic AI implementation, moving beyond the hype surrounding Large Language Models (LLMs) to a more sustainable and effective approach. The core takeaway is the power of hybrid architectures – combining fast, internal models for straightforward filtering with LLMs reserved for nuanced, complex decisions. This contrasts sharply with the prevalent, and often financially unsustainable, strategy of relying solely on LLMs for content moderation. The work is particularly relevant given recent explorations of LLM efficiency, as demonstrated by the research exploring whether prompting LLMs to "be concise" actually saves money [Does telling an LLM to "be concise" actually save you money? We measured it across 9 models.]. DoorDash’s experience highlights that thoughtful architectural design, not simply deploying the largest available model, is key to achieving both safety and scalability. Furthermore, the incorporation of no-code workflows and backtesting capabilities underscores the importance of empowering human oversight and continuous improvement within the system.

The shift from LLM-only pipelines to this hybrid approach addresses a critical challenge in real-time content moderation: cost. LLMs, while powerful, are computationally expensive, especially when processing the immense volume of data generated by platforms like DoorDash. The ability to offload simple cases to faster, internal models significantly reduces costs while maintaining a high level of accuracy. This resonates with the broader discussion around building practical ML systems, especially considering the significant effort required to build even simple classification models from scratch, as exemplified by the project training a model entirely on a scientific calculator [A Classification model trained entirely on a scientific calculator]. DoorDash’s solution demonstrates a focus on resource optimization, a vital consideration as AI adoption expands across industries. The emphasis on multi-axis scoring by the LLMs also indicates a sophisticated understanding of the need for nuanced evaluation – moving beyond simple classifications of "safe" or "unsafe" to consider the context and potential harm of specific content.

The broader significance of SafeChat extends beyond content moderation. It represents a shift towards a more responsible and sustainable approach to AI deployment, particularly in safety-critical systems. The discussion around safety-critical systems [Safety critical systems (SCS) are the only real benchmark for ML systems. Thoughts?] highlights the rigorous standards and oversight required for AI applications where errors can have significant consequences. DoorDash's work demonstrates that building such systems doesn't necessitate extravagant technological investments, but rather a thoughtful combination of existing tools and a strong emphasis on continuous monitoring and improvement. This practical approach is likely to be increasingly adopted by organizations facing similar challenges, prioritizing reliability and cost-effectiveness over purely speculative innovation. The no-code workflows and backtesting mentioned are particularly important, enabling rapid iteration and adaptation to evolving threats and user behavior.

Looking ahead, the success of SafeChat raises a crucial question: how can these hybrid architectural patterns be generalized and applied across different industries and use cases? While the specifics of DoorDash’s internal models remain proprietary, the underlying principles – prioritizing efficiency, incorporating human oversight, and focusing on practical outcomes – are universally applicable. The ability to build scalable, cost-effective AI safety systems using a combination of approaches will be a defining factor in the continued adoption and responsible development of AI across the board. We should expect to see further exploration of such hybrid models, along with increased focus on tooling and methodologies that facilitate their design, deployment, and ongoing management.

Bruna Pereira explains how DoorDash built a content-agnostic AI moderation platform. She covers replacing costly LLM-only pipelines with a hybrid pattern: using fast internal models to filter obvious cases, LLM multi-axis scoring for nuanced decisions, and no-code workflows with backtesting. Discover how this architectural pattern cut safety incidents while scaling to millions of daily messages.

By Bruna Pereira

Read on the original site

Open the publisher's page for the full experience

View original article