The /start command is a 1,400 line markdown state machine with 15 numbered steps that takes a Linear ticket ID and produces a ready-to-test implementation. I type /start AUTM-123 and walk away. When I come back, there’s a feature branch, an implementation plan posted to Linear, working code, and...
I’ve spent the few months building (and endlessly iterating to improve) four markdown state machines - /start , /commit , /staging, and /production - that together manage my development lifecycle. They total about 4,700 lines of structured decision trees. I wrote about the first two already. Now...
Optimization has become a defining feature of modern healthcare. We optimize, review, tweak, and measure our systems and ourselves against a super-optimized standard. Better, faster, safer, more productive, efficient and effective. We’re always looking for improvement. And for good reason. 21st...
Simionescu Function (Wikipedia)PreambleThe holy grail of machine learning appears to be the empirical risk minimisation. However, on the contrary to general dogma, the primary objective of machine learning is not risk minimisation per se but mimicking human or animal learning. Empirical risk...
Optimal learning : Meta-optimization Many papers directly equate “machine” learning problem, algorithmic learning oppose to human or animal learning, with optimisation problem. Unfortunately, contrary to common belief machine learning is not an optimisation problem. For example, take optimal...