← Portfolio home
Case Studies

Patterns from the platform

Write-ups of production systems I have designed and shipped. Focus on the design decisions and the tradeoffs behind them.

Platform · AI Testing

Per-PR Preview Environments as an AI Testing Substrate

Every pull request gets its own isolated stack. The URL scheme is designed so AI agents can drive it exactly like a human user would. No mocks, no bespoke harness, no test doubles.

Kubernetes ArgoCD Envoy Playwright
Read →
Platform · Edge Security

WAF as Code: A Kubernetes Operator for Edge Security

Terraform breaks Cloudflare Log Push by changing rule IDs on every update. Forked an aging OSS operator, stripped it to the two CRDs I needed, rewrote the API layer. Rule IDs stay stable. SIEM correlation stays intact.

Kubernetes Cloudflare GitOps WAF
Read →
Platform · Security · AI

Sanctioning Shadow AI: A Controlled Runtime for Employee Agents

Engineers were buying Mac minis and running personal AI agents on unmanaged hardware. Instead of banning it, I built an ECS-based sanctioned runtime with per-agent EFS isolation, IAM task role separation, and no public ingress. Same productivity, controlled blast radius.

ECS EFS IAM AI Ops
Read →
More coming

Additional case studies in progress

AI-driven observability operator, PCI DSS 3.x to 4.x migration, and multi-agent orchestration patterns are next.