The Neuron: AI Explained

BONUS: GPT 5.4 LIVE Test & Learn to Code in 2026: What's Essential vs. What AI Handles Now

29 snips
Mar 6, 2026
Ryan Carson, founder of Treehouse who taught over 1M people to code and now builds agent-first tooling at Untangle. He rethinks how people should learn to code when AI writes syntax, demos agent-driven workflows and his viral 3-file system, and argues the new hard skills are deployment, databases, security and shipping reliable products.
Ask episode
AI Snips
Chapters
Transcript
Episode notes
ADVICE

Use Simple Git Branching From Day One

  • Learn basic Git concepts early: init a repo, create branches for features, and use PRs to merge instead of editing main directly.
  • Ryan keeps three local checkouts for hotfixes and two feature branches to avoid accidental breaks.
INSIGHT

Know How LLMs Predict Tokens Not Just Syntax

  • Understanding how LLMs work (tokens, matrix multiplies, training via prediction) is now more valuable than deep low-level CS for most builders.
  • Ryan suggests everyone ask their agent to explain LLM basics as homework to use tools effectively.
ADVICE

Write Tests First And Automate End-To-End Checks

  • Adopt test-driven and spec-driven habits by writing clear acceptance tests first and asking the agent to implement code that makes tests pass.
  • Use automations to run end-to-end user tests daily and report regressions to catch breaks early.
Get the Snipd Podcast app to discover more snips from this episode
Get the app