NewAI Content Creation is now live in Early Access
Turning Point Academy
0%
Video Classes · MasterclassLesson 1 of 10
4 min readBeginner

The video masterclass is the professional deep-dive complement to the written lessons. Where the text gives you the base — installation, sessions, skills, prompts — each video goes deeper into how the work actually gets done: the habits, the architecture judgment and the systems that separate someone who uses Claude Code from someone who masters it.

There are nine videos. This guide tells you what each one solves, which area it belongs to and where to start depending on your level. You can watch them in module order, or follow one of the two suggested paths at the end.

What you'll get: a map of all nine videos — what each one solves, its area and its level — and a viewing path chosen for your starting point, so you begin today with the right video.

The nine videos

#VideoAreaLevelWhat it solves
1Claude Code — best practicesFundamentalsBeginnerThe official best practices: structuring your work, giving context and getting consistent results from day one.
2How the creator works — 6 strategiesWorkflowIntermediateSix concrete strategies: /clear to start fresh, /compact to summarize and continue, plan before executing, TDD, small commits and Esc to interrupt.
3The core skills, end to endFundamentalsBeginnerThe core skills explained in full: parallel sessions, fresh context for hard problems and turning repeated tasks into skills.
4Why software fundamentals matter more than everArchitectureIntermediateWhy judgment and fundamentals matter more with AI, not less: TDD (red → green → refactor) and how to reshape shallow modules into deep, testable ones.
5Deep modules: design the interface, delegate the implementationArchitectureAdvancedModules with a small interface and rich internals: you design the interface, delegate the implementation and treat each module as a gray box.
6The handoff skill — carry context between sessionsWorkflowIntermediateDisposable handoffs: store them in temp, redact secrets, use pointers and state the next session's purpose.
7Routines — Claude as a proactive teammateAutomationIntermediateClaude running in the background: the three decisions per routine — trigger, context (repos/connectors) and steerability.
8Build a self-improving system — 5 stepsAutomationAdvancedFive steps toward a system that improves itself — optimization, code-build, improve-system, ecosystem-monitoring and north-star — with a human approval gate at every critical point.
9Real-world full build (capstone) + the 8 loopsReal projectAdvancedThe capstone project: a real end-to-end build, applying the 8 Claude loops and the Drive mindset — slow is smooth, you lead, compress the feedback loops, action over analysis.

The handoff video pairs with the written lesson Handoff — continue in a fresh session; the fundamentals videos reinforce what you saw in Your first session, branches & models and the skills lessons.

Two suggested paths

You don't need to watch everything at once. Pick the path that matches your starting point.

Beginner

Beginner path

Build the base: working habits, the essential skills and the daily flow, closing with continuity between sessions and background automation.

  1. Claude Code — best practices
  2. The core skills, end to end
  3. How the creator works — 6 strategies
  4. The handoff skill — carry context between sessions
  5. Routines — Claude as a proactive teammate
Advanced

Advanced path

For those who already command the daily flow: architecture judgment, deep modules, systems that improve themselves and the closing full build.

  1. Why software fundamentals matter more than ever
  2. Deep modules: design the interface, delegate the implementation
  3. Build a self-improving system — 5 steps
  4. Real-world full build (capstone) + the 8 loops

Whichever path you finish, the capstone is the destination: everything from the written lessons and the earlier videos comes together there.

10-minute practice. Pick your path using the table above and start the first video on that path (on the beginner path, video 1: best practices). While you watch, write down one concrete practice you don't do today — and apply it in your next Claude Code session before moving on to the next video.