Skip to content

Comment on Show HN: Smart model routing directly in Claude, Codex and Cursor

Comments

Isn't this more expensive than always using the same model, since, as I understand, by routing to different models you give up on cache?

If you statelessly route each new request: yes it does end up being more expensive!

So our routing is cache-aware. It will have a much higher threshold to switch from one model to another if there's already some cache for the first model. Experimentally this solves the problem (like I said we've saved 40% ourselves vs. what we would have otherwise paid).

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.