Pith. sign in

REVIEW 2 cited by

EvoGit: Decentralized Code Evolution via Git-Based Multi-Agent Collaboration

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2506.02049 v1 pith:6H4N2DCA submitted 2025-06-01 cs.DC cs.AIcs.MAcs.NE

EvoGit: Decentralized Code Evolution via Git-Based Multi-Agent Collaboration

classification cs.DC cs.AIcs.MAcs.NE
keywords evogitcodedecentralizedsoftwareagentscoordinationdevelopmentevolution
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
read the original abstract

We introduce EvoGit, a decentralized multi-agent framework for collaborative software development driven by autonomous code evolution. EvoGit deploys a population of independent coding agents, each proposing edits to a shared codebase without centralized coordination, explicit message passing, or shared memory. Instead, all coordination emerges through a Git-based phylogenetic graph that tracks the full version lineage and enables agents to asynchronously read from and write to the evolving code repository. This graph-based structure supports fine-grained branching, implicit concurrency, and scalable agent interaction while preserving a consistent historical record. Human involvement is minimal but strategic: users define high-level goals, periodically review the graph, and provide lightweight feedback to promote promising directions or prune unproductive ones. Experiments demonstrate EvoGit's ability to autonomously produce functional and modular software artifacts across two real-world tasks: (1) building a web application from scratch using modern frameworks, and (2) constructing a meta-level system that evolves its own language-model-guided solver for the bin-packing optimization problem. Our results underscore EvoGit's potential to establish a new paradigm for decentralized, automated, and continual software development. EvoGit is open-sourced at https://github.com/BillHuang2001/evogit.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Code Is the Body: Agent-Owned Software Bodies for Recursive Evolution and Descent

    cs.SE 2026-07 accept novelty 5.0

    OurArk makes a personal agent's code, prompts, and policies into a versioned body under user control, enabling governed self-evolution and recursive descent into new agent instances.

  2. ATM: CID-Brokered Pre-Write Admission for Multi-Agent Code Co-Synthesis

    cs.SE 2026-06 unverdicted novelty 5.0

    ATM is a CID-brokered governance framework that maps write intents to semantic atoms for pre-admission control, validation, and neutral-steward application in single-domain multi-agent code synthesis.