autoresearch

Installation
SKILL.md

Autoresearch

Autonomous iteration toward a measurable outcome. The agent modifies code, commits, runs a verify command, keeps improvements, reverts regressions — repeating until a target is hit, a budget is exhausted, or the user interrupts.

Core principles (from Karpathy's autoresearch pattern):

  1. One change per iteration
  2. Commit before verify
  3. Metrics must be mechanical (deterministic, fast, parseable)
  4. Keep improvements, revert regressions — no exceptions
  5. The branch is sacred — never touch main
  6. State survives crashes — resume from last known good
  7. Memory spans sessions — what worked/failed carries forward

When to Use

Installs
2
Repository
xoai/sage
GitHub Stars
20
First Seen
May 7, 2026
autoresearch — xoai/sage