paper-with-me

Papers

Explainable Model Routing for Agentic Workflows

2026-04-04 · Mika Okamoto, Ansel Kaplan Erol, Mark Riedl arxiv

Modern agentic workflows decompose complex tasks into specialized subtasks and route them to diverse models to minimize cost without sacrificing quality. However, current routing architectures focus exclusively on performance optimization, leaving underlying trade-offs between model capability and cost unrecorded. Without clear rationale, developers cannot distinguish between intelligent efficiency -- using specialized models for appropriate tasks -- and latent failures caused by budget-driven model selection. We present Topaz, a framework that introduces formal auditability to agentic routing. Topaz replaces silent model assignments with an inherently interpretable router that incorporates three components: (i) skill-based profiling that synthesizes performance across diverse benchmarks into granular capability profiles (ii) fully traceable routing algorithms that utilize budget-based and multi-objective optimization to produce clear traces of how skill-match scores were weighed against costs, and (iii) developer-facing explanations that translate these traces into natural language, allowing users to audit system logic and iteratively tune the cost-quality tradeoff. By making routing decisions interpretable, Topaz enables users to understand, trust, and meaningfully steer routed agentic systems.

📄 PDF Abstract BibTeX arXiv:2604.03527

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Budget-Aware Agentic Routing via Boundary-Guided Training

2026-02-04 · Caiqi Zhang, Menglin Xia, Xuchao Zhang, Daniel Madrigal 외 arxiv

As large language models (LLMs) evolve into autonomous agents that execute long-horizon workflows, invoking a high-capability model at every step becomes economically unsustainable. While model routing is effective for s…

A Novel Hierarchical Multi-Agent System for Payments Using LLMs

2026-02-27 · Joon Kiat Chua, Donghao Huang, Zhaoxia Wang arxiv

Large language model (LLM) agents, such as OpenAI's Operator and Claude's Computer Use, can automate workflows but unable to handle payment tasks. Existing agentic solutions have gained significant attention; however, ev…

GenRouter: Unified Workflow Routing for Agentic Image Generation

2026-08-17 · Harold Haodong Chen, Zhiyu Hou, Wen-Jie Shu, Weilin Ruan 외 arxiv

The rapid evolution of text-to-image (T2I) generation models has effectively solved the foundational challenge of raw pixel synthesis, shifting the community's focus toward fulfilling increasingly intricate user requests…

Zero-shot GeneralizationImage Generation

Characterizing Large Language Model Agentic Workflows: A Study on N8n Ecosystem

2026-06-27 · Yutian Tang, Yuming Zhou, Huaming Chen arxiv

Large Language Models (LLMs) are rapidly being adopted in low-code and no-code automation platforms, where non-expert users design workflows that combine natural language understanding with external services and APIs. LL…

Natural Language Understanding

Towards Responsible and Explainable AI Agents with Consensus-Driven Reasoning

2025-12-25 · Eranga Bandara, Tharaka Hewa, Ross Gore, Sachin Shetty 외 arxiv

Agentic AI represents a major shift in how autonomous systems reason, plan, and execute multi-step tasks through the coordination of Large Language Models (LLMs), Vision Language Models (VLMs), tools, and external servic…