Comparing AI Search Architectures: DoorDash vs. Instacart vs. Uber Eats
Pavan_Belagatti · x · 2026-08-01
This post breaks down the fundamentally different search architectures used by three major delivery platforms when integrating LLMs:
- DoorDash: Keeps retrieval mostly classical. They use LLMs offline to enrich an existing knowledge graph and employ an inverted RAG approach as a guardrail to safely parse queries at runtime.
- Instacart: Splits traffic. Common queries hit a deeply context-engineered offline RAG cache, while cold-start "tail" queries are handled in real-time by a fine-tuned Llama-3-8B model.
- Uber Eats: Goes deep with vector search. They fine-tuned a Qwen LLM as the embedding backbone in a two-tower setup, embedding queries in real-time to match against pre-computed document vectors.
More from Research
- Tripo AI Unveils Project Eden: A Natively Persistent Interactive 3D World Model — eyishazyer · 2026-08-01
- Stanford's Mark Horowitz Questions the Future of High-Speed Links and Scaling Trends — jwt0625 · 2026-08-01
- Google's FLARE Paper: 600x Energy Reduction in Attention, Potentially Powering Gemini 4 — dejanseo · 2026-08-01
- ICLR 27 Update: Area Chairs Urge to Avoid LLMs for Summarizing Reviews — danish037 · 2026-08-01
- Paper: Mirror Descent and Novel Exponentiated Gradient Algorithms Using Trace-Form Entropies — FrnkNlsn · 2026-08-01
- Light-MER: Sub-1B Parameter Model Outperforms 8B Teacher in Multimodal Emotion Recognition — 新智元 · 2026-08-01