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.

Implementation

OpenAIGPT-5 leads with 88.0%, followed by GoogleGemini 2.5 Pro Preview 06-05 at 82.2% and OpenAIo3 at 81.3%.

Progress Over Time

Interactive timeline showing model performance evolution on Aider-Polyglot

State-of-the-art frontier
Open
Proprietary

Aider-Polyglot Leaderboard

22 models
ContextCostLicense
1
OpenAI
OpenAI
2
3
OpenAI
OpenAI
41.0M$1.25 / $10.00
5685B
6671B131K$0.55 / $2.19
7
OpenAI
OpenAI
8671B
9
OpenAI
OpenAI
101.0M$0.30 / $2.50
11
Alibaba Cloud / Qwen Team
Alibaba Cloud / Qwen Team
480B
121.0T
12
Moonshot AI
Moonshot AI
1.0T
14
Alibaba Cloud / Qwen Team
Alibaba Cloud / Qwen Team
235B
15
OpenAI
OpenAI
1.0M$2.00 / $8.00
16
Alibaba Cloud / Qwen Team
Alibaba Cloud / Qwen Team
80B
17
DeepSeek
DeepSeek
671B
1824B
191.0M$0.40 / $1.60
20
OpenAI
OpenAI
128K$2.50 / $10.00
21
221.0M$0.10 / $0.40
Notice missing or incorrect data?

FAQ

Common questions about Aider-Polyglot.

What is the Aider-Polyglot benchmark?

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.

What is the Aider-Polyglot leaderboard?

The Aider-Polyglot leaderboard ranks 22 AI models based on their performance on this benchmark. Currently, GPT-5 by OpenAI leads with a score of 0.880. The average score across all models is 0.581.

What is the highest Aider-Polyglot score?

The highest Aider-Polyglot score is 0.880, achieved by GPT-5 from OpenAI.

How many models are evaluated on Aider-Polyglot?

22 models have been evaluated on the Aider-Polyglot benchmark, with 0 verified results and 22 self-reported results.

Where can I find the Aider-Polyglot dataset?

The Aider-Polyglot dataset is available at https://github.com/Aider-AI/polyglot-benchmark.

What categories does Aider-Polyglot cover?

Aider-Polyglot is categorized under general and code. The benchmark evaluates text models.

More evaluations to explore

Related benchmarks in the same category

View all general
GPQA

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.

general
214 models
MMLU-Pro

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.

general
119 models
MMLU

Massive Multitask Language Understanding benchmark testing knowledge across 57 diverse subjects including STEM, humanities, social sciences, and professional domains

general
99 models
SWE-Bench Verified

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.

code
89 models
LiveCodeBench

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.

general
71 models
HumanEval

A benchmark that measures functional correctness for synthesizing programs from docstrings, consisting of 164 original programming problems assessing language comprehension, algorithms, and simple mathematics

code
66 models