Φ-Bench: Can Large Language Models
Engineer the Infrastructure That Powers Them?
Loading…
01 Leaderboard
Loading…
Score ∈ [0,1] per task; overall is task-count weighted (KFC·55 + LHI·20 + E2EO·10) / 85. Agent harness: Codex for GPT-5.6 Sol, Claude Code for all others. Click a row for its per-topic breakdown.
02 Overview
Each task maps strictly to one top-level topic. Counts match the A–I columns (A=19 · B=11 · C=6 · D=28 · E=7 · F=3 · G=2 · H=5 · I=4).
03 Iteration Theater
Loading…
Insight Under a fixed budget with best-of-k scoring, all six models converge to nearly the same solution space; final rank is decided not by which optimization is discovered, but by whether each round reduces uncertainty. Strong models run a closed entropy-reducing loop — single change → isolated validation → bottleneck localization — so information compounds along the path, while weak models random-walk within the noise band. The same iteration budget compounds for the former and is mere noise for the latter.
Positive opus-5 (reward 0.683, dev 1.272; first on both). Three habits cut entropy each round: (i) every submission is a single-variable controlled experiment, with failures repurposed for diagnosis — a failed full-decay schedule → the round concludes effective training steps are the true bottleneck → a fast late-stage decay, landing the largest single gain (−0.06); (ii) noticing the online ¼-budget selection metric is noisy and misaligned with full-budget scoring, it builds a more stable local eval to pre-screen candidates; (iii) it alone tunes at full budget, catching knobs invisible under short budgets.
Negative qwen3.7-max (0.479, last) / dsv4pro (0.567) — both add entropy. qwen spends ~14 mid-run rounds on single-knob tweaks inside the noise band with near-zero information gain, reaching the decisive layer-reduction axis only in the penultimate round — budget exhausted while the curve is still descending. dsv4pro changes several params per round, so failures cannot be attributed and must be rolled back, ultimately resubmitting the same config to resample noise under best-of-k — luck substituting for information.
04 Iteration Explorer · LHI + E2EO
Multi-round submission is the heart of LHI/E2EO — scoring targets the best submission. Pick a task and watch how the 7 models converge toward (or fall short of) the oracle. (early gaps = incorrect submission, no performance score)
05 Effort Sweep
06 About ΦBench
—
A long-horizon, open-ended evaluation of real LLM-infrastructure engineering: from localized kernel completion, to repository-scale long-horizon implementation, to end-to-end system optimization. 85 tasks, 9 topics, 3 task formats.