Instacart builds PARSE, a multi-modal LLM platform for catalog attribute extraction at scale
Instacart's catalog attribute creation relied on SQL-based rules and traditional ML models that struggled with complex or context-dependent attributes, required significant per-attribute engineering effort, and could not extract information from product images — resulting in slow development cycles and inconsistent attribute quality.
Pre-LLM approaches — SQL rules and traditional ML models — failed to scale: SQL handled only simple keyword-based extractions, ML required separate labeled datasets and pipelines per attribute, and neither could process image-based product data.
PARSE accelerated attribute extraction: simpler attributes now take one day of effort compared to one week previously, complex attribute iteration was reduced to just three days, multi-modal LLMs increased recall by 10% over text-only models, and simpler attributes can be handled at a 70% cost reduction using less powerful models.
Show all 6 reported metrics
Frequently asked questions
What did this team achieve with this AI workflow?
PARSE accelerated attribute extraction: simpler attributes now take one day of effort compared to one week previously, complex attribute iteration was reduced to just three days, multi-modal LLMs increased recall by 1…
What tools did this team use?
LLMs, PARSE.
What results were reported?
recall improvement of multi-modal LLM over text-only LLM: 10%; Accuracy for organic attribute extraction (initial prompt): 95%; Development time for simpler attributes: one day of effort, compared to one week previously; Iteration time for difficult attributes: reduced to just three days (source-reported, not independently verified).
What failed first in this deployment?
Pre-LLM approaches — SQL rules and traditional ML models — failed to scale: SQL handled only simple keyword-based extractions, ML required separate labeled datasets and pipelines per attribute, and neither could proce…
How is this ecommerce ops AI workflow structured?
Configure attribute extraction task → Fetch product data via SQL → LLM extracts attribute values → Self-verification confidence scoring → Human auditor reviews low-confidence items → Results ingested into catalog pipeline → Periodic production quality monitoring.