Writing.
Field notes from production — engineering decisions, architectural trade-offs and the failure modes I hit on real codebases. No think-pieces. What actually shipped.
- 4 min read
What custom software actually costs — and what moves the number
"How much to build it?" honestly answers to "it depends" — so here's what it actually depends on. The cost drivers, the engagement models, and where budgets quietly get burned, from a studio that ships to production.
CostEngagementConsultingProduct - 6 min read
From Supabase to a self-hosted monorepo: rebuilding EcoMap off BaaS
EcoMap ships fast on Supabase, then I rewrote the whole thing onto a Bun/Elysia/Drizzle monorepo. Why I left BaaS, the Telegram-auth-on-the-web fight that cost me the most, and what I'd tell you before you migrate.
Case studyMigrationBackendBunElysiaSupabase - 5 min read
Four agents, 77 projects, 90 minutes: the multi-agent Claude Code pattern I run in production
A swarm of named Claude Code agents over a shared task plane — the coordination pattern, the race condition that broke it on day one, and the production version on a 2,200-commit codebase.
AIClaude CodeMulti-agentDevTools