Writing · Nº 041065 essays
The writing
Ideas from inside the work. Explore technology, entrepreneurship, and the practice of building things that last.
4 essays found · Page 1 of 1
Clear filtersEngineeringHow to Design a Review Queue for AI OutputA human review queue is how AI-native products handle low-confidence output at scale. How to design one that routes the right cases, ranks them, and closes the loop.EngineeringFall Back to Deterministic When the AI Is UnsureThe strongest AI-native systems keep a deterministic path underneath the model. When to route to rules instead of the model, and why a hybrid beats pure AI in production.AIDesign the Fallback Before the Model Fails YouThe model will fail, time out, or return garbage. AI-native failure design means building the fallback path first, so a bad model call degrades instead of breaking.AIRegenerate and Undo Are AI-Native UX PrimitivesIn AI-native UX, regenerate and undo are not nice-to-haves. Because model output is probabilistic, cheap retry and easy reversal are core primitives, not afterthoughts.