Conversation
|
Caution The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased. |
…ieve 65.98 Arena Score
…ff/flake8 pre-commit hooks
|
Thanks for the submission, @kruschdev. Reviewing as maintainer — the router code and manifest wiring look fine, but the prediction file is incomplete, which is why
To get on the leaderboard, please:
On the current 809-row slice your accuracy is ~66.6% — happy to see how it holds up on the full set. Ping me when it's ready. |
|
/evaluate Hi @yl231, thanks for the guidance! We've updated our submission:
Ready for evaluation! |
Router Evaluation ResultsRouter: RouterArena Metrics
Optimality Metrics
Evaluation completed by RouterArena automated workflow |
…ustness to 94.05%
|
/evaluate Hi @yl231, we've updated our submission with cost and robustness optimizations:
Ready for evaluation! |
Router Evaluation ResultsRouter: RouterArena Metrics
Optimality Metrics
Evaluation completed by RouterArena automated workflow |
|
/evaluate Refined domain heuristics based on zero-cost LLM routing literature (Moslem & Kelleher 2026, RouteLLM, FrugalGPT):
Prediction files pass all validation gates with zero warnings or errors. |
Router Evaluation ResultsRouter: RouterArena Metrics
Optimality Metrics
Evaluation completed by RouterArena automated workflow |
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