Andrej Karpathy

Andrej Karpathy

Creator
1 followers

Building @EurekaLabsAI. Previously Director of AI @ Tesla, founding team @ OpenAI, CS231n/PhD @ Stanford. I like to train large deep neural nets.

AI Empowers Citizens to Make Governments Transparent and Accountable
SocialApr 4, 2026

AI Empowers Citizens to Make Governments Transparent and Accountable

Something I've been thinking about - I am bullish on people (empowered by AI) increasing the visibility, legibility and accountability of their governments. Historically, it is the governments that act to make society legible (e.g. "Seeing like a state" is the...

By Andrej Karpathy
LLMs Turn Personal Wikis Into Dynamic Knowledge Bases
SocialApr 2, 2026

LLMs Turn Personal Wikis Into Dynamic Knowledge Bases

LLM Knowledge Bases Something I'm finding very useful recently: using LLMs to build personal knowledge bases for various topics of research interest. In this way, a large fraction of my recent token throughput is going less into manipulating code, and more...

By Andrej Karpathy
AI Research Needs Asynchronous, Community‑scale Collaboration Platform
SocialMar 8, 2026

AI Research Needs Asynchronous, Community‑scale Collaboration Platform

The next step for autoresearch is that it has to be asynchronously massively collaborative for agents (think: SETI@home style). The goal is not to emulate a single PhD student, it's to emulate a research community of them. Current code synchronously grows...

By Andrej Karpathy
Self‑Improving LLM Trainer Runs 5‑Minute Experiments Autonomously
SocialMar 7, 2026

Self‑Improving LLM Trainer Runs 5‑Minute Experiments Autonomously

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

By Andrej Karpathy
Memory Ops and Prompt Compaction Boost Continual Learning
SocialMar 5, 2026

Memory Ops and Prompt Compaction Boost Continual Learning

There was a nice time where researchers talked about various ideas quite openly on twitter. (before they disappeared into the gold mines :)). My guess is that you can get quite far even in the current paradigm by introducing a number...

By Andrej Karpathy
Multi‑agent NanoChat Experiments Fail to Remove Softcap
SocialFeb 27, 2026

Multi‑agent NanoChat Experiments Fail to Remove Softcap

I had the same thought so I've been playing with it in nanochat. E.g. here's 8 agents (4 claude, 4 codex), with 1 GPU each running nanochat experiments (trying to delete logit softcap without regression). The TLDR is that it...

By Andrej Karpathy
AI Coding Agents Suddenly Became Production‑ready This December
SocialFeb 25, 2026

AI Coding Agents Suddenly Became Production‑ready This December

It is hard to communicate how much programming has changed due to AI in the last 2 months: not gradually and over time in the "progress as usual" way, but specifically this last December. There are a number of asterisks...

By Andrej Karpathy
Legacy CLIs Empower AI Agents to Automate Everything
SocialFeb 24, 2026

Legacy CLIs Empower AI Agents to Automate Everything

CLIs are super exciting precisely because they are a "legacy" technology, which means AI agents can natively and easily use them, combine them, interact with them via the entire terminal toolkit. E.g ask your Claude/Codex agent to install this new Polymarket...

By Andrej Karpathy
Bespoke Software Lets You Build Personal Health Dashboards
SocialFeb 19, 2026

Bespoke Software Lets You Build Personal Health Dashboards

Very interested in what the coming era of highly bespoke software might look like. Example from this morning - I've become a bit loosy goosy with my cardio recently so I decided to do a more srs, regimented experiment to try...

By Andrej Karpathy
LLMs Will Redefine Languages, Prompt Massive Code Rewrites
SocialFeb 16, 2026

LLMs Will Redefine Languages, Prompt Massive Code Rewrites

I think it must be a very interesting time to be in programming languages and formal methods because LLMs change the whole constraints landscape of software completely. Hints of this can already be seen, e.g. in the rising momentum behind...

By Andrej Karpathy
Think of LLMs as a Compute‑Dial Family
SocialJan 7, 2026

Think of LLMs as a Compute‑Dial Family

New post: nanochat miniseries v1 The correct way to think about LLMs is that you are not optimizing for a single specific model but for a family models controlled by a single dial (the compute you wish to spend) to achieve...

By Andrej Karpathy
Programmers Must Master AI Agent Stack to Stay Relevant
SocialDec 26, 2025

Programmers Must Master AI Agent Stack to Stay Relevant

I've never felt this much behind as a programmer. The profession is being dramatically refactored as the bits contributed by the programmer are increasingly sparse and between. I have a sense that I could be 10X more powerful if I...

By Andrej Karpathy
Humans Savor “Food for Thought”—LLMs Lack Intrinsic Reward
SocialDec 18, 2025

Humans Savor “Food for Thought”—LLMs Lack Intrinsic Reward

I love the expression “food for thought” as a concrete, mysterious cognitive capability humans experience but LLMs have no equivalent for. Definition: “something worth thinking about or considering, like a mental meal that nourishes your mind with ideas, insights, or issues...

By Andrej Karpathy
NanoGPT: First LLM Trained and Run in Space
SocialDec 10, 2025

NanoGPT: First LLM Trained and Run in Space

nanoGPT - the first LLM to train and inference in space 🥹. It begins.

By Andrej Karpathy