PulseAugur
EN
LIVE 06:30:18

EvoX Genesis enables autonomous software evolution with persistent projects

Researchers have developed a new framework called EvoX Genesis that enables autonomous software evolution by making the software project itself persistent, rather than relying on individual coding agents to remain alive. This system represents software as a persistent recursive world, where finite-lived agents propose changes, and accepted modifications advance the project's version history. In evaluations, Genesis successfully built a Rust-based C compiler using DeepSeek-V4 Flash, which passed extensive test suites with minimal token costs. The framework also demonstrated its ability to continue development and maintain performance even after agent replacement, and it achieved significant speedups when reimplementing Fortran modules in Rust. AI

IMPACT This framework could accelerate long-horizon software development by enabling more robust and continuous autonomous coding.

RANK_REASON The item is an arXiv preprint detailing a new software development framework and its evaluation. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.MA (Multiagent) →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

EvoX Genesis enables autonomous software evolution with persistent projects

COVERAGE [1]

  1. arXiv cs.MA (Multiagent) TIER_1 English(EN) · Ran Cheng ·

    Persistent Recursive Worlds Enable Autonomous Software Evolution

    Complex software systems develop over timescales that exceed the lifespan of any individual coding agent. Most agentic software systems preserve continuity through persistent sessions, memories, managers or shared context. We introduce EvoX Genesis (hereafter, Genesis), which ins…