Course · 6 lessons ~18 hr Intermediate

Triggers — Engineering Entry

Build a personal flow-trigger checklist for two specific contexts (one work context, one hobby context). Read Kotler's framework with the construct map from Module 1 active as a filter — separate the well-evidenced triggers from the overclaimed ones. Walk away with a one-page checklist per context that you actually run before sitting down. A flow trigger checklist is a boot configuration. Rails apps don't get faster requests by serving requests faster; they get faster requests by booting with the right configuration — the right cache layers warm, the right database connections established, the right asset compilation done. The cost is paid up front, once, before requests flow. Most engineers attempt flow with a cold boot — they sit down, open the editor, and try to enter the state directly. The state then takes 25–40 minutes to arrive (when it arrives at all) because the boot work is being done implicitly during the session. The checklist front-loads the boot. You spend 10 minutes setting up the conditions, and the session starts from a warm state. Eyal's internal-trigger framework is the exception-handler audit. When you log the internal triggers that fire during a session, you're identifying the exceptions thrown most often by your own cognition. The fix is the same as in any system: catch the exception at the source (acknowledge the anxiety; sit with the boredom for 60 seconds; name the perfectionism), don't propagate it up the stack to a behavior (the phone-grab is the propagated exception).

reading · we frame, you read MIT or the canonical taught · we author, no canonical fits ↺ spirals back to earlier lessons
Course locked

Complete The Body Knows Before You Do first.

This course unlocks once you've finished its prerequisite. Open prerequisite →

6 lessons. Read in order; spiral back when you need to. By the end you'll have used the core ideas twice — once on the abstract, once on something you'll meet at work next week.