Aider-Polyglot
A coding benchmark that evaluates LLMs on 225 challenging Exercism programming exercises across C++, Go, Java, JavaScript, Python, and Rust. Models receive two attempts to solve each problem, with test error feedback provided after the first attempt if it fails. The benchmark measures both initial problem-solving ability and capacity to edit code based on error feedback, providing an end-to-end evaluation of code generation and editing capabilities across multiple programming languages.
GPT-5 from OpenAI currently leads the Aider-Polyglot leaderboard with a score of 0.880 across 22 evaluated AI models.
GPT-5 leads with 88.0%, followed by
Gemini 2.5 Pro Preview 06-05 at 82.2% and
o3 at 81.3%.
Progress Over Time
Interactive timeline showing model performance evolution on Aider-Polyglot
Aider-Polyglot Leaderboard
| Context | Cost | License | ||||
|---|---|---|---|---|---|---|
| 1 | OpenAI | — | — | — | ||
| 2 | — | — | — | |||
| 3 | OpenAI | — | — | — | ||
| 4 | Google | — | 1.0M | $1.25 / $10.00 | ||
| 5 | DeepSeek | 685B | — | — | ||
| 6 | DeepSeek | 671B | 131K | $0.55 / $2.19 | ||
| 7 | OpenAI | — | — | — | ||
| 8 | DeepSeek | 671B | — | — | ||
| 9 | OpenAI | — | — | — | ||
| 10 | Google | — | 1.0M | $0.30 / $2.50 | ||
| 11 | Alibaba Cloud / Qwen Team | 480B | — | — | ||
| 12 | Moonshot AI | 1.0T | — | — | ||
| 12 | Moonshot AI | 1.0T | — | — | ||
| 14 | Alibaba Cloud / Qwen Team | 235B | — | — | ||
| 15 | OpenAI | — | 1.0M | $2.00 / $8.00 | ||
| 16 | Alibaba Cloud / Qwen Team | 80B | — | — | ||
| 17 | DeepSeek | 671B | — | — | ||
| 18 | Mistral AI | 24B | — | — | ||
| 19 | OpenAI | — | 1.0M | $0.40 / $1.60 | ||
| 20 | OpenAI | — | 128K | $2.50 / $10.00 | ||
| 21 | Google | — | — | — | ||
| 22 | OpenAI | — | 1.0M | $0.10 / $0.40 |
FAQ
Common questions about Aider-Polyglot.
More evaluations to explore
Related benchmarks in the same category
A challenging dataset of 448 multiple-choice questions written by domain experts in biology, physics, and chemistry. Questions are Google-proof and extremely difficult, with PhD experts reaching 65% accuracy.
A more robust and challenging multi-task language understanding benchmark that extends MMLU by expanding multiple-choice options from 4 to 10, eliminating trivial questions, and focusing on reasoning-intensive tasks. Features over 12,000 curated questions across 14 domains and causes a 16-33% accuracy drop compared to original MMLU.
Massive Multitask Language Understanding benchmark testing knowledge across 57 diverse subjects including STEM, humanities, social sciences, and professional domains
A verified subset of 500 software engineering problems from real GitHub issues, validated by human annotators for evaluating language models' ability to resolve real-world coding issues by generating patches for Python codebases.
LiveCodeBench is a holistic and contamination-free evaluation benchmark for large language models for code. It continuously collects new problems from programming contests (LeetCode, AtCoder, CodeForces) and evaluates four different scenarios: code generation, self-repair, code execution, and test output prediction. Problems are annotated with release dates to enable evaluation on unseen problems released after a model's training cutoff.
A benchmark that measures functional correctness for synthesizing programs from docstrings, consisting of 164 original programming problems assessing language comprehension, algorithms, and simple mathematics