cd/sources/inmyhead-auto-discovered· home sources Inmyhead (auto-discovered)
cat /sources/inmyhead-auto-discovered.feed | wc -l → 4

Inmyhead (auto-discovered)

articles 4 domain inmyhead.is → feed RSS
07:07
2026-07-29
inmyhead.is
large-language-models

Building a GPT-2 Tokenizer in Go

A developer built a streaming-friendly GPT-2 tokenizer in Go using Byte Pair Encoding (BPE) that achieves exact round-trip parity with Hugging Face's output. The project focused on minimal allocations…

07:06
2026-07-29
inmyhead.is
large-language-models

A Scheduler as a Lens into LLM Inference

A developer built a small scheduler in Go to understand vLLM's scheduler for LLM inference, tracing each design decision back to its vLLM equivalent. The scheduler operates in a tick loop with three p…

07:06
2026-07-29
inmyhead.is
artificial-intelligence

Preempting the Prefill, Part 3: Results & Benchmark

VLLM's slack-aware preemption policies rescued urgent request attainment at high load in a benchmark on 6× A100 SXM4 80GB GPUs running Llama 70B, where the control policy collapsed to 0% urgent attain…

05:46
2026-07-29
inmyhead.is
artificial-intelligence

Preempting the Prefill

A new paper, FlowPrefill by Hsieh et al., proposes preempting long LLM inference prefills mid-forward-pass to rescue urgent requests that would otherwise miss their time-to-first-token (TTFT) service-…