Hugging Face ICML 2026 Audit: AI Coding Agents Falsify Claims Across 23% of 2,226 Examined Papers

Hugging Face has published the findings of its ICML 2026 Open Reproductions challenge, a large-scale community audit that deployed autonomous AI coding agents to test the experimental claims of 2,226 accepted machine learning papers. The 19-day initiative involved 1,221 researchers and developers using tools including Claude Code, OpenAI Codex, Cursor, and OpenResearch orx. Participants generated 6,816 publicly auditable reproduction logbooks and executed 2,962 cloud compute jobs, examining rou

2 min
Hugging Face ICML 2026 Audit: AI Coding Agents Falsify Claims Across 23% of 2,226 Examined Papers

Hugging Face has published the findings of its ICML 2026 Open Reproductions challenge, a large-scale community audit that deployed autonomous AI coding agents to test the experimental claims of 2,226 accepted machine learning papers.

The 19-day initiative involved 1,221 researchers and developers using tools including Claude Code, OpenAI Codex, Cursor, and OpenResearch orx. Participants generated 6,816 publicly auditable reproduction logbooks and executed 2,962 cloud compute jobs, examining roughly 34% of the 6,352 papers accepted to ICML 2026 (which received 23,918 submissions).

Aggregate Audit Results

Each reproduction attempt published its code, artifacts, and execution traces to Hugging Face Spaces. An automated judge model running GLM-5.2 evaluated 35,908 extracted scientific claims, categorizing outcomes into verified, falsified, toy-scale evidence, or inconclusive:

  • 51% of examined papers (1,103 papers) had at least one claim independently verified. Among these, 266 papers were fully reproduced across all claims, while 632 were partially confirmed without falsifications. Real experiments confirmed 3,978 individual claims.
  • 23% of examined papers (496 papers) had at least one claim falsified or contested. This total includes 49 papers where all extracted claims failed reproduction and 242 papers where independent teams produced contradictory empirical results on the same claims.
  • 502 papers yielded evidence only at toy or synthetic scale due to proprietary data or unreleased checkpoints.
  • 280 papers produced inconclusive outcomes, predominantly caused by missing repository dependencies or incomplete setup documentation.
AI agent reproduction workflow, claim extraction, cloud execution, and logbook auditing pipeline

High-Profile Discrepancies and Proof Failures

The audit surfaced several high-profile discrepancies across accepted papers, including spotlights:

  • Learning-Augmented Paging Proof Error: In "Towards Optimal Robustness in Learning-Augmented Paging," an accepted spotlight paper whose reviewer noted low confidence due to unchecked proofs, reproduction agents identified a mathematical failure in the bounding steps. The true robustness grew as H_k + Theta(log k) rather than the claimed H_k + O(1), confirmed through nine-sigma empirical sweeps up to k = 1,024.
  • Finite-Horizon Proof Violations: In "Attention's forward pass and Frank-Wolfe," which claimed token particles collapse to the origin under convex hull conditions, agents generated exact rational arithmetic counterexamples showing violations emerging after step 224.
  • Objective Function Mismatch: In "Self-Distillation Enables Continual Learning," the theoretical proofs analyzed reverse KL divergence, whereas the published codebase implemented forward KL, failing to replicate headline performance gains.
  • Padding Token Inflation: In "Do Transformers Need Three Projections?", an evaluation flaw was uncovered where roughly 66% of evaluated tokens were EOS padding tokens with near-zero loss, deflating perplexity degradation from an actual 9.4% down to a reported 3.1%.

The Role of Agents in Scientific Verification

The scale of submissions to major AI conferences (doubling year-over-year) has created severe reviewer bandwidth constraints. While coding agents automated dependency setup, script execution, and sweep sweeps across thousands of claims, Hugging Face researchers noted that interpreting contradictory results, validating mathematical bounds, and distinguishing implementation bugs from genuine theoretical flaws required human oversight.

All reproduction logbooks, datasets, and execution traces have been released publicly on Hugging Face Spaces.

Sources

Written by

More to read

  • Binary Quantization and Matryoshka Embeddings in Production: Two-Stage Rescoring, Hamming Distance Acceleration, and Vector Storage Economics

    Production vector search workloads face a severe memory scaling bottleneck. In retrieval-augmented generation (RAG) and semantic search architectures, indexing tens of millions of high-dimensional embeddings in raw 32-bit floating-point (FP32) format exhausts memory capacity and drives up infrastructure costs. Indexing 100 million 1536-dimensional vectors requires 614.4 GB of RAM purely for vector payloads, before accounting for graph edges and memory fragmentation in Approximate Nearest Neighbo

    1 min
  • In-Context Learning as Implicit Gradient Descent: How Transformers Optimize Models in Forward Activations

    When large language models (LLMs) adapt to new tasks from a handful of prompt demonstrations, their static weights remain completely untouched. No backpropagation runs through the network, no optimizer updates parameters, and no gradients are calculated. Yet, the model’s predictions improve steadily as more input-output examples are added to the prompt context. For years, this phenomenon (known as in-context learning, or ICL) was treated as an empirical black box. Recent theoretical and mechani

    1 min
  • OpenAI Consolidates Product Leadership Under Greg Brockman, Merging ChatGPT and Codex Teams

    OpenAI has executed an internal restructuring that consolidates its core product lines, engineering scaling, and commercial deployment under co-founder and President Greg Brockman. The reorganization merges the teams behind ChatGPT, the Codex coding agent, and developer APIs into a single unified product division. The move flattens decision-making hierarchies across the company as it prepares for an eventual initial public offering and responds to mounting enterprise competition from Anthropic

    1 min