back

Transforming search and discovery using LLMs — Tejaswi & Vinesh, Instacart

AI search revolution reshapes e-commerce discovery

In a world where customers expect instant, accurate results, traditional keyword-based search is rapidly becoming obsolete. Instacart's engineering team recently demonstrated how large language models (LLMs) are fundamentally transforming how users discover products online. The integration of AI-powered semantic search doesn't just enhance the technical backend—it completely reimagines the customer experience by understanding intent rather than merely matching text patterns.

Key Points

  • Instacart transitioned from keyword-based search to semantic search powered by LLMs, allowing their system to understand user intent and context rather than just matching terms.

  • They implemented a hybrid approach combining traditional retrieval methods with LLM-based ranking, resulting in a 12% improvement in search quality with minimal latency impact.

  • The team addressed challenges like vocabulary mismatch and query understanding through embeddings and intent classification, helping the system better understand what users actually want regardless of how they express it.

  • Despite concerns about computational costs, Instacart found that selective application of LLMs at critical points in the search pipeline delivered the best balance of performance and efficiency.

  • Continuous evaluation and experimentation were crucial to their success, with human evaluators providing feedback on search quality improvements.

The Real Revolution: Understanding Human Intent

The most profound insight from Instacart's transformation isn't the technical implementation—it's the fundamental shift in how machines interpret human communication. Traditional search operates on a simplistic matching principle: if a user types "apples," show products with "apples" in the description. But human language is messy, contextual, and full of ambiguity.

This matters tremendously because search isn't just a utility—it's the primary interface between users and products. When customers search for "healthy snacks for kids," they're expressing a complex need that involves nutrition, child-appropriate options, and convenience. Before LLMs, systems struggled with these nuanced requests, often returning technically correct but practically useless results.

The business impact is substantial. Instacart reported that their hybrid LLM approach improved search quality by 12%—a figure that translates directly to user satisfaction, reduced abandonment rates, and ultimately, increased revenue. As industry analyst Benedict Evans noted, "Search is the interface to inventory," and companies that master this interface

Recent Videos

May 6, 2026

Hermes Agent Master Class

https://www.youtube.com/watch?v=R3YOGfTBcQg Welcome to the Hermes Agent Master Class — an 11-episode series taking you from zero to fully leveraging every feature of Nous Research's open-source agent. In this first episode, we install Hermes from scratch on a brand new machine with no prior skills or memory, walk through full configuration with OpenRouter, tour the most important CLI and slash commands, and run our first real task: a competitor research report on a custom children's book AI business idea. Every future episode will build on this fresh install so you can see the compounding value of the agent in real time....

Apr 29, 2026

Andrej Karpathy – Outsource your thinking, but you can’t outsource your understanding

https://www.youtube.com/watch?v=96jN2OCOfLs Here's what Andrej Karpathy just figured out that everyone else is still dancing around: we're not in an era of "better models." We're in a different era of computing altogether. And the difference between understanding that and not understanding it is the difference between being a vibe coder and being an agentic engineer. Last October, Karpathy had a realization. AI didn't stop being ChatGPT-adjacent. It fundamentally shifted. Agentic coherent workflows started to actually work. And he's spent the last three months living in side projects, VB coding, exploring what's actually possible. What he found is a framework that explains...

Mar 30, 2026

Andrej Karpathy on the Decade of Agents, the Limits of RL, and Why Education Is His Next Mission

A summary of key takeaways from Andrej Karpathy's conversation with Dwarkesh Patel In a wide-ranging conversation with Dwarkesh Patel, Andrej Karpathy — former head of AI at Tesla, founding member of OpenAI, and creator of some of the most popular AI educational content on the internet — shared his views on where AI is headed, what's still broken, and why he's now pouring his energy into education. Here are the key takeaways. "It's the Decade of Agents, Not the Year of Agents" Karpathy's now-famous quote is a direct pushback on industry hype. Early agents like Claude Code and Codex are...