Claude Code's creator has some really good advice
Theo reacts line-by-line to Boris Cherny's post arguing that automation — CLAUDE.md rules, lint checks, CI — matters more than ever in the agent era, not less.
July 21stA 15-year Meta engineer's seven-step plan for learning to code with AI in 2026 — and the one habit that decides whether AI teaches you or just ships code you can't explain.
Learning to code in 2026 is still worth it, but only if you anchor every concept to one real project through a 'knowledge tree' and force yourself to predict what AI-written code will do before running it, rather than letting the agent finish tasks unsupervised.
The video argues coding is still worth learning in 2026, but the method has to change: pick a paid coding agent — Claude Code, Cursor, or Codex — and skip consumer vibe-coding tools like Lovable, Base44, and Replit, which hide the complexity you're there to learn. Then anchor every concept to one real project using a 'knowledge tree': trunk (core pieces), branches (features), leaves (individual tasks). Define an MVP first so you ship something working fast, then move leaf by leaf while an AI-maintained knowledge graph tracks which concepts you've mastered and quizzes you before running code. The failure mode to avoid is letting AI 'just fix it' without understanding why. Realistic timeline: an evening or two to set up, then 1–3 months at roughly 10 hours a week to finish a real project.
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 →
Opens with the beginner's real question — is coding still worth learning with AI writing more code every year — and answers it directly: yes, from a 15-year Meta engineer who ships AI-assisted code daily.

Previews the seven-step plan, the tools, the knowledge tree method, and the one AI mistake beginners keep making.

Narrows the choice to three paid coding agents used by working engineers, with Claude Code as the personal pick for its interactivity.

Names Lovable, Base44, and Replit as tools to skip for learning because they abstract away the complexity a beginner needs to see.

Recommends one evening learning agent fundamentals — context, memory, model selection, plan mode — before touching a project.

Introduces the knowledge tree metaphor and the rules for picking a first project: solve a real problem, size it to your level, avoid over-scoping.

Shows the copy-paste prompt used to have AI interview you into a right-sized project idea, part of a free companion skills pack.

Defines MVP as the smallest end-to-end shippable slice, worked through with a fitness-tracker example reduced to log-workout plus history.

Defines the trunk as the shared core components of any project — source control, backend, database, frontend, API, deployment.

Defines branches as the ordered horizontal feature slices a project ships in, each building on the last.

Defines leaves as the individual concrete tasks inside a branch, where concept-level learning actually happens.

Explains the knowledge graph that tracks concept mastery status over time and adjusts how much re-teaching a concept needs.

Introduces the core forcing function — predicting code behavior before running it — and names the 'just fix it' failure mode to avoid.

Walks through a real transcript of the method in action, teaching the concept of a variable via a hard-coded list turned into an array.

Recaps the full seven-step plan in sequence.

Gives a realistic timeline: an evening or two for setup, then 1–3 months at ~10 hours a week for step seven.

Previews a companion product/waitlist — a UI that visualizes the knowledge graph and tracks progress through the plan.

Closes with a free-community CTA for beginners going through the same process.
Pick a coding agent, scope a real project's MVP, then learn every concept as a leaf attached to that project's trunk and branches while a forcing-function quiz habit keeps you from letting AI finish tasks you don't understand.
“Yes, I think coding is definitely still worth it in 2026. I don't see software engineers going anywhere in the near future.”
“I would avoid some of the more popular vibe-coding tools like Lovable, Base44, Replit — because they abstract away some of the complexity that makes it very user-friendly.”
“One of the best things about being a software engineer is being able to see a project come to life.”
“I don't care what you do. Just fix the problem.”
“It happens in the friction, it happens in the recall, and the quizzing yourself.”
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.
The question every beginner is quietly asking — am I wasting my time learning to code while AI writes more of it every month — gets a straight answer up front: no, but the method has to change completely from how anyone learned it even a year ago.
A structure for anchoring every new coding concept to one real project instead of learning topics in isolation: trunk (shared core pieces), branches (features shipped in order), leaves (individual tasks where concepts get introduced).
The full beginner curriculum condensed to seven ordered steps, moving from tool selection to a real, understood, shipped project.
An MVP is defined strictly as the smallest end-to-end shippable slice — not a feature-reduced product, but the minimum thing a user can actually use — demonstrated with a fitness tracker cut down to log-workout plus history.
“Join the free Workshop community”
Soft single mention at the very end, after all seven steps of value have already been delivered. A second, separate plug for a paid-adjacent product waitlist (the 'AI coding harness') runs earlier at 23:33 — a two-tier CTA (free community now, paid tool later) rather than one hard pitch.
00:01
00:30
00:49
01:08
01:28
01:48
02:07
02:27
02:47
03:07
03:26
03:46
04:06
04:25
04:45
05:05
05:24
05:44
06:04
06:23
06:43
07:03
07:22
07:42
08:02
08:22
08:37
09:01
09:15
09:40
10:00
10:20
10:39
10:59
11:19
11:45
11:58
12:18
12:41
12:57
13:17
13:29
13:50
14:16
14:39
14:46
15:15
15:35
15:54
16:14
16:34
16:53
17:13
17:33
17:52
18:12
18:32
18:52
19:11
19:31
19:51
20:10
20:30
20:50
21:09
21:32
21:49
22:00
22:28
22:48
23:07
23:27
23:51
24:07
24:26
24:46
25:06
25:25
25:45
26:05Theo reacts line-by-line to Boris Cherny's post arguing that automation — CLAUDE.md rules, lint checks, CI — matters more than ever in the agent era, not less.
July 21stTheo runs OpenAI's GPT-5.6-Sol through Claude Code instead of Codex and gets visibly better designs and cheaper orchestration — then reads Codex's system prompt on camera to find out why.
July 16thA same-prompt, parallel test of the new #1 leaderboard model against Claude Fable 5 across four real build tasks — a voxel game, a motion-graphics video, a synth pad, and a researched website.
July 17thAndrew Warner and Adam run down this week's most-starred GitHub repos — three AI design tools, a parallel-agent "tokenmaxxing" rig, a video-comprehension skill — and pull the geophysicist who built the #1 trending AI job-search framework on camera to explain how it got him hired.
July 16thEleven power-user habits from someone who has logged over a thousand hours in OpenAI's Codex CLI — model tiers, thread delegation, safety hooks, and remote control from a phone.
July 14thA walkthrough of the four ways cloud-hosted coding agents replace manual bug verification, QA, and code review — plus the setup behind all of it.
July 15th