paper-with-me

Papers

Beyond Generalist LLMs: Specialist Agentic Systems for Structured Code Workflow Execution

2026-07-16 · Harris Borman, Herman Wandabwa, Fusun Yu, Sandeepa Kannangara, Justin Liu, Anna Leontjeva, Ritchie Ng arxiv

Large Language Models (LLMs) have accelerated the adoption of software development agents, now widely available as Integrated Development Environment (IDE) extensions and standalone applications. While these agents are typically general-purpose, it remains unclear whether specialist agents justify their additional development effort. We investigate this question in the context of business process automation, focusing on the transformation of Business Process Model and Notation (BPMN) diagrams into executable agentic workflows. Since BPMN specifies explicit control-flow semantics, we focus on deterministic workflows in which a fixed process model and inputs uniquely determine the executed path. We introduce a specialist workflow for this task and compare it against generalist agents such as Roo and Cline. Our results show that the specialist solution produces agents that outperform generalist baselines by approximately 9-20 percentage points in tool-use exactness, 2-4x in penalty-adjusted latency, and 3x fewer tool-call errors, while reducing generation token cost by over 95% and eliminating repair iterations. We also find that generalist agents generate code inconsistently in both functionality and quality, limiting their suitability for industrial settings where reliability and maintainability are essential.

📄 PDF Abstract BibTeX arXiv:2607.14456

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

TxGemma: Efficient and Agentic LLMs for Therapeutics

2025-04-08 · Eric Wang, Samuel Schmidgall, Paul F. Jaeger, Fan Zhang 외

Therapeutic development is a costly and high-risk endeavor that is often plagued by high failure rates. To address this, we introduce TxGemma, a suite of efficient, generalist large language models (LLMs) capable of ther…

Humanity's Last ExamProperty Prediction

Specialist or Generalist? Instruction Tuning for Specific NLP Tasks

2023-10-23 · Chufan Shi, Yixuan Su, Cheng Yang, Yujiu Yang 외

The potential of large language models (LLMs) to simultaneously perform a wide range of natural language processing (NLP) tasks has been the subject of extensive research. Although instruction tuning has proven to be a d…

Specificity

Science Done on a Machine by a Machine: AI Agents in Computational Chemistry

2026-08-19 · Pavlo O. Dral, Hassan Nawaz, Arif Ullah arxiv

We are witnessing an explosion of agentic systems for computational chemistry simulations: from half a dozen in 2024 to a dozen in 2025, and the current number approaches fifty, surveyed in this Perspective as of 8 Augus…

Why Specialist Models Still Matter: A Heterogeneous Multi-Agent Paradigm for Medical Artificial Intelligence

2026-05-28 · Yanan Wang, Shuaicong Hu, Jian Liu, Guohui Zhou 외 arxiv

The impressive performance of generalist large language models (LLMs) such as GPT and Claude in healthcare raises a critical question: will domain-specific medical specialist models become obsolete? We argue that the fut…

The Evaluation Cost of Task Specialization in Evolutionary Multi-Robot Systems

2026-06-23 · Paolo Leopardi, Heiko Hamann, Jonas Kuckling, Tanja Katharina Kaiser arxiv

Task specialization can improve the efficiency of multi-robot systems (MRSs). Previous works have investigated the emergence of task-specialist robot controllers through evolutionary optimization and have argued that tas…