The lesson player
Every lesson drops you into something that is already going wrong.
Other platforms wrap a text exercise in a game: points, pixel art, a streak. That is
decoration over a worksheet. Here you get a simulation, built from the way things actually
fail. It is not anyone's production system and we are not going to pretend it is. What it
is, is a situation you cannot read your way past.
01It is running, and nothing is wrong yet
Messages arrive and get handled, the way they would in the real thing. You
watch it work for a minute so you know what healthy looks like before it stops being
healthy.
02It breaks while you are watching
Not a screenshot, and not a description written after the fact. The log
turns red in front of you and a queue starts climbing in the corner.
03You say what you think broke, before you are told
A prediction with three real answers, where the wrong ones are the mistakes
people actually make. Being wrong here is the point. It is what makes the
explanation stick when it arrives.
04You find the fault by pointing at it
The thing that is broken is on screen and you tap the part of it that is
wrong. Scored on what you hit and what you wrongly accused.
05You push one fix and watch what it does
You choose the change, it redeploys, and the log answers. Cause and effect
felt rather than described.
06The queue drains and you hand it over
The lesson ends with the thing green again and the state changed, not with
a score and not with a badge.
The screen never sits still. Never more than two
screens of reading in a row before something asks you to act, and the thing you are looking at
changes on every single step. A lesson is five to seven minutes. It works on a phone: swipe up
to advance, or arrow keys and number keys on a laptop.
And it is not a terminal every time.
Each course puts you in front of the instrument professionals in that discipline actually
stare at, and learning to read that instrument is part of the course. Only two of the
nine are a terminal.
Product SenseA support inbox beside the actual screen.
Complaints arrive, all pointing at one step.
Software FoundationsA request waterfall. One call
goes slow, then times out under real data.
Git, Deploy, DomainsA deploy pipeline and a live
preview. The pipeline is red and the site is serving the old build.
AgentsA run tree of tool calls and a cost counter.
The agent loops and the counter climbs per minute.
Reading CodeA stack trace wired to the source file.
2am, and a file you have never opened.
Shipping SafelyA usage and billing graph beside the
repo. A key is public and the bill is bending upward.
Getting Your First UserA live funnel. Signups arrive
and none of them come back.