The Runtime Visuals method

A lesson you don't watch. A lesson you drive.

Keep scrolling: five steps of real learning science, taught the way every lesson here works.

the method
1/5

The problem

Your brain deletes passive lessons

AI can write the code for you. What it can't give you is judgment: the mental models to design systems, review output, and decide. That judgment only comes from real understanding, and there's a catch. In 1885, Hermann Ebbinghaus measured how fast memory fades, and a 2015 replication confirmed it: after a lesson you only watch, most of it is gone within a day. Drag the slider and watch it happen. This is real data.

Memory after a passive lesson Ebbinghaus · 1885, replicated 2015
100% 50% now 7d
Days since the lesson 1d

About 34% is still in your head. The rest is gone. Ebbinghaus's own numbers, confirmed in 2015.

The fix

Recalling beats re-watching

The testing effect (Roediger & Karpicke, 2006): students who answered questions remembered far more a week later than students who re-read the material four times. Being forced to commit, even wrongly, is what makes it stick. That's why every lesson here asks you to predict before it reveals.

Predict

One week later, which group remembers more?

The group that re-read the material four times
The group that answered questions instead
Re-reading ×4 40%
Retrieval practice 61%

Free recall after one week (Roediger & Karpicke, 2006). Committing first is the mechanism, not a gimmick.

Touch it

Spacing bends the curve

Each well-timed review flattens the forgetting curve (Cepeda et al., 2006). Drag the reviews slider and watch retention bend upward. In real lessons, dials exactly like this one drive every visual: cause and effect, under your fingers.

Retention over 30 days spacing effect · illustrative
100% 50% now 30d
Well-timed reviews 0×

Day-30 retention: ~21%. Each review restarts a slower decay (Cepeda et al., 2006).

See it

Two channels beat one

Dual coding (Paivio) and the multimedia effect (Mayer): words and visuals are processed in separate channels, so pairing them encodes the idea twice. It's why every mechanism here is drawn and stepped through in front of you, never just narrated at you.

Encode twice

Words

Visuals

One durable
mental model

Words alone
Words + visuals better transfer in 11/11 tests

Mayer's multimedia experiments: words + pictures beat words alone in every test. Two channels, one model.

The payoff

Built on the science you just scrolled

Predict-first questions, dials you drive, visuals for every mechanism, quizzes and gists for spaced review. Every course is engineered around this research. In the AI era, the engineers who matter are the ones who understand the machine, not just prompt it. The first lessons of every course are free.

Science → every lesson

  • Retrieval practice: Predict-first questions before every reveal

  • Spacing effect: Quizzes and per-lesson gists for review

  • Dual coding: Every mechanism drawn and stepped, live

  • Active learning: Sliders and scenarios you drive yourself

You just used the method. You predicted, dragged, and watched curves bend. The real lessons work exactly like this, on real systems.

01 Why this works

Understanding is the product.

Generating code is cheap now. Knowing whether it is correct, safe and right for your system still belongs to engineers. That judgment comes from working models of the systems you use every day, and building those models is exactly what a Deep Dive does.

AI raised the bar for understanding, not lowered it.

01

AI is confidently wrong

Generated code compiles, reads well, and hides bugs that only an engineer with the right mental model will catch.

02

Debugging is understanding

When AI-written code fails in production, the fix comes from knowing how the system underneath actually behaves.

03

Architecture stays human

AI lists options. Choosing the right one for your constraints takes judgment built from real models, not summaries.

payment-service-plan.md generated by AI · looks reasonable
Queue every charge request for async processing ok
Retry failed charges automatically, 3 attempts flagged
charge succeeds response times out retry charges again: $49 ×2

no idempotency key, so the system cannot tell "failed" from "succeeded but never answered"

Log and alert on final failure ok
✓ caught in design review by an engineer who understands distributed systems

W-01

Simulators, not videos

You drive the execution: pause, inspect, reset, replay. Watching creates familiarity. Operating creates understanding.

W-02

Models that last

Each lesson attacks one model from four angles: theory, lab, quiz, gist. Come back months later and refresh it in minutes, not hours.

W-03

Certificates with proof

Pass the certification quiz and get a shareable certificate with a public verification link. It certifies understanding, not watch time.

W-04

Interview depth

The "explain how X works" questions senior interviews test: runtimes, rendering, networking, security, git internals. Covered by simulation.

W-05

Built for teams

Invite your team, see progress per member per Deep Dive, manage roles from one dashboard. Per-seat billing, cancel anytime.

W-06

Try it free

The first lessons of every Deep Dive are free. See how simulation feels before you pay anything.

Create free account

02 Inside every Deep Dive

One model. Four angles.

Every lesson is a workspace with four tabs. Each tab attacks the same mental model a different way, because that is what makes it stick.

theory 01

Build the model

Concise, visual explanations of how the system works and why it was built that way. Written for working professionals: no filler, no padding.

lab 02

Drive the simulator

Step through the running system yourself. Labs stop before the payoff and ask you to predict the next state; committing to an answer first is the difference between recognising and knowing.

quiz 03

Verify it holds

Targeted questions that test the model, not trivia. If a gap exists, you find it here instead of in production or an interview.

gist 04

Refresh in minutes

Everything distilled into a reference you can reread in seconds. Six months from now, you refresh the model without rewatching anything.

Finish all lessons, pass the certification quiz, earn a verifiable certificate.

Our position

You don't need 40 hours to understand something deeply. You need to see it run.

And the more AI writes your code, the more that clarity matters.

04 Pricing

One plan. Everything included.

Every Deep Dive, every simulator, every certificate, and all future content. No tiers, no locked lessons, no upsells.

Individual

PLN-01

Full access for one developer

$99 / YEAR $199 Now 50% off

$8.25/month, billed yearly. Cancel anytime.

  • 01 All deep-dive courses
  • 02 Interactive simulators
  • 03 Concept lessons with mental models
  • 04 Practice quizzes per lesson
  • 05 Reference cheatsheets
  • 06 New courses as released
Start Learning Now

Team

For teams

Give your whole team deep technical skills

$129 / SEAT / YEAR $259 Now 50% off

You're seat #1. Add members anytime. Cancel anytime.

  • 01 Everything in Individual
  • 02 Centralized team billing
  • 03 Add & remove members anytime
  • 04 Track courses per team
  • 05 Seats shared across your teams
  • 06 Volume grows with your team
Start a Team

Secure checkout via Stripe. Certificates stay valid after cancellation.

faq Questions, answered
01 What exactly are the 'interactive simulators'? +
Our simulators are custom-built Vue.js applications that visualize invisible system mechanics in real-time. You can step through an event loop tick-by-tick, watch memory allocation on the heap, trace prototype chains, or see exactly how the browser renders a page. It's experiential learning that text explanations and videos simply cannot replicate.
02 Is this content suitable for beginners? +
This platform is designed for developers who already have foundational knowledge and want to go deeper. We don't teach syntax or framework basics, we teach how things work under the hood. If you're comfortable writing code but want to understand what's actually happening at runtime, this is for you.
03 How is this different from YouTube tutorials or Udemy courses? +
Most courses show you what to type. We show you why it works. Our interactive simulators let you visualize concepts like memory management, rendering pipelines, and authentication flows in ways that passive video watching cannot achieve. Plus, our content is verified for accuracy, no AI hallucinations or outdated tutorials.
04 Will AI make this knowledge obsolete? +
Quite the opposite. As AI generates more code, the ability to understand, debug, and architect systems becomes more valuable, not less. Someone needs to verify AI output, fix production issues at 3 AM, make architectural decisions, and handle security concerns. We create engineers who can effectively supervise AI, not compete with it.
05 What does each course include? +
Each course contains 5-16 micro-lessons with a mix of: (1) Concept lessons with rich diagrams and mental models, (2) Interactive lab simulators you can step through, (3) Practice quizzes to test understanding, and (4) A comprehensive cheatsheet for quick reference. No 40-hour video marathons, just focused, deep content.
06 What's included in the subscription? +
Your subscription gives you full access to all current courses and any new courses we release. This includes all interactive simulators, concept lessons, quizzes, and reference cheatsheets. We regularly add new courses on topics like JavaScript internals, browser rendering, authentication, and system design.
07 Is my payment secure? +
Absolutely. We use Stripe, a trusted payment platform, to process all transactions. Your payment information is never stored on our servers. We support credit cards and various payment methods depending on your region.
08 Can I cancel my subscription anytime? +
Yes, you can cancel your subscription at any time from your account dashboard. You'll retain access until the end of your current billing period. No questions asked, no complicated cancellation process.
09 Do you offer team or enterprise plans? +
Yes! We offer team licenses for companies who want to upskill their engineering teams. Contact us to discuss volume pricing and custom arrangements for your organization.

Still have questions?

Visit the Help Center

Start today

The next system you debug, see it from the inside.

One subscription. Every Deep Dive, every simulator, every certificate, and everything we publish next.