Repository acceptance runs for code agents with time limits and hidden checks
Engineering teams can test code agents on a small set of internal tasks before broad rollout: one isolated workspace, fixed time and token budgets, no network access unless the job needs it, visible tests for iteration, and hidden checks for acceptance. The run should record commands, edits, failures, retries, final score, and cost.
The recent benchmarks point to the same operating pattern. 1GC-7RC gives agents seven ML tasks with locked data preparation, local data, one A100 GPU, no internet, and 40- to 120-minute budgets. AgentKernelArena gates GPU-kernel work through compilation, correctness, timing, and hidden input shapes. TOBench evaluates tool-using agents with executable tasks, MCP tools, workspace state, and task-specific verifiers, while the best reported model reaches 41.0% task success against a 94.0% human benchmark.
A practical internal version can start with 10 to 20 recurring jobs from one team: dependency upgrades, failing-test fixes, small feature flags, data-pipeline patches, or model-training improvements. The acceptance rule should be simple enough to run in CI. If an agent passes only the visible checks, makes broad edits, or spends heavily to finish small tasks, the team learns that before it reaches production review queues.