Frequently Asked Questions
The short answers. The long ones live in the Architecture Decisions.
Why Hugo?
Because a publication should be stone, not software. Static generation gives sub-500ms pages, nothing to breach, and near-zero cost. The price is a build step — a fair trade.
Why Markdown?
Because knowledge should outlive its tools. Markdown is portable, diffable, and readable in any text editor thirty years from now. A proprietary format is a slow-motion hostage situation.
Why Obsidian?
Because it is Markdown, local-first, with no lock-in. The files are yours whether Obsidian exists tomorrow or not. It adds linking and graphing without taking ownership of the data.
Why an AI Executive Office?
Because one generalist prompt gives one perspective. Framing the same work through many roles — security, product, operations, knowledge — surfaces problems a single viewpoint misses. It is diversity of attention, from one model.
Why Telegram?
Because the human gate needs a channel that is instant and always in the pocket. A proposal that waits in an inbox is a proposal that stalls. Telegram is the fastest path to a yes or a no.
Why not a database?
Because a database is a running service to secure, back up, and patch — and the content is small and mostly text. Plain files in version control give durability and history for none of the operational cost.
Why static?
Because the safest server is the one that does nothing. No runtime means no runtime vulnerabilities. Every dynamic feature must justify the attack surface it adds; most cannot.