I'm Done Paying Twice for AI
A walkthrough of swapping a metered API key for a headless Codex/Claude subscription so internal tools stop billing per click.
August 19thRob Shocks unpacks Andrej Karpathy's AI Ascent talk into four frameworks every builder needs in their head, then runs his own side-project folder through the test and kills three apps live.
Most AI apps built in 2025 are just software 1.0 plumbing around tasks LLMs can now do natively, so builders must either stop, pivot, or build verifiable domain capabilities and genuinely new software 3.0 products that couldn't exist before frontier models.
Andrej Karpathy's December inflection means models now reliably just work, retiring naive vibe coding and ushering in Software 3.0, where the LLM itself is the programmable computer and the prompt is the code. The shift forces a hard audit of what you build: apply the menu gen test by asking whether a single multimodal prompt with the right tool calls or MCP could replace your entire app, and if yes, the next model release will eat it. Build instead for four lanes: strategy brains that compound your understanding, agent-first infrastructure that strips human UI, verifiable niches the frontier labs ignore for reinforcement learning, and apps only possible because reasoning models exist. Kill the plumbing; skate where the puck is going.
Sign in and you get 23 free chat messages on us — ask for the hook, quote a framework, find the exact transcript moment, generate a markdown action plan. Bring your own key when you want unlimited.
Create a free account →
Rob frames Karpathy's credentials (OpenAI, Tesla Autopilot, coined 'vibe coding') and lands the pattern interrupt: if you're still building like last year, you're in trouble.

Sponsor tag for monday.com, then the explicit promise: what Karpathy said about 2026, what to build, and the four frameworks every AI builder needs. Teases the 'Strategy Agent' that will return as a tool recommendation later.

Karpathy's first big claim: around December, models crossed a quality line — output 'just worked', he stopped correcting, and went on a vibe-coding bender. Implication: if you haven't built end-to-end with Claude Code / Codex / Cursor in the last 60 days, you are flying blind. Homework: build something this weekend.

Karpathy's evolution: Software 1.0 = handwritten rules. Software 2.0 = trained neural nets on big data. Software 3.0 = the LLM itself is the programmable computer, the prompt is the code, the context window is your lever.

Rob uses his own product Levercast as a worked example. Old world: log in, click create, generate post. New world: tell an agent 'use the Levercast MCP, here's an idea' and walk away. The interface for software is no longer humans clicking — it's agents calling.

Karpathy's own MenuGen app — built last year to turn restaurant menus into food photos — now does nothing ChatGPT/Nano Banana can't do natively in one prompt. He demonstrates by dropping the menu directly into a multimodal model. The lesson: a huge percentage of apps shipping right now are Software 1.0 plumbing wrapped around what should be a single Software 3.0 prompt.

The diagnostic Karpathy gives every builder: take what you're building and ask, could I do this with a single multimodal prompt + the right tool calls or an MCP? If yes — you're plumbing that's about to get eaten by the next model release. Stop or pivot. Rob caps it with the Gretzky 'skate where the puck is going' quote.

Sponsor read for monday.com's new natural-language app builder, framed (not unreasonably) as a real-world Software 3.0 surface: build bespoke apps on top of your existing monday workflows, OKRs, and data. CTA: free start, link in description.

Karpathy's next pillar: models are great at code because code is deterministic and verifiable — that's clean feedback the model can train on. Most of the world isn't. So the opportunity is finding niches with SOME verifiability that the frontier labs aren't chasing: financial trading, supply-chain/routing optimization, CI and migration agents, data cleaning and labeling. Your domain expertise is the moat.

Karpathy explicitly retires 'vibe coding' (great as a floor — anyone can build now — but a ceiling without quality). The new term: agentic engineering. Specs, plans, context-window management, code review, unit-through-end-to-end smoke tests, CI blockers. People who get good at this are 10x faster. Rob pushes back on the X-bro claim of '10–20 agents at once' — he can keep 3–4 in his head, max, because he's working on production systems.

Short ad for switchdimension.com course/community, then framework #1 of four: build tools that increase your understanding, not just your speed. Worked example: Rob's 'Strategy Agent' — a folder of markdown strategy docs that an agent reads to keep him focused, redirect him when he's chasing the wrong thing, and ground every new doc in real company context.

Everything we've built is for humans — docs, dashboards, install flows, DNS. The next-gen win is stripping the human UI layer: would an agent know how to use this directly with no human translation? Concrete signal already happening: llm.txt files on e-commerce sites so agents can quickly figure out 'is this API trustworthy, how does it work' instead of wading through marketing copy.

Big labs cover the big surfaces; they will not reinforcement-learn every sub-niche. There are millions of them. The play: pick one, build a verifiable RL environment around it, fine-tune, own that capability. Rob's encouragement: don't dismiss this as inaccessible — you can build anything now, take the handbrake off.

