prompt-caching

Tag

Cards List
#prompt-caching

I tested DeepSeek Harness with GLM, Kimi, Opus, and GPT to see if prompt caching still works with other models

Reddit r/AI_Agents · 3d ago

The article tests whether DeepSeek Harness maintains high prompt caching rates when using alternative AI models, finding that GLM and Kimi achieve 97-99% cache reuse, while Opus shows no cache activity and GPT test failed.

0 favorites 0 likes
#prompt-caching

@LangChain: Learn how @unifygtm cut 90-95% of model costs two weeks before launch on last week’s Max Agency episode YouTube: https:…

X AI KOLs Timeline · 3d ago Cached

Unify GTM reduced AI model costs by 90-95% through architectural optimization and prompt caching, emphasizing the importance of adversarial judging models for scalable sales AI agents.

0 favorites 0 likes
#prompt-caching

@LanLance24: Pi has released a blog post detailing their compression mechanism design, with in-depth analysis of how context expands, how compression is triggered, and what costs caching incurs.

X AI KOLs Timeline · 5d ago Cached

This article provides a detailed introduction to Pi's coding agent's context compression mechanism, analyzing the reasons for context expansion, compression trigger conditions, and the cost of cache invalidation, aiming to optimize AI performance in long conversations.

0 favorites 0 likes
#prompt-caching

@Xudong07452910: Anthropic just wrote a very practical Claude Code usage guide. There's a detail I hadn't thought much about before: files read by Claude, tests run, terminal outputs—once they enter the current Session, they're basically carried forward in every subsequent round. So a Claude Code…

X AI KOLs Timeline · 6d ago Cached

Anthropic published a practical guide for Claude Code, emphasizing context management through session commands and discussing token optimization and prompt caching to improve efficiency in AI-assisted coding.

0 favorites 0 likes
#prompt-caching

@rohanpaul_ai: Grok 4.6 beat GPT-5.6 Sol on agentic loop efficiency, spending $13.11 versus $20.18 across the same 3 builds. Grok 4.6'…

X AI KOLs Timeline · 6d ago Cached

The article reports an experiment comparing Grok 4.6 and GPT-5.6 Sol on agentic loop efficiency for coding tasks, showing Grok 4.6 is more cost-effective with fewer model calls and effective prompt caching.

0 favorites 0 likes
#prompt-caching

@Saboo_Shubham_: Anthropic just published HOW to run Claude Code without burning tokens. Your prompt cache expires after an hour. Run /c…

X AI KOLs Timeline · 2026-08-15 Cached

Anthropic has published instructions on how to run Claude Code efficiently by using the /compact command before the prompt cache expires to save tokens.

0 favorites 0 likes
#prompt-caching

Maximizing the value of your Claude Code sessions

Hacker News Top · 2026-08-14 Cached

This article explains how to maximize Claude Code sessions by detailing input/output token costs, prompt caching mechanisms, and optimization tips for efficiency.

0 favorites 0 likes
#prompt-caching

PSA for DeepSeek-V4-Flash-0731 users — don't blow out your prompt cache with system role messages mid-conversation

Reddit r/LocalLLaMA · 2026-08-02

A PSA warning DeepSeek-V4-Flash-0731 users that system role messages are hoisted to the top, ruining prompt caching and proximity, and advising the use of latest_reminder instead.

0 favorites 0 likes
#prompt-caching

@digitalocean: Stop paying to reprocess the same context on every LLM request. Prompt Caching on DigitalOcean AI-Native Cloud automati…

X AI KOLs Timeline · 2026-07-29 Cached

DigitalOcean introduces prompt caching for LLM inference, automatically caching repeated context like system prompts to reduce input token costs by up to 80% without code changes, with a detailed tutorial on break-even math.

0 favorites 0 likes
#prompt-caching

@github: More of every Copilot session goes toward useful work, so your credits go further, with no change to how you work. Prom…

X AI KOLs Timeline · 2026-07-27 Cached

