Articles: Runtimes

Runtimes

NVIDIA PAIR: when more machines make local AI faster

Your GPU is busy while another computer sits idle. NVIDIA PAIR can send it requests, but whether you finish sooner depends on how the work is shared.

14 min read
  • NVIDIA PAIR
  • Local LLM
  • Ollama
  • LM Studio

Runtimes

DWDP for MoE inference: move weights, not tokens

Expert parallelism moves tokens to weights. DWDP reverses the path, prefetching remote expert weights and removing cross-rank synchronization. The bet works inside a narrow regime.

11 min read
  • DWDP
  • MoE
  • SGLang
  • TensorRT-LLM

Runtimes

vLLM 0.27 turns the KV cache into peer-to-peer memory

vLLM 0.27 lets every engine serve CPU-resident KV blocks to another peer over NIXL, filters tiers per request and emits routable cache events. The mechanism is shipped; the production speedup is not proven.

11 min read
  • vLLM 0.27
  • KV cache
  • NIXL
  • Offloading

Runtimes

Kimi K3 opens 2.8T parameters, not a local model

Kimi K3 activates 104 billion parameters out of 2.8 trillion, mixes KDA with MLA across a one-million-token context, and needs an eight-B300 or eight-MI355X node in vLLM's launch recipes.

9 min read
  • Kimi K3
  • Moonshot AI
  • MoE
  • KDA

Runtimes

Latency against latency: what your scheduler actually decides

An inference engine's scheduler does not trade throughput against latency. It trades one latency against another: time to first token versus time between the tokens that follow. Three major engines, three opposite defaults, and nothing tells the operator.

18 min read
  • Scheduler
  • vLLM
  • SGLang
  • TensorRT-LLM

Runtimes

MoE serving: at what batch size does the network take over?

A mixture-of-experts does not remove the cost, it moves it twice: from compute to memory, then from memory to the network. The second shift has a threshold, it can be computed, and it decides your topology.

25 min read
  • MoE
  • Expert parallelism
  • all-to-all
  • DeepEP

Runtimes

GGUF vs GPTQ vs AWQ: a format, two algorithms, one problem

GGUF is a file format, GPTQ and AWQ are algorithms. At 4 bits, each attacks the outlier problem differently. Anatomy of three constructions, from GPTQ's Hessian to GGUF's k-quants, and of what the choice of format decides for you.

19 min read
  • GGUF
  • GPTQ
  • AWQ
  • Quantization

Runtimes

Nobody knows how to measure coding agents anymore

On July 8, 2026, OpenAI disavowed SWE-Bench Pro: ~30% broken tasks. It is the third reference instrument declared dead in three generations. Anatomy of a metrology crisis: noise ceiling, contamination, and a harness effect worth a whole model generation.

17 min read
  • Benchmarks
  • SWE-bench
  • Coding agents
  • Evaluation