Tagged
state-machines
2 posts · all writing
Jul 21, 2026
6 min
Dec 30, 2025
4 min
The AI Says It's Done. Make It Prove It.
Coding agents get lazy on long jobs: they do the fun part and round up to done. A deterministic state machine takes that call away from the model.
Modeling React State as a Finite State Machine
A modern approach using TypeScript discriminated unions and hooks