{"rewrite":{"id":"r_a5462482e03a9f4a518a9659","clusterId":"c_35ad54efc084fa6176051cc3","slug":"wayfinder-router-sends-simple-tasks-to-local-ai-and-hard-ones-to-cloud","model":"deepseek-v4-flash","headline":"Wayfinder Router Sends Simple Tasks to Local AI and Hard Ones to Cloud","summary":"An open-source tool called Wayfinder Router has been released on GitHub. It automatically routes simple AI tasks like summarization to a local model and complex tasks like code analysis to a cloud model, using structural features of the prompt rather than an AI judge to decide.","whyItMatters":"Wayfinder Router addresses the cost and latency overhead of AI model routers that themselves call an LLM to decide routing, by using a deterministic offline scoring system instead.","webCardHtml":"\u003cp\u003eThe tool, called Wayfinder Router, is now available on GitHub. It reads prompt features such as length, headings, lists, and code presence to calculate a complexity score from 0.0 to 1.0. Low-scoring tasks go to a local model like Ollama or vLLM, while high-scoring tasks go to a cloud model. The developer says the approach avoids paying top-tier fees for simple prompts like summaries and typo corrections.\u003c/p\u003e\u003cp\u003eWayfinder supports OpenAI-compatible APIs. Users point their chat UI or IDE tool\u0026#39;s base_url to Wayfinder, and it distributes tasks automatically. The response includes headers showing which model handled the request and the complexity score. Slash commands like /local, /cloud, or /auto let users override routing per request.\u003c/p\u003e","blueskyPost":"Wayfinder Router avoids the cost of an AI judge by using prompt structure to decide where a task runs. The design implies that many routing problems can be solved without another LLM in the loop.","twitterPost":"Wayfinder Router uses prompt structure, not an AI judge, to route tasks. The cost saving is in skipping the extra model call.","threadsPost":"Wayfinder Router routes tasks based on prompt structure, not an AI judge. That design choice cuts cost by eliminating the extra model call for routing decisions. It suggests that for many use cases, a lightweight heuristic can replace a full LLM gatekeeper.","newsletterBlurb":"Wayfinder Router, an open-source tool, automatically routes simple AI tasks to local models and complex ones to cloud models based on a deterministic complexity score. It avoids the cost and latency of routers that call an AI judge to decide.","attributionJson":"[{\"source\":\"GIGAZINE\",\"url\":\"https://gigazine.net/news/20260630-wayfinder/\",\"title\":\"\\\"Wayfinder\\\" automatically switches between local AI and cloud AI based on task difficulty, reducing costs by not using AI for switching decisions\"}]","lintFlagsJson":null,"lintHits":0,"costUsd":0,"inputTokens":4172,"outputTokens":518,"status":"published","repairAttempts":0,"nextRepairAt":null,"factsAttemptedAt":1782772850,"createdAt":"2026-06-29T22:35:21.000Z","publishedAt":"2026-06-29T22:39:50.000Z","updatedAt":"2026-06-29T22:39:50.000Z"},"cluster":{"id":"c_35ad54efc084fa6176051cc3","canonicalTitle":"タスクの難易度でローカルAIとクラウドAIを自動切り替えする「Wayfinder」、切り替え判断にAIを使わずコストを削減","representativeArticleId":"a_507a56bac1ebf5cb446c0d3a","sourceCount":1,"writtenSourceCount":1,"writeAttempts":0,"isSolo":true,"entitiesJson":"{\"anime_titles\":[],\"manga_titles\":[],\"work_titles\":[],\"studios\":[],\"people\":[],\"type\":\"news\",\"domain\":\"other\",\"is_roundup\":false}","contentType":"news","status":"published","firstSeenAt":"2026-06-29T22:00:00.000Z","lastSeenAt":"2026-06-29T22:00:00.000Z","updatedAt":"2026-06-29T22:39:51.000Z"},"attribution":[{"source":"GIGAZINE","url":"https://gigazine.net/news/20260630-wayfinder/","title":"タスクの難易度でローカルAIとクラウドAIを自動切り替えする「Wayfinder」、切り替え判断にAIを使わずコストを削減"}],"entities":{"anime_titles":[],"manga_titles":[],"work_titles":[],"studios":[],"people":[],"type":"news","domain":"other","is_roundup":false},"keyFacts":["Wayfinder Router is an open-source tool released on GitHub that routes simple AI tasks to a local model and complex tasks to a cloud model.","The tool calculates a complexity score from 0.0 to 1.0 based on prompt features like length, headings, lists, and code presence, without using an AI judge.","Low-scoring tasks go to a local model such as Ollama or vLLM, while high-scoring tasks go to a cloud model, reducing costs for simple prompts.","Wayfinder supports OpenAI-compatible APIs and users can point their chat UI or IDE tool's base_url to Wayfinder for automatic task distribution.","The response includes headers showing which model handled the request and the complexity score, and users can override routing per request with slash commands like /local, /cloud, or /auto."]}
