feat(router): submit Krusch Cascade Router to RouterArena leaderboard - #169
Open
kruschdev wants to merge 5 commits into
Open
feat(router): submit Krusch Cascade Router to RouterArena leaderboard#169kruschdev wants to merge 5 commits into
kruschdev wants to merge 5 commits into
Conversation
|
Caution The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased. |
added 4 commits
July 24, 2026 20:59
…ieve 65.98 Arena Score
…ff/flake8 pre-commit hooks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Router Submission: Krusch Cascade Router
📌 Overview
Krusch Cascade Routeris an open-source, framework-agnostic LLM router designed for high-efficiency agentic workflows. It eliminates the TTFT (Time-To-First-Token) latency penalty of extra router LLM calls by combining a sub-50ms predictive prompt classifier (evaluating prompt length, syntax/code blocks, mathematical density, and cognitive task keywords) with speculative logprob confidence thresholding.@kruschdevgpt-4o-mini(Fast Edge Model) &gemini-2.0-flash-001(Heavy Cloud Model)📊 Benchmark Evaluation Results
Evaluated on RouterArena dataset (
sub_10split, 1,618 total entries):gpt-4o-mini) / 50.0% Heavy (gemini-2.0-flash-001)💡 Empirical Domain Routing Strategy
AIME,GSM8K,MATH), code generation (LiveCodeBench), MMLU-Pro reasoning (72.88%), and medical/scientific QA (MedMCQA,PubMedQA) are routed togemini-2.0-flash-001.GeoBench83.64%), Social QA (SocialiQA78.69%), and Multilingual Translation (WMT19) are directed togpt-4o-minifor maximum accuracy and cost efficiency.📁 Submitted Files
router_inference/config/krusch-cascade-router.jsonrouter_inference/router/krusch_cascade_adapter.pyrouter_inference/predictions/krusch-cascade-router.jsonleaderboard_manifest.yaml