The archive

Writing

Engineering leadership, delivery and DORA, AI-assisted development, and building in public.

  1. Agentic Dev The agent fleet, in practice The principles are easy to write down. This is what running a fleet of coding agents actually looks like day to day - the handoffs, the gates I stop at, and the failure mode that taught me to never trust a single agent's finding.
  2. Engineering Leadership AI shrinks the team, not the manager's job A bet on how companies will need to organize to drive products forward. AI lets smaller groups do more, but the answer isn't fewer managers. It's separating two leadership jobs big orgs blur together - the PO drives what, the EM grows who - so small teams own the how and never end up stranded.
  3. Engineering Leadership Intent over mandates - leading the move from legacy to modern tooling You can mandate a migration and get malicious compliance, or you can give intent and get teams that own the destination. Build a paved road, then prove it shipped value with DORA.
  4. BEAM Why I reach for the BEAM in regulated systems The properties auditors care about - isolation, observability, graceful degradation - are the same ones OTP was built around 30 years ago.
  5. Agentic Dev Treating coding agents as a fleet, not a chatbot The leap in productivity isn't a smarter single agent. It's structuring many narrow agents with clear contracts, gates, and verification.