Introducing Tensormesh Platform

Introducing Tensormesh Platform

Reuse more of the GPU work you've already paid for.

Before a model can answer, it processes your prompt: the instructions, documents, and conversation so far. This step, called prefill, builds an internal record the model uses as it writes its response. That record is the key-value cache, or KV cache. For long prompts, rebuilding it can be a substantial part of the GPU work.

Today we're launching Tensormesh Platform for teams serving open-weight models on their own infrastructure. It manages that cached work across memory, storage, and nodes, so more requests can reuse it.

Keep reusable work within reach

vLLM already reuses matching prompt prefixes, the identical beginning of a prompt. The next challenge is keeping useful cache available as workloads grow beyond GPU memory and requests reach different nodes.

Tensormesh Platform manages three tiers: GPU memory for active use, host memory for the hot set, and filesystem-backed storage for a larger cache. State saved outside an inference pod can be reused after that pod restarts. Our platform's peer-to-peer capabilities, which we call cross-node sharing, let a node retrieve compatible cached work from another node instead of recomputing it.

That makes storage part of inference capacity planning. You can retain more reusable work without keeping it all in expensive GPU memory, with one management layer across tiers.

Conceptual view: cached work can be reused across memory tiers and nodes, with filesystem-backed storage providing a larger retained cache. Storage topology varies by deployment; only saved, compatible state can be reused after a pod restart.

Reuse beyond the start of a prompt

Prefix caching helps when requests share the same beginning. But if a document moves later in a prompt or follows different content, that shared prefix can end before the document begins.

Tensormesh Platform adds non-prefix reuse through CacheBlend, which our research team published at EuroSys 2025. It combines cached document state with selective recomputation to account for the surrounding context. This extends reuse in retrieval-augmented generation, or RAG, where an application looks up documents before asking the model to answer.

When document A follows different content, CacheBlend can reuse its cached state with selective recomputation. The diagram shows where reuse is possible, not that every token avoids computation.

Built on LMCache, operated in Kubernetes

We're the team behind LMCache, the open-source KV caching engine with more than 10,000 GitHub stars. LMCache remains open source. Tensormesh Platform adds the enterprise management layer for teams running inference at scale in production.

Helm handles installation. A web UI and CLI support ongoing operations, alongside observability and multi-tenancy. The platform also supports prefill/decode disaggregation: processing prompts and generating output on separate workers.

Tensormesh Platform runs with vLLM on Kubernetes with NVIDIA or supported AMD Instinct GPUs through ROCm, and filesystem-backed storage. Non-prefix caching supports dense models, which use all their model parameters for each token. SGLang support is next.

The cache runs alongside the models you serve in your own environment. It doesn't attach to a model accessed only through a hosted provider's API.

Get started with Tensormesh Platform

Talk to an engineer about your workload to identify repeated context, discuss deployment requirements, and assess potential savings.

Read the getting-started guide for cluster prerequisites and installation options.

โ€

Recent Blog Posts

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.Lorem ipsum dolor sit amet.

Name

Position
August 18, 2026

Building Production AI Infrastructure: Lessons from AI at Hyperscale

Read article

July 30, 2026

Why LLM Inference Is a Data Problem, Not Just a Compute Problem

Read article

July 23, 2026

Tensormesh and AMD Collaborate to Empower Fewer GPUs to Serve More Models

Read article

July 1, 2026

Designing AI Infrastructure Products for Developers

Read article

June 24, 2026

Persistent KV Cache: Own Your Context Caching Lifecycle

Read article

June 17, 2026

Fighting the Amnesia Tax: The Hidden Cost of Open-Weight LLM Serving

Read article

June 10, 2026

Run Open-Weight LLMs in Claude Code via Tensormesh Serverless Inference

Read article

June 2, 2026

Run Open-Weight LLMs in Your AI Agent with Codex CLI & Tensormesh Serverless Inference

Read article

May 28, 2026

Fixing AI's Most Expensive Problem โ€” Junchen Jiang, Tensormesh CEO

Read article

May 27, 2026

Tensormesh Raises $20M from Investors Including AMD Ventures, CoreWeave, NVentures, Launches Tensormesh Inference to Fix AIโ€™s Most Expensive Problem

Read article

May 20, 2026

KV Cache isn't just Cache, it's Memory: A Guide for LLM & Agent Devs

Read article

May 13, 2026

The AI Agent Metrics That Actually Matter: Beyond Tokens and Latency

Read article

May 6, 2026

Tensormesh Inference: Cheaper LLM Inference for AI Agents

Read article

April 29, 2026

Agentic AI Inference Cost: How LLM Agent Loops Break Caching and Drain Your Budget

Read article

April 28, 2026

Inside Tensormesh: Meet our CTO and Chief Scientist

Read article

April 22, 2026

Enterprise AI Vendor Lock-In: What It Costs When Your Provider Pulls Access

Read article

April 15, 2026

Introducing Tensormesh Beta 2.2: Serverless Inference & $0 Cached Input Tokens

Read article

April 8, 2026

How We Optimized Redis for LLM KV Cache: 0.3 GB/s to 10 GB/s

Read article

February 25, 2026

Introducing Tensormesh Beta 2: One-Click LLM Deployment, New UI & Real-Time Cost Savings

Read article

February 18, 2026

Agent Skills Caching with CacheBlend: Achieving 85% Cache Hit Rates for LLM Agents

Read article

February 11, 2026

Beyond Prefix Caching: How Non-Prefix Caching Achieves 25x Better Hit Rates for AI Agents

Read article

February 4, 2026

The Open Source Revolution: Why Open-Weight AI Models Are Redefining the Future

Read article

January 28, 2026

LMCache's Production-Ready P2P Architecture: Powers Tensormesh's 5-10x Cost Reduction

Read article

January 21, 2026

The Document Reprocessing Problem: How LLMs Waste 93% of Your GPU Budget

Read article

January 15, 2026

Building Tensormesh: A conversation with the CEO (Junchen Jiang)

Read article

January 7, 2026

The Hidden Metric That's Destroying Your AI Agent's Performance & Budget

Read article

December 17, 2025

LMCache Storage ROI Calculator: When KV Cache Storage Reduces AI Inference Costs

Read article

December 10, 2025

AI Inference Costs in 2025: The $255B Market's Energy Crisis and Path to Sustainable Scaling

Read article

December 3, 2025

New Hugging Face Integration: Access 300,000+ AI Models with Real-Time Performance Monitoring

Read article

November 26, 2025

The AI Inference Throughput Challenge: Scaling LLM Applications Efficiently

Read article

November 19, 2025

Solving AI Inference Latency: How Slow Response Times Cost You Millions in Revenue

Read article

November 13, 2025

GPU Cost Crisis: How Model Memory Caching Cuts AI Inference Costs Up to 10ร—

Read article

October 23, 2025

Tensormesh Emerges From Stealth to Slash AI Inference Costs and Latency by up to 10x

Read article

October 21, 2025

Comparing LLM Serving Stacks: Introduction to Tensormesh Benchmark

Read article