Kimi K3 Optimization on GB300 — Part IHow TokenSpeed optimizes Kimi K3 on GB300 for long-context, multi-turn agentic serving through communication-aware LatentMoE sharding, KDA state replay, and shape-aware kernel fusion.2026/09/08
Releasing Kimi K3 Draft Collection: Efficient Draft Training in TorchSpecTorchSpec's Kimi K3 draft collection brings together EAGLE-3, DFlash2, and DSpark models with efficient training, pipeline-parallel vLLM integration, offline training, eagle3 anchor and reproducible builds.2026/09/03
PyTorch Ecosystem Landscape Welcomes SMG and TokenSpeedSMG, an engine-agnostic frontend and router, and TokenSpeed, a speed-of-light LLM inference engine, joined the PyTorch Ecosystem.PyTorch Blog2026/08/26
Qwen3.8 at Day 0: 2.4T-Scale Inference with TokenSpeedTokenSpeed adds Day-0 support for the 2.4T-parameter Qwen3.8-2.4T-A95B on NVIDIA Blackwell, including cross-node serving, unified FlatKV prefix caching, and DSpark speculative decoding.2026/08/12
LLM Inference: Past, Now, and Future — Where Does the Value Move?LightSeek Foundation argues that engine-layer performance in LLM inference is commoditizing, and traces where value shifts next — into serving operations and platforms, then toward capital, GPU capacity, and data centers.X Article2026/08/07
Kimi K3 at Day 0: Frontier Model Enablement on Leading Platforms with TokenSpeedTokenSpeed enables Day 0 support for Moonshot AI's 2.8T-parameter Kimi K3 on NVIDIA Blackwell and AMD CDNA4 within one week, with a unified flat KV cache, disaggregated serving, and specialized CuteDSL, TensorRT-LLM, and Gluon kernels.2026/07/27
LightSeek Foundation Signs the "Open Weights and American AI Leadership" Open LetterLightSeek Foundation joined the signatories of this open letter supporting open-weight models — models anyone can download, inspect, modify, and run — as a foundation for competition, transparency, and broad access to AI.Open Letter2026/07/24
TML Inkling at Day 0: FP4 Inference on NVIDIA and AMD with TokenSpeedTokenSpeed brings native NVFP4 and MXFP4 serving to Thinking Machines Lab’s 975B-parameter open-source MoE model Inkling across NVIDIA and AMD accelerators.2026/07/15
TokenSpeed-Kernel: Portable APIs and High-Performance Kernels for Multi-Silicon LLM InferenceTokenSpeed-kernel is a standalone open-source subsystem for LLM inference kernels, using layered APIs and registry-based dispatch to separate runtime logic from hardware-specific backend implementations.PyTorch Blog2026/06/25
Up to 580tps! New Speed Record of Qwen3.5-397B-A17B on GPU for Agentic Workloads with TokenSpeedThe TokenSpeed inference engine achieved a record-breaking 580 tps running the Qwen3.5-397B-A17B model on GPUs. This extreme performance for agentic workloads is driven by systematic elimination of memory copies, advanced kernel fusions, and fully overlapped CPU-GPU execution, keeping the GPU saturated at all times. On the functionality side, TokenSpeed also supports hybrid prefix caching and unified Prefill-Decode state transfers to handle complex agentic serving scenarios.PyTorch Blog2026/05/27
EAGLE 3.1: Advancing Speculative Decoding Through Collaboration Between the EAGLE Team, vLLM, and TorchSpecEAGLE 3.1 improves speculative decoding robustness with FC normalization and post-norm hidden-state feedback, with training support in TorchSpec and deployment support in vLLM.2026/05/26
High-Performance LLM Inference in Pure Python with PyTorch Custom OpsSlides for the PyCon US 2026 talk on building high-performance LLM inference in pure Python with PyTorch custom ops.PyCon US 20262026/05/16
TokenSpeed Project Ethos and External ContributionsLightSeek Foundation shares the TokenSpeed project ethos and how external contributions fit into the project.X Article2026/05/14
TokenSpeed: A Speed-of-Light LLM Inference Engine for Agentic WorkloadsTokenSpeed is a speed-of-light LLM inference engine designed from first principles for agentic workloads, with a compiler-backed modeling mechanism for parallelism, a high performance scheduler, a safe KV resource reuse restriction, a pluggable layered kernel system that supports heterogeneous accelerators, and SMG integration.2026/05/06
SMG: The Case for Disaggregating CPU from GPU in LLM ServingSMG moves CPU-bound serving work such as tokenization, detokenization, reasoning parsing, tool orchestration, multimodal preprocessing, and routing into a Rust gateway layer, keeping GPU inference engines focused on tensor execution while avoiding Python GIL bottlenecks.PyTorch Blog2026/04/30
TorchSpec: Speculative Decoding Training at ScaleWe’re excited to announce TorchSpec, a torch-native framework for scalable speculative decoding training. TorchSpec streams hidden states directly from inference engines to training workers via Mooncake, eliminating the need to materialize massive tensors on disk or co-locate training with the target model. This design enables fully disaggregated pipelines where inference and training scale independently.2026/03/19
TorchSpec: Speculative Decoding Training at ScaleThis post is jointly published with the PyTorch Foundation and is also available on the official PyTorch Blog.PyTorch Blog2026/03/19