AIFeb 12

Gaia2: Benchmarking LLM Agents on Dynamic and Asynchronous Environments

arXiv:2602.11964v110 citationsh-index: 15Has Code
Originality Incremental advance
AI Analysis

This provides a benchmark for the AI community to develop and evaluate practical agent systems, though it is incremental as it builds on existing evaluation frameworks.

The authors tackled the problem of evaluating large language model agents in realistic, asynchronous environments by introducing Gaia2, a benchmark that shows no model dominates across capabilities, with GPT-5 achieving the highest overall score of 42% pass@1 but failing on time-sensitive tasks.

We introduce Gaia2, a benchmark for evaluating large language model agents in realistic, asynchronous environments. Unlike prior static or synchronous evaluations, Gaia2 introduces scenarios where environments evolve independently of agent actions, requiring agents to operate under temporal constraints, adapt to noisy and dynamic events, resolve ambiguity, and collaborate with other agents. Each scenario is paired with a write-action verifier, enabling fine-grained, action-level evaluation and making Gaia2 directly usable for reinforcement learning from verifiable rewards. Our evaluation of state-of-the-art proprietary and open-source models shows that no model dominates across capabilities: GPT-5 (high) reaches the strongest overall score of 42% pass@1 but fails on time-sensitive tasks, Claude-4 Sonnet trades accuracy and speed for cost, Kimi-K2 leads among open-source models with 21% pass@1. These results highlight fundamental trade-offs between reasoning, efficiency, robustness, and expose challenges in closing the "sim2real" gap. Gaia2 is built on a consumer environment with the open-source Agents Research Environments platform and designed to be easy to extend. By releasing Gaia2 alongside the foundational ARE framework, we aim to provide the community with a flexible infrastructure for developing, benchmarking, and training the next generation of practical agent systems.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes