Beyond the Hype: Real-World Lessons and Insights from Working with Large Language Models at Mercado Libre
Mercado Libre lacked a centralized system to answer developer questions about internal tooling, half of their 4,000 productive data tables had no adequate documentation, and their internal expert-booking platform required structured manual input that natural language queries could simplify.
The initial RAG prototype built with Llama Index hallucinated responses when documentation gaps existed, and the documentation generation produced output that 10% of stakeholders did not accept, citing missing structure and internal acronyms.
LLM-generated table documentation was well-received by 90% of stakeholders with only minor adjustments needed, documentation gaps were iteratively identified and addressed to improve RAG accuracy, and function calling enabled structured extraction from natural language booking queries.
Show all 5 reported metrics
Frequently asked questions
What did this team achieve with this AI workflow?
LLM-generated table documentation was well-received by 90% of stakeholders with only minor adjustments needed, documentation gaps were iteratively identified and addressed to improve RAG accuracy, and function calling…
What tools did this team use?
Function Calling.
What results were reported?
Stakeholder acceptance of generated documentation: 90%; Stakeholders who did not accept generated documentation: 10%; Productive tables lacking adequate documentation: half; Total productive tables requiring documentation: 4,000 (source-reported, not independently verified).
What failed first in this deployment?
The initial RAG prototype built with Llama Index hallucinated responses when documentation gaps existed, and the documentation generation produced output that 10% of stakeholders did not accept, citing missing structu…
How is this back office ops AI workflow structured?
Developer queries RAG system → RAG retrieves and generates answer → Answer delivered with source links → Documentation gaps identified and fixed → LLM generates table documentation → Stakeholders review generated docs → User submits natural language booking query → Function calling extracts structured data.