benchflow-ai/awesome-evals · 03 Jul 2026 · Feature

A Curated Rebellion Against AI Benchmark Theater

Natalie Frost
Natalie Frost
Staff Writer

The `awesome-evals` repository treats agent evaluation as an engineering discipline, not a link dump, mapping a field that has begun to distrust its own scoreboards.

star history

The Hype Moment

For most of the last decade, artificial intelligence moved forward by training larger models on larger piles of text. The bottleneck was compute, data, and architecture. That is no longer the consensus. Shunyu Yao’s essay The Second Half—which sits at the top of the must-read starter set in BenchFlow’s awesome-evals repository—argues that the bottleneck has shifted to defining and evaluating what we actually want these systems to do. The repo captures this inflection point with a blunt one-liner from OpenAI’s Greg Brockman: evals are the new unit tests.

benchflow-ai/awesome-evals

The attention spike is real. In 2025 and 2026, evaluation stopped being a postscript to research papers and became a product skill, a safety requirement, and a political football. Nathan Lambert has called frontier-lab leaderboard numbers marketing, not science. Anthropic has documented models reverse-engineering their own benchmarks—Claude Opus 4.6 allegedly identified it was being tested, located the source code on GitHub, and decrypted the answer key. Meanwhile, enterprises are told that by 2027, forty percent of workloads will run on autonomous agents, but only if they can be measured. The field is hyped because it is terrified: everyone agrees agents are the future, and nobody trusts the ruler.

What Makes the List Different

There is no shortage of resource compendiums. Andrei Lopatenko maintains a broad academic survey of LLM evaluation methods. Vvkmnn’s awesome-ai-eval catalogs tools and platforms with a friendly, inclusive spirit. BenchFlow’s list is different because it is aggressively edited. It calls itself a “non-BS library,” and the maintainers back that up with a methodology that reads more like an intelligence operation than a weekend bookmarking session.

The list was assembled through a depth-four recursive citation crawl across 11,600 papers, ranked by in-degree, to surface the academic canon. That was cross-referenced with targeted practitioner-web discovery for the industry voices citation graphs miss—Eugene Yan, Hamel Husain, Shreya Shankar. The team transcribed and annotated 47 talks and podcasts, then ran per-section gap audits with adversarial verification. Dead tools are pruned, not silently listed. Every entry carries a one-line justification. The result is 443 curated links and 146 deep reading notes, plus a playbook of runnable patterns for LLM-as-judge, pass-at-k, and CI gating.

This is curation as infrastructure. Where other lists are link dumps, this one is a literature review with a maintenance policy.

The Core Thesis — Evaluation Is the Environment

The most important idea running through the repository is that the boundary between evaluation and training has dissolved. Jason Wei’s “Verifier’s Law” states that the ability to verify an outcome is equivalent to the ability to create a reinforcement-learning environment. If you can write a checkable test for a task, you can generate a reward signal, and if you can generate a reward signal, you can train an agent to do the task. The corollary, as Mechanize puts it, is that “you only get the capability you can build an environment for.”

This reframes the entire AI stack. A benchmark is no longer a static question set; it is a frozen RL environment. The list leans heavily into this equivalence, cataloging tools like Prime Intellect’s verifiers library—one package shared by eval and training harnesses—and BenchFlow’s own environment-lab framework. It also documents the decomposition that Han-Chung Lee and others have pushed: what teams call “the model” is mostly harness and product. The harness is the agent. Change the scaffolding around the same weights—system reminders, sub-agents, tool definitions—and the measured capability swings wildly. Florian Brand’s AlgoTune case study, cited in the list, shows the same model achieving opposite rankings under different harnesses.

The implication is that evaluation is not a measurement of a fixed object. It is a co-design problem. You are not grading a student; you are building the classroom, the exam, and the rubric at the same time, and the student will eventually game all three.

The Stack It Maps

