Optimizes codebases by deploying autonomous LLM agents to run parallel experiments, discover metrics, and iteratively improve performance.
Evo is an open-source orchestrator that optimizes code through automated experiments. Inspired by Andrej Karpathy's "autoresearch" concept, it solves the problem of manual code performance tuning. It deploys LLM-powered agents that autonomously discover metrics, run experiments in parallel, and iteratively improve a codebase by keeping only the changes that yield better benchmark scores, providing a structured, scalable approach to code optimization.
Users install the Evo CLI and a plugin for an existing agentic framework (e.g., Claude Code, Codex). Pointed at a local codebase, commands like /evo:discover and /evo:optimize initiate the process. Evo uses LLM agents to edit code and run benchmarks, either locally in git worktrees or on remote backends like Modal or AWS. The project is open-source, and progress can be monitored via a local web dashboard.
Software engineers and researchers who want to automate the performance optimization of a codebase. It's ideal for projects with measurable benchmarks that can be improved through iterative experimentation.
The installation process is multi-step, requiring its own CLI plus a host agent framework CLI. Pinning to specific alpha versions for testing can be complex due to different versioning formats.