ProgramBench, a new benchmark from Facebook/Meta(by SWE-Bench creators) to see if LLMs can recreate real executable programs (ffmpeg, SQLite) from scratch with no internet access- They all score 0%.
Beehaw - Aspiring to be(e) a safe, friendly and diverse place. …
May 12, 2026
submitted by beep to technology
18 points | 4 comments
cross-posted from: piefed.world/…/programbench-a-new-benchmark-by-sw…
> Comments
>
> - Hacker News; - Reddit; - LessWrong.
>
> Benchmark.
>
> Links
>
> - Research Paper; - GitHub.
>
>> ## ./ProgramBench
>>
>> ### Can language models rebuild programs from scratch?
>>
>> Given only a compiled binary and its documentation, agents must architect and implement a complete codebase that reproduces the original program’s behavior.
>
>> In each task, the agent receives an executable and its documentation, and it must re-implement the given executable. It does not get access to any of the executable’s source code, it cannot de-compile the executable, and cannot use the internet. There are 200 tasks in total covering different program complexities, ranging from small terminal utilities like jq and ripgrep to massive software projects like the PHP compiler, FFmpeg, and SQLite.
>>
>> The agent must choose a language, design the architecture, write all source code, and produce a build script. Every design decision is the model’s to make.
>>
>> Once the agent submits a program, our test suite compares the candidate program’s behavior against the original program. A candidate program passes only if all tests for that task pass.
>
> Photo source: X/Twitter.
Discussion in the ATmosphere