SCX Router Enables Zero-Shot LLM Selection for Optimal Performance

Ihor Stepanov, Aleksandr Smechov, Mykhailo Shtopko, Dmytro Vodianytskyi, Oleksandr Lukashov· September 3, 2026 View original

Key takeaways

  • The SCX Router dynamically selects the best LLM for a task based on speed, cost, and quality.
  • It uses a lightweight decoder-KV classifier and a comprehensive task ontology.
  • The router achieves zero-shot model selection without autoregressive generation.
  • It outperforms fixed models on various benchmarks, demonstrating practical utility.

Who benefits

AI DevelopmentCloud ServicesSoftware EngineeringCustomer ServiceMarketing

Summary

The SCX Router is a lightweight, GLiClass-based system designed for streaming zero-shot model selection, assigning suitability scores to various LLM inference endpoints without autoregressive generation, optimizing for speed, cost, and quality across diverse tasks. It utilizes a decoder-KV classifier and a comprehensive real-world task ontology to predict task attributes and select the best model.

The proliferation of large language models (LLMs) and their diverse applications creates a significant opportunity to optimize by selecting the most suitable model for each specific task, balancing speed, cost, and quality. However, the wide variations in performance, pricing, latency, context handling, tool integration, domain expertise, and reasoning capabilities among different inference endpoints make manual selection and maintenance challenging. This paper introduces the SCX Router, a compact, GLiClass-based routing system that assigns a suitability score to each potential inference model without requiring autoregressive generation. The SCX Router, built on a 0.6B-parameter Qwen3 decoder combined with a shallow bidirectional scorer, features a decoder-KV execution path that maintains a text-only key-value cache across sessions, processing only new dialogue turns and evaluating candidate-label tokens without adding them to the persistent cache. This checkpoint also predicts task type, difficulty, reasoning mode, and expected output length, supporting custom zero-shot labels. To facilitate task generation, the researchers developed a comprehensive task ontology comprising 23 families, 115 task types, 345 routable subtypes, 1,173 synthetic examples, and 30 orthogonal domains. Using this structure, they generated 150,000 verifier-scored tasks and 15,000 open-ended tasks, training the Qwen3 decoder while explicitly separating learned request prediction from per-task policies for attributes like eligibility, cost, cache reuse, safety, and sovereignty. Across six LiveBench subsets, the router consistently outperformed the average candidate, achieving an aggregate top-1 score of 0.707 on a 1,000-task subset, surpassing the strongest fixed model's 0.696 score, with benchmark-dependent gains.

Why it matters

This router provides a practical solution for dynamically selecting the optimal LLM for a given task, enabling businesses to achieve better performance, cost efficiency, and latency across their AI applications.

How to implement this in your domain

  1. 1Investigate integrating the SCX Router into existing LLM orchestration layers to optimize model selection.
  2. 2Evaluate the router's ability to reduce inference costs and improve response times for diverse AI workloads.
  3. 3Develop a custom task ontology relevant to your organization's specific LLM use cases.
  4. 4Pilot the SCX Router with a subset of production tasks to measure its impact on speed, cost, and quality.
  5. 5Train the router on internal task data to enhance its zero-shot model selection capabilities for proprietary models.

Original post by Ihor Stepanov, Aleksandr Smechov, Mykhailo Shtopko, Dmytro Vodianytskyi, Oleksandr Lukashov

"arXiv:2609.02292v1 Announce Type: new Abstract: The rapid proliferation of large language models (LLMs) and the growing diversity of their applications presents a unique optimization opportunity: selecting the right model for the task, while optimizing for speed, cost, and qualit…"

View on X

Originally posted by Ihor Stepanov, Aleksandr Smechov, Mykhailo Shtopko, Dmytro Vodianytskyi, Oleksandr Lukashov on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses