Mercado Libre Verdi AI Development Platform Launch

TL;DR

Mercado Libre launched Verdi, an AI development platform built on GPT‑4o, GPT‑4o mini, and GPT‑3.5 Turbo, to let its 17,000 developers create autonomous, secure LLM‑powered applications—starting with AI‑driven customer‑service mediation that now handles 10 % of disputes and could replace the work of 9,000 human operators.


What is Verdi and why it matters

Verdi is a platform layer that abstracts away source code and lets developers build applications by chaining natural‑language prompts, Python nodes, and API calls. By centering natural language as the primary interface and embedding security guardrails, Verdi enables rapid, scalable iteration across Mercado Libre’s 30,000+ microservices while reducing cognitive load for engineers.

Key technical components

Multi‑model foundation

  • GPT‑4o – provides multimodal context understanding, enabling vision‑based nodes such as “proof of damage” that can interpret images of broken items.
  • GPT‑4o mini – handles high‑throughput, lower‑latency tasks like review summarization.
  • GPT‑3.5 Turbo – used for translation and lighter language tasks.

Structured workflow architecture

Verdi models an application as a directed graph of skills (e.g., “return”, “shipping”) that communicate via built‑in routing logic. Developers define nodes and connections in a visual flow, similar to a neural network diagram, without writing traditional code.

Built‑in security and guardrails

Security policies, routing rules, and compliance checks are baked into the platform, ensuring that every LLM call respects data‑privacy constraints and business logic before invoking external APIs or internal services.

Integrated development lifecycle

  • Unified environment inside Mercado Libre’s internal developer platform.
  • Automatic unit‑test generation for each node, guaranteeing reliability before deployment.
  • Seamless model upgrades – new OpenAI models can be swapped in without refactoring application logic.

First‑phase use case: autonomous customer‑service mediation

  • Verdi now autonomously resolves 10 % of mediation cases on a major Mercado Libre site.
  • The AI can decide outcomes, call external APIs, and involve human operators only when required.
  • Projected impact: replace the work of 9,000 human mediators and manage decisions involving $450 million in annual transaction value.

“With Verdi, humans become co‑pilots to the AI instead of the other way around,” – Daniel Rabinovich, COO, Mercado Libre.

Quantifiable productivity gains from prior OpenAI integrations

Area Model used Outcome
Inventory cataloging GPT‑4 Vision 100× increase in product listings over two years
Fraud detection GPT‑4 Near‑99 % accuracy on flagged items
Description translation GPT‑3.5 / GPT‑4 Nuanced Spanish & Portuguese localization
Review summarization GPT‑4o mini Faster purchase decisions, higher order conversion
Push‑notification personalization GPT‑4o Higher user engagement

These improvements set the stage for Verdi’s broader ambitions.

Scaling beyond customer service

  • Logistics: Verdi is being piloted to accelerate shipping decisions and cut late deliveries.
  • Fintech (Mercado Pago): Plans to integrate search assistants and recommendation engines for its 50 million quarterly active users.
  • Future scope: The platform is positioned to address any internal problem, from routine queries to high‑stakes disputes, by reusing the same composable skill graph.

“Verdi is designed to solve any problem,” – Daniel Rabinovich.

Implications for the industry

  • Developer productivity: By removing the need to write and maintain boilerplate code, Verdi demonstrates a path toward LLM‑centric development environments that can be adopted by large enterprises.
  • Security‑first AI platforms: Embedding guardrails at the platform level addresses a major barrier to enterprise AI adoption—trust and compliance.
  • Economic impact: Automating high‑value dispute resolution could save millions in operational costs and reallocate human talent to higher‑order tasks.

How to learn more

Businesses interested in similar AI‑first solutions can contact OpenAI’s sales team via the “Talk with our team” link on the announcement page.


References

  • OpenAI blog post – Introducing Verdi, an AI dev platform powered by GPT‑4o (2024‑09‑24).

Sources