BACK_TO_FEEDAICRIER_2
Fork adds evolutionary DB to Karpathy's autoresearch
OPEN_SOURCE ↗
REDDIT · REDDIT// 28d agoOPENSOURCE RELEASE

Fork adds evolutionary DB to Karpathy's autoresearch

A community fork of Andrej Karpathy's viral autoresearch project replaces its flat TSV experiment log with an evolutionary database using MAP-Elites quality-diversity search, enabling fitness-guided selection and exploit/explore sampling strategies across past experiments. The addition draws on techniques from OpenEvolve and DeepMind's AlphaEvolve system.

// ANALYSIS

Karpathy's autoresearch hit ~35K stars in days — this fork bets that the original's flat experiment log is its weakest link, and evolutionary search is the fix.

  • MAP-Elites maintains a diverse "island" population of solutions rather than treating all past runs as a flat list, preventing the agent from over-exploiting a local optimum
  • Strategy-guided sampling (exploit/explore/random) gives the agent tunable search behavior — critical when each trial costs real GPU-hours
  • The lineage tree visualizer adds interpretability, letting researchers see how the search evolved across generations
  • The open question is whether evolutionary overhead pays off at autoresearch's scale: unlike AlphaEvolve's cheap simulations, each trial here costs 5 minutes of GPU compute
  • Early traction is minimal (3 stars, 0 forks) but the base project's prominence means any meaningful result here will get attention fast
// TAGS
autoresearchagentopen-sourceresearchllmfine-tuning

DISCOVERED

28d ago

2026-03-15

PUBLISHED

28d ago

2026-03-14

RELEVANCE

6/ 10

AUTHOR

hgarud