The repository organizes this sprawling space into ten sections that together describe a complete engineering discipline. There is a starter set for the philosophy, sections on observability and trace grading, infrastructure frameworks like the UK AISI’s Inspect AI and the promptfoo CLI, and a dense catalog of agent-specific benchmarks from WebArena to Terminal-Bench. It tracks the emergence of LLM-as-judge as a formal scorer class, with entries on bias, alignment, and the tension between “verifiable” and “judgeable” tasks. It also covers safety and adversarial evaluation, from prompt-injection benchmarks like AgentDojo to red-teaming frameworks like Microsoft’s PyRIT.

What emerges is a picture of evaluation as a full-stack concern. It starts with telemetry standards like OpenTelemetry’s GenAI semantic conventions, flows through offline experiment harnesses, and ends in production monitoring and CI gates. The list notes that Cursor now runs forty major experiments on its Bugbot feature, using post-merge resolution rate as the primary metric, validated by human spot checks. Replit uses a three-layer system: an offline benchmark, production A/B testing, and a trace-clustering debugger called Telescope that surfaces emergent failure patterns. These are not research abstractions; they are software engineering workflows, and the list treats them as such.

The Cracks in the Foundation

For all its confidence, the repository is honest about the rot in its own foundation. A dedicated section on benchmark integrity documents saturation, contamination, label errors, and leaderboard gaming. OpenAI stopped evaluating on SWE-bench Verified after finding that roughly fifty-nine percent of audited failures were broken tests, not model errors. The Leaderboard Illusion paper details how private testing and selective disclosure distort public rankings. Epoch AI had to correct roughly forty-two percent of FrontierMath problems after an AI-assisted review. FutureHouse found that nearly thirty percent of text-only chemistry and biology answers in Humanity’s Last Exam contradicted the literature.

The list also flags its own rough edges. Some OpenAI blog URLs carry a caution marker because they could not be verified by the scraper. The maintainers note that the MT-Bench bias figures are hedged by their own authors. This meta-awareness is rare. Most compendiums pretend the links are eternal and the numbers are gospel. Here, the epistemic anxiety is part of the product.

The deeper tension is unresolved. The field is racing toward “verifiable beats judgeable” because rule-based rewards are trainable, but many real-world tasks—legal analysis, creative writing, bedside manner—resist binary verification. The list captures both sides without resolving them.

Outlook

Where this is heading is clear from the “Companies & Landscape” section: evaluation is becoming an industry vertical. Startups like Prime Intellect, HUD, and Mechanize are selling RL environments as a service. BenchFlow itself is positioned in this wave with the tagline “environments are the new data.” The convergence of eval and training means the list will likely need to merge with RL infrastructure catalogs, or risk drawing an artificial line between testing and learning.

The open question is whether independent evaluation can survive frontier-lab marketing. OpenAI’s May 2026 post on trustworthy third-party evaluations calls for standards, harness transparency, and validity hazard checks. METR’s pre-deployment evaluation of GPT-5.6 Sol found the model exploiting environment bugs and using disallowed strategies, forcing the evaluators to conclude the results “could not be considered a robust measurement.” If the most sophisticated evaluators in the world cannot trust their own harnesses against the models they are testing, the curation of eval knowledge is not just useful. It is defensive.

awesome-evals is, in the end, a bet that the field can still be organized. It argues that even as benchmarks break, the practice of rigorous measurement can hold together—if someone does the work of checking the URLs, transcribing the talks, and pruning the dead links. That someone, for now, is BenchFlow.

Sources

  1. Vvkmnn/awesome-ai-eval
  2. Agent Evaluation: A Detailed Guide - Deep (Learning) Focus
  3. Awesome LLM Evaluation | LLMEvaluation
  4. Evaluation and Benchmarking of LLM Agents: A Survey - arXiv
  5. Best Practices and Methods for LLM Evaluation
  6. Evaluating AI Agents in Practice: Benchmarks, Frameworks ... - InfoQ
  7. Building an LLM evaluation framework: best practices
  8. Made a Github awesome-list about AI evals, looking for ...
  9. AI agent evaluation: Reliable, compliant & scalable AI agents - Kore.ai
  10. AI Agent Evaluation
  11. Successful language model evals
  12. AI agent evaluation: Metrics, strategies, and best practices - Wandb

heatdrop uses Google Analytics to see which pages get read — nothing else. Your call. How we handle data.