cd ../bitacora
·engineering·7 min read

Architecture you can run alone at 3am

Five products, one engineer. The constraint forces good decisions: boring stacks, aggressive observability, and a hard rule that everything stays shippable by one person.

This is the studio bitácora — a working log rather than a polished publication. Entries get written when something is worth writing down: a strategy that cleared its evidence gate, a drawdown that taught me something, or an engineering decision I want to remember the reasoning behind.

The short version

Build small, ship it, keep it running, and write down what actually happened — including the parts that did not work. The full entry lives in the source repository; this page is the redesigned shell it renders into.

$ git log --oneline -1
a1b2c3d  architecture you can run alone a...

Want the rest? It is part of the open notes at hello@namilabs.ai.