Repository-scale coding benchmarks
DeNovoSWE treats whole-repository generation as a training problem with executable checks. Its 4,818 document-to-repository instances are built from real repositories with Docker environments, test coverage filters, sandbox cleanup, and documentation written at the capability level. Fine-tuning Qwen3-30B-A3B on the dataset raises BeyondSWE-Doc2Repo performance from 5.8% to 47.2%, a large gain on a task that requires file layout, APIs, dependencies, and cross-component behavior.
EsoLang-Bench tests a different skill: adaptation inside an unfamiliar executable interface. The strongest agents often write Python, JavaScript, or Rust generators that emit esoteric-language code, then debug those generators with local interpreters. The benchmark separates deployed agents sharply, with an 88.4 percentage-point mean-score spread across six agents. That result gives tool use and local execution a concrete role in measuring coding ability.