ARTFEED — Contemporary Art Intelligence

EvoX Genesis: Persistent Recursive Worlds for Autonomous Software Evolution

ai-technology · 2026-08-13

A new framework named EvoX Genesis (Genesis) has been launched to tackle the complexities of software systems that evolve beyond the lifespan of any single coding agent. Unlike traditional agentic software systems that depend on ongoing sessions, memories, or shared contexts, Genesis ensures the software project itself remains persistent while allowing local agents to have finite lifespans. This system conceptualizes software as a persistent recursive environment, where each local instance is defined by an accepted version and a repository path. Finite-lived agents suggest local modifications, recursive delegation operates across paths, and only accepted outcomes progress the persistent version history. The framework underwent evaluation in various scenarios, including formation, continuation, and redevelopment. In a significant test, Genesis utilized DeepSeek V4 Flash to develop a Rust-based C compiler from a repository lacking a compiler implementation, tracking around 250,000 lines over more than 120 hours, documenting the entire development journey. This innovative approach separates project persistence from the limited lifespan of agents, potentially facilitating more autonomous and sustainable software development.

Key facts

  • EvoX Genesis (Genesis) is a new framework for autonomous software evolution.
  • It makes the software project persistent while keeping agents finite-lived.
  • Software is represented as a persistent recursive world.
  • Local worlds are situated by accepted version and repository path.
  • Finite-lived agents propose local changes; recursive delegation moves work across paths.
  • Only accepted consequences advance the persistent version history.
  • Evaluated across formation, continuation, and redevelopment.
  • Used DeepSeek V4 Flash to build a Rust-based C compiler with ~250k tracked lines.
  • Run lasted over 120 hours and archived over the process.

Entities

Sources