| Rank | Model | Score |
|---|---|---|
| 1 | muse-glimmer | 43.3 |
1 phaseActive
Meta FAIR's successor to GAIA — 800 dynamic agent scenarios testing execution, search, adaptability, time, ambiguity, and agent-to-agent collaboration. CC BY 4.0.
Quick answer: GAIA2 is Meta FAIR's successor to the original GAIA benchmark, testing AI agents on 800 dynamic scenarios built in the Meta Agents Research Environments (ARE) platform. Unlike static benchmarks, GAIA2 scenarios run asynchronously with time-based events, requiring agents to handle ambiguity, adapt to a changing environment, collaborate with other agents, and operate under temporal constraints.
What it tests: Seven core agent capabilities — Execution, Search, Adaptability, Time, Ambiguity, Agent2Agent collaboration, and robustness to environmental Noise — across 10 simulated "universes" with fictional users, contacts, and apps.
Why it matters: Most agent benchmarks use static sandboxes and final-answer checks; GAIA2 runs asynchronously, surfacing failure modes (missed deadlines, mishandled ambiguity, poor multi-agent coordination) that are invisible in single-turn evaluations.
Known limitations: Scenarios and universes are entirely synthetic (built on Llama 3.3/Llama 4 Maverick outputs), and as a Meta-created and Meta-maintained benchmark, cross-lab reported scores should be read alongside independently-verified results where available.
GAIA2 is built on Meta Agents Research Environments (ARE), a platform for constructing simulated, time-aware environments where events unfold dynamically rather than waiting for the agent to act. Each of the 800 scenarios drops an agent into one of 10 pre-populated "universes" — with synthetic contacts, messages, calendars, and apps — and asks it to complete a task such as updating contacts, scheduling conflicting events, or coordinating with another agent.
The benchmark evaluates seven capability categories: Execution (multi-step planning and state changes), Search (information gathering and synthesis), Adaptability (responding to events that change mid-task), Time (temporal reasoning and scheduling), Ambiguity (recognizing and clarifying unclear or impossible requests), Agent2Agent (collaborating with other simulated agents), and Noise (robustness to unreliable apps/environments). Because scenarios can involve events firing on a clock rather than only in response to agent actions, GAIA2 captures failure modes — like an agent that plans correctly but fails to act before a deadline — that static, turn-based benchmarks cannot.
| Field | Value |
|---|---|
| Task category | Agent |
| Metric | % overall success rate (plus per-capability breakdown) |
| Number of tasks | 800 scenarios (160 per core capability, plus augmentation configs) |
| Saturation | Low |
| Created by | Andrews et al. (Meta FAIR) |
| Source paper | Andrews et al. 2025 |
| GitHub | facebookresearch/meta-agents-research-environments |
| Dataset | meta-agents-research-environments/gaia2 |
GAIA2 reports an overall success rate across all scenarios, plus a per-capability breakdown across the seven core dimensions. Runs are typically repeated 3x per scenario for variance analysis, since asynchronous, time-based tasks can produce different outcomes run to run. The paper's headline finding is that no single system dominates across the full intelligence spectrum — stronger reasoning models often trade off against efficiency, and budget-scaling curves plateau — making GAIA2 a benchmark for well-rounded agent robustness rather than raw model capability alone.
No Benchgen results yet — be the first to run GAIA2.
| Benchmark | What it tests | Tasks | Saturation |
|---|---|---|---|
| GAIA2 | Dynamic, time-aware, multi-agent scenarios across 7 capabilities | 800 | Low |
| MCP-Atlas | Real MCP server tool-use tasks | 1,000 | Low |
| OSWorld-Verified | Real desktop/web computer-use tasks | 369 | Low |
GAIA2 is the right choice for stress-testing an agent's ability to handle ambiguity, timing, and multi-agent coordination in a simulated but dynamic setting, complementing tool-use benchmarks like MCP-Atlas and real-environment benchmarks like OSWorld-Verified.
Benchgen lets teams run GAIA2 against their own model and harness combinations, tracking per-capability scores over time rather than relying on a single vendor-reported snapshot — useful for catching regressions in ambiguity handling or multi-agent coordination introduced by a prompt or scaffold change.
Benchmark definition based on Andrews et al., "ARE: Scaling Up Agent Environments and Evaluations" (arXiv:2509.17158, Meta FAIR). Last updated 2026-08-10.