PulseAugur
EN
LIVE 07:18:29
ENTITY KV cache

KV cache

PulseAugur coverage of KV cache — every cluster mentioning KV cache across labs, papers, and developer communities, ranked by signal.

Show in brief
Total · 30d
66
134 over 90d
Releases · 30d
0
0 over 90d
Papers · 30d
31
76 over 90d
TIER MIX · 90D
TOPICS
RELATIONSHIPS
SENTIMENT · 30D

28 day(s) with sentiment data

RECENT · PAGE 1/7 · 134 TOTAL
  1. TOOL · CL_195994 ·

    ImpactHO improves edge LLM handover with importance-aware KV cache transfer

    Researchers have developed a novel method called ImpactHO to improve the efficiency of transferring Key-Value (KV) caches between edge nodes for Large Language Models (LLMs). This approach prioritizes the most important…

  2. COMMENTARY · CL_195707 ·

    LLM Server Memory Accounting: Reserve for Max Output, Not Just Prompt

    A technical post explains how to prevent LLM servers from crashing due to memory issues by correctly accounting for KV cache usage. The key insight is that memory reservations should be based on the maximum potential ou…

  3. COMMENTARY · CL_194250 ·

    Compute rental contracts need specific clauses for AI workloads

    This article highlights three critical but often overlooked clauses in compute rental contracts for AI workloads: bandwidth, storage, and failure duration. It emphasizes that network bandwidth is crucial for large model…

  4. TOOL · CL_193360 ·

    New 'Full-Bandwidth Transformer' Enhances AI Model Feedback Channels

    Researchers have introduced a novel architecture called the "full-bandwidth transformer" that enhances the vertical feedback channel in autoregressive transformers. This new design incorporates "latent feedback," where …

  5. TOOL · CL_193340 ·

    VoxZip framework slashes audio LLM KV cache needs by 20x

    Researchers have developed VoxZip, a novel two-stage framework designed to compress the KV cache for long-context audio inference in Speech Large Language Models. This method uses Automatic Speech Recognition (ASR) tran…

  6. TOOL · CL_192871 ·

    LLM Admission Control Crucial for Self-Hosted Stability

    Self-hosting large language models (LLMs) can lead to crashes under heavy load due to the KV cache, which consumes significant GPU memory per request and grows with context length and concurrency. This memory usage, rat…

  7. COMMENTARY · CL_190013 ·

    KV Cache Emerges as LLM Bottleneck, Driving Attention Variant Innovations

    The KV cache, a critical component in autoregressive decoding for LLMs, is identified as the primary bottleneck for frontier models in 2026. Its size grows linearly with context length and batch size, making it the domi…

  8. TOOL · CL_189279 ·

    New tools enable LLM fine-tuning on low-spec hardware

    New tools and techniques are emerging to enable fine-tuning and running large language models (LLMs) on consumer-grade hardware. Soup CLI, an open-source Python tool, utilizes layer streaming to fine-tune an 8B LLM on a…

  9. TOOL · CL_187642 ·

    Compressed Sensing Unsuitable for LLM Inference Storage Compression

    Compressed sensing is not a suitable method for compressing KV cache data during LLM inference due to the data's lack of sparsity and the need for deterministic, lossless operations. Instead, practical improvements in i…

  10. TOOL · CL_187559 ·

    KV Cache Prefetching Slashes LLM Inference Latency

    A new prefetching strategy for KV Cache data has been developed, significantly reducing storage latency during large model inference. This method, tested on the Mingxin FX100 with a 480B model, improves inference throug…

  11. TOOL · CL_187376 ·

    New QEvict system improves LLM long-context decoding with recoverable KV cache

    Researchers have introduced QEvict, a novel three-tier KV-cache management system designed to improve long-context decoding in autoregressive large language models. Unlike existing methods that permanently discard token…

  12. RESEARCH · CL_188615 ·

    AI infrastructure evolves to integrate storage for LLM inference

    The AI infrastructure landscape is shifting from solely focusing on GPU compute to a more integrated approach involving compute, networking, memory, and storage. This evolution is driven by the demands of large language…

  13. RESEARCH · CL_191381 ·

    New WorldTrace framework improves visual memory in video models

    Researchers have developed WorldTrace, a novel framework designed to enhance visual persistence in video world models. This new approach addresses limitations in existing models that struggle to recall information beyon…

  14. RESEARCH · CL_186742 ·

    AMD's top AI engineers concentrated in Shanghai for ROCm development

    A significant portion of AMD's top AI engineering talent, including key teams focused on MoRI, KV-cache offloading, and pooling, is located in Shanghai. This concentration of expertise is crucial for developing core com…

  15. TOOL · CL_185577 ·

    SK Hynix, SanDisk unveil High Bandwidth Flash for AI inference memory wall

    SK Hynix and SanDisk have collaborated to develop High Bandwidth Flash (HBF), a new memory tier designed to address the memory wall challenges in AI inference. HBF places large-capacity NAND flash memory close to variou…

  16. TOOL · CL_184812 ·

    KV Cache Transfer Speeds Up LLM Inference by Up to 25x

    Researchers have developed a method to transfer KV caches between different-sized language models within the same family, significantly speeding up inference when switching models. This technique involves fitting a line…

  17. TOOL · CL_184254 ·

    LLM routing strategy boosts KV cache hits, slashes latency

    A new routing strategy for large language models (LLMs) aims to improve efficiency by intelligently managing the KV cache. Unlike traditional round-robin load balancers that distribute requests blindly, this KV-cache-aw…

  18. TOOL · CL_191659 ·

    New ReCo framework cuts reasoning model costs by up to 65%

    Researchers have developed a new framework called ReCo (Reward-Coordinated Compression) to improve the efficiency of large reasoning models. This method addresses the issue of "overthinking" in models that use long chai…

  19. TOOL · CL_183926 ·

    Mingxin FX100 storage solution accelerates video inference, reducing latency

    Mingxin's FX100 storage solution addresses latency bottlenecks in real-time video inference, which are often caused by storage and data path limitations rather than GPU compute. The system employs a tiered KV cache appr…

  20. TOOL · CL_183756 ·

    LLM Deployment: Prioritize VRAM Over GPU Specs for Efficiency

    When deploying large language models, prioritizing VRAM requirements over specific GPU models is crucial for efficient infrastructure planning. Developers should first determine the necessary VRAM by considering factors…