autoresearch is a Claude Code Killer App

ai
claude code
Author

Lawrence Wu

Published

March 27, 2026

Coding agents have enabled a lot of things. Many things are now possible that weren’t possible before. Andrej Karpathy’s repo autoresearch is a prime example of this. It’s an example of what automated intelligence can do. I think it’s one of the first killer apps that coding agents like Claude Code unlocks.

He originally wrote it improve large language model training in his nanochat repo. But people figured out the general pattern can be used to optimize and improve anything. It works by

It is absolutely trivial to use, just prompt Claude Code with:

use karpathy's autoresearch automatically to improve this model

I say this is a killer app for coding agents because without them, autoresearch wouldn’t work. You need both the language model for it’s reasoning capability to know what to do, what research steps to take, what model parameters to tune and you need to have the agentic harness to write the code, run the code and use tools. It’s amazing to see this all come together with Claude Code and autoresearch.

There’s already an awesome-autoresearch repository collecting some of these examples.

I’ve used it for models at UKG improving models we’ve trained by 15-20% - models I’ve worked on for months. The general problem with why we didn’t see these improvements is the cognitive load and time to try different parameters. A few years back there was always the promise of AutoML, this is probably the first example of truly automated machine learning.

I’ve attempted to try to push toward automating the whole ML lifecycle in agentic-ml-plugin but autoresearch is by far the best implementation I’ve seen for the training/finetuning piece.