Looks interesting! Out of curiosity, how does it compare with vLLM Semantic Router? For reference: https://vllm-semantic-router.com/ https://github.com/vllm-project/semantic-router vLLM Semantic Router: Signal Driven Decision Routing for Mixture-of-Modality Models, https://arxiv.org/abs/2603.04444 https://github.com/vllm-project/semantic-router For instance, does it offer similar algorithms: - vllm-sr/auto: efficient…
Good questions. From what I can tell, vLLM semantic router is more optimized for one-off prompt/response workflows rather than agentic coding (I don't think it's cache aware). As another commenter ( https://news.ycombinator.com/item?id=48689994 ) pointed out, for one-off requests, I think it makes more sense to lock to one model whose behavior you understand very well. For dynamic requests like the ones going to a co…
Show HN: Smart model routing directly in Claude, Codex and Cursor
91–100 of 127 posts
Re: Show HN: Smart model routing directly in Claude, Codex and Cursor
#92Earlier quoted context omitted.
Yeah that's a really interesting point, tbh I think the more relevant variable here is the harness you're using rather than the specific model? i.e. GPT 5.5 in the Claude harness behaves a lot more like Claude than Codex if that makes sense. Hard to quantify this ofc but that's what I've felt vibes wise from using this for the last month.
I have the same general feeling as well. Like you, I can’t prove it’s not just personal feeling - but e.x. Opus via Copilot CLI behaves entirely different than Opus via Claude Code, which behaves differently than Opus via OpenCode or Pi.
It's also possible that it's the 1m context versus the 200k context (Copilot's limit) doing some of the work here.
Re: Show HN: Smart model routing directly in Claude, Codex and Cursor
#93This would have been neat back when I could afford enough tokens to even set it up properly. Now I’ve had to increase my GH Copilot subscription just to cover the bare minimum updates to a few websites every month, and I no longer do any test driving, or even recreational coding projects. I don’t have hundreds of dollars a month to plow into these products, so I’m rationing use, looking for better local options, and…
Maybe you should move away from a subscription that started charging by the token instead of by the request?
Re: Show HN: Smart model routing directly in Claude, Codex and Cursor
#94Is this talking to claude code, or to claude api (and paying api rates)? programatically routing requests through claude code sounds like a good way to get banned, just like the opencode and openclaw users.
If you have a Claude sub with subsidized usage we use that. If not you pay API prices.
Re: Show HN: Smart model routing directly in Claude, Codex and Cursor
#95Re: Show HN: Smart model routing directly in Claude, Codex and Cursor
#96> with no noticeable differences in quality or velocity. Have you done any A/B tests on this with evidence? (That's one thing I'd be very interested to see for claims like this - I'm not necessarily doubting you, it just seems like it could be useful to understand claims of quality/efficiency)
Great question! Our main product quantifies engineering productivity & quality so I think we're uniquely qualified to answer this - our velocity has only gone up and our quality (bugs introduced, code turnover) has not budged per our own analysis.
That is super curious - using more low quality cheaper models increased your velocity? My prior would have been slightly reduced velocity but massive reduction in token costs made it worthwhile.
Is that due to the faster inference time?
Re: Show HN: Smart model routing directly in Claude, Codex and Cursor
#97Looks interesting! Out of curiosity, how does it compare with vLLM Semantic Router? For reference: https://vllm-semantic-router.com/ https://github.com/vllm-project/semantic-router vLLM Semantic Router: Signal Driven Decision Routing for Mixture-of-Modality Models, https://arxiv.org/abs/2603.04444 https://github.com/vllm-project/semantic-router For instance, does it offer similar algorithms: - vllm-sr/auto: efficient…
Re: Show HN: Smart model routing directly in Claude, Codex and Cursor
#98Re: Show HN: Smart model routing directly in Claude, Codex and Cursor
#99Is this noticeably different than having your implementation planning phase break a larger task into sub-tasks, and recording the ideal model to use based on scope as part of the task definition?
Re: Show HN: Smart model routing directly in Claude, Codex and Cursor
#100This would have been neat back when I could afford enough tokens to even set it up properly. Now I’ve had to increase my GH Copilot subscription just to cover the bare minimum updates to a few websites every month, and I no longer do any test driving, or even recreational coding projects. I don’t have hundreds of dollars a month to plow into these products, so I’m rationing use, looking for better local options, and…
And it is SO fucking cheap.