Infrastructure from experiments
Infrastructure doesn’t need to be planned. It can emerge from experiments when keeping them around costs nothing.
I pay $5 a month for Cloudflare Workers. That gives me room for hundreds of microservices. So when I build something, I just add another one.
Right now I’m building LLM-specific microservices. One for Claude, one for OpenAI, one for each model I use. Could I build one service that handles all of them? Sure. But that gets complex. Separate services means separate simplicity.
No roadmap. No grand design. Just solving problems and keeping the solutions around.