I liked Raycast's iOS keyboard. Instead of using it, customizing it or paying for it, I rebuilt my own from scratch in a weekend. It runs on a Cloudflare worker with my own prompts that I can change in 10 seconds without shipping an update.
Three years ago this would have been a 3-month side project I'd abandon. Now it's a Saturday.
And it runs at a fraction of the cost too, thanks to OpenRouter and open-weight models. I'm not paying a subscription to use a feature. I built myself on infrastructure I already pay for.
Software is basically free to write now. The interesting question isn't "what should I buy" anymore. It's "what do I want this thing to do, and how fast can I have my own version."
The boundary between my code and someone else's code is dissolving. Hyper-personalized software is already here for the people who want it. We just don't leverage it yet.
Did you build anything for yourself this month that you could have just bought?
I liked Raycast's iOS keyboard. Instead of using it, customizing it or paying for it, I rebuilt my own from scratch in a weekend. It runs on a Cloudflare worker with my own prompts that I can change in 10 seconds without shipping an update.
Three years ago this would have been a 3-month side project I'd abandon. Now it's a Saturday.
And it runs at a fraction of the cost too, thanks to OpenRouter and open-weight models. I'm not paying a subscription to use a feature. I built myself on infrastructure I already pay for.
Software is basically free to write now. The interesting question isn't "what should I buy" anymore. It's "what do I want this thing to do, and how fast can I have my own version."
The boundary between my code and someone else's code is dissolving. **Hyper-personalized software** is already here for the people who want it. We just don't leverage it yet.
Did you build anything for yourself this month that you could have just bought?
I've been running openclaw agents on my mac mini for two months. The agents themselves are not the problem
The problems are: a browser session that logs itself out at 3am. A cookie that expired and broke the cron at 7am. A puppeteer Chrome version that got wiped by a cache cleaner I forgot I had.
My agents are smart(but naive). My infrastructure is duct tape
Is anyone solving the boring layer? Persistent auth, stable browsers, "this account is mine" identity that survives across sessions? Or is everyone else also waking up to a 6am Telegram saying the cron broke again?
I've been running openclaw agents on my mac mini for two months. The agents themselves are not the problem
The problems are: a browser session that logs itself out at 3am. A cookie that expired and broke the cron at 7am. A puppeteer Chrome version that got wiped by a cache cleaner I forgot I had.
My agents are smart(but naive). My infrastructure is duct tape
Is anyone solving the boring layer? Persistent auth, stable browsers, "this account is mine" identity that survives across sessions? Or is everyone else also waking up to a 6am Telegram saying the cron broke again?