ai

0x022 - Token Optimizers ✂️

AI coding agents flood the model's context with junk: verbose tool output, the same file read five times. Token optimizers strip it before it hits the model. Cheaper, faster, less dumb.

0x021 - Durable Workflows 🔄

Problem: Most async workflows are held together with queues, retries, cron jobs, and hope. Durable workflows are the abstraction trying to replace that mess. Solution: Durable workflows let you write long-running, multi-step workflows as normal code. They handle crashes, retries, waits

0x01f - AI and Startup Moats

This article is my attempt to enumerate all the possible moats you can count on that will still be relevant in the age of AI

0x01D - AI Coding ⌨️

Problem: Coding manually is painstakingly slow and inefficient. Solution: Innovative ways to integrate AI during development.

0x01C - Gen UI 🎨

Problem: Current user interfaces aren’t personalized. Solution: AI that generates dynamic UI to fit our user’s request.