GitHub Copilot now uses prompt caching, tool search, and automatic model selection (HyDRA) to reduce cost and improve efficiency, achieving 3.3x savings while matching OpenRouter Auto's resolution rate.

0 favorites 0 likes
#prompt-caching

Prompt Caching In Agents

Lobsters Hottest · 2026-07-23 Cached

The article explains how prompt caching works in large language model agents, covering KV cache mechanics, prefill and decode phases, and the impact on latency, cost, and agent design.

0 favorites 0 likes
#prompt-caching

Does prompt caching actually save you meaningful money on AI agents?

Reddit r/AI_Agents · 2026-07-22

A practical discussion questioning whether prompt caching delivers meaningful cost savings for AI agents in production, examining real-world factors like cache hit rates, routing strategies, and scale.

0 favorites 0 likes
#prompt-caching

I built prompt cache aware lossless compression for agents

Reddit r/AI_Agents · 2026-07-21

A tool for lossless compression of prompt caches designed specifically for AI agents.

0 favorites 0 likes
#prompt-caching

@akshay_pachaar: 90% of your KV cache never gets reused. (prompt caching was never meant to fix it) if your system prompt and tool defin…

X AI KOLs Following · 2026-07-20 Cached

CacheBlend, a EuroSys 2025 Best Paper, solves the problem that 90% of KV cache is never reused due to rigid prefix-matching in prompt caching. By selectively recomputing only boundary tokens between documents, it achieves 2-4x faster multi-document processing without quality loss, implemented in the open-source LMCache layer.

0 favorites 0 likes
#prompt-caching

@_avichawla: A tricky LLM interview question: Your agent runs everything on a frontier LLM, so you add a routing layer that sends se…

X AI KOLs Timeline · 2026-07-11 Cached

Explains why model routing in agent tasks may not save costs due to cache warmup, and describes a production solution with model affinity and the open-source proxy Plano to achieve actual savings.

0 favorites 0 likes
#prompt-caching

@bojie_li: If you run LLM agents in production you know the tax. Every turn re-reads the same long context — a system policy, tool…

X AI KOLs Timeline · 2026-07-06 Cached

Researchers introduce Programmable KV Cache, a method for editing and composing KV caches to avoid re-prefilling long contexts during LLM agent inference, achieving 53–398× reduction in p90 time-to-first-token while maintaining decision identity.

0 favorites 0 likes
#prompt-caching

I built a Claude agent that runs Instagram DM ordering for a 7-location sushi chain

Reddit r/artificial · 2026-07-06

A developer built an AI agent using Claude Sonnet 4.6 to handle Instagram DM orders for a 7-location sushi chain, leveraging prompt caching to keep costs low.

0 favorites 0 likes
#prompt-caching

Why does it feel like big LLM providers are literally hiding prompt caching?

Reddit r/artificial · 2026-07-01

An article discussing how prompt caching can significantly reduce LLM API costs, pointing out that providers under-explain it and offering a simple rule to structure prompts for maximum cache hits.

0 favorites 0 likes
#prompt-caching

@FinanceYF5: Claude is now officially available on Microsoft Foundry, fully open today. Use Azure accounts directly with existing authentication, billing, and compliance. Initial launch includes Claude Opus 4.8 and Haiku 4.5, supporting prompt caching...

X AI KOLs Timeline · 2026-06-30 Cached

Claude is now officially available on Microsoft Foundry, allowing Azure accounts to use it directly with existing authentication, billing, and compliance. The initial rollout includes Claude Opus 4.8 and Haiku 4.5, supporting prompt caching and extended thinking.

0 favorites 0 likes
#prompt-caching

@LangChain: Alex recently joined the @LangChain_OSS team, and he published his first article on how Deep Agents uses prompt caching…

X AI KOLs Timeline · 2026-06-26 Cached

Alex, a new LangChain team member, published an article explaining how Deep Agents uses prompt caching to reduce API costs.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback