Benchgen

FrontierCode — Results

RankModelScore
1grok-4-661.3
F

FrontierCode

1 phaseActive

Cognition's rubric-weighted, blocking-criteria-gated coding agent benchmark with Main and Extended task subsets.

Overview

FrontierCode

Category Metric Tasks Saturation Created

Leaderboard

Quick answer: FrontierCode is Cognition's coding agent benchmark that scores agentic coding runs using a rubric-weighted system gated by blocking criteria, rather than simple pass/fail — it publishes a 100-task Main subset and a 150-task Extended subset (a prior 50-task Diamond subset was deprecated in v1.1). Grok 4.6 scores 61.3% on the Extended subset as of August 2026.

At a Glance

What it tests: Whether a coding agent produces a working, correctly-scoped solution to a realistic engineering task, judged against a weighted rubric where certain "blocking" criteria must pass before partial credit counts.

Why it matters: The rubric-weighted, blocking-criteria design more closely mirrors how a human engineer reviews a pull request than a binary pass/fail test suite, making FrontierCode a signal for production-readiness rather than just raw problem-solving.

Known limitations: As a v1.1 benchmark from a single lab (Cognition), methodology transparency and independent replication are more limited than academic benchmarks like SWE-Bench.

What FrontierCode Measures

FrontierCode is developed by Cognition (maker of the Devin coding agent) to evaluate agentic coding models on realistic software engineering tasks. Unlike simple test-pass benchmarks, FrontierCode grades each submission against a weighted rubric: certain "blocking" criteria (e.g., the change must not break existing functionality) gate whether the submission can receive any credit at all, after which partial credit is awarded across secondary rubric items.

The benchmark ships in two published subsets — Main (100 tasks) and Extended (150 tasks) — with a legacy 50-task Diamond subset deprecated as of v1.1.

Benchmark Specifications

FieldValue
Task categoryCoding agent
Metric% score (rubric-weighted, blocking-criteria-gated)
Number of tasks100 (Main) / 150 (Extended)
SaturationLow
Created byCognition
Projectcognition.com/frontiercode

How FrontierCode Is Scored

Each task submission is graded against a rubric with blocking criteria that must be satisfied before any partial credit is awarded; the final score is a weighted percentage across all rubric items for all tasks in the chosen subset (Main or Extended).

State-of-the-Art Results

RankModelScoreSubsetSourceDate
1Grok 4.661.3%ExtendedxAI Grok 4.6 announcement2026-08

Score sourced from xAI's Grok 4.6 announcement, August 2026, reporting the Extended subset. Cognition's own leaderboard reports Main-subset scores separately at cognition.com/frontiercode; scores across subsets are not directly comparable.

FrontierCode on Benchgen

No Benchgen results yet — be the first to run FrontierCode.

FrontierCode vs Other Benchmarks

BenchmarkWhat it testsTasksSaturation
FrontierCodeRubric-weighted, blocking-gated coding agent tasks100–150Low
DeepSWEReal-world software engineering agent tasksLow
APEX-SWEPass@1 software engineering agent tasks200Low

Run FrontierCode on Your Model

Benchgen lets teams run FrontierCode-style rubric evaluations against their own model and harness combinations, tracking regressions across versions rather than relying on a single vendor-reported number.

Frequently Asked Questions

What is FrontierCode? FrontierCode is Cognition's coding agent benchmark that grades submissions against a weighted rubric gated by blocking criteria, published in Main (100-task) and Extended (150-task) subsets.
What does a good score look like on FrontierCode? Grok 4.6 reports 61.3% on the Extended subset as of August 2026; scores vary meaningfully between the Main and Extended subsets, so always check which is being cited.
Who created FrontierCode? FrontierCode is created and maintained by Cognition, the company behind the Devin coding agent.
Why was the Diamond subset deprecated? Cognition deprecated the original 50-task Diamond subset as of FrontierCode v1.1 in favor of the larger Main and Extended subsets.