Source · arXiv cs.CL
arxiv arXiv cs.CL · 1d ago · 11 views

AgentRouter reduces agentic workflow costs by 72% via step-level model routing

Researchers propose AgentRouter, a lightweight classifier that optimizes multi-step agentic workflows by routing individual trajectory steps to appropriate model tiers rather than using a single frontier model for all tasks. The system addresses the inefficiency of enterprise systems that waste 60-80% of their inference budget on subtasks that smaller models can handle equally well.

arxiv arXiv cs.CL · 2d ago · 13 views

NemotronLabs releases VoiceChat, an open full-duplex speech-to-speech model with tool calling

NemotronLabs has introduced VoiceChat, an open-weight full-duplex speech-to-speech model designed to integrate listening, transcription, reasoning, and speaking within a unified streaming architecture. The system combines a streaming speech encoder and decoder-only language model with parallel specialized output streams for agent text and structured function calls, alongside an auxiliary RNN-T branch for incremental user transcription.

arxiv arXiv cs.CL · 8d ago Codeforces (Elo) · 98.2% · 27 views

Stellar Colosseum harnesses multi-agent inference for long-horizon math research

Stellar Colosseum is a model-agnostic harness designed to allocate inference across long-horizon research in mathematics and theoretical computer science, addressing the unreliability of language models on complex problems. The system explores alternative strategies before proof construction, uses a readiness gate to determine when a route is mature enough for decomposition, and represents the proof plan as interdependent section-level subproblems.

arxiv arXiv cs.CL · 13d ago · 28 views

Single-direction attack on GLM-5.3-Flash reveals safety alignment fragility in MoE models

Researchers demonstrate that directional ablation, a white-box attack removing refusal by projecting out a single direction from weights, remains effective on frontier mixture-of-experts (MoE) models like GLM-5.3-Flash. The study shows that while the attack survives the architecture, its effects are distributed across attention, dense, and routed-expert writers rather than concentrated in one location.

arxiv arXiv cs.CL · 20d ago · 40 views

DisCo distills GitHub repositories into AI4AI skills to boost research agent performance

The authors present DisCo, a skill-powered research agent designed to bridge the gap in operational knowledge by distilling domain-specific know-how from external sources. The system condenses widely used machine learning repositories into reusable, verified skills through two complementary forms: task-agnostic distillation for broad utility and task-oriented distillation for specific needs.

arxiv arXiv cs.CL · 21d ago · 23 views

Consolidating 200+ apps onto one self-hosted LLM via multi-axis GRPO and SLERP

The article describes a method for consolidating traffic from over 200 internal applications onto a single self-hosted large language model to address data-residency constraints and GPU fragmentation. The approach closes quality gaps in instruction following, function-calling, and internal task distribution by training separate GRPO experts per axis and merging them via two-stage SLERP.