Code editor showing Python vector quantization implementation

Build a Pure Python IVF Index with Product Quantization and Residual Vector Quantization

A hands-on guide to building a pure Python IVF index with product quantization and residual vector quantization — a portfolio project that signals deep systems and ML infrastructure skill to hiring managers.

September 17, 2026 · 16 min · 3250 words · martinuke0
A diagram of a transformer with LoRA adapters

From‑Scratch LoRA Adapter Injection and Weight Merging in Pure Python

Implement LoRA adapter injection and weight merging from scratch in pure Python, demonstrating transformer systems engineering for hiring managers.

September 17, 2026 · 2 min · 301 words · martinuke0
GPTQ quantization engine pipeline diagram

Building a GPTQ Weight Quantization Engine from Scratch: Fisher Scoring & Mixed-Precision Calibration

Learn to build a functional GPTQ quantization engine from scratch, complete with Fisher information scoring and mixed-precision calibration, and how to signal systems-level engineering skill to hiring managers.

September 17, 2026 · 8 min · 1534 words · martinuke0
A visual representation of distributed training sharding optimizer states across multiple GPUs.

Building a Mini GPT with ZeRO Stage 2 from Scratch in PyTorch

Learn how to implement a distributed training loop from scratch, mastering ZeRO Stage 2 and gradient accumulation to optimize memory and compute for large language models.

September 16, 2026 · 7 min · 1333 words · martinuke0
A conceptual diagram of speculative decoding showing a fast draft model feeding tokens to a larger verifier model.

Build a Speculative Decoding Engine: A Portfolio Project That Signals Real Systems Skill

A hands-on guide to building a speculative decoding engine with a draft model and verifier in pure Python. This project signals deep systems expertise and is practical enough to actually complete, with real runnable code at every step.

September 16, 2026 · 13 min · 2751 words · martinuke0
Feedback