Posts
All the articles I've posted.
Your Backend Is Already a State Machine
Published:Most backends already behave like state machines. The problem is that their states and transitions are often scattered across status fields, booleans, and conditionals.
Build a Terminal-Based AI Agent with TypeScript
Published:AI? Agent? Terminal? Sounds complex... or is it?