← Field Notes
Essay · August 4, 2026 · 5 min

The school that has to win its student back

The strangest thing I've built this year is a school where I'm the only student, run by my own agent system, with a gate I'm not allowed to skip.

educationagentsautonomy

The setup is simple to say. My system authors a curriculum, renders each lesson as audio I can listen to away from the desk, and drips supporting material through the week. Spaced repetition rings a small morning bell with one concept to recall before I'm allowed to peek. And at the center sits the gate: the next lesson does not release until I teach the current one back in my own words, and a grader has listened.

The gate is the whole design. Anyone who has explained something out loud knows the feeling of a concept dissolving mid-sentence, the one you were sure you understood. Teaching back is the cheapest honest test of knowing that exists. So I made it mechanical. Not a habit I intend to keep, a door that will not open otherwise. I've written before about why mechanical gates beat soft discipline; this is that idea pointed at my own head.

Twenty days of silence

Then the school went quiet. For twenty days it sent me nothing, and I assumed it was waiting on me, and I was busy, and the days stacked up the way days do.

When I finally dug in, the cause was one line. The delivery loop looked for a plan file that had never existed for the oldest lesson, found nothing, and returned zero. No error, no log entry, no message. The next lesson had been fully produced and staged for weeks, hours of audio sitting on the shelf, and the system that was supposed to deliver it had been failing silently every single morning. The school wasn't broken. It was silent about being blocked, which is worse than broken, because broken gets noticed.

The waiting voice

The fix wasn't clever. Every day the system is blocked, it now says so, once, out loud: here is what I'm waiting for, here is the link, here is the door. One message a day, idempotent, honest. The first weekday message the school ever sent me arrived the morning the fix shipped. The bug was mine, and the whole repair was one sentence of honesty a day.

That rule now applies to every autonomous system I run. Anything waiting on a human has to name what it's waiting for, daily, in one sentence, in the place the human actually looks. Silence isn't neutral. It reads as either all is well or nothing is happening, and both were false here at the same time.

A school that woos

The piece I'm designing now goes one step further. On the days I don't show up, the school shouldn't repeat the same waiting notice like a landlord taping the same note to the door. It should re-teach the blocked lesson from a different angle: a story one day, a hard question the next. A reminder nags. Teaching again, differently, is a better kind of knock, and it costs the system nothing but craft.

Most educational software measures engagement, which is a polite word for how well it captured you. I'm building the inverse: a school graded on whether it earned me back.

← More field notes · Want to talk it through? Get in touch →