Startup idea: tackle builds across the stack

We need a single tool that does all of:

These are weird bedfellows, but build systems touch all of these.

My spicy take is that the build system is the hard part, all the LLM stuff is just dressing. Here’s my proof: no one has made a good build system yet, but all the other pieces that exist (Actions, Workspaces, Claude Code, containers) are fine. I’m not sure why this is: every time I set up builds I can’t believe I have to do it twice. The only project I’m aware of that even tries to do both local and CI builds well is Bazel, but they’re really up front that it’s slow for small local stuff, and this tool would need to embody the principle of making easy things easy and hard things possible. That first clause means it has to be fast for local builds, and also easy to install (no separate JVM install step). Bazel has whiz bang features like pulling build artifacts over the network for local builds, which is nice if you’re a company that is already big enough to fund your own build system(s), but not a feature I would start with.

Microsoft has all the business pieces to make this pencil: CI builds, LLM CLI tool, and LLM cloud tool. But could it get adoption by tying it all to their proprietary services like this, or would it have to be an open ecosystem?

Would also be an interesting product space for a startup, but how to make money on it? No idea, I’m just the technical cofounder, see, that’s what I rely on all you idea guys for. Hop to it, please, the downtown office I’m eyeing for our fully remote company won’t pay rent on itself!