ai

0x023 - World Models 🌍

World models skip text and learn the world from raw video, building each frame live from your last move. One prompt becomes explorable 3D: stunning for games and film, still guessing at the physics.

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.