caching

Tag

Cards List
#caching

Architecting Conversational Data Systems for Stateless LLM APIs: The Hydration Proxy Pattern

arXiv cs.AI · yesterday Cached

This paper introduces the Hydration Proxy Pattern, a three-tier architecture to manage conversational state for stateless LLM APIs, ensuring data sovereignty, optimizing caching, and improving semantic grounding in enterprise systems.

0 favorites 0 likes
#caching

How do you know your long shared prefix is really being cached?

Reddit r/AI_Agents · yesterday

The author describes how a volatile request identifier in prompts disrupted prefix caching, causing increased costs and latency for high-volume users, and asks for validation methods for caching improvements.

0 favorites 0 likes
#caching

You changed one thing. Why is your whole AI pipeline rebuilding again?

Reddit r/ArtificialInteligence · 2d ago

aimake is an incremental build system for AI/ML pipelines that uses content-based fingerprints to rebuild only changed steps, optimizing expensive pipeline reruns.

0 favorites 0 likes
#caching

28 días con GPT-5.6 Sol en extra high sin alcanzar el límite: resultados de una ejecución gobernada

Reddit r/AI_Agents · 4d ago

El autor reporta los resultados de ejecutar un agente de IA durante 28 días sin alcanzar límites, procesando millones de tokens con alta tasa de caché y manteniendo objetivos verificables. Discute desafíos de ingeniería de contexto y pide comparaciones de ejecuciones similares.

0 favorites 0 likes
#caching

@_avichawla: Why KV cache stores K and V vectors but never Q? (a popular technical LLM interview question) LLMs are autoregressive s…

X AI KOLs Timeline · 5d ago Cached

The article explains why KV cache stores key and value vectors but not query vectors in autoregressive LLMs, detailing the inference process to optimize token generation.

0 favorites 0 likes
#caching

Saving 100 terabytes of memory by optimizing 1.1.1.1's DNS cache

Hacker News Top · 2026-08-27 Cached

Cloudflare optimized their 1.1.1.1 DNS cache to reduce memory usage by over 50%, saving 100 terabytes of memory while improving performance through refined Rust data structures.

0 favorites 0 likes
#caching

@mattshumer_: Every time a VC sends me an auto-router company to diligence, I send something like this back. If caching wasn't a thin…

X AI KOLs Timeline · 2026-08-25 Cached

The post critiques auto-routing companies in AI, emphasizing that frequent model switching invalidates prompt caches, resulting in higher token costs and inefficiencies.

0 favorites 0 likes
#caching

@TheAhmadOsman: To clarify, OMP has 97.5% cache hits Most of my usage is self-hosted models, and not all inference setups report the to…

X AI KOLs Timeline · 2026-08-23 Cached

A user clarifies that OMP has a 97.5% cache hit rate and discusses the use of self-hosted DeepSeek V4 Flash models, addressing concerns about caching performance in inference setups.

0 favorites 0 likes
#caching

@rohanpaul_ai: Agents are consuming tokens at nearly 5x the human rate, while their usage has exploded ~14X since February. Once agent…

X AI KOLs Timeline · 2026-08-23 Cached

AI agents are consuming tokens at nearly 5 times the human rate, with usage exploding 14X since February, which may reduce the ability of routers like OpenRouter to leverage competition among model providers due to caching and task continuity.

0 favorites 0 likes
#caching

Nobody measures how long an agent keeps working after you revoke its access

Reddit r/AI_Agents · 2026-08-21

The article discusses the overlooked timing gap in revoking access for AI agents, highlighting how cached credentials and side effects can lead to unintended actions after revocation, and proposes measuring this delay as a critical metric.

0 favorites 0 likes
#caching

How do you deal with long-context sessions after restarting llama.cpp?

Reddit r/LocalLLaMA · 2026-08-20

The user proposes an automatic caching mechanism for long-context sessions in llama.cpp to avoid repeated prefills after restarts, enhancing usability on slower hardware.

0 favorites 0 likes
#caching

Cacheable by Design? Training Mixture-of-Experts Routers for Locality Against the Edge Memory-Bandwidth Wall: A Pre-Registered Negative Result with a Systems Measurement Study

arXiv cs.AI · 2026-08-20 Cached

This paper presents a pre-registered negative result on training mixture-of-experts routers for cache locality against memory-bandwidth walls, showing that miss reduction trades off with language modeling quality despite training mechanisms.

0 favorites 0 likes
#caching

A Year in LLM Serving: Workload Evolution, Caching and Load-Balancing

arXiv cs.AI · 2026-08-17 Cached

This paper analyzes a one-year production trace from Chutes to study LLM serving workloads, revealing temporal evolution and user-model interactions to improve serving system benchmarking.

0 favorites 0 likes
#caching

QV-PIC: Query-Aware Visual Position-Independent Caching for Efficient RAG Serving

arXiv cs.CL · 2026-08-13 Cached

This paper introduces QV-PIC, a query-aware dual-resolution position-independent caching framework for efficient RAG serving, which improves F1 by 21.6 points over vanilla rendered-image PIC while reducing time-to-first-token by 83.8% relative to full prefill.

0 favorites 0 likes
#caching

KGCache: Amortized Subgraph Retrieval for KG Reasoning with LLMs

arXiv cs.AI · 2026-08-11 Cached

KGCache is an in-memory cache for one-hop knowledge graph neighborhoods that reduces redundant subgraph retrieval in KGQA systems with LLMs. Evaluated on WebQSP and CWQ, it achieves up to 1.91x faster KG retrieval and shows semantic caching further improves hit rates.

0 favorites 0 likes
#caching

Fast Haskell Scripts on GitHub Actions

Lobsters Hottest · 2026-08-10 Cached

The article explains how to speed up running Haskell scripts with Magix on GitHub Actions by caching dependencies and compiled artifacts, reducing full build times from over 100 seconds to near-instant reruns.

0 favorites 0 likes
#caching

Nix Evaluation Is a Scheduling Problem

Lobsters Hottest · 2026-08-07 Cached

The article argues that Nix evaluation is fundamentally a scheduling problem and introduces Evix, a library-first async Nix evaluation engine designed for persistent, structured evaluation results.

0 favorites 0 likes
#caching

the web server deployment model breaks at hobby scale

Lobsters Hottest · 2026-08-06 Cached

A technical essay exploring how the conventional web server deployment model (TLS termination, reverse proxying, static file serving, caching) breaks down for hobby-scale apps that must be easily self-hosted, leading to inefficiency and added complexity.

0 favorites 0 likes
#caching

A llama.cpp PR caches “hot” MoE experts on the GPU — 33 → 56 tok/s reported with 8GB VRAM

Reddit r/LocalLLaMA · 2026-08-04

A llama.cpp PR adds heatmap-based caching of 'hot' MoE experts on the GPU, improving tok/s by ~1.7-2x for some models on 8GB VRAM, but with mixed results for others.

0 favorites 0 likes
#caching

LLM Routing is not the problem to solve; token efficiency is

Reddit r/AI_Agents · 2026-08-02

The article argues that model routing isn't the real problem to solve—token efficiency is. It advocates for a holistic closed-loop approach combining cheaper defaults, preference-aware routing, and better caching (e.g., Coinbase's 5%→60% cache hit improvement) to maximize useful intelligence per dollar.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback