Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
amirdor
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
Nadir: Open-source LLM router that cuts API costs 30-60% (MIT License)
(getnadir.com)
2 points
by
amirdor
5mo ago
|
0 comments
2.
▲
by
amirdor
7mo ago
One workaround if rate limits keep biting: use a proxy that can failover to alternative providers when one hits limits. I built NadirClaw for this - it classifies prompts and routes to the cheapest model that can handle the task, but also s
3.
▲
by
amirdor
7mo ago
Nice work on the observability side. We built something complementary - NadirClaw routes requests across multiple providers based on cost/performance tradeoffs. Your Prism setup shows which departments are spending, then a routing laye
4.
▲
by
amirdor
7mo ago
Interesting. If you're already proxying LLM requests for security, adding cost-optimized routing is a natural next step. NadirClaw does the routing side (classifies prompts, routes to cheaper models). Could see these stacking well. ht
5.
▲
by
amirdor
7mo ago
Cool project. If anyone wants something lighter that works as a drop-in OpenAI proxy (no code changes needed), I built NadirClaw for exactly this. It classifies prompts in ~10ms and routes to cheap/local models automatically. Works wit
6.
▲
by
amirdor
7mo ago
I use Claude and Codex heavily for coding, and I kept burning through my quota halfway through the week. When I looked at my logs, most of my prompts were things like "summarize this" or "reformat this JSON." Stuff any s
7.
▲
Show HN: NadirClaw, LLM router that cuts costs by routing prompts right
(github.com)
1 points
by
amirdor
7mo ago
|
1 comments
8.
▲
Show HN: NadirClaw – Open-source LLM router with 10ms classification
(github.com)
1 points
by
amirdor
7mo ago
|
0 comments