Building a Speculative Decoding Engine From Scratch: A Portfolio Project That Actually Signals Systems Skill
Build a runnable speculative decoding engine in Python with an n-gram draft model and target-model verification loop — a portfolio project that demonstrates LLM inference, KV-cache reasoning, and acceptance sampling.