All writing
Tag

Prefix Caching.

1 post ·RSS

Latest
Prefix Caching · 05 Sept 2026 · 9 min read

Field Engineer's Guide to Prompt & KV Cache Tuning.

Notes from tuning the prompt behind an Antigravity auto-mode gate. Prefix caches match bytes from the left and give no partial credit, so a label that shifts by one re-prefills the whole payload. The seven ways I broke it, the one still in the code, and the tests that keep them out.

Read the article
All writing