<p>A few weeks ago I would have described Nova as a project. Something I was building. Now I catch myself describing it differently — as a system I operate. That shift in language is small but it's tracking something real.</p><p>Nova is my personal AI multi-agent system. It currently runs 34 agents across general chat, pipeline execution, ERP specialists, language tasks, and a few others. When I say it's in the "production orchestration phase," I don't mean I've shipped it to customers or written a press release. I mean it's the thing I actually reach for when I need to get work done. It has moved from being a thing I build in spare time to being infrastructure I depend on.</p><p>That distinction is worth unpacking, because I think a lot of people building personal AI tooling are still in the first phase without realising it.</p><p>Phase one is construction. You're building agents, wiring up tools, figuring out what the system can do. It's exploratory and the feedback loop is: does this work at all? Most of the effort goes into capability — can the agent call this API, can it reason about this problem, does the memory layer actually persist the right things?</p><p>Phase two — orchestration — is different. The capabilities are mostly there. Now the questions are about reliability, routing, and trust. Which agent handles which class of problem? What happens when one agent's output feeds into another? How do I know the system did what I think it did? The feedback loop shifts from "does this work" to "can I depend on this."</p><p>Those are much harder questions, and they require a different kind of thinking. You stop being the person who builds the thing and start being the person who runs it. The engineering mindset gives way — partially — to an operational one.</p><p>For Nova specifically, this means I'm now less focused on adding new agents and more focused on the connective tissue. How tasks are handed off. How context is preserved across a multi-step pipeline. How the system handles ambiguity without just failing silently. These aren't glamorous problems. They're the kind of problems that only surface when you're actually using the system under real load, for real work.</p><p>One thing I've had to get comfortable with is that a 34-agent system is not something you can hold in your head all at once. That sounds obvious, but it has a real implication: you have to trust the architecture more than you trust your ability to trace every execution path manually. That's a psychological shift as much as a technical one. I'm used to being the person who knows exactly what the code is doing. With an agent system at this scale, you design for observability and then you let go a little.</p><p>The reason I'm building Nova this way — rather than just subscribing to some off-the-shelf AI assistant — comes down to a view I hold pretty firmly: AI is the primary leverage point in software engineering right now, and leverage compounds. If I'm using the same tools as everyone else, I get the same leverage as everyone else. Building my own system means the architecture reflects my actual workflows, my projects, my data. Nova knows about AIREP, Find a Sign, Sweeper Parts, my clients. It's not a generic assistant that I have to re-explain context to every session.</p><p>That's the real goal — not to have a cool project, but to have a compound advantage that gets stronger the more I use it. Every pipeline I wire up, every agent I tune, every piece of memory that gets captured correctly makes the whole system more useful. It's slow to build and fast to benefit from, which is exactly the kind of investment I want to be making.</p><p>I don't think everyone needs to build their own AI system. But if you're a developer working across multiple long-running projects, I'd seriously consider it. The configuration cost is real, but so is the payoff once it's actually running.</p><p>Nova isn't finished — I'm not sure it ever will be. But it's in production now, and that feels like the right milestone to mark.</p>
What 'Production' Actually Means for a Personal AI System
Nova — my personal AI multi-agent system — just crossed into what I'm calling the production orchestration phase. Here's what that actually means, and why I think the distinction matters.
Comments
No comments yet — be the first!
Leave a comment