Repository-scale acceptance suite for coding-agent pilots
Teams buying or deploying coding agents should test them on complete repository builds, not only issue fixes or single-file tasks. A practical suite can start with 10 to 20 internal services or libraries that already have stable Docker builds, meaningful unit tests, and clear documentation. The agent receives capability-level docs and must create the repository layout, APIs, dependencies, and cross-component behavior from scratch. The scoring run should clean out source code, tests, package caches, build artifacts, and Git history before the agent starts, then grade only through executable checks.
DeNovoSWE gives a template for this setup. It selects repositories with stable Docker environments, high original test pass rates, and test coverage filters, then maps tests and traced functions to documented capabilities. The dataset has 4,818 document-to-repository instances, and fine-tuning Qwen3-30B-A3B on it raised BeyondSWE-Doc2Repo performance from 5.8% to 47.2%. EsoLang-Bench adds a useful stress test for internal DSLs and proprietary tools: give the agent a persistent workspace, local execution, and hidden submissions, then measure whether it can learn an unfamiliar executable interface during the session.