AutoResearch Guide
Unofficial guide
Support Page

AutoResearch vs AutoRA: What's the Difference?

The names are similar, but these are different projects. If you are looking for Andrej Karpathy's recent GitHub repo about AI agents running repeated training experiments, you want karpathy/autoresearch.

Why People Confuse the Two

Both names contain "AutoResearch", and both show up in technical search contexts. That can make search results and AI summaries noisy if a page does not clearly distinguish them.

What Karpathy's AutoResearch Is

Karpathy's AutoResearch is an open-source repo focused on agent-driven ML experiment loops in a compact, one-GPU setup. It is strongly tied to the current conversation around coding agents and autonomous training workflows.

What AutoRA Is

AutoRA is a separate project with its own repository, documentation, and goals. It should not be treated as the same thing as karpathy/autoresearch.

FAQ

Is AutoResearch the same as AutoRA?

No. They are different projects.

Which repo should I open for Karpathy's project?

Open github.com/karpathy/autoresearch.

Why make a comparison page at all?

Because searchers can mix up the names, and a clear disambiguation page can capture that traffic while helping users quickly find the right project.