paper-with-me

Papers

Self-Evolving Software Agents

2026-04-29 · Marco Robol, Paolo Giorgini arxiv

Autonomous agents can adapt their behaviour to changing environments, but remain bound to requirements, goals, and capabilities fixed at design time, preventing genuine software evolution. This paper introduces self-evolving software agents, combining BDI reasoning with LLMs to enable autonomous evolution of goals, reasoning, and executable code. We propose a BDI-LLM architecture in which an automated evolution module operates alongside the agent's reasoning loop, eliciting new requirements from experience and synthesizing corresponding design and code updates. A prototype evaluated in a dynamic multi-agent environment shows that agents can autonomously discover new goals and generate executable behaviours from minimal prior knowledge. The results indicate both the feasibility and current limits of LLM-driven evolution, particularly in terms of behavioural inheritance and stability.

📄 PDF Abstract BibTeX arXiv:2604.27264

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Self-Evolving Coding Agents

2026-08-04 · Hao Zhou, Haichuan Hu, Ye Shang, Quanjun Zhang hf

Large language models are increasingly embedded in software engineering workflows as coding agents that can inspect repositories, invoke tools, execute tests, debug failures, and generate patches. Yet most existing agent…

SEAgent: Self-Evolving Computer Use Agent with Autonomous Learning from Experience

2025-08-06 · Zeyi Sun, Ziyu Liu, Yuhang Zang, Yuhang Cao 외 arxiv

Repurposing large vision-language models (LVLMs) as computer use agents (CUAs) has led to substantial breakthroughs, primarily driven by human-labeled data. However, these models often struggle with novel and specialized…

SWE-Search: Enhancing Software Agents with Monte Carlo Tree Search and Iterative Refinement

2024-10-26 · Antonis Antoniades, Albert Örwall, Kexun Zhang, Yuxi Xie 외

Software engineers operating in complex and dynamic environments must continuously adapt to evolving requirements, learn iteratively from experience, and reconsider their approaches based on new insights. However, curren…

Large Language Model

Socratic-SWE: Self-Evolving Coding Agents via Trace-Derived Agent Skills

2026-06-05 · Chuan Xiao, Zhengbo Jiao, Shaobo Wang, Wei Wang 외 arxiv

LLM-driven software engineering agents have become a central testbed for real-world language-model capability, yet their training remains limited by the availability of high-quality SWE tasks. Existing synthetic data met…

Agentic Software: How AI Agents Are Restructuring the Software Paradigm

2026-06-04 · Zhenfeng Cao arxiv

For over half a century, software engineering has operated on a foundational premise: human engineers decompose problems, encode decision logic into static code, and manually adapt that code as requirements evolve. This …