I’m Max, a product leader with an engineering background. I write about building useful software, working with AI, and the creative practice behind both.
Latest post
Too many agents, one Mac
Coding agents made parallel work cheap. My Mac got the bill.
I often have several agents working at once, each in its own Git worktree. They write code, run the tests, and commit it. In isolation, each one behaves sensibly. Together, they can start three builds, four test suites, and a browser run on the same machine without any of them knowing the others exist.