Reading up on Andrej Karpathy
30 deep · digging since nov 24, 25
- LLMs are complicated now – Ian’s Blog
Modern LLMs have grown complex with many attention variants and mixture-of-experts, echoing the messy evolution of recommendation systems.
- Zen and the Art of Machine Learning Research
Success in machine learning research hinges on temperament—persistence, equanimity, and beginner's mind—more than on raw talent or intelligence, akin to Zen practice.
- How the Open Knowledge Format can improve data sharing
Google Cloud introduces the Open Knowledge Format (OKF), an open specification for representing curated knowledge as markdown files with YAML frontmatter to enable portable, agent-readable context.
- Karpathy's Autoresearch found a 3-year-old bug in our query engine (and improved performance by 11%) - PostHog
PostHog used a Karpathy-style AI agent to find a 3-year-old ClickHouse bug where `toTimeZone()` disabled primary key usage, and the fix cut query time by 37%
- LLM Wiki v2 — extending Karpathy's LLM Wiki pattern with lessons from building agentmemory
Extends Karpathy's LLM Wiki pattern with memory lifecycle, knowledge graphs, hybrid search, and automated quality controls to keep personal wikis healthy as they scale.
- Show HN: How LLMs Work – Interactive visual guide based on Karpathy's lecture
An interactive visual guide explains how LLMs are built from internet text to conversational assistants, based on Karpathy's lecture.
- Thoughts on slowing the fuck down
Rapid adoption of AI coding agents in production codebases leads to compounding errors, complexity, and loss of maintainability; the author advocates for slowing down and maintaining human oversight.
- The End of Coding: Andrej Karpathy on Agents, AutoResearch, and the Loopy Era of AI - YouTube
Karpathy argues the role of human coding will shrink dramatically as autonomous AI agents progress from chaining tool calls to independently designing and running experiments.
- Autoresearch on an old research idea | Blog
Using Karpathy's Autoresearch loop with Claude Code, the author reduced mean rank by 54% on an old research project, primarily through bug fixes and hyperparameter tuning.
- 'The Karpathy Loop': 700 experiments, 2 days, and a glimpse of where AI is heading
Andrej Karpathy's 'autoresearch' AI agent ran 700 experiments in 2 days, discovering 20 optimizations that sped up language model training by 11%.
- US Job Market Visualizer
A treemap visualizes 342 US occupations representing 143M jobs, using BLS data and LLM-generated AI exposure scores, but the methodology draws skepticism.
- Microgpt | Hacker News
Andrej Karpathy's microgpt is a 200-line pure Python file that implements the full algorithmic core of a GPT, including training and inference, with all other complexity framed as mere efficiency.
- Inference is the New Sales & Marketing Spend
AI-native startups like Cursor and Lovable treat high inference costs as a growth investment that replaces traditional sales and marketing spend.
- You’re Not Taking On Enough Tech Debt
Because LLMs drastically lower the cost of cleaning up messy code, engineers should take more intentional technical debt now and trust future models to service it.
- AddyOsmani.com - Agentic Engineering
The article argues for the term 'agentic engineering' to describe disciplined, human-oversight-driven AI-assisted development, contrasting it with the reckless 'vibe coding' approach.
- The 80% Problem in Agentic Coding - by Addy Osmani
Addy Osmani argues that while AI agents now write 80% of code for early adopters, this shifts problems to "comprehension debt," where developers understand less of their own codebases.
- Claude Code and What Comes Next - by Ethan Mollick
Claude Code, using agentic harness and compaction, autonomously built a working website and game, showing a major leap in AI capability for sustained work.
- Auto-grading decade-old Hacker News discussions with hindsight
An LLM retroactively grades decade-old Hacker News predictions, sparking debate on hindsight bias, surveillance, and the value of public web archives.
- It's Hard to Feel the AGI
Leading AI researchers argue that current LLM scaling will hit a ceiling, requiring new insights before AGI emerges, pushing timelines back 5-20 years.
- Thread by @karpathy on Thread Reader App – Thread Reader App
Andrej Karpathy argues that the space of possible intelligences is vast, with animal intelligence being just one specific point, challenging common intuitions.
Takes
Andrej Karpathy joined Anthropic five weeks ago. Yesterday my friend on his team sent me the Claude.md file he actually uses. It completely changed how I work with Claude. From the very first message, the difference was obvious. With this file, Claude finally stops fighting me and starts working exactly the way I need it to. Bookmark it before it gets taken down. Read it now, then check the article below.
@Raytar
Loop Engineering Clearly Explained
@akshay_pachaar
@karpathy and I are back! At @sequoia AI Ascent 2026. And a lot has changed. Last year, he coined “vibe coding”. This year, he’s never felt more behind as a programmer. The big shift: vibe coding raised the floor. Agentic engineering raises the ceiling. We talk about what it means to build seriously in the agent era. Not just moving faster. Building new things, with new tools, while preserving the parts that still require human taste, judgment, and understanding.
@stephzhan
19-year-old American student spent his entire scholarship $2,299 on an iPad and Mac Mini. His grandma thought he was trying to hack the Pentagon. He just dropped one file into Claude and went to sleep. CLAUDE.md processed four principles. Written after Karpathy - co-founder of OpenAI - publicly broke down how AI tools actually work. In the morning the system closed tasks a junior dev would take three days to finish. Claude did it in 3 hours. Didn't touch code nobody asked it to touch. Just did exactly what it was told. 45,000 developers installed this in a week. Most of them had never heard of the file before. The iPad became his office. The Mac Mini runs while he's in class. An agency does the same thing for $15,000 a month. He pays $20. Four lines of logic. And the question is no longer "can a student compete with an agency" - but whether an agency is needed at all.
@noisyb0y1
How Karpathy's Autoresearch Works And What You Can Learn From It
@manthanguptaa
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 but imo coding agents basically didn’t work before December…
@karpathy
Bought a new Mac mini to properly tinker with claws over the weekend. The apple store person told me they are selling like hotcakes and everyone is confused :)I'm definitely a bit sus'd to run OpenClaw specifically - giving my private data/keys to 400K lines of vibe coded…
@karpathy
Introducing Simile.Simulating human behavior is one of the most consequential and technically difficult problems of our time. We raised $100M from Index, Hanabi, A* BCV, @karpathy @drfeifei @adamdangelo @rauchg @scottbelsky among others. pic.twitter.com/lwEH6a6BYk
@joon_s_pk
A few random notes from claude coding quite a bit last few weeks.Coding workflow. Given the latest lift in LLM coding capability, like many others I rapidly went from about 80% manual+autocomplete coding and 20% agents in November to 80% agent coding and 20% edits+touchups in…
@karpathy