Mercado Libre builds multi-LLM orchestration pipeline for product matching at 95% precision and sub-$0.001 cost per request
Mercado Libre's product-matching pipeline required manual human oversight for high-stakes use cases such as pricing because the existing ML model was not accurate enough to operate fully autonomously.
An initial three-step LLM pipeline produced only 38% precision and 13% recall, far below the existing ML model's performance. Even the sophisticated ML model combining advanced NLP, multiple embeddings, and attribute enrichment could not fully automate the process.
After iterative orchestration design and prompt engineering, Mercado Libre achieved 95% precision and at least 50% recall at a cost of less than $0.001 per request, reaching human-level performance with an autonomous method scalable across millions of items.
Show all 8 reported metrics
Frequently asked questions
What did this team achieve with this AI workflow?
After iterative orchestration design and prompt engineering, Mercado Libre achieved 95% precision and at least 50% recall at a cost of less than $0.001 per request, reaching human-level performance with an autonomous…
What tools did this team use?
Verdi, ANN, vector databases, embedding models.
What results were reported?
initial LLM pipeline precision: 38%; initial LLM pipeline recall: 13%; Precision after prompt refinement: 65%; Recall after prompt refinement: 79% (source-reported, not independently verified).
What failed first in this deployment?
An initial three-step LLM pipeline produced only 38% precision and 13% recall, far below the existing ML model's performance.
How is this ecommerce ops AI workflow structured?
Select target item → Encode features with embeddings → Find candidates via ANN → ML model scores candidates → Human review for sensitive cases → Orchestrated LLM pipeline → Iterative failure-case refinement.