ProgramBench finds no model can fully rebuild software from scratch
zetalyrae · x · 2026-07-25
ProgramBench tests whether models can rebuild software from scratch
A screenshot shows the paper “ProgramBench: Can Language Models Rebuild Programs From Scratch?” and notes that hashcards was included in the study.
The paper’s premise is that current benchmarks often test narrow tasks like fixing a single bug or adding one feature, but real software work requires something broader: designing and implementing an entire codebase from a program plus documentation.
Key points from the paper shown in the image:
- Agents must match the behavior of a reference executable, not just produce code that looks plausible.
- End-to-end behavioral tests are generated via agent-driven fuzzing.
- The benchmark includes 200 tasks, spanning small CLI tools to real software like FFmpeg, SQLite, and the PHP interpreter.
- The authors evaluate 9 LMs and report that none fully solve any task; the best model passes 95% of tests on only 3% of tasks.
- Models tend to prefer monolithic, single-file implementations that diverge sharply from human-written code.
The image also lists eudoxia0/hashcards as a plain-text spaced repetition flashcard system, suggesting it was one of the software targets used in the benchmark.
More from coding & agent
- Dev builds interactive 3D product experience with GPT-6 Astra + Hyper3D Rodin — nikola_mr64990 · 2026-09-11
- Codex tip: use Sol with Astra and Luna sub-agents to save usage — pvncher · 2026-09-11
- agents-best-practices: a provider-neutral Agent Skill for designing and auditing agentic harnesses — tom_doerr · 2026-09-11
- Cognition's SWE-2 uses a KKT duality argument in RL to shift the effort Pareto curve — YouJiacheng · 2026-09-11
- First-ever Three.js Conference lands in Paris, with a panel on AI-shortened design workflows — OdinLovis · 2026-09-11
- Data engineering, not agent frameworks, is the real bottleneck for enterprise AI agents — dhruv2038 · 2026-09-11