Next upHack for Humanity: San Francisco (powered by Google Gemini)
Tech Talks · 1:02:51

Operationalizing LLMs: From Prototype to Production

Yogiraj Awati shares how Instacart moves LLM applications beyond prototypes through retrieval, offline and online evaluation, guardrails, observability, and provider fallbacks. Two case studies cover recipe ingestion and Carebot support workflows with API-backed actions and human handoff.

Yogiraj Awati
Yogiraj Awati
Sep 17, 2026
Summary

Putting an LLM into production requires more than choosing a model. Yogiraj Awati breaks the application into model, retrieval, orchestration, evaluation, safety, and monitoring layers, then shows how those concerns appear in two Instacart use cases. A recipe-ingestion pipeline turns unstructured ingredients into normalized, catalog-compatible data, while Carebot combines help-center retrieval with API-backed actions, clarification, policy controls, and human escalation. The session also covers offline evaluation before model or prompt changes reach live experiments, matching models to workloads, caching stable support content, and preparing tested provider fallbacks.