惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
爱范儿
爱范儿
博客园 - 三生石上(FineUI控件)
Vercel News
Vercel News
M
MIT News - Artificial intelligence
L
LangChain Blog
大猫的无限游戏
大猫的无限游戏
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Microsoft Azure Blog
Microsoft Azure Blog
J
Java Code Geeks
Recent Announcements
Recent Announcements
Stack Overflow Blog
Stack Overflow Blog
人人都是产品经理
人人都是产品经理
IT之家
IT之家
F
Fortinet All Blogs
博客园 - 聂微东
U
Unit 42
Martin Fowler
Martin Fowler
腾讯CDC
博客园_首页
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
量子位
阮一峰的网络日志
阮一峰的网络日志
博客园 - Franky

SiliconANGLE

Will agentic AI governance run amok? The lesson of Asimov’s Three Laws - SiliconANGLE AI + quantum, Amazon vs. Starlink and the wide-open US-China internet battle - SiliconANGLE Team Cymru launches Total Insights Feed to replace legacy threat intelligence lists - SiliconANGLE AI Mode in Chrome adds split-screen view to enhance the web search experience - SiliconANGLE Resolve AI raises $40M at $1.5B valuation to optimize production environments - SiliconANGLE How Zscaler and OpenAI turn zero-trust security into an AI accelerator - SiliconANGLE OpenAI ratchets up Codex's agentic capabilities to rival Claude Code - SiliconANGLE Anthropic launches Claude Opus 4.7 with coding, visual reasoning improvements - SiliconANGLE Slash raises $100M at a $1.4B valuation to expand AI-powered banking platform for online businesses - SiliconANGLE Canva unveils Canva AI 2.0, recasting its platform as an agentic system for work - SiliconANGLE Data center, consumer device chips boost TSMC’s revenue - SiliconANGLE Mission-critical security cannot be bolted on, says Oracle - SiliconANGLE Agentic infrastructure reshapes enterprise AI - SiliconANGLE Data quality, and data freedom, foundational for AI success - SiliconANGLE Data trust is a bedrock in successful, scalable AI outcomes - SiliconANGLE Google introduces new agentic AI-ready tools and resources for Android developers  - SiliconANGLE Agentic AI orchestration separates winners from laggards - SiliconANGLE Data-driven tools turning the tide against human trafficking - SiliconANGLE Achieving trusted AI development goes beyond 'vibes' - SiliconANGLE Impinj boosts edge computing power in updated R700 RAIN RFID reader - SiliconANGLE Certinia powers professional services with AI - SiliconANGLE Antioch prepares to accelerate simulated testing for autonomous robots after raising $8.5M - SiliconANGLE Developer tooling startup Expo nabs $45M investment - SiliconANGLE Solidroad lands $25M to bring AI to customer support interactions - SiliconANGLE DuploCloud lands compliance and AI governance certifications as enterprise buyers tighten scrutiny - SiliconANGLE Lua lands $5.8M to help businesses build and manage AI agent workforces - SiliconANGLE Best of frenemies: Oracle's and AWS' clouds unite with dedicated, private connectivity - SiliconANGLE NIST shifts National Vulnerability Database to risk-based triage as CVE submissions hit record levels - SiliconANGLE Cisco goes to the races with new Churchill Downs multiyear partnership - SiliconANGLE Susecon 2026 will tackle the future of open-source platforms - SiliconANGLE
Tensormesh taps Nvidia, AMD and CoreWeave for funding to ...
by Mike Wheatley · 2026-05-27 · via SiliconANGLE

Tensormesh taps Nvidia, AMD and CoreWeave for funding to fix AI model memory problems

Tensormesh Inc. has hit upon a way to make artificial intelligence inference more efficient by eliminating the need for redundant computations, and its technology is so convincing that several of AI infrastructure giants are backing it with $20 million in funding.

Today’s round saw the participation of Nvidia Corp., Advanced Micro Devices Inc. and CoreWeave Inc., as well as the venture capital firms Valley Capital Partners and Laude Ventures. It brings Tensormesh’s total amount raised so far to $24.5 million, and it coincides with the launch of its flagship software-as-a-service offering, Tensormesh Inference.

