Finding #1 of 5
Semantic caching is an empty market
1 of 100 priority-cohort products
Across the v6 catalog's 100-product priority cohort, semantic caching shows up as a real shipping feature in exactly one place: LangChain's SemanticCache. Every other entry that claims caching is either token-level prompt caching (Anthropic, OpenAI), CDN-style response caching, or vector-store dedup — none of which is what "semantic cache" actually means in the agent-cost-economics literature.
The opportunity is structural. The architecture is well-understood (embed prompt → kNN against a cache of prior prompt+response pairs → return cached completion when similarity > threshold). The wins are large (10-100× cost reduction on repetitive workloads, ~10× latency reduction). And nobody else has shipped it as a vendor-managed layer with cross-model similarity. A semantic cache as a service — sold by Anthropic, OpenAI, or as a third-party gateway like Helicone but cache-first — has no direct competitor in the priority cohort.
The empty-market signal is reinforced by the cost-economics analysis showing prompt caching is the only cache technique with broad adoption — and prompt caching only deduplicates exact-prefix repeats. Semantic caching catches paraphrased and reformulated repeats, which is where the long tail of LLM cost lives.
Go deeper
See the cost-economics matrix →
analysis.md §25.2 · commit f2b95c1
Other findings
- #2. 91.3% of catalogued products publish no peer-reviewed benchmark 833 of 912 products · only 2 scores on a neutral leaderboard
- #3. The MCP spec is the catalog's #3 inbound substrate Inbound runtime-deps: Claude 62 · GPT 52 · MCP spec 34 · Gemini 22 · Qwen 16
- #4. Graphiti MCP Server is the most under-acknowledged connector in the catalog 0 inbound edges · 0.71 normalised betweenness — highest non-trivial in the graph
- #5. 77% of FM-dependent products lock onto three vendors 108 of 140 FM-dependent rows depend on OpenAI / Anthropic / Google