Tokenless API Gateway Routes AI Traffic Between Models to Cut Spend in Half
Tokenless (YC S26) is a drop-in API gateway that cuts AI inference spend by routing each turn of an agent conversation to the cheapest adequate model. The founders (Rohit, Andrew, Kev) came from Princeton, Google DeepMind, and UC Berkeley, and they claim their router matches Claude Fable 5 performance at half the cost.
How It Works
Tokenless fans out a request to multiple models simultaneously and watches their progress. Once one model is clearly on track, it cancels the others. You only pay for the winning model's usage. The technique is novel: the router queries multiple models in parallel and uses their intermediate outputs to make the routing decision. The team also notes that switching models doesn't destroy the cache if the routing algorithm is aware of cache hot/cold states.
Benchmarks
On the τ³-Banking, Terminal-Bench 2.1, and DeepSWE 1.1 agentic benchmarks, Tokenless Pro achieves a 40.2% solve rate at $0.57/task, vs Claude Fable 5 at 24.5% solve rate and $3.32/task. The Ultra Saver mode routes more aggressively and gets 30.9% solve rate at $2.25/task. The numbers are presented as "measured, not marketed" — they claim to beat all frontier models on cost-adjusted quality.
Getting Started
Tokenless exposes an OpenAI- and Anthropic-compatible endpoint. You point your existing agent at their endpoint, and they handle the routing. New users get $20 in free credit. The team plans to add Kimi K3, GPT efforts, and more models to the router.
Cost Savings Projection
Tokenless provides a calculator: for a team spending $40K/month on LLMs, they project a new bill of $26K/month (a 34% savings, $14K/month off), totaling $344K saved over the next year assuming 11% monthly spend growth.
📖 Read the full source: HN AI Agents
👀 See Also

MuninnDB adds Dream Engine for LLM memory consolidation with vault isolation
MuninnDB, a Go-based cognitive memory database, now includes a Dream Engine that performs LLM-driven memory consolidation between sessions using deduplication thresholds and semantic review. The system features vault trust tiers for data isolation and runs locally with Ollama.

No-Code Persistent Memory System for Claude Using Notion and MCP
A radiologist built a 'Cognitive Hub' in Notion that Claude reads and writes to through MCP, creating a structured knowledge base with a routing table to load only relevant information per conversation. The system has grown to 70+ pages after a month of daily use.

Adeu v1.4: Open-Source MCP for Track Changes in DOCX
Adeu v1.4 surgically injects native OOXML redlines into DOCX files, preserving formatting, numbering, and layouts. Adds footnotes/endnotes inline editing, defined term linting, cross-reference maps, and multi-level list round-tripping.

OpenClaw memory loss fix using Mem0 plugin
OpenClaw agents experience memory loss due to context compaction rewriting files like MEMORY.md. The Mem0 plugin solves this by moving memory outside the context window with auto-recall and auto-capture features.