All writing
2026-07-05
Zero prompt logging is the product
An LLM router sits in the most sensitive spot of the whole stack. Every prompt, every system message, and every tool result passes through it. Most providers treat that stream as an asset to mine. I think the mining is the bug.
routing.run is OpenAI compatible on the outside and deliberately forgetful on the inside. Requests are routed, billed, and dropped. There is no prompt store to breach, subpoena, or train on, because the store does not exist.
The models themselves are a commodity now. They get cheaper and better every quarter no matter what I do. The thing that is not a commodity is your context, and a router that remembers nothing is the only honest way to hold it.
Reply by email: zentex@warm.run