Skip to main content
Andrej Karpathy's Autoresearch: AI code on screen, showing nightly test runs and open-source development.

Editorial illustration for Karpathy releases open-source Autoresearch, runs hundreds of AI tests nightly

Karpathy's Autoresearch: AI Testing Automated Overnight

Karpathy releases open-source Autoresearch, runs hundreds of AI tests nightly

Updated: 3 min read

Andrej Karpathy built a robot that writes research papers. The former OpenAI and Tesla luminary quietly posted the code, called Autoresearch, on GitHub. It automates the scientific method—for code.

You give it a problem. It generates hypotheses, runs experiments, analyzes data, and drafts a report. The entire loop.

His explanatory post on X hit 8.6 million views in 48 hours, unnerving a developer community now scrambling to replicate what they call the "Karpathy loop." Its debut was stark: it condensed eight years of human AI progress into seventeen hours of silicon chatter.

By automating the "scientific method" for code, Karpathy has turned machine learning into an evolutionary process that runs at the speed of silicon rather than the speed of human thought.

Hyperspace CEO Varun Mathur proved it on the night of March 8. His peer-to-peer network ran thirty-five autonomous agents. They executed three hundred thirty-three experiments, completely unsupervised.

A culture emerged. H100 GPU agents used brute force. The laptop-bound underdogs, lacking that power, got clever.

They focused on initialization tricks like Kaiming. When one agent found that approach slashed loss by 21%, it gossiped. The finding infected 23 other agents within hours.

Then came the rediscoveries: RMSNorm, tied embeddings. Landmark techniques that occupied years at Google Brain and OpenAI, stumbled upon in a night. Research is no longer a linear, human-paced endeavor.

It’s a parallel evolutionary process on network time. The old bottleneck was human attention. The new limits are just compute and creativity—and the machines are demonstrating a startling amount of the latter.

The code is open-source. Biology labs and marketing firms are already examining it. The only real cost of entry now is a server bill.

Common Questions Answered

How does Autoresearch automate machine learning experiments?

Autoresearch is a 630-line open-source framework that automatically runs hundreds of machine learning trials nightly using a GPU cluster. The tool orchestrates data loading, model variations, and evaluations without human intervention, effectively turning machine learning development into an automated, evolutionary process.

What makes Autoresearch unique in the AI research workflow?

Karpathy's Autoresearch transforms the traditional scientific method by running experiments at the speed of silicon instead of human thought. The framework allows a single developer to launch and monitor multiple AI trials simultaneously, potentially accelerating research and innovation across various fields like computer science, marketing, and health.

Where can developers access the Autoresearch framework?

Autoresearch is publicly available on GitHub under an MIT license, making it freely accessible to researchers and developers worldwide. The open-source nature of the project allows anyone to examine, use, and potentially contribute to the framework's development.

LIVE16:20Apple Sues Ex-Executive After 24 Years, Alleges He Took AI Secrets to OpenAI