Deep Dive · Mar 21, 2026 · 18 min

Attention Is All You Need — Implementing Transformers from First Principles

Walking through the transformer architecture layer by layer, from scaled dot-product attention to multi-head projection, with production considerations at every step.

Architecture · Mar 14, 2026 · 11 min

Event-Driven Architecture at Scale: Patterns That Survive Production

Event sourcing, CQRS, and saga orchestration sound elegant in whitepapers. Here's what actually happens when you operate them at scale — and the patterns worth keeping.

AI & ML · Mar 7, 2026 · 9 min

The Agentic Pattern Taxonomy: Tool Use, Planning, and Memory

A structured breakdown of the design patterns emerging in agentic AI — from simple tool-calling loops to multi-agent orchestration with shared memory and planning layers.

Engineering · Feb 28, 2026 · 7 min

Why Your ML Pipeline Needs a Contract Layer

Feature stores solved discovery. Model registries solved versioning. But the handoff between data, training, and serving still breaks silently. A case for schema contracts in ML infrastructure.

Deep Dive · Feb 20, 2026 · 15 min

Evaluating LLMs Beyond Benchmarks: Building Your Own Eval Framework

MMLU and HumanEval tell you almost nothing about how an LLM will perform in your domain. How to design evaluation pipelines that measure what actually matters for production deployment.

Architecture · Feb 12, 2026 · 10 min

ADRs as Architecture: Decision Records That Actually Drive Design

Most teams write ADRs as post-hoc documentation. The real power is using them as a forcing function for architectural thinking — before the code is written.

AI & ML · Feb 4, 2026 · 12 min

Fine-Tuning in Practice: LoRA, Data Curation, and When Not to Fine-Tune

Everyone fine-tunes. Few do it well. The gap between a mediocre adapter and a production-grade one is mostly about data — not hyperparameters.

Architecture · Jan 27, 2026 · 8 min

The Platform Engineer's Manifesto: Infrastructure as Product

Platform engineering isn't DevOps renamed. It's a fundamentally different model — treating infrastructure as an internal product with users, roadmaps, and SLOs.