菜单

🤖 系统
📄 Abstract - Live-SWE-agent: Can Software Engineering Agents Self-Evolve on the Fly?

Large Language Models (LLMs) are reshaping almost all industries, including software engineering. In recent years, a number of LLM agents have been proposed to solve real-world software problems. Such software agents are typically equipped with a suite of coding tools and can autonomously decide the next actions to form complete trajectories to solve end-to-end software tasks. While promising, they typically require dedicated design and may still be suboptimal, since it can be extremely challenging and costly to exhaust the entire agent scaffold design space. Recognizing that software agents are inherently software themselves that can be further refined/modified, researchers have proposed a number of self-improving software agents recently, including the Darwin-Gödel Machine (DGM). Meanwhile, such self-improving agents require costly offline training on specific benchmarks and may not generalize well across different LLMs or benchmarks. In this paper, we propose Live-SWE-agent, the first live software agent that can autonomously and continuously evolve itself on-the-fly during runtime when solving real-world software problems. More specifically, Live-SWE-agent starts with the most basic agent scaffold with only access to bash tools (e.g., mini-SWE-agent), and autonomously evolves its own scaffold implementation while solving real-world software problems. Our evaluation on the widely studied SWE-bench Verified benchmark shows that LIVE-SWE-AGENT can achieve an impressive solve rate of 77.4% without test-time scaling, outperforming all existing software agents, including the best proprietary solution. Moreover, Live-SWE-agent outperforms state-of-the-art manually crafted software agents on the recent SWE-Bench Pro benchmark, achieving the best-known solve rate of 45.8%.

顶级标签: agents llm systems
详细标签: software engineering agents self-evolution autonomous improvement runtime adaptation agent scaffold 或 搜索:

📄 论文总结

Live-SWE-agent:软件工程代理能否在运行中自我进化? / Live-SWE-agent: Can Software Engineering Agents Self-Evolve on the Fly?


1️⃣ 一句话总结

这篇论文提出了首个能在解决实际软件问题时实时自主进化的AI代理Live-SWE-agent,它从基础工具起步,在运行过程中不断优化自身架构,在标准测试中取得了超越现有最佳方案的优异表现。


📄 打开原文 PDF