TWITTER_POST

Karpathy's open-sourced 'autoresearch' (flagged by LiorOnAI on 2026-03-07) is a…

Brief

Karpathy's open-sourced 'autoresearch' (flagged by LiorOnAI on 2026-03-07) is a compact single-GPU, one-file (~630-line) repo that runs autonomous agents: they edit a Python training recipe, train a small LLM for fixed five-minute runs (12/hour, ≈100 overnight), evaluate by validation loss, and iterate without humans, making prompt engineering the new bottleneck.

Source evidence

title: @LiorOnAI: It's over. Karpathy just open-sourced an autonomous AI researcher that runs 100 ...
author: LiorOnAI
contenttype: twitterpost
published: 2026-03-07T19:53:15+00:00
source_url: https://x.com/karpathy/status/2030371219518931079/photo/1

word_count: 286

Tweet by @LiorOnAI

It's over. Karpathy just open-sourced an autonomous AI researcher that runs 100 experiments while you sleep. You don't write the training code anymore. You write a prompt that tells an AI agent how to think about research. The agent edits the code, trains a small language model for exactly five minutes, checks the score, keeps or discards the result, and loops. All night. No human in the loop. That fixed five-minute clock is the quiet genius. No matter what the agent changes, the network size, the learning rate, the entire architecture, every run gets compared on equal footing. This turns open-ended research into a game with a clear score: - 12 experiments per hour, ~100 overnight - Validation loss measures how well the model predicts unseen text - Lower score wins, everything else is fair game The agent touches one Python file containing the full training recipe. You never open it. Instead, you program a markdown file that shapes the agent's research strategy. Your job becomes programming the programmer, and this unlocks a strange new loop: 1. Agents run real experiments without supervision 2. Prompt quality becomes the bottleneck, not researcher hours 3. Results auto-optimize for your specific hardware 4. Anyone with one GPU can run a research lab overnight The best AI labs won't just have the most compute. They'll have the best instructions for agents who never sleep, never forget a failed experiment, and never stop iterating.


Posted: 2026-03-07T19:53:15.000Z
Engagement: 4324 likes, 465 retweets, 135 replies


Quoting @karpathy

I packaged up the "autoresearch" project into a new self-contained minimal repo if people would like to play over the weekend. It's basically nanochat LLM training core stripped down to a single-GPU, one file version of ~630 lines of code, then:

  • the human iterates on the