- ~32k usable context
- Full-precision K and V
- VRAM capped by cache
- ~80k usable context
- 8-bit K and V
- No reported quality loss
Why it matters: Context length, not weight quantization, is often the real bottleneck for local coding agents — and this fix costs a flag, not a second GPU.
How to apply: Add `--cache-type-k q8_0 --cache-type-v q8_0` to your llama.cpp/llama-server launch command and re-measure your actual usable context before buying more VRAM.