Agent Studio benchmark
We run every major LLM as the engine of an Algolia Agent Studio shopping agent, then measure how it searches a real product catalog and answers only from what it finds. Different models lead on quality, speed, and cost.
Three different models lead the three axes, and the top models' overall scores overlap within their 95% confidence intervals. There is no statistically supported #1: we group models into tiers with paired significance tests, never a raw rank. Quality ties follow those paired-significance tiers; speed and cost ties use confidence-interval overlap.
Standard benchmarks score a model answering from memory. An agent has to run this loop, and any step along it can break the answer.
{
"tool_name": "algolia_search_index_<index>",
"args": {
"query": "L.O.L. Surprise! Girls 2 Piece Pajama Set B084T4MWJT",
"userIntent": "Care instructions for a specific product (ASIN B084T4MWJT)."
}
}
L.O.L. Surprise! Girls 2 Piece Pajama Set B084T4MWJTLOL Surprise pajama OR dress OR outfit girls[
{ "objectID": "B084T4MWJT",
"name": "L.O.L. Surprise! Girls 2 Piece Pajama Set",
"price": 12.99, "rating": 4 },
{ "objectID": "B07D77VSVQ",
"name": "Marvel Boys' Avengers Pajama Set",
"price": 24.95, "rating": 4 }
]
"For the L.O.L. Surprise! Girls 2 Piece Pajama Set (ASIN B084T4MWJT), it's made of 100% polyester and machine washable. This matches reviews noting it washes well with no shrinkage."Every claim traces to the retrieved record above. The judge scored this trace 1.0 for faithfulness.
Repeats until the agent can answer
Same loop, same harness, every model. See how we generate and grade cases →
Full leaderboard
Each cell shows the model relative to the column leader — % below best (the leader is "Best", the 100% bar). Hover for the absolute score and 95% CI. Sort by any column; hover a metric for its definition.
Pick a model on the evidence, then ship it on the platform these numbers came from.