paper-with-me

Papers

Dream-RSI: Recursive Self-Improvement through Evolving Worlds

2026-09-14 · Tong Zheng, Xidong Wu, Zheng Zhang, Zhankui He, Chaoyi Zhang, Benjamin Coleman, Ruoqiao Wei, Di Bai, Haolin Liu, Rui Liu, Xue Wang, Yue Zhuan, Wang-Cheng Kang, Renkai Xiang, Heng Huang, Xinwu Cheng, Yunsong Guo hf

Recursive self-improvement is becoming increasingly vital for autonomous AI agents, where progress hinges on discovering high-value solutions across complex domains. The driver of this process is effective exploration, however, managing and improving exploration strategies remains a major bottleneck. Current systems face a fundamental dilemma: fixed strategies fail to adapt as search spaces scale, while online policy optimization requires navigating vast meta-search spaces under delayed and expensive feedback over long-horizon rollouts. We introduce Dream-RSI, a framework for scalable and recursively self-improving exploration. A lightweight orchestration layer makes exploration explicit and programmable while leaving the underlying coding agent unchanged. Our key insight is that accumulated discovery history can serve as a replay simulator over the realized search space. By performing dreaming in the replay simulator constructed from historical discovery trees, Dream-RSI secures immediate, low-cost off-policy feedback to evaluate and refine exploration policies without invoking repetitive, expensive online evaluations. The improved policy is subsequently redeployed online to drive further discovery, continuously expanding the simulator pool in a self-improving loop. Across algorithm engineering, mathematical optimization, and GPU kernel engineering, Dream-RSI achieves competitive or improved discovery quality while substantially reducing discovery cost in several settings.

📄 PDF Abstract BibTeX arXiv:2609.14858

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

From Seed AI to Technological Singularity via Recursively Self-Improving Software

2015-02-23 · Roman V. Yampolskiy

Software capable of improving itself has been a dream of computer scientists since the inception of the field. In this work we provide definitions for Recursively Self-Improving software, survey different types of self-i…

Survey

A Formulation of Recursive Self-Improvement and Its Possible Efficiency

2018-05-17 · Wenyi Wang

Recursive self-improving (RSI) systems have been dreamed of since the early days of computer science and artificial intelligence. However, many existing studies on RSI systems remain philosophical, and lacks clear formul…

ForeDreamer: A Self-Evolving Dual-Agent Memory Architecture for Future Event Prediction

2026-08-21 · Linhao Zhong, Zongze Du, Linyu Wu, Yu Bo 외 arxiv

Open-web future event prediction requires agents to distill reliable signals from noisy, redundant, and incomplete evidence. Existing retrieval/memory mechanisms directly feed retrieved information to agents or rely on s…

Gödel Agent: A Self-Referential Agent Framework for Recursive Self-Improvement

2024-10-06 · Xunjian Yin, Xinyi Wang, Liangming Pan, Xiaojun Wan 외

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…

Mathematical ReasoningMeta-Learning

Autonomous self-evolving research on biomedical data: the DREAM paradigm

2024-07-18 · Luojia Deng, Yijie Wu, Yongyong Ren, Hui Lu

In contemporary biomedical research, the efficiency of data-driven approaches is hindered by large data volumes, tool selection complexity, and human resource limitations, necessitating the development of fully autonomou…

Articles