Sep 18, 2026 | Infrastructure, Reliability, Self-hosting
Logs are the thing everyone agrees they should centralise and nobody wants to pay for. The usual outcome is that the noisy source drowns the useful one, retention gets cut to a week, and the one event you needed is three days past the edge of the index. I centralised...
Sep 14, 2026 | Agents & AI, Self-hosting
I run six AI agents. Each is resident in one chat channel, each has its own memory on its own volume, and each has a job: administration, facilities, maintenance, health, finance, security. The one-agent-per-channel rule came from a real failure. When two agents...
Sep 11, 2026 | Infrastructure, Self-hosting
Over roughly six weeks I stood up twenty self-hosted services on my own infrastructure, each replacing something that is normally a subscription: ticketing, file sharing, URL shortening, RSS, video meetings, backup management, file indexing, developer tools, a spatial...
Sep 10, 2026 | Agents & AI, Infrastructure, Self-hosting
An AI coding agent can read a public page with curl. It cannot read a client portal, check whether a deploy actually renders, or pull a number off a dashboard that has no API. Those all need the same thing: a browser that is already signed in. So I built a pool of...