Smaller, faster, safer: running Kimi and GLM at scale
- AI
- Infrastructure
- Security
- Developer Tools
Cloudflare’s post explains how it fit newer open models into production economics. The core moves were smaller representations for model weights, FP8 quantization for the key-value cache that stores attention state across long prompts, and cache tagging so one tenant cannot accidentally or maliciously reuse another tenant’s context. The pitch is straightforward: lower memory pressure means higher throughput and lower cost, while cache tags make shared infrastructure safer.
If you run or buy LLM inference, treat KV-cache quantization and cache isolation as first-order architecture choices, not implementation trivia. Also push vendors to disclose quantization, eval methods, and pricing where users actually choose models, because those details can change agent reliability and trust.
-
blog.cloudflare.com
- Discuss on HN