Fetching from the wire…
Top 5 · 2026-06-19 · source-backed
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 data. Software 3.0 automates what humans can verify. Anything checkable by a test suite, a game score, or a proof checker is now in reach of an agent.
The boundary is verifiability. Not capability, not model size, verifiability. If you can write a check that says "this output is correct," you can hand the task to an agent and let it grind. If you can't write that check, you're still doing the work yourself, or you're shipping unverified output and hoping. He pins December 2025 as the inflection point when agentic coding crossed from experimental to reliable, which roughly matches when my own usage flipped from "fun demo" to "I depend on this daily in my personal projects."
This is the conceptual spine the rest of today sits on. GLM-5.2 gives you a cheap, open verifier-and-generator. OpenCode gives you the harness to run the loop. Unreal gives agents a new surface where the verification is "does the scene render correctly." Karpathy tells you the meta-principle: invest in the checks, because the checks are now the boundary of what you can safely delegate.
It reframes where engineering effort goes. For fifteen years the scarce skill was writing the implementation. Now the implementation is cheap and the scarce skill is specifying what "correct" means precisely enough that a machine can verify it. That's test design, eval design, spec writing. It's also, and this is the part that matches my own experience, taste. Because a lot of what we verify isn't expressible as a unit test. "Is this UI good" doesn't have a proof checker. Human judgment is the verifier there, and that's exactly the part that doesn't automate away.
What to do this week: take one task you've been hand-coding and ask whether you can write a verifier for it. A test, an assertion, a schema check, a golden output. If you can, hand it to an agent and supervise the verifier instead of the code. If you can't, that's the signal that this task still needs you, and that's useful to know explicitly rather than by accident.
Each link below shares sources, entities, or timing with this story.
A four-line config file became a ten-rule discipline this week, and it's the most actionable thing I read all month. Update your own CLAUDE.md today. A document attributed to Andrej Karpathy circulating on X expands the famous four-rule community CLAUDE.md template to ten, per...
Andrej Karpathy stood up at Sequoia Capital's AI Ascent 2026 and said what a lot of us have been thinking but hadn't articulated this cleanly. He called the current era "Software 3.0," defined as prompting an LLM interpreter, and declared December 2025 the tipping point when a...
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...
Andrej Karpathy stood on stage at Sequoia Ascent 2026 and gave a name to what's been happening in our terminals since December: agentic engineering. Not vibe coding. Not prompt engineering. A distinct discipline where you don't write code 99% of the time. You orchestrate agent...
One year ago today, Andrej Karpathy fired off what he called a "shower thought throwaway tweet" and accidentally named an entire industry. Vibe coding. The numbers since then are staggering: 92% of US developers have adopted vibe coding practices, the AI coding market hit $8.5...
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...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.