The big one. Not a faster spreadsheet, not a prettier UI on top of an existing workflow — genuinely new things that couldn't exist before reasoning + multimodal models, like the LLM-as-knowledge-base pattern Karpathy demoed. Rob shares that this week he went into his own side-project folder and killed three projects that failed the MenuGen test and the Software 3.0 test. Better to kill them now than watch them die in three months. Teases one or two survivors that hit all four criteria.

Genuine ask: what's the app YOU built that probably shouldn't exist anymore? Then the CTA cluster — subscribe, teases a follow-up on agent-first infrastructure, points to switchdimension.com course/community, links Karpathy's full original talk, and points to more videos on the channel.
Rob Shocks distills Andrej Karpathy's AI Ascent talk into four actionable frameworks — the single-prompt test, the verifiability moat, agentic engineering discipline, and the infinite upside principle.
“Vibe coding raised the floor. Pretty much anyone can build now. But what professionals are doing now is agentic engineering.”
“If the answer is yes, you're building plumbing that's about to get eaten by the next model release. Stop or pivot.”
“A huge percentage of the apps people are building right now shouldn't exist. They're orchestrating things the model can already do natively.”
“I went to my own side project folder this week and I killed at least three projects after watching Karpathy's talk.”
“Software 3.0 is where the LLM itself becomes the programmable computer, the interpreter, and your code basically is the prompt.”
“We can now build anything. Take your handbrake off and go and do it.”
See every word as it's spoken — crank it to 2× and still catch all of it. The same dual-channel trick behind Amazon's Kindle + Audible.
Open on a defocused bokeh of Rob at his ring-lit desk and a single sentence designed to stop the scroll: Karpathy — the man who coined vibe coding — just told you that everything you built last year is wrong. The promise is delivered in the next twenty-four seconds: four frameworks, the actual playbook, and a brutal little test that will probably kill at least one app sitting in your side-project folder.
Karpathy's three-era model for how software is written. The shift to 3.0 is the unlock — most current SaaS is 1.0 plumbing around what 3.0 already does natively.
Take what you're building and ask: could I do this with a single multimodal prompt + the right tool calls or an MCP? If yes, you're building plumbing that's about to be eaten by the next model release. Stop or pivot.
Rob's four-pillar takeaway from Karpathy's talk — what to actually go build now.
Karpathy's example list of underserved domains with enough verifiability to train against — niches the frontier labs are not focusing on.
On-screen card listing the four practices Rob says professional builders are now doing (his version of Karpathy's agentic-engineering pillar). Replaces 'vibe coding' as the professional discipline.
“Hit me up in the comments, and I'm asking this seriously — what is the app you've built that probably shouldn't exist anymore? If this was useful, subscribe. Check out the Switch Dimension course and community.”
Stacked CTA — engagement question first (clever: drives comments by asking for confessions), then subscribe, then teases the next video (agent-first infrastructure deep-dive), then product link, then external link to Karpathy's original talk. The engagement-question opener is the strongest move because it lowers the ask and produces algorithm-friendly comment threads.
00:00
00:01
00:04
00:05
00:06
00:08
00:10
00:13
00:17
00:20
00:22
00:24
00:27
00:27
00:37
00:47
00:57
01:02
01:03
01:08
01:18
01:28
01:38
01:38
01:39
01:49
01:59
02:09
02:19
02:29
02:39
02:49
02:59
03:09
03:17
03:27
03:37
03:43
03:53
04:03
04:06
04:10
04:20
04:25
04:35
04:45
04:55
05:05
05:12
05:12
05:21
05:22
05:32
05:37
05:47
05:57
05:59
06:09
06:10
06:20
06:29
06:33
06:36
06:46
06:48
06:56
07:06
07:16
07:26
07:36
07:46
07:50
07:58
08:05
08:12
08:16
08:26
08:36
08:46
08:56A walkthrough of swapping a metered API key for a headless Codex/Claude subscription so internal tools stop billing per click.
August 19thAnthropic shipped a Figma-style artboard editor into Claude Code itself, and one identical prompt with real context beat Claude Design's default template every time.
August 19thCloudflare quietly built the payment rail for AI agents to pay tiny fees for web resources, and that rail is about to spawn a whole generation of businesses selling clean data, agent-readiness, and packaged expertise.
August 10thRas Mic walks through the seven habits, plugins to slash commands, that turn OpenAI's Codex from a prompt box into a full agentic coding workflow.
August 14thA software engineer who hasn't handwritten a line of code in over a year opens up the actual skill library and two-loop system that runs his AI-assisted development process end to end.
August 13thA five-level walkthrough of building one locked brand system in Claude Design, then generating a burger-brand website, a 3D scroll showstopper, and a matching animated video from that same system.
August 6th