Pith. sign in

REVIEW 2 cited by

Conveyor: Efficient Tool-aware LLM Serving with Tool Partial Execution

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2406.00059 v2 pith:J2R3L3DE submitted 2024-05-29 cs.CL cs.DCcs.LG

Conveyor: Efficient Tool-aware LLM Serving with Tool Partial Execution

classification cs.CL cs.DCcs.LG
keywords toolexecutionpartialservingefficientconveyorexternalrequest
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
read the original abstract

The complexity of large language model (LLM) serving workloads has substantially increased due to the integration with external tool invocations, such as ChatGPT plugins. In this paper, we identify a new opportunity for efficient LLM serving for requests that trigger tools: tool partial execution alongside LLM decoding. To this end, we design Conveyor, an efficient LLM serving system optimized for handling requests involving external tools. We introduce a novel interface for tool developers to expose partial execution opportunities to the LLM serving system and a request scheduler that facilitates partial tool execution. Our results demonstrate that tool partial execution can improve request completion latency by up to 38.8%.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Agentic Coding in the Wild: Characterizing GitHub Copilot Traces at Production Scale

    cs.AI 2026-07 conditional novelty 7.0

    Across 13.5M production GitHub Copilot sessions, coding-agent work is dominated by autonomous LLM–tool loops, with KV-cache reuse at ~90% inside a turn but 55% at turn boundaries and 8% after model switches.

  2. Towards Understanding, Analyzing, and Optimizing Agentic AI Execution: A CPU-Centric Perspective

    cs.AI 2025-11 conditional novelty 5.0

    The paper analyzes CPU bottlenecks in agentic AI serving, selects representative workloads, and demonstrates that CPU-aware scheduling optimizations COMB and MAS can reduce P50 latency by up to 1.7x and total latency ...