AI Pulse by Inblix

14,000 coding battles reveal o3-mini rules the BigCodeArena leaderboard

Hugging Face Blog · Oct 7, 2025 · 2 min read · Read original article →

Curated by the Inblix editorial team


Featured image for article: 14,000 coding battles reveal o3-mini rules the BigCodeArena leaderboard

Forget reading code and guessing if it works. BigCodeArena, a new platform launched in February, has already logged over 14,000 head-to-head coding matchups by actually compiling and running the output from 10 frontier models. The results are in, and they offer the most honest picture yet of which AI writes the best, most functional software.

The platform is a direct response to the weakness of static benchmarks like HumanEval. Instead of checking code against hidden test cases, users submit a task—build a photo gallery, write a sorting algorithm, design a PyGame—and watch two anonymous models generate solutions side-by-side. The key differentiator is the ‘execution feedback loop’: both programs are run in isolated sandbox environments, rendering the actual app or script output. A community of over 500 users then votes on which model produced the better result, not just the nicer-looking syntax.

This approach has produced a clear, statistically significant leaderboard. OpenAI’s o3-mini and o1-mini hold the top spots with the highest Elo ratings, demonstrating a robustness that holds across different programming languages and execution environments. The heatmaps published by the team show these models don’t just win narrowly; they dominate a broad swath of pairwise comparisons. Anthropic’s Claude-3.5-Sonnet is a strong runner-up, particularly when language is controlled, while GPT-4o, o1, and Gemini-2.0-Pro form a competitive mid-tier. The data also confirms a stubborn performance gap: open-source champions like Qwen2.5 and Llama-3.3-70B consistently trail their proprietary rivals.

With 4,731 high-quality votes and support for 10 languages across 8 execution environments, the arena is capturing what static evaluations miss. Python dominates the conversation count at over 4,000, followed by JavaScript and TypeScript. While most interactions are quick two-turn tasks, the platform also supports extended, multi-turn debugging sessions that mimic real pair-programming—a feature that makes the Elo rankings here feel less like a benchmark score and more like a genuine developer preference poll.

💡 Key Takeaways

  1. By executing code instead of just comparing source, BigCodeArena's voting system reveals that smaller OpenAI models (o3-mini, o1-mini) consistently beat larger competitors like GPT-4o in practical coding tasks.
  2. The platform has collected hard evidence of a persistent gap between proprietary and open-source code generation models, with Qwen2.5 and Llama variants falling well behind frontier models.
  3. Execution-based evaluation catches interface and logic failures that traditional benchmarks miss, making it a more reliable signal of which coding assistant will be more useful in a real workflow.

Keep reading: See related articles below for more coverage on this topic.

Get smarter about AI

The sharpest AI news, curated daily. Delivered free to your inbox.

Learn more

Glossary terms

← Back to all articles