Φ-Bench: Can Large Language Models Engineer the Infrastructure That Powers Them?
Summary
Φ-Bench is a benchmark designed to evaluate large language models on their ability to engineer and optimize the LLM infrastructure stack, covering tasks from kernel optimization to end-to-end system design.
View Cached Full Text
Cached at: 09/10/26, 06:11 AM
Paper page - Φ-Bench: Can Large Language Models Engineer the Infrastructure That Powers Them?
Source: https://huggingface.co/papers/2609.10226 Authors:
,
,
,
,
,
,
,
,
,
,
,
Abstract
Φ-Bench evaluates large language models on open-ended engineering of the LLM infrastructure stack across tasks from kernel optimization to end-to-end system design.
Large language models (LLMs) have demonstrated remarkable capabilities in reasoning and code generation, raising the prospect that they could assist in developing and optimizing the very infrastructure that powers them. However, existing benchmarks mainly focus on isolated kernels, predefined operators, or pre-specified optimization targets, and therefore fail to evaluate the ability of LLMs to perform open-ended, long-horizon LLM infrastructure engineering. To address this gap, we presentΦ-Bench, a benchmark for systematically evaluating LLMs on engineering theLLM infrastructure stack. Derived from optimization problems studied in frontier research and grounded in real-world code repositories,Φ-Benchprovides broad coverage of theLLM infrastructure stackand spans tasks of varying complexity, ranging from localized kernel-level function completion tolong-horizon implementationandend-to-end system optimization. Extensive experiments on frontier LLMs reveal their current capabilities and limitations in engineering complex LLM infrastructure, offering insights into the challenges that remain on the path towardautonomous optimizationof future AI infrastructure.
View arXiv pageView PDFProject pageGitHub54Add to collection
Get this paper in your agent:
hf papers read 2609\.10226
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2609.10226 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2609.10226 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2609.10226 in a Space README.md to link it from this page.
Collections including this paper1
Similar Articles
$\Phi$-Bench: Can Large Language Models Engineer the Infrastructure That Powers Them?
Φ-Bench is a new benchmark for evaluating large language models on engineering and optimizing AI infrastructure, covering tasks from kernel-level code completion to end-to-end system optimization.
FINESSE-Bench: A Hierarchical Benchmark Suite for Financial Domain Knowledge and Technical Analysis in Large Language Models
This paper introduces FINESSE-Bench, a suite of eight specialized benchmarks with 3,993 questions for hierarchical evaluation of financial competencies in large language models, covering professional certification topics and applied trading tasks.
BrainBench: Benchmarking Large Language Models for Comprehensive EEG Understanding
BrainBench is a new unified benchmark for evaluating large language models on comprehensive, instruction-conditioned EEG understanding, covering 17 datasets, 172 tasks, and over 4K real-data instances. The paper evaluates 13 LLMs across two execution paradigms, showing that EEG competence varies by model and operationalization.
Benchmarking LLMs
A study or report on benchmarking large language models, likely comparing performance across various tasks.
PlanningBench: Generating Scalable and Verifiable Planning Data for Evaluating and Training Large Language Models
PlanningBench is a framework for generating scalable, diverse, and verifiable planning data to evaluate and train large language models, featuring a constraint-driven synthesis pipeline with adaptive difficulty control and quality filtering. Experiments show that frontier LLMs struggle with coupled constraints, and reinforcement learning on PlanningBench data improves performance on unseen planning tasks.