caching

Tag

Cards List
#caching

@divaagurlxw: Inference optimizations I’d study if I wanted sub-second LLM responses: 1.KV-Caching 2.Speculative Decoding 3.FlashAtte…

X AI KOLs Timeline · 2026-06-29 Cached

A tweet listing 16 inference optimization techniques for achieving sub-second LLM responses, including KV-caching, speculative decoding, FlashAttention, and various parallelism methods.

0 favorites 0 likes
#caching

You might not need… a service worker

Lobsters Hottest · 2026-06-29 Cached

The article questions the necessity of service workers in many web applications, arguing that simpler HTTP caching often suffices and that service workers introduce complexity and risk of stale caches.

0 favorites 0 likes
#caching

Shard your locks: benchmarking 6 Go cache designs

Lobsters Hottest · 2026-06-27 Cached

This article benchmarks six Go in-memory cache designs under different workloads, finding that a sharded map with 256 locks outperforms single mutex and RWMutex approaches, especially on multi-core systems.

0 favorites 0 likes
#caching

@GergelyOrosz: This is very interesting. Coinbase seems to have lowered their token spend ($$) to about half, by 1) routing to cheap i…

X AI KOLs Following · 2026-06-27 Cached

Coinbase reportedly reduced AI token spend by half through smart routing to cheaper models like GLM 5.2 and Kimi 2.7 and implementing caching, highlighting a trend in AI cost optimization.

0 favorites 0 likes
#caching

@techNmak: Your LLM inference is burning 50% of its compute on work it has already done. If you're running RAG or Multi-Turn Chat,…

X AI KOLs Timeline · 2026-06-24 Cached

LMCache is an open-source library that makes KV cache persistent and shareable across requests, eliminating recomputation in RAG and multi-turn chat workloads, achieving up to 15x throughput gain and 3-10x reduction in time-to-first-token.

0 favorites 0 likes
#caching

Multi Tier MoE Caching

Reddit r/LocalLLaMA · 2026-06-23

Discusses multi-tier caching strategies for MoE models to improve inference speed by keeping frequently activated experts on GPU, referencing existing implementations like PowerInfer and llama.cpp branches.

0 favorites 0 likes
#caching

Experimenting with the proposed Cross-Origin Storage API in Transformers.js

Hugging Face Blog · 2026-06-23 Cached

This guest post explores the proposed Cross-Origin Storage API to improve caching of AI model resources in Transformers.js, enabling efficient reuse across origins while maintaining privacy and integrity for in-browser inference.

0 favorites 0 likes
#caching

@0x_kaize: https://x.com/0x_kaize/status/2068775813785506091

X AI KOLs Timeline · 2026-06-21 Cached

A guide on avoiding rate limits and reducing costs when using the GLM 5.2 model, covering prompt batching, caching, free model alternatives, effort levels, context window management, and self-hosting.

0 favorites 0 likes
#caching

@venkat_systems: Inference is not just GPU/Accelerator problem. Unoptimized cpu work in hot path can drastically affect performance. v0.…

X AI KOLs Timeline · 2026-06-19 Cached

Venkat explains that unoptimized CPU work in the hot path can severely impact inference performance, and introduces his PR to mooncake that adds a memory arena for lock-free, allocation-free operations, benefiting vLLM and SGL projects.

0 favorites 0 likes
#caching

@NFTCPS: Guys, using DeepSeek V4 Pro to run Codex, the tokens burning a hole in your pocket? You gotta know these two skills. token-saver: after modifying code, just returns a path + done, no extra words. Tests show it saves 60-80% tokens memory…

X AI KOLs Timeline · 2026-06-18 Cached

Codex skills optimized for DeepSeek V4 Pro, saves 60-80% tokens by freezing skill files and minimal output, with cross-conversation persistent memory capability.

0 favorites 0 likes
#caching

RFC 10008: The HTTP QUERY Method

Lobsters Hottest · 2026-06-18 Cached

RFC 10008 defines the new HTTP QUERY method, allowing safe, idempotent, and cacheable requests with a body, addressing limitations of GET and POST for RPC-style APIs.

