Writing
#architecture
2 articles tagged architecture.
Hexagonal DDD from Day One: Building Holocomm to Be Built by Agents
Holocomm is a multi-tenant WhatsApp booking platform built as a hexagonal-DDD monorepo from day one — a structure chosen so a team of agents could produce and maintain it, keep full context in one place, and depend on nothing I don't control.
architecturedddmonorepomulti-tenancyai-agents
TDD by Construction: How the Vimbus Loop Validates Its Own Code at Scale
A validation layer wrapped around an autonomous code-generation loop: static task validation before any agent runs, split browser verification and re-grounded hexagonal rules while it runs, and a codebase audit that marks nothing done without a traced, tested path.
testingtddautomationaiarchitecture