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
- GPT-6 Astra beats Factorio with enemies in 44 in-game hours at ~$4,500 API cost — liminal_bardo · 2026-09-11
- 105 hidden bugs, 2 repos: DeepSeek V4.1 Flash fixes 24 at $1.80 vs Opus 5's 27 at $51.33 — ChartsJournalX · 2026-09-11
- Investment Analyst Asks How to Build a Claude-Based Diligence Agent Stack — Careless_Tie2286 · 2026-09-11
- Treating agents like 50 First Dates: a 3-layer context system so every conversation doesn't start from zero — evielync · 2026-09-11
- Running the Firefox MCP on Android via Termux, ngrok, and mcp-proxy — Nervous-Strain7544 · 2026-09-11
- SmolVM open-sources persistent computer infrastructure for agents that outlive chat sessions — aniketmaurya · 2026-09-11