Wayfinder Router: deterministic local/hosted LLM query router debuts on HN
What happened
Wayfinder Router — an open-source project that deterministically routes user queries between local and hosted LLMs based on classification rules (instead of non-deterministic LLM-based routing) — hit the HN front page June 28 with 76 points.
Context and impact
As enterprises mix local open models with frontier closed APIs to control cost and data egress, deterministic routing becomes a key infrastructure layer — competing with offerings like NotDiamond and Martian. Determinism (vs. classifier-based routing) is a meaningful differentiator for audit and compliance scenarios.
Details
- Open source, GitHub: itsthelore/wayfinder-router
- Posted to HN June 28, 2026 (76 points, 28 comments)
- Deterministic rules instead of a classifier
- Targets hybrid local/hosted LLM deployments
- Fits the "tokenmaxxing → efficiency" trend in enterprise AI
Open original source
GitHub / Hacker News