Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 

Repository files navigation

Prasad Khake

I'm an inference-systems engineer testing efficiency papers and tuning folklore on hardware from a 16 GB MacBook to rented datacenter GPUs. My work asks what actually limits LLM inference — and how those limits change across scales. I drive iterative problem-solving, with coding agents handling lookup, verification, and execution.

KV Cache Reality Labkv-cache-tax: one model, one harness, cross-hardware (M3 vs rented NVIDIA L4), four measured legs:

  • The KV-cache tax — what long context costs; includes a proven thermal-throttle finding on fanless Apple Silicon.
  • The eviction tax — a rotating KV window saves 36% of memory and collapses recall 5/5→0/5 the moment context crosses the window.
  • KV quantization: 4× slower on my Mac, 28% faster on an L4 — the same knob, opposite results; whether it helps is a property of the implementation × hardware pair, not the technique.
  • Every number measured, medians of interleaved passes, raw data and rental runbooks in the repo.

Inference cost engineering

Open source (as robertlangdonn)

From scratch, honestly benchmarked

Professionally: production LLM pipelines (output quality gates, hallucination catching, idempotent webhook-driven retries) and end-to-end automation architecture. Previously: paperd.ink, an open-source ESP32 e-paper board used by makers across 20+ countries, and vcfkit, a Rust genomics CLI 4× faster than bcftools.

Writing at prasadkhake.com · On Device

📫 prasadkhake@gmail.com · LinkedIn

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors