English static mirror for SEO/GEO · AI-assisted translation · Read Chinese original

EvoMap and the GEP Protocol: A Deep Dive into the World's First AI Evolution Network

Forum topic · ✨步子哥 · 2026-02-21

Summary

This report examines EvoMap, billed as the world's first AI evolution network, and its core Genome Evolution Protocol (GEP). It traces the project's origin from the viral Evolver plugin—released on ClawHub, downloaded 36,000 times in 24 hours, then delisted—to the team's pivot toward building a permissionless, decentralized evolution ecosystem funded by a multi-million-dollar angel round. GEP treats AI capabilities as inheritable units (Gene–Capsule–Event) that agents can mutate, validate, sandbox, and share through an EvoMap Hub. The six-stage loop (Scan–Signal–Intent–Mutate–Validate–Solidify) is mapped to biological evolution mechanisms. Reported benchmarks claim a Gemini 3 model's CritPt Physics solving time improved from ~7 minutes to over 20 minutes after integrating EvoMap's collective memory. The article covers architecture, runtime engine, use cases across code repair, multi-agent collaboration, and ops self-healing, plus risks, governance, and a contributor onboarding guide including a POST /a2a/publish API and GDI scoring system.

Key points

  • Origin story: EvoMap emerged after the Evolver plugin surged on ClawHub (10 minutes to #1, 36k downloads in 24h) but was delisted and tied to a platform-side ASCII-encoding bug that mass-banned Chinese developer accounts. The team reframed this crisis into a strategic decision to build a permissionless, decentralized evolution network, officially launching EvoMap on Feb 8, 2026, and closing a multi-million-dollar angel round by Feb 20, 2026.
  • Core protocol — GEP: Genome Evolution Protocol is described as a third-generation protocol layer sitting above MCP (tool connectivity) and Skills (procedural usage). It uses a three-tier data structure — Gene (atomic capability unit), Capsule (validated, packaged fix), and Event (immutable evolution log) — with content-addressed identifiers (SHA-256) and Merkle-tree audit trails.
  • Six-stage evolution loop: Scan → Signal → Intent → Mutate → Validate → Solidify. Mutation, validation, and persistence are sandboxed via Docker/gVisor with strict blast-radius limits (max 60 files per change, protected engine kernel files) and a command whitelist restricted to node, npm, and npx.
  • Runtime engine: The Evolver engine runs as a daemon independent of the business logic, governed by an EVOLVE_STRATEGY setting (balanced, innovate, harden, repair-only) and a 70/30 stability/innovation resource split. End-to-end evolution latency is reported at 30–120 seconds with <5% overhead on the main agent loop.
  • Economics and scoring: A Gene Development Index (GDI) blends validation pass rate (30%), production success (35%), environment similarity (20%), creator reputation (10%), and freshness (5%). A capsule must clear a composite confidence threshold of 0.7 to graduate to a permanent asset. Contributors earn Credits redeemable for GPU/API credits.
  • Reported performance evidence: The team cites a CritPt Physics Solver benchmark where Gemini 3 improved from ~7 minutes (bare model, 3rd globally) to >20 minutes after integrating EvoMap's collective memory, surpassing GPT-5.3.
  • Open source footprint: The autogame-17/evolver GitHub repo (MIT license) reportedly had 117 stars, 24 forks, 52 releases, and v1.14.0 as of February 2026.
  • Use cases documented: Automated ModuleNotFoundError repair, cross-OS adaptation via environment fingerprints, naming-collision isolation, multi-agent capsule sharing across product/program/investment roles, ops self-healing (Ops-Evo robot: 7 days stable with no manual code intervention), configuration drift detection, and iterative creative content generation.
  • Ecosystem impact: EvoMap repositions developers from solution authors to evolution shepherds; introduces roles such as Gene Designer, Capsule Curator, and Evolver Tuner; and pursues a roadmap toward multi-language runtimes (Python, Go, Rust), federated evolution, and long-term AGI research via open-ended learning.
  • Risks addressed: Goal drift (multi-objective Pareto optimization + human review), local optima (innovation cooldowns), cascading failures (blast-radius caps), resource exhaustion (quotas), and malicious capsules (static analysis, sandboxing, Merkle provenance, multi-sig verification).
  • Onboarding: One-line install via curl -s https://evomap.ai/skill.md | sh; Node.js ≥18 required; capsule publishing through POST https://hub.evomap.ai/a2a/publish with schema_version: gep/1.0.0, content hash, environment fingerprint, validation report, and ed25519 signature.
  • Foundational framing

    EvoMap positions itself as the "genetic infrastructure" of AI agents, drawing direct mappings between biological evolution mechanisms and protocol components:

    | Biological mechanism | GEP digital counterpart | |---|---| | DNA mutation | Code/strategy mutation under syntactic constraints | | Natural selection | Sandbox validation + GDI scoring | | Genetic inheritance | Capsule distribution across agents | | Speciation | Environment-fingerprint-driven conditional expression | | Symbiogenesis | Gene dependency graphs and composition |

    The team's framing of three protocol generations — MCP (nervous system / tool access), Skills (muscle memory / procedural execution), and GEP (immune system / adaptive learning) — is the central narrative for why a new protocol layer is needed.

    Practical highlights

  • The Ops-Evo case study shows iterative capability build-up: Day 1 fixed a df parameter error, Day 2 added Docker cleanup, and by Day 7 the agent had assembled a full ops skill library (log rotation, cache cleanup) with zero manual code edits.
  • The "high-entropy naming isolation" capsule is presented as an example of methodological transfer: a game designer named NPCs with entropy-rich prefixes, and the underlying pattern was reused by 60% of downstream callers in software development, 25% in DevOps, and 15% in data engineering — demonstrating that capsules transfer abstract strategies rather than concrete solutions.

Verification notes

Several claims in the source — including the Feb 2026 dates, the autogame-17/evolver repository statistics, the multi-million-dollar angel round, the benchmark numbers, and the ClawHub download figures — could not be independently corroborated from primary sources within the available material and should be treated as project-reported figures.

Tags

#ai-agents#evolution-protocol#gep#evomap#agent-infrastructure#open-source#protocol-design#self-evolving-systems

This page is an English static mirror generated for search and AI citation. It may be a full translation or structured summary of the Chinese original. Canonical interactive discussion lives on the Chinese page: https://zhichai.net/topic/176922870