HelloPM · Assignment Examples Browse 149 examples →
Meaningful AI Improvement · Flipkart

Introducing a Conversational AI Shopping Assistant for Flipkart

A RAG-grounded shopping assistant built to make Flipkart's 150 million product catalogue feel navigable

Meaningful AI Improvement E-commerce Flipkart
Flipkart logo

The problem they went after

Flipkart's catalogue of over 150 million products is a moat that works against the shopper. Traditional filters cannot express a nuanced human need, and the sheer volume produces analysis paralysis, showing up as cart abandonment and returns from choices that were never right. It also leaves space for niche competitors selling a curated experience instead of everything.

What they actually did

Flipkart Buddy is a conversational assistant on a RAG architecture that grounds every response in real-time catalogue data so it cannot invent products. It targets four distinct situations: translating technical specs into plain-language benefits for tech newcomers, multimodal image-plus-text search for visual shoppers, intelligent bundling for busy parents restocking household essentials, and occasion-based gift recommendations. It handles natural language, intent recognition and regional slang including Hinglish. Metrics cover conversion lift against traditional search, return rate on Buddy-guided purchases, average order value from AI cross-sells, and share of queries in vernacular languages.

What you can take from it

Worth stealing

  • RAG grounding in live catalogue to block hallucinated products
  • Four distinct user situations served by one assistant
  • Multimodal image-plus-text search and Hinglish handling
  • Guardrails on brand neutrality and PII in the model layer

Read this if

Anyone writing a spec for an LLM feature over real inventory

The transferable bitNotice that the guardrails read as product requirements: no hallucinated product details, brand neutrality in recommendations, and PII kept out of the language model layer. For an AI feature sitting on a live commerce catalogue those are the failure modes that would sink it, and naming them next to the growth metrics is what separates a spec from a demo.

The submission itself

Open the PDF →

Reading on a phone? The embedded viewer is cramped — open the PDF in a new tab instead.

Everything else they shared

+More from Debdatta Barman

+Same industry, different takeE-commerce