paper-with-me

홈 › Papers

ChromaFlow: A Negative Ablation Study of Orchestration Overhead in Tool-Augmented Agent Evaluation

2026-05-13 · Tarun Mittal arxiv

Autonomous language-model agents increasingly combine planning, tool use, document processing, browsing, code execution, and verification loops. These capabilities make agent systems more useful, but they also introduce operational failure modes that are not visible from final accuracy alone. This report presents ChromaFlow, a tool-augmented autonomous reasoning framework built around planner-directed execution, specialized tool use, and telemetry-driven evaluation. We analyze ChromaFlow on GAIA 2023 Level-1 validation tasks under clean evaluation constraints. A frozen full Level-1 baseline achieved 29/53 correct answers, or 54.72%. A later recovery configuration with expanded orchestration achieved 27/53 correct answers, or 50.94%, while increasing tracebacks, timeout events, tool-failure mentions, token-log calls, and campaign-log cost estimates. Two randomized 20-task smoke evaluations produced 12/20 and 11/20 correct answers, showing that small diagnostic gains can be unstable across samples. The central result is therefore a negative ablation: more aggressive orchestration did not improve full-set performance and increased operational noise. A later strict-provider full-Level-1 diagnostic reached 30/53, or 56.60%, under explicit integrity controls, but at substantially higher token-log cost. The report argues that bounded planner escalation, deterministic extraction, evidence reconciliation, provider-health gates, and explicit run gates should be treated as first-order requirements for reliable autonomous agent evaluation.

📄 PDF Abstract BibTeX arXiv:2605.14102

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Beyond the Strongest LLM: Multi-Turn Multi-Agent Orchestration vs. Single LLMs on Benchmarks

2025-09-28 · Aaron Xuxiang Tian, Ruofan Zhang, Jiayao Tang, Young Min Cho 외 arxiv

We study multi-turn multi-agent orchestration, where multiple large language model (LLM) agents interact over multiple turns by iteratively proposing answers or casting votes until reaching consensus. Using four LLMs (Ge…

GraphBit: A Graph-based Agentic Framework for Non-Linear Agent Orchestration

2026-03-08 · Yeahia Sarker, Md Rahmat Ullah, Musa Molla, Shafiq Joty arxiv

Agentic LLM frameworks that rely on prompted orchestration, where the model itself determines workflow transitions, often suffer from hallucinated routing, infinite loops, and non-reproducible execution. We introduce Gra…

A CODECO Case Study and Initial Validation for Edge Orchestration of Autonomous Mobile Robots

2025-11-11 · H. Zhu, T. Samizadeh, R. C. Sofia arxiv

Autonomous Mobile Robots (AMRs) increasingly adopt containerized micro-services across the Edge-Cloud continuum. While Kubernetes is the de-facto orchestrator for such systems, its assumptions of stable networks, homogen…

Robust and Efficient Tool Orchestration via Layered Execution Structures with Reflective Correction

2026-02-21 · Tao Zhe, Haoyu Wang, Bo Luo, Min Wu 외 arxiv

Tool invocation is a core capability of agentic systems, yet failures often arise not from individual tool calls but from how multiple tools are organized and executed together. Existing approaches tightly couple tool ex…

TaxBreak: Unmasking the Hidden Costs of LLM Inference Through Overhead Decomposition

2026-03-12 · Prabhu Vellaisamy, Shreesh Tripathi, Vignesh Natarajan, Surya Santhan Thenarasu 외 arxiv

Large Language Model (LLM) inference is widely used in interactive assistants and agentic systems. In latency-sensitive deployments, inference time can become dominated by host-side overheads. Existing approaches typical…