What Happened
In February 2026, Andrej Karpathy — former Director of AI at Tesla, co-founder of OpenAI, and the person who coined the term "vibe coding" — posted a thread that got 37,000 likes and 4.1 million views. He revealed that in December 2025, something fundamentally shifted in how he works with AI.
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…
— Andrej Karpathy (@karpathy) February 25, 2026
The 80-20 Flip
Karpathy went from writing 80% of his code himself and delegating 20% to AI agents, to the exact opposite — 20-80. He now delegates 80% of his coding work to agents. This didn't happen gradually over months. It happened in weeks.
His words: "The models have significantly higher quality, long-term coherence and tenacity and they can power through large and long tasks, well past enough that it is extremely disruptive to the default programming workflow."
The AutoResearch Experiment
Karpathy didn't just talk about it — he ran an experiment. He gave an AI agent a single prompt describing a complex home video analysis system. The agent:
- Went off for ~30 minutes autonomously
- Ran into multiple issues and researched solutions online
- Resolved them one by one
- Wrote the code, tested it, debugged it
- Set up all the services
- Came back with a complete markdown report
His reaction: "I didn't touch anything." What would have been a weekend project three months ago was done in 30 minutes, hands off.
The New Skill: Judgment
Here's the line that matters most for your career: "The skill being built right now is judgment: what to delegate, how to specify it, how to review it fast. Intent specification and task decomposition are the new coding."
This is exactly what AI orchestration is. You're not writing code — you're:
- Decomposing problems into tasks an agent can handle
- Specifying intent clearly enough that the agent produces the right output
- Reviewing results fast enough to maintain velocity
- Making judgment calls about what needs human eyes and what doesn't
What This Means for You
92% of US developers now use AI-assisted coding tools. But the results vary dramatically based on orchestration skill — knowing when to delegate, how to write the spec, and how to review efficiently.
The gap between "uses AI sometimes" and "orchestrates AI systematically" is where careers are being made in 2026.