Third-party benchmark synthesis

Best AI for Coding

A dated synthesis of public coding benchmarks for teams comparing AI coding assistants without inventing a house ranking.

Short answer

Public coding benchmarks measure different skills: Aider's polyglot board lists gpt-5 (high) at 88.0% across 225 exercises, Terminal-Bench 2.1 shows Codex CLI + GPT-5.5 at 83.4% for terminal autonomy, LiveCodeBench checks contamination-resistant generation, and SWE-bench Verified tracks real GitHub issue resolution. This page synthesizes those dated third-party results and explains which board to trust for which coding job; Novamente does not run a first-party benchmark or publish a house ranking.

Status: Public benchmark synthesis published; no first-party Novamente run yet. This page reports public coding benchmark signals and keeps Novamente out of first-party rankings until a dated run log exists.

Last updated: 2026-06-22. First-party tested: Not first-party tested.

Method: This page synthesizes public third-party benchmark signals and keeps Novamente out of first-party rankings until a dated run log exists. Figures in the copy below are attributed inline and dated.

Why no house ranking: rankings stay blocked until a first-party run log includes raw outputs or notes, failures, reviewer notes, and a retest date.

Download benchmark run log

Frozen benchmark fixtures
FixtureTaskExpected evidence
CODE-001 Fix a failing unit test in a small existing module. Test passes and diff stays scoped.
CODE-002 Add a small feature using existing project patterns. Feature works without unrelated refactor.
CODE-003 Harden a parser against hostile input. Negative tests pass and input handling is explicit.
40 Correctness and tests
25 Diff quality
20 Security and edge cases
15 Review effort

This page now does the honest thing: it summarizes what public coding benchmarks say, dates the signal, and leaves our own ranking blocked until there is a real Novamente run log.

What the published evidence says (as of 2026-06)

On Aider’s polyglot leaderboard, as of 2026-06, gpt-5 (high) is listed at 88.0% correct across 225 multi-language Exercism exercises. That is a useful signal for instruction following and edit execution, especially when you care about whether a model can change existing code without human patch cleanup.

On Terminal-Bench 2.1, as of 2026-06, the live board shows Codex CLI + GPT-5.5 at 83.4% accuracy, Claude Code + Claude 5 Fable at 83.1%, and Terminus 2 + Claude 5 Fable at 80.4%. This matters because it is an end-to-end terminal benchmark rather than a pure code-generation test, so it captures planning, command execution, and recovery behavior.

On LiveCodeBench, as of 2026-06, the current window covers 454 problems from 2024-08-01 to 2025-05-01, and the public snippet shows O4-Mini (High) at 80.2 Pass@1. We treat LiveCodeBench as the contamination-resistant check in this set: it helps catch cases where a model looks strong on editing-style tasks but drops once the code problems are newer and broader.

On SWE-bench Verified, as of 2026-06, the key value is methodological rather than a single number: it remains the public reference for real GitHub issue resolution on a human-validated subset of 500 tasks, and it explicitly separates arbitrary full systems from the more apples-to-apples mini-SWE-agent bash-only view. That makes it the best public backstop for “can this thing close a real repo issue,” but only when you compare like-for-like setups.

How to use these signals

If you care about the smallest safe diff inside an existing codebase, the Aider and LiveCodeBench signals are useful because they pressure code editing and fresh problem solving from different angles. If you care about terminal autonomy, Terminal-Bench should carry more weight because the harness and the agent loop clearly change outcomes even on similar model families. If you care about real issue resolution inside a repository, SWE-bench Verified is the public benchmark to keep on the page even when it is less convenient for marketing.

What our rubric still checks

Public boards still do not answer everything an operator needs. Our frozen fixtures keep the focus on three local questions: does the patch work, does the diff stay scoped, and does review effort actually go down. A model can post a strong public score and still be expensive to supervise in your repo if it over-edits, hides failures, or handles hostile input poorly.

Why there is still no Novamente ranking

The site has not run a dated first-party comparison on these fixtures. Until that exists, this page is a synthesis page plus a rubric page. The right conclusion is not “here is the universal coding assistant.” The right conclusion is “here is which public board to trust for which coding job.”

For a local verification path after you shortlist a coding assistant, use How to Verify AI-Generated Code and the Prompt Test Generator.