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):
- One change per iteration
- Commit before verify
- Metrics must be mechanical (deterministic, fast, parseable)
- Keep improvements, revert regressions — no exceptions
- The branch is sacred — never touch main
- State survives crashes — resume from last known good
- Memory spans sessions — what worked/failed carries forward