| Rank | Model | Score |
|---|---|---|
| 1 | fugu | 60.1 |
| 2 | gemini-3-1-pro | 59 |
| 3 | fugu-ultra | 58.7 |
| 4 | kimi-k3 | 58.7 |
| 5 | kimi-k2-6 | 52.2 |
| 6 | kimi-k2-5 | 48.7 |
| 7 | kimi-k2-thinking-0905 | 44.8 |
| 8 | nemotron-3-ultra-550b-a55b | 44.6 |
| 9 | muse-glimmer | 43.6 |
| 10 | nemotron-3-super-120b-a12b | 42 |
| 11 | minimax-m2 | 36 |
| 12 | nemotron-3-5-lightning-30b-a3b | 31.4 |
1 phaseActive
Scientific coding benchmark from real research problems — tests AI on multi-step programming tasks in physics, math, chemistry, and biology. Metric: % solved.
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.
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.
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.
| Field | Value |
|---|---|
| Task category | Coding / scientific programming |
| Metric | % tasks solved |
| Domain coverage | Physics, mathematics, chemistry, biology |
| Task type | Multi-step scientific algorithm implementation |
| Saturation | Low |
| Created by | Tian et al. |
| Source paper | SciCode: A Research Coding Benchmark Curated by Scientists (2024) |
| GitHub | scicode-bench/SciCode |
| Dataset | HuggingFace — scicode-bench/SciCode |
| Rank | Model | Score | Source | Date |
|---|---|---|---|---|
| 1 | Fugu | 60.1% | Sakana Fugu technical report | 2026-06 |
| 2 | Fable 5 / Mythos Preview (max) | 58.9% | Sakana Fugu technical report | 2026-06 |
| 3 | Fugu Ultra | 58.7% | Sakana Fugu technical report | 2026-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.