Minimal transformer engine illustration

Build a Minimal Transformer Inference Engine for Your Portfolio

A practical guide to building a minimal transformer inference engine with KV cache, tokenizer, attention, and sampler. It demonstrates systems skills that hiring managers look for.

September 18, 2026 · 7 min · 1336 words · martinuke0
Byte-level BPE tokenizer source code on a laptop screen

Byte-Level BPE Tokenizer: A Hands-On Build Guide for Your CV

A practical, step-by-step guide to building a byte-level BPE tokenizer with regex pre-tokenization, signaling real NLP systems engineering skill to hiring managers.

September 17, 2026 · 10 min · 2069 words · martinuke0
Feedback