Thursday, 24 Sep 2026
Subscribe to AIWatcher
AIWatcher
  • Home
  • News

    OpenAI slots two cheaper GPT-6 models beneath Astra

    By
    AIWadmin

    Researcher hijacks Meta’s Muse agent through a hidden setting

    By
    AIWadmin

    ChatGPT learns to take voice orders for office chores

    By
    AIWadmin

    YouTube hands creators an AI agent for titles and thumbnails

    By
    AIWadmin

    Listeners can now rewrite the Spotify algorithm in plain words

    By
    AIWadmin

    Anthropic’s Claude agents flag a new enzyme family in viral DNA

    By
    AIWadmin
  • Articles

    Data shop Snorkel AI banks $350M as labs stockpile training sets

    By
    AIWadmin

    Ema banks $77M to push AI employees into the back office

    By
    AIWadmin

    US military command randomises routes to outfox enemy models

    By
    AIWadmin

    Kyutai teaches a speech model to do arithmetic out loud

    By
    AIWadmin

    Nokia hands developers a no-training route to calibrated answers

    By
    AIWadmin

    An open model sorts eight overlapping speakers in real time

    By
    AIWadmin
  • Spotlight

    DeepMind keeps cloud memory encrypted behind device-held keys

    By
    AIWadmin

    Anthropic trims Opus costs and speeds output in a mid-cycle refresh

    By
    AIWadmin

    Cisco Talos builds a fingerprint library for AI-driven malware

    By
    AIWadmin

    Google parks idle agents in a new open source runtime

    By
    AIWadmin

    OpenAI gives mathematicians a voice but hands them no brake

    By
    AIWadmin

    NVIDIA teaches its robotics stack to take instructions from agents

    By
    AIWadmin
  • About
    • Mission
    • Services
    • Contact
  • Newsletter
  • Shop
    • All Items
    • By Category
      • Hats
      • T-Shirts
    • Cart
  • 🔥
  • Alignment
  • Classification
  • Distillation
  • Explainability
  • Hallucination
  • Legal/Compliance
  • Medical
  • NLM
  • Mobility
  • Research
  • Robotics
  • Safety
  • Startups
  • Prompt
  • Python
  • RAG
  • RLHF
  • Token
  • Vision
Font ResizerAa
AIWatcherAIWatcher
  • Home
  • News
  • Articles
  • Spotlight
  • About
  • Newsletter
  • Shop
Search
  • Home
  • News
  • Articles
  • Spotlight
  • About
    • Mission
    • Services
    • Contact
  • Newsletter
  • Shop
    • All Items
    • By Category
    • Cart
Have an existing account? Sign In
Follow US
© 2022 Foxiz News Network. Ruby Design Company. All Rights Reserved.
Articles

Redis moves the cache outside the model to cut LLM bills

LangCache stores finished answers rather than model state, so a paraphrased question can skip inference altogether.

AIWadmin
Last updated: September 12, 2026 12:08 am
AIWadmin
ByAIWadmin
Global AI news & information.
Follow:
Share
Redis moves the cache outside the model to cut LLM bills
SHARE

Redis has put LangCache into public preview, a managed cache that keeps generated answers rather than the model state that produced them.

Prefix caching, the usual way to save money, reuses computed key-value states for a shared prompt but still sends the request through the model. A prefix hit is a cheaper generation, not an avoided one. LangCache targets the whole call. The service embeds the incoming question, looks for a stored response above a similarity threshold and returns it if it finds one. Redis handles the embedding itself and exposes the system through a REST API with Python and JavaScript SDKs.

Its own demo shows the gap. Direct inference on a paraphrased support question took 2.232 seconds and consumed 514 input tokens plus 250 output tokens. The cached path returned the earlier answer in 0.37 seconds with no tokens spent.

The math needs care. A hit erases output-token charges, but the input-token side is usually eaten by embedding and storage costs, so Redis frames the benefit as monthly output spend times hit rate. Put $200 a month through the system, with 60 percent of that on output tokens and half the queries hitting cache, and the figure comes to roughly $60. Marketing has run ahead of the arithmetic at times: launch copy promised hits up to 15x quicker and token use down as much as 70 percent, while the product page now cites savings up to 90 percent. One customer running a patient-care voice app reports a 70 percent hit rate, with spend down 70 percent.

The hard part is operational. A loose threshold can return a refund policy to someone asking about upgrades, while a tight one sends nearly every paraphrase back to the model. LangCache offers access scopes, filtering, TTLs and eviction controls for that tuning.

TAGGED:cost optimizationDeveloper ToolsLangCacheLLM InferenceRedisSemantic Cache
SOURCES:MarkTechPost
Share This Article
Email Copy Link Print
ByAIWadmin
Follow:
Global AI news & information.
Previous Article Salesforce ships pre-built agents that run weeks-long sales tasks Salesforce ships pre-built agents that run weeks-long sales tasks
Next Article JD Logistics plans three million robots to move China's parcels JD Logistics plans three million robots to move China’s parcels

You Might Also Like

Articles

Microsoft’s AI chemistry model gets sharper and joins five simulators

By
AIWadmin
News

DeepSeek opens Harness so builders can assemble their own agents

By
AIWadmin
Articles

Watermarking can loosen a model’s grip on its refusals

By
AIWadmin
News

HydraFusion adds draft, critique and cascade modes to Copilot CLI

By
AIWadmin
AIWatcher
Facebook Twitter Youtube Linkedin Rss

Global AI News and Information
AIWatcher is your definitive source for AI updates worldwide, from Silicon Valley to Shanghai.
Our industry coverage keeps you in the loop with the latest news and trends shaping the future of AI.

Quick Links
  • News
  • Articles
  • Spotlight
  • Events
About Us
  • Mission
  • Services
  • Contact
  • Privacy Policy
  • Legal
© 2026 AIWatcher. All Rights Reserved.