0 favorites 0 likes
#caching

@realchendahuang: I feel that everyone is still using less than 1% of Cloudflare's capabilities. It now has way too many features. Object storage: use R2. Backend API: use Workers. AI gateway: use AI Gateway. Heavy computation: use Containers. Cache: use KV. Database...

X AI KOLs Timeline · 2026-06-15 Cached

This tweet introduces various development features provided by Cloudflare, including object storage R2, backend API Workers, AI gateway AI Gateway, containers, cache KV, database D1, and PostgreSQL connection HyperDrive, emphasizing their low cost, rich features, and generous free tier.

0 favorites 0 likes
#caching

CacheRL:Multi-Turn Tool-Calling Agents via Cached Rollouts and Hybrid Reward

arXiv cs.CL · 2026-06-15 Cached

CacheRL trains small agent foundation models for multi-step tool-calling tasks, achieving 92% process accuracy (approaching GPT-5's 94%) with 100x less compute using cached rollouts and hybrid reward shaping, with innovations in knowledge transfer, cache-aware rewards, and iterative SFT/GRPO training.

0 favorites 0 likes
#caching

How to build Microsoft AI agent framework effectively

Reddit r/AI_Agents · 2026-06-14

Practical guide on optimizing costs in Microsoft Agent Framework by using a gateway for caching, context compression, and model routing, ensuring each step uses only the necessary intelligence.

0 favorites 0 likes
#caching

How Caching Saved Us Hundreds of Dollars in AI Costs Every Month

Reddit r/AI_Agents · 2026-06-10

The article describes how building an intelligent caching gateway (Hawiyat Composer) saved significant AI API costs by eliminating repeated token waste through exact-match caching, semantic caching, model routing, and local routing.

0 favorites 0 likes
#caching

How are people reducing token waste in AI agent workflows?

Reddit r/AI_Agents · 2026-06-10

Discusses token waste in AI agent workflows due to repeated context, introduces an open-source proxy called Badgr-auto for deduplication, and asks the community how they handle the issue.

0 favorites 0 likes
#caching

Accelerating NeurASP with vectorization and caching

arXiv cs.AI · 2026-06-10 Cached

This paper accelerates the NeurASP neurosymbolic AI framework by implementing vectorization, batch processing, and caching, achieving multiple orders of magnitude speedup on larger tasks.

0 favorites 0 likes
#caching

@MinLiBuilds: 1. This is a real fork. Child windows enjoy 100% cache, intelligent, free. 100x smoother than Claude Code. Supports real fork/branch. In any terminal, Command+F, based on the current conversation history, f…

X AI KOLs Timeline · 2026-06-08 Cached

MinLiBuilds released a true fork feature, allowing users to create a brand new child window based on conversation history with Command+F in the terminal, supports multi-level fork, and claims to be smoother than Claude Code, with 100% cache and free.

0 favorites 0 likes
#caching

@VincentLogic: A programmer had a wild idea: DNS resolvers cache domain names for a few days—so can we use them to store files? ↓ He found 3.9 million open DNS resolvers across the internet, chopped files into pieces, and scattered them across the web. No hard drive, no database, no cloud. The files live in the caches of countless servers, and those servers have no idea they're storing anything…

X AI KOLs Timeline · 2026-06-07 Cached

A programmer used the caches of 3.9 million open DNS resolvers to store file fragments, creating an absurd open-source project called dnsfs. The files disappear as the caches expire.

0 favorites 0 likes
#caching

@anyscalecompute: GPUs in Mumbai, training data in Iowa? Cross-region reads tax every epoch. We put @Alluxio NVMe caching in front of the…

X AI KOLs Following · 2026-06-04 Cached

Anyscale demonstrates a 20x speedup in cross-region training data reads by using Alluxio NVMe caching with Ray Data, showing warm cache reads drop from 4,241 to 208 seconds for 1TB.

0 favorites 0 likes
← Previous
Next →
← Back to home

Submit Feedback