autoresearch
Installation
SKILL.md
Autoresearch
Andrej Karpathy's framework for AI-driven autonomous experimentation. An agent reads a research directive, modifies code, runs an experiment on a fixed time budget, evaluates results, and loops — keeping improvements, discarding failures.
Repo
https://github.com/karpathy/autoresearch
Quick Start (LLM Training — Original Use Case)
git clone https://github.com/karpathy/autoresearch.git
cd autoresearch
# Install uv if needed
curl -LsSf https://astral.sh/uv/install.sh | sh