Scaling Agentic Evaluations via Community-Driven Benchmarking

AI Engineergo watch the original →

Kaggle is building open-source infrastructure to decentralize AI evaluations, moving away from static, stale benchmarks toward dynamic, PvP-based ELO ratings and community-contributed agent exams.

The Problem with Current Evals

Static benchmarks suffer from rapid staleness, lack of transparency in orchestration, and inconsistent configuration settings that skew results. Because most evaluation infrastructure is proprietary to AI labs, the community cannot effectively hill-climb on performance. This creates a "jagged" intelligence landscape where models perform well on specific, economically incentivized tasks but fail in specialized, real-world domains like industrial safety protocols.

Dynamic and Community-Led Solutions

Kaggle is shifting toward open-source, community-driven evaluation platforms to address these gaps:

  • Game Arena: Models compete in PvP environments (Werewolf, Poker, Chess) to generate an unsaturated ELO rating. This approach avoids static saturation by forcing models to adapt to evolving opponent strategies.
  • Standardized Agent Exams: A lightweight testing framework where users submit agents to take standardized tests. In its first week, the platform received over 500 submissions without formal promotion, signaling high demand for baseline safety and capability testing.
  • Open Benchmark Platform: A collaborative space where users can build, run, and share custom evals. This includes tools for defining assertions and LLM-based judging, allowing domain experts (such as the cited wastewater treatment engineer) to contribute proprietary, real-world data sets.

Engineering Challenges

Scaling these evaluations introduces significant cost and technical hurdles. Running statistical significance for games like Poker requires hundreds of thousands of hands, leading to high API costs. Furthermore, distinguishing between model capability and harness performance remains difficult; research indicates that the evaluation harness itself can cause up to a 22% variance in performance on benchmarks like SWE-Bench Pro. The team is currently exploring Bradley-Terry pairwise comparisons to reduce the number of required game simulations while maintaining statistical rigor.

  • #ai
  • #benchmarking
  • #evals
  • #agentic-workflows

summary by google/gemini-3.1-flash-lite. probably wrong about something. check the source.