English

G\"odel Agent: A Self-Referential Agent Framework for Recursive Self-Improvement

Artificial Intelligence 2025-06-03 v4

Abstract

The rapid advancement of large language models (LLMs) has significantly enhanced the capabilities of AI-driven agents across various tasks. However, existing agentic systems, whether based on fixed pipeline algorithms or pre-defined meta-learning frameworks, cannot search the whole agent design space due to the restriction of human-designed components, and thus might miss the globally optimal agent design. In this paper, we introduce G\"odel Agent, a self-evolving framework inspired by the G\"odel machine, enabling agents to recursively improve themselves without relying on predefined routines or fixed optimization algorithms. G\"odel Agent leverages LLMs to dynamically modify its own logic and behavior, guided solely by high-level objectives through prompting. Experimental results on mathematical reasoning and complex agent tasks demonstrate that implementation of G\"odel Agent can achieve continuous self-improvement, surpassing manually crafted agents in performance, efficiency, and generalizability.

Keywords

Cite

@article{arxiv.2410.04444,
  title  = {G\"odel Agent: A Self-Referential Agent Framework for Recursive Self-Improvement},
  author = {Xunjian Yin and Xinyi Wang and Liangming Pan and Li Lin and Xiaojun Wan and William Yang Wang},
  journal= {arXiv preprint arXiv:2410.04444},
  year   = {2025}
}

Comments

ACL 2025 main. The code can be found at https://github.com/Arvid-pku/Godel_Agent

R2 v1 2026-06-28T19:10:13.340Z