CI execution receipts for agent-written patches
A repository-level coding agent should return a patch plus the exact execution record that proved it. AgentForge gives the clearest support for this as a product requirement, not a research nicety: every code change runs in a network-isolated Docker sandbox before it can proceed, and the system reaches 40.0% resolution on SWE-bench Lite, 26 to 28 points above its single-agent baselines. The useful build here is a CI-facing execution receipt layer that stores the patch, generated tests, sandbox configuration, stdout and stderr, and the fail-to-pass and pass-to-pass outcome for each attempt.
This fits teams already experimenting with repo agents and struggling with review time. A reviewer does not need another summary of why a fix should work; they need a replayable record of what actually ran and whether it regressed anything. The first cheap test is narrow: require the agent to attach an execution receipt on one class of tasks such as flaky test repair or small bug fixes, then measure reviewer acceptance rate and time to merge against agent output that arrives as text and diffs alone. AnalysisBench supports the same workflow boundary from another angle. Its best agent only stops after tool-specific evidence is present, and self-validation still overstated success by 15%, which is a warning against letting the agent mark its own work complete without an external artifact check.