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, andnpx. - Runtime engine: The Evolver engine runs as a daemon independent of the business logic, governed by an
EVOLVE_STRATEGYsetting (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/evolverGitHub repo (MIT license) reportedly had 117 stars, 24 forks, 52 releases, and v1.14.0 as of February 2026. - Use cases documented: Automated
ModuleNotFoundErrorrepair, 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 throughPOST https://hub.evomap.ai/a2a/publishwithschema_version: gep/1.0.0, content hash, environment fingerprint, validation report, and ed25519 signature. - The Ops-Evo case study shows iterative capability build-up: Day 1 fixed a
dfparameter 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.
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
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.