Insights

Technology strategy, digital transformation, and the people shaping our digital future.

April 8, 2026 · Engineering, AI

From 5,000 Voice Memos to a Book: The Pipeline That Runs While You Sleep

How I built a ML pipeline to convert 5,287 voice memos recorded over five years of banking consulting into a structured book on UK digital transformation—using local models, immutable lineage, and staged quality gates instead of one-shot prompts.

knowledge-management llm-engineering voice-transcription book-generation

March 26, 2026 · Engineering, AI

How We Test Claude Skills: The Eval-and-Tune Loop

Writing a Claude Code skill is easy. Knowing whether it actually works is harder. We built an eval-and-tune loop that benchmarks skills against a no-skill baseline, and the first thing we learned is that your initial assertions will be wrong....

claude skills testing evaluation

March 26, 2026 · Engineering, AI

Building CLIs for Agents: What the Original Article Missed

An article on agent-friendly CLIs went around recently. It covered the basics well but missed the patterns that matter most. We built a Claude Code skill that fills the gaps — structured output, stderr separation, exit codes, TTY detection —...

cli agents developer-tools claude

March 23, 2026 · Engineering, Security

Building an Enterprise Security Chassis for Vapor: What Swift Was Missing

Vapor is a capable web framework. But if you want enterprise-grade multi-tenant security — OIDC, RBAC, audit trails, tenant isolation — you're writing it from scratch. We built the chassis that closes those gaps, and the toolchain that made it...

swift vapor server-side-swift security

March 20, 2026 · AI, Strategy

Fifty PowerPoints and a Rebrand: Why We Didn't Train a Model

A client needed 50 PowerPoint decks converted to a new brand identity. Our first instinct was to train a model. We were wrong. Here's the pipeline we built instead, and the decision framework that stopped us from over-engineering.

digital-transformation brand-conversion powerpoint python-pptx