Fetching from the wire…
Top 5 · 2026-05-17 · source-backed
Andrej Karpathy published what amounts to a manifesto for the next era of software. In a blog post summarizing his Sequoia Ascent 2026 fireside, he lays out three eras: Software 1.0 (humans write code), Software 2.0 (neural networks learn patterns from data), and Software 3.0 (LLMs programmed through prompts, context, tools, and memory).
The specific claim that got me: December 2025 was when his personal ratio inverted from writing 80% of code to delegating 80% to agents. I've felt this shift in my own work over the past six months using Claude Code in my personal projects. Not gradually. More like a step function. One month I was writing most of my code. The next month I was reviewing most of my code.
But the most useful part isn't the timeline. It's his verifiability heuristic: "Traditional software automates what you can specify; LLMs automate what you can verify." That's a decision framework you can use today. If you can look at the output and know whether it's right, an LLM can probably produce it. If you can't verify it without deep domain expertise, you still need a human in the loop.
This maps directly to what I see building solo. Layout components, API integrations, test scaffolding, data transformations. I can verify all of that by looking at it. Architectural decisions, user experience flows, the choice of what to build next. That's still me. The bottleneck moved from fingers to taste. And here's the thing nobody's saying out loud: taste is a design skill, not an engineering skill. My 20 years in visual communications are suddenly more relevant to my engineering career than my 15 years of writing code.
The timing matters. This drops in the same week that claude-code-best-practice hit 53.4K stars and Zerostack shipped a 1.0 Rust-native coding agent. Three independent signals pointing at the same shift. Karpathy names it. The community writes the playbook. And new tools make the infrastructure cheaper.
If you haven't internalized "automate what you can verify," start there. It's more useful than any framework recommendation I could give you.
Each link below shares sources, entities, or timing with this story.
Forrest Chang's andrej-karpathy-skills repo is a single CLAUDE.md file distilling Karpathy's observations on LLM coding pitfalls. It topped GitHub trending with +44K weekly stars. Then the ecosystem detonated. Ten-plus related repos trended simultaneously with 70K+ combined st...
Andrej Karpathy published his Sequoia Ascent talk summary on June 17, and it gave me language for something I've been doing without a name. His framing: Software 1.0 automates what humans can specify as explicit rules. Software 2.0 automates what we can describe with training...
RTK is a single Rust binary that intercepts your terminal commands and compresses the output before it hits the LLM context window. That's it. No configuration philosophy, no agent framework — just less tokens for the same information. The numbers are immediate: cargo test com...
akitaonrails/ai-memory (Rust, 2,485 stars) hooks into agent lifecycles to capture prompts, tool calls, and session boundaries, compiling them into a git-versioned per-project markdown wiki with full-text search and optional vector retrieval. Pitch: abandon a task in Claude Cod...
The person who coined "vibe coding" and co-founded OpenAI just chose Anthropic. TechCrunch confirmed on May 19 that Andrej Karpathy has joined Anthropic's pre-training team, where he'll start a new group using Claude to accelerate pre-training research under team lead Nick Jos...
A single markdown file. 56,000 stars. multica-ai/andrej-karpathy-skills gained 42,000 stars in one week, making it the fastest-growing repo I've tracked this year that isn't an actual software product. The file is derived from Karpathy's observations about LLM coding pitfalls....
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.