Register and share your invite link to earn from video plays and referrals.

KVCache.AI
@KVCache_AI
Hi, this is official account. We build systems for efficient LLM serving, including KTransformers, Mooncake and AgentENV.
109 Following    1.1K Followers
Today is the Mid-Autumn Festival, the day when the moon is said to shine at its fullest and brightest. Mooncakes, rich pastries filled with sweet bean or lotus seed paste, are shared and enjoyed with family and friends during this festival. As the poem goes: “The bright moon rises over the sea; though far apart, we share this moment together.” Wishing everyone a happy Mid-Autumn Festival and a joyful time with your family! 🥮
Show more
Huge congrats to the @vllm_project team on pushing DSpark training for Kimi-K3 to this scale! 🚀 As the high-performance data plane behind the disaggregated pipeline, Mooncake moves hidden states between vLLM inference and training workers, fully utilizing RDMA bandwidth with topology-aware routing and multi-NIC aggregation. A great example of Mooncake powering large-scale AI data movement beyond KV cache transfer. Read more:
Show more
Kimi K3 is a 2.8T-parameter model. We trained a DSpark speculator for it, and the speedup holds up. Single-stream math reasoning goes from ~110 to ~435 tokens/sec per user. Under concurrent load, up to ~3.5x higher output throughput at matched interactivity. The drafter is a 5B model proposing 8 tokens a step, and on math it gets ~6.4 of them accepted per round. Training a drafter for a model this big meant going multi-node: Speculators plus a new Mooncake connector streaming hidden states between vLLM inference and training over RDMA. Two GB300 nodes to serve the target, one to train.
Show more
Full session, vLLM Office Hours #55#: Mooncake + vLLM/llm-d deep dive: Live every other Thursday:
A great read on how GLM-5.3 helped optimize its own inference stack, tripling end-to-end throughput in under two weeks, all driven by a dense feedback loop between the agent and the system. One particularly interesting case for us: while debugging a KV Transfer bottleneck, the team traced a >20% Prefill + KV Transfer performance gap due to Python GIL contention between DeepEP and the Mooncake Transfer thread. After releasing the GIL in the relevant C++ paths, the gap dropped to below 1%.
Show more
We’re sharing how GLM-5.3 helped build and optimize the inference infrastructure serving GLM-5.3-Flash. The system went from its first successful run to production readiness in less than two weeks, with end-to-end throughput tripling relative to the initial baseline. The key was dense feedback: local correctness tests, execution traces, microbenchmarks, and end-to-end measurements that enabled targeted hypothesis testing rather than reliance on aggregate performance metrics alone.
Show more
🚀 Over one trillion tokens per day, powered by Mooncake and SGLang. @ApproachingAI shares the system architecture and engineering lessons behind its token factory, running leading trillion-parameter models with SGLang HiCache + Mooncake Store. A deep dive into: 🏗️ Production architecture and system design trade-offs ⚡ Performance optimizations for trillion-token-scale workloads 🛡️ Failure isolation, fault tolerance, and recovery Real production lessons on scaling KV cache reuse while meeting strict inference SLOs. Read more:
Show more
Thanks for the recognition! Mooncake has always been focused on building high-performance storage and communication infrastructure for large-scale distributed LLM serving. We’re excited to keep pushing this forward with the community.
Show more
Gravity matters. I caught up with a friend today, and we talked about Mooncake @KVCache_AI — by 2026, whether for PD disaggregation or KV storage, Mooncake has become a first-class citizen and the default solution across the top 3 LLM inference engines.
Show more
Congratulations to the @lightseekorg TokenSpeed team! Great to see Kimi K3 optimizations running stably at production scale on GB300 and H200.
TokenSpeed × Kimi K3, Part I: TP8 optimization on GB300. Now stable 3+ weeks in production across ~1,000 B300 and ~2,000 H200 GPUs. Thanks @NVIDIAAI for engineering support and GB300 NVL72 access, and community teams for their support and contributions. 👇
Show more
The mystery model "Ox Alpha" is officially revealed as GLM-5.3-Flash, now with native KTransformers support!
Mooncake v0.3.13 is here! 🚀 This release brings major updates across Mooncake Store, Transfer Engine, Process Group, hardware support, and ecosystem integrations, with 276 commits and 33 new contributors. A huge thank you to all the users and contributors! ❤️ ✨ Highlights: • Mooncake Store: Multi-tenancy and NVMe KV SSD support • Transfer Engine: Enhanced NVLink, IBGDA, and multi-rail transfer support • Process Group: Dynamic membership and recovery • New integrations with Miles and Speculators • Broader platform support: NCCL, MUSA IPC, SUPA, and FlagCX • Published wheel packages for ROCm
Show more
Agentic inference is making KV cache management and data movement increasingly central to the serving stack. The new AgentX / InferenceXv3 analysis from @SemiAnalysis_ captures this shift well. Glad to see Mooncake highlighted for external KV caching and disaggregated P/D data transfer, including support for hybrid-attention cache management and preserving speculative decoding state. Special thanks to AMD and SemiAnalysis for providing the CI resources and technical support that made Mooncake ROCm wheel packaging possible. We’re excited to ship it in our next release. Read more:
Show more
Excited to ship Mooncake alongside Miles v0.1 🚀 Looking forward to pushing large-scale RL infrastructure forward together. Full blog:
Shipping alongside Miles v0.1, Mooncake lands as a new rollout data-transfer backend in Miles, making remote GET 10-14× faster than the existing path. With @KVCache_AI, we gave the rollout-to-training handoff a dedicated data plane: - 1.2-1.6× faster PUT via structured-object transfer - Structure-aware PUT/GET optimizes serialization and bulk RDMA transfer, including zero-copy reconstruction from registered buffers on GET - Same put/get calls, no change to the RL programming model Read the full blog 👇 link in the comment
Show more
Excited to team up with @radixark to make large-scale RL data movement faster 🚀 Miles is built for high-performance, large-scale post-training, and Mooncake is now integrated as a rollout data-transfer backend for the fragmented, heterogeneous data moving between rollout and training in disaggregated RL. On rollout data captured from Miles: ⚡ 10–14× faster remote GET ⚡ 1.2–1.6× faster PUT By turning fragmented rollout objects into efficient bulk I/O while preserving their original structure, Mooncake helps reduce rollout-to-training handoff latency without changing the RL programming model. Read more:
Show more
Congrats to the Miles team on the v0.1 launch! 🚀 AgentENV is now integrated with Miles v0.1 as a sandbox backend for agentic RL. Built for high-performance, production-scale post-training, Miles provides a powerful foundation for agentic RL with fully asynchronous training and fast, flexible rollouts. AgentENV complements Miles by providing isolated, fast-starting Firecracker microVMs for every rollout, giving agents fresh environments to write code, execute commands, and call tools without sandbox startup becoming the bottleneck. Validated on a sustained GRPO run across the full Terminal-Bench-2 suite, this integration powered ~3,400 episodes across 55 rollouts with GLM-4.7-Flash on 8×H200s. Every episode ran in a fresh, snapshot-warmed microVM, while a single m7i.metal-24xl AgentENV server sustained 64 concurrent environments throughout.
Show more
Today we're launching Miles v0.1, an open-source RL framework for LLMs and multimodal models. RL training is easy to start and hard to debug. Miles helps you ensure your run is correct, use hardware efficiently, and keep RL running at scale. Over the past 9 months, 72 contributors have landed 1,326 commits, 85 GPU E2E CI tests, battle-testing Miles on frontier open models like Kimi K3, DeepSeek V4, Qwen 3.8, GLM 5.2, Inkling, MiniMax H3, etc. Miles powers frontier-model development and production RL workloads at @humansand, @periodiclabs, @modal, @DecagonAI, @Eigent_AI, @nebiusai, @IBM and more, on both @NVIDIAAI and @AIatAMD hardware. Here is what we built, and why teams picked Miles🧵
Show more
Proud to see Mooncake featured among the supporters of @SemiAnalysis_ InferenceX initiative. Reliable, transparent benchmarking is critical as inference systems become increasingly disaggregated and complex. We’re excited to contribute to this ecosystem and help push the frontier of efficient, scalable AI inference. More details: #InferenceX# #AIInference# #Mooncake#
Show more
TileRT is pushing NVIDIA GPUs into a new regime of ultra-high-interactivity inference, with a specialized decode engine delivering hundreds of tokens per second per user. In its disaggregated prefill/decode architecture, Mooncake Transfer Engine provides the high-performance data path for moving KV cache from vLLM prefill nodes to TileRT decode nodes. Read the full deep dive from SemiAnalysis: #LLMInference# #TileRT# #vLLM# #Mooncake#
Show more