Fetching from the wire…
Top 5 · 2026-05-11 · source-backed
Andrej Karpathy took the stage at AI Ascent 2026 and drew a line that's been fuzzy for months: vibe coding is not agentic engineering. One is a party trick. The other is a discipline.
Vibe coding is what most of us started with. You type a prompt, you get code, you paste it in. Maybe it works. Maybe you prompt again. The feedback loop is fast and addictive, but it's also structurally broken. Karpathy cited the stat that's been floating around security circles: 45% of AI-generated code contains vulnerabilities like hardcoded secrets or improper input validation. That number isn't a scare tactic. I've seen it in my own projects. Single-shot prompting doesn't catch these things because there's no review layer, no second pass, no adversarial check.
Agentic engineering is different. It's structured multi-agent workflows with human oversight baked into the process, not bolted on after. Think of it as the difference between asking an intern to write a feature and running a proper engineering team where code gets reviewed, tested, and verified before it ships. The agents do the work. You do the taste-making and the quality control.
The enterprise numbers back this up. TELUS saved 500,000 hours with 13,000 agentic solutions. Zapier hit 89% AI adoption company-wide. These aren't toy demos. They're production systems with real governance around them.
Here's what I think matters most about Karpathy's framing: he's giving people permission to admit that copy-pasting ChatGPT output isn't engineering. I use Claude Code every day in my personal projects, and the biggest productivity gains haven't come from faster code generation. They've come from setting up proper agent workflows with testing, review, and verification steps. The bottleneck moved from "write the code" to "orchestrate the agents and evaluate their output." That's a fundamentally different skill.
If you're still in vibe-coding mode, the transition isn't hard. Start with one thing: add a verification step after every generation. Run the tests. Read the diff. Have a second model review. That single change moves you from vibe coding to something closer to agentic engineering. The rest is refinement.
Each link below shares sources, entities, or timing with this story.
Google's Addy Osmani dropped Agent Skills this week, and it hit 2,500+ likes and 340+ retweets before I finished reading the README. Seven slash commands: /spec, /plan, /build, /test, /review, /code-simplify, /ship. Each one encodes quality gates from Google's internal enginee...
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...
Anthropic's definitive report reveals developers use AI in 60% of work but fully delegate only 0-20% of tasks. Production data: Rakuten tested Claude Code on a 12.5M-line codebase (vLLM) — completed in 7 hours with 99.9% accuracy, zero human code contribution during execution....
Willison's framing has settled into a real split: vibe coding (intent-first, accept-without-reading, optimized for speed with Lovable/Bolt/v0) versus agentic engineering (correctness-first, Claude Code/Aider/Cline under structured oversight). The tell is process. Spec-driven S...
A new analysis from paddo.dev dropped today and it synthesizes something I've been feeling but couldn't prove. Three independent research efforts converge on the same uncomfortable conclusion: AI coding tools make developers *feel* faster while actually making them slower. The...
The same man whose framework a model regression destroyed also published the most aggressive prediction of the week, and the tension between those two facts is the whole argument. "The Shape of Things to Come, Part 1: The Continuous Thunderdome" argues traditional CI/CD collap...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.