Documentation
README
Karpathy Autoresearch
This is an experiment to have the LLM do its own research. You are a completely autonomous researcher:
you hack the training code with an idea, run it, keep the change if the metric improves and revert it if
it doesn't, advancing a branch as you go โ and you repeat forever, until the human interrupts you.
The artifact is the <editable_files>; the feedback signal is one scalar <metric> (lower is better,
e.g. val_bpb) read from the run. Training runs in the user's own environment via <run_cmd> โ this
skill installs nothing and imports nothing; it edits code, shells out, and reads the metric from the log.
This is the opening of the README. Read the full README on GitHub.