Hugging Face Daily PapersJeonghye Kim, Minseon Kim, Young Jin Kim1 min readpaperintermediate
ProgramDistill: From Interactive Web Apps to Verifiable Reference-Guided SWE Tasks
Summary
ProgramDistill is a new benchmark that automatically extracts 1,975 replay‑verified feature behaviors from 26 real web apps, builds 4,063 coding‑agent tasks, and measures how well state‑of‑the‑art agents (e.g., GPT‑6 Astra, Claude Opus 5) can reconstruct full or partial applications, revealing steep drops in success as restoration depth grows.
- The mine‑craft‑patch pipeline factorizes a working web app into granular, replayable features without any human labeling.
- ProgramDistill yields 4 k+ tasks across 26 apps, providing a scalable, difficulty‑controlled benchmark for coding agents.
- Evaluation of nine frontier agents shows GPT‑6 Astra reaches only 49 % success on full‑app reconstruction, while Claude Opus 5 lags at 29 %.
- Partial‑app reconstruction success degrades sharply with depth: from 100 % to 64 % (GPT‑6) and 96 % to 32 % (Claude) when restoring 1→8 features.
Current coding‑agent evaluations rely on static prompts or issue descriptions, which miss the reality of inferring behavior from existing software. ProgramDistill bridges that gap by forcing agents to learn from concrete, executable reference behavior, exposing their limitations in incremental code…
7/10


