Benchgen

SciCode — Results

RankModelScore
1fugu60.1
2gemini-3-1-pro59
3fugu-ultra58.7
4kimi-k358.7
5kimi-k2-652.2
6kimi-k2-548.7
7kimi-k2-thinking-090544.8
8nemotron-3-ultra-550b-a55b44.6
9muse-glimmer43.6
10nemotron-3-super-120b-a12b42
11minimax-m236
12nemotron-3-5-lightning-30b-a3b31.4

SciCode

1 phaseActive

Scientific coding benchmark from real research problems — tests AI on multi-step programming tasks in physics, math, chemistry, and biology. Metric: % solved.

Overview

SciCode

Category Metric Saturation Created

Paper GitHub Dataset

Quick answer: SciCode (Tian et al., 2024) is a scientific programming benchmark that presents AI models with real research problems from physics, mathematics, chemistry, and biology, requiring multi-step code implementations. Unlike competitive programming benchmarks, SciCode tasks involve domain-specific scientific knowledge. Fugu scores 60.1% and Fugu Ultra scores 58.7% as of June 2026.

At a Glance

What it tests: Multi-step scientific programming — implementing research algorithms, numerical methods, and scientific simulations across physics, math, chemistry, and biology domains.

Why it matters: SciCode bridges coding and scientific reasoning, testing whether a model can translate domain-specific knowledge (e.g., solving differential equations, implementing a simulation) into working code — closer to how AI systems are actually used in research.

Known limitations: Requires both programming skill and domain-specific scientific knowledge; a model that excels at competitive programming may score lower here due to domain knowledge gaps. Task coverage across scientific domains is uneven.

What SciCode Measures

SciCode sources problems directly from research papers and textbooks, requiring models to implement scientific algorithms and methods from scratch. Each task involves writing code to solve a specific scientific computation — which must pass correctness tests that verify the numerical or logical output. Tasks span multiple scientific disciplines and typically require several implementation steps with domain-specific understanding.

This makes SciCode harder than purely algorithmic coding benchmarks: a model that can write clean algorithmic code but lacks physics or chemistry knowledge will fail on many tasks. Scores in the 55–65% range represent frontier performance as of mid-2026.

Benchmark Specifications

FieldValue
Task categoryCoding / scientific programming
Metric% tasks solved
Domain coveragePhysics, mathematics, chemistry, biology
Task typeMulti-step scientific algorithm implementation
SaturationLow
Created byTian et al.
Source paperSciCode: A Research Coding Benchmark Curated by Scientists (2024)
GitHubscicode-bench/SciCode
DatasetHuggingFace — scicode-bench/SciCode

State-of-the-Art Results

RankModelScoreSourceDate
1Fugu60.1%Sakana Fugu technical report2026-06
2Fable 5 / Mythos Preview (max)58.9%Sakana Fugu technical report2026-06
3Fugu Ultra58.7%Sakana Fugu technical report2026-06

Scores sourced from Sakana AI's Fugu technical report, June 2026. Note that Fugu (standard) slightly outperforms Fugu Ultra on this benchmark, suggesting that latency-optimised orchestration may be more effective for structured scientific coding tasks.