Tensormesh’s technology is designed to tackle one of the most glaring inefficiencies of graphics processing units, which have to reprocess the same data over and over again given their limited memory caches. It’s a design challenge that stems from the way large language models work. Typically, LLM deployments treat each new request or prompt they receive as a brand new task. So even if an AI chatbot is engaged in a long-winded conversation with someone, or analyzing a document it has seen before, the GPU will need to reprocess the entire context window from scratch.

The startup aims to fix this by using a technique it calls key-value or KV caching. What this does is store the intermediate data generated by LLMs while processing a prompt.

Because it helps them to remember these computations, Tensormesh makes it possible to skip the reprocessing each time a new prompt arrives, enabling it to respond more quickly. For developers building agentic models that need to crunch their way through multiple steps to perform a task or solve a problem, it can result in a 10-fold reduction in latency and GPU spending.

The Tensormesh Inference, based on the open-source LMCache project, includes a cost savings dashboard that allows developers to track cache hit rates and convert them into tangible dollar figures. Moreover, it gives developers direct control over how much storage they allocate to the cache, so they can fine-tune their infrastructure to maximize efficiency based on the size of their LLM deployment and usage rates. According to the startup, some customers have achieved cache hit rates of more than 70%, meaning that more than two-thirds of all prompts are retrieved from the cache instead of recomputed.

Deployment is flexible, with three options available. Developers can use a serverless application programming interface that’s fully compatible with OpenAI Group PBC’s standards, enabling it to be dropped into existing workflows. Alternatively, for customers running more intensive workloads, the company offers on-demand deployment on dedicated GPU resources, or reserved deployments for enterprises that need custom service-level agreements.

Founder and Chief Executive Junchen Jiang said he’s not surprised that Nvidia, AMD and CoreWeave were among the first to understand the implications of his company’s technology. “Tensormesh offers a new vision on the significance of the intermediate data that LLMs generate when processing a prompt,” he said. “Behind the term KV cache is a whole concept of AI interpretation of the question it is asked. It’s a whole new class of data.”

Therein lies the potential of Tensormesh’s technology. It’s transforming “intermediate AI data” into an entirely new asset class, and this could become extremely valuable as AI agents become more complex. The more capable an AI agent is, the greater the context window required. By extending those context windows, Tensormesh could well emerge as a key piece of the agentic AI stack.

The money from today’s round will be used to expand Tensormesh’s hardware integrations with AMD’s, Nvidia’s and CoreWeave’s infrastructure and accelerate product development. The company also remains committed to the underlying, open-source LMCache project, which will be the main beneficiary of many of its planned upcoming innovations.

Image: Tensormesh

A message from John Furrier, co-founder of SiliconANGLE:

Support our mission to keep content open and free by engaging with theCUBE community. Join theCUBE’s Alumni Trust Network, where technology leaders connect, share intelligence and create opportunities.

  • 15M+ viewers of theCUBE videos, powering conversations across AI, cloud, cybersecurity and more
  • 11.4k+ theCUBE alumni — Connect with more than 11,400 tech and business leaders shaping the future through a unique trusted-based network.

About SiliconANGLE Media

SiliconANGLE Media is a recognized leader in digital media innovation, uniting breakthrough technology, strategic insights and real-time audience engagement. As the parent company of SiliconANGLE, theCUBE Network, theCUBE Research, CUBE365, theCUBE AI and theCUBE SuperStudios — with flagship locations in Silicon Valley and the New York Stock Exchange — SiliconANGLE Media operates at the intersection of media, technology and AI.

Founded by tech visionaries John Furrier and Dave Vellante, SiliconANGLE Media has built a dynamic ecosystem of industry-leading digital media brands that reach 15+ million elite tech professionals. Our new proprietary theCUBE AI Video Cloud is breaking ground in audience interaction, leveraging theCUBEai.com neural network to help technology companies make data-driven decisions and stay at the forefront of industry conversations.