🐦 Twitter Post Details

Viewing enriched Twitter post

@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.

📊 Media Metadata

{
  "score": 0.42,
  "score_components": {
    "author": 0.09,
    "engagement": 0.0,
    "quality": 0.12,
    "source": 0.135,
    "nlp": 0.05,
    "recency": 0.025
  },
  "scored_at": "2026-03-08T14:19:21.388645",
  "import_source": "api_import",
  "source_tagged_at": "2026-03-08T14:19:21.388655",
  "enriched": true,
  "enriched_at": "2026-03-08T14:19:21.388658"
}

🔧 Raw API Response

{
  "type": "tweet",
  "id": "2030376700337643742",
  "url": "https://x.com/LiorOnAI/status/2030376700337643742",
  "twitterUrl": "https://twitter.com/LiorOnAI/status/2030376700337643742",
  "text": "It's over. Karpathy just open-sourced an autonomous AI researcher that runs 100 experiments while you sleep.\n\nYou don't write the training code anymore. \n\nYou write a prompt that tells an AI agent how to think about research. \n\nThe 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.\n\nThat 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:\n\n- 12 experiments per hour, ~100 overnight\n- Validation loss measures how well the model predicts unseen text\n- Lower score wins, everything else is fair game\n\nThe 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. \n\nYour job becomes programming the programmer, and this unlocks a strange new loop:\n\n1. Agents run real experiments without supervision\n2. Prompt quality becomes the bottleneck, not researcher hours\n3. Results auto-optimize for your specific hardware\n4. Anyone with one GPU can run a research lab overnight\n\nThe best AI labs won't just have the most compute. \n\nThey'll have the best instructions for agents who never sleep, never forget a failed experiment, and never stop iterating.",
  "source": "Twitter for iPhone",
  "retweetCount": 380,
  "replyCount": 109,
  "likeCount": 3818,
  "quoteCount": 23,
  "viewCount": 692796,
  "createdAt": "Sat Mar 07 20:15:02 +0000 2026",
  "lang": "en",
  "bookmarkCount": 6287,
  "isReply": false,
  "inReplyToId": null,
  "conversationId": "2030376700337643742",
  "displayTextRange": [
    0,
    277
  ],
  "inReplyToUserId": null,
  "inReplyToUsername": null,
  "author": {
    "type": "user",
    "userName": "LiorOnAI",
    "url": "https://x.com/LiorOnAI",
    "twitterUrl": "https://twitter.com/LiorOnAI",
    "id": "931470139",
    "name": "Lior Alexander",
    "isVerified": false,
    "isBlueVerified": true,
    "verifiedType": null,
    "profilePicture": "https://pbs.twimg.com/profile_images/2027106343283527680/lh729xEs_normal.jpg",
    "coverPicture": "https://pbs.twimg.com/profile_banners/931470139/1761077189",
    "description": "",
    "location": "",
    "followers": 113483,
    "following": 2170,
    "status": "",
    "canDm": true,
    "canMediaTag": false,
    "createdAt": "Wed Nov 07 07:19:36 +0000 2012",
    "entities": {
      "description": {
        "urls": []
      },
      "url": {}
    },
    "fastFollowersCount": 0,
    "favouritesCount": 6805,
    "hasCustomTimelines": true,
    "isTranslator": false,
    "mediaCount": 661,
    "statusesCount": 3770,
    "withheldInCountries": [],
    "affiliatesHighlightedLabel": {},
    "possiblySensitive": false,
    "pinnedTweetIds": [],
    "profile_bio": {
      "description": "Covering the latest news for AI devs • Building the 1st Agentic Media Company @AlphaSignalAI (280K users) • 9 yrs in ML • Ex-MILA • MIT",
      "entities": {
        "description": {
          "hashtags": [],
          "symbols": [],
          "urls": [],
          "user_mentions": [
            {
              "id_str": "0",
              "indices": [
                78,
                92
              ],
              "name": "",
              "screen_name": "AlphaSignalAI"
            }
          ]
        },
        "url": {
          "urls": [
            {
              "display_url": "alphasignal.ai",
              "expanded_url": "https://alphasignal.ai",
              "indices": [
                0,
                23
              ],
              "url": "https://t.co/AyubevaLcb"
            }
          ]
        }
      }
    },
    "isAutomated": false,
    "automatedBy": null
  },
  "extendedEntities": {},
  "card": null,
  "place": {},
  "entities": {
    "hashtags": [],
    "symbols": [],
    "urls": [],
    "user_mentions": []
  },
  "quoted_tweet": {
    "type": "tweet",
    "id": "2030371219518931079",
    "url": "https://x.com/karpathy/status/2030371219518931079",
    "twitterUrl": "https://twitter.com/karpathy/status/2030371219518931079",
    "text": "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:\n\n- the human iterates on the prompt (.md)\n- the AI agent iterates on the training code (.py)\n\nThe goal is to engineer your agents to make the fastest research progress indefinitely and without any of your own involvement. In the image, every dot is a complete LLM training run that lasts exactly 5 minutes. The agent works in an autonomous loop on a git feature branch and accumulates git commits to the training script as it finds better settings (of lower validation loss by the end) of the neural network architecture, the optimizer, all the hyperparameters, etc. You can imagine comparing the research progress of different prompts, different agents, etc.\n\nhttps://t.co/YCvOwwjOzF\nPart code, part sci-fi, and a pinch of psychosis :)",
    "source": "Twitter for iPhone",
    "retweetCount": 1726,
    "replyCount": 543,
    "likeCount": 14023,
    "quoteCount": 386,
    "viewCount": 2700996,
    "createdAt": "Sat Mar 07 19:53:15 +0000 2026",
    "lang": "en",
    "bookmarkCount": 17153,
    "isReply": false,
    "inReplyToId": null,
    "conversationId": "2030371219518931079",
    "displayTextRange": [
      0,
      274
    ],
    "inReplyToUserId": null,
    "inReplyToUsername": null,
    "author": {
      "type": "user",
      "userName": "karpathy",
      "url": "https://x.com/karpathy",
      "twitterUrl": "https://twitter.com/karpathy",
      "id": "33836629",
      "name": "Andrej Karpathy",
      "isVerified": false,
      "isBlueVerified": true,
      "verifiedType": null,
      "profilePicture": "https://pbs.twimg.com/profile_images/1296667294148382721/9Pr6XrPB_normal.jpg",
      "coverPicture": "https://pbs.twimg.com/profile_banners/33836629/1407117611",
      "description": "",
      "location": "Stanford",
      "followers": 1897505,
      "following": 1057,
      "status": "",
      "canDm": true,
      "canMediaTag": true,
      "createdAt": "Tue Apr 21 06:49:15 +0000 2009",
      "entities": {
        "description": {
          "urls": []
        },
        "url": {}
      },
      "fastFollowersCount": 0,
      "favouritesCount": 22277,
      "hasCustomTimelines": true,
      "isTranslator": false,
      "mediaCount": 856,
      "statusesCount": 9999,
      "withheldInCountries": [],
      "affiliatesHighlightedLabel": {},
      "possiblySensitive": false,
      "pinnedTweetIds": [
        "1617979122625712128"
      ],
      "profile_bio": {
        "description": "I like to train large deep neural nets. Previously Director of AI @ Tesla, founding team @ OpenAI, PhD @ Stanford.",
        "entities": {
          "description": {
            "hashtags": [],
            "symbols": [],
            "urls": [],
            "user_mentions": []
          },
          "url": {
            "urls": [
              {
                "display_url": "karpathy.ai",
                "expanded_url": "https://karpathy.ai",
                "indices": [
                  0,
                  23
                ],
                "url": "https://t.co/0EcFthjJXM"
              }
            ]
          }
        }
      },
      "isAutomated": false,
      "automatedBy": null
    },
    "extendedEntities": {
      "media": [
        {
          "allow_download_status": {
            "allow_download": true
          },
          "display_url": "pic.twitter.com/3tyOq2P9c6",
          "expanded_url": "https://twitter.com/karpathy/status/2030371219518931079/photo/1",
          "ext_media_availability": {
            "status": "Available"
          },
          "features": {
            "large": {
              "faces": []
            },
            "orig": {
              "faces": []
            }
          },
          "id_str": "2030361240787423232",
          "indices": [
            275,
            298
          ],
          "media_key": "3_2030361240787423232",
          "media_results": {
            "id": "QXBpTWVkaWFSZXN1bHRzOgwAAQoAARwtSsqK2xAACgACHC1T3eWaQIcAAA==",
            "result": {
              "__typename": "ApiMedia",
              "id": "QXBpTWVkaWE6DAABCgABHC1KyorbEAAKAAIcLVPd5ZpAhwAA",
              "media_key": "3_2030361240787423232"
            }
          },
          "media_url_https": "https://pbs.twimg.com/media/HC1KyorbEAAoGWr.jpg",
          "original_info": {
            "focus_rects": [
              {
                "h": 961,
                "w": 1716,
                "x": 0,
                "y": 337
              },
              {
                "h": 1298,
                "w": 1298,
                "x": 418,
                "y": 0
              },
              {
                "h": 1298,
                "w": 1139,
                "x": 577,
                "y": 0
              },
              {
                "h": 1298,
                "w": 649,
                "x": 1067,
                "y": 0
              },
              {
                "h": 1298,
                "w": 1716,
                "x": 0,
                "y": 0
              }
            ],
            "height": 1298,
            "width": 1716
          },
          "sizes": {
            "large": {
              "h": 1298,
              "w": 1716
            }
          },
          "type": "photo",
          "url": "https://t.co/3tyOq2P9c6"
        }
      ]
    },
    "card": null,
    "place": {},
    "entities": {
      "hashtags": [],
      "symbols": [],
      "urls": [
        {
          "display_url": "github.com/karpathy/autor…",
          "expanded_url": "https://github.com/karpathy/autoresearch",
          "indices": [
            907,
            930
          ],
          "url": "https://t.co/YCvOwwjOzF"
        }
      ],
      "user_mentions": []
    },
    "quoted_tweet": null,
    "retweeted_tweet": null,
    "isLimitedReply": false,
    "article": null
  },
  "retweeted_tweet": null,
  "isLimitedReply": false,
  "article": null
}