Skip to content
View robertlangdonn's full-sized avatar

Organizations

@kagaji

Block or report robertlangdonn

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
robertlangdonn/README.md

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

Pinned Loading

  1. paperdink/paperd.ink paperdink/paperd.ink Public

    ESP32 based E-paper display.

    249 10

  2. vcfkit vcfkit Public

    Fast VCF toolkit — normalize, liftover, filter — as a single static binary. 4× faster than bcftools on hot paths. No htslib, no Python, no C dependencies.

    Rust 8

  3. hacker-newspaper hacker-newspaper Public

    Mobile-optimized Hacker News frontend (React, Vite, Tailwind)

    JavaScript

  4. pioracle pioracle Public

    Pioracle — Your destiny in π. Pi Day oracle app.

    HTML