SEAIApr 13

AgentForge: Execution-Grounded Multi-Agent LLM Framework for Autonomous Software Engineering

arXiv:2604.1312091.31 citationsh-index: 7Has Code
Predicted impact top 7% in SE · last 90 daysOriginality Incremental advance
AI Analysis

For software engineering tasks, AgentForge provides a principled framework that significantly improves code correctness through mandatory execution verification.

AgentForge introduces execution-grounded verification as a mandatory step for multi-agent LLM code generation, achieving 40.0% resolution on SWE-Bench Lite, outperforming single-agent baselines by 26–28 points.

Large language models generate plausible code but cannot verify correctness. Existing multi-agent systems simulate execution or leave verification optional. We introduce execution-grounded verification as a first-class principle: every code change must survive sandboxed execution before propagation. We instantiate this principle in AGENTFORGE, a multi-agent framework where Planner, Coder, Tester, Debugger, and Critic agents coordinate through shared memory and a mandatory Docker sandbox. We formalize software engineering with LLMs as an iterative decision process over repository states, where execution feedback provides a stronger supervision signal than next-token likelihood. AGENTFORGE achieves 40.0\% resolution on SWE-BENCH Lite, outperforming single-agent baselines by 26--28 points. Ablations confirm that execution feedback and role decomposition each independently drive performance. The framework is open-source at https://github.com/raja21068/AutoCodeAI.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes