to monorepo or not to monorepo
Agents and monorepos.
Should you move all of your code into a monorepo in the era of AI agents? I do not know, and I think fundamentally it does not matter. I did it, and now I’m undoing it – a cycle I’ve gone through several times before. I’m team no-monorepo again for now. Instead, I leverage a “workspace” system that pulls in multiple repos for agentic work into its own directory on the filesystem.