End-to-end speedup
Mean speedup over three curated scientific tasks. Values are computed from three replayed sessions per task and model.
1Illinois Institute of Technology
IEEE eScience 2026 · Accepted
© 2026 IEEE. Personal use of this material is permitted. Permission from IEEE must be obtained for all other uses, in any current or future media, including reprinting/republishing this material for advertising or promotional purposes, creating new collective works, for resale or redistribution to servers or lists, or reuse of any copyrighted component of this work in other works.
Scientific LLM agents spend much of a session inside tool calls reading data from storage. AgentStage uses the preceding thinking phase as a prefetch window: it reads streaming reasoning and filesystem probes to infer the next working set, stages files into local storage, and redirects tool reads to the hot copy when the tool fires.
Across curated scientific tasks and community benchmarks, AgentStage delivers an average 1.74× end-to-end speedup on curated tasks (up to 2.34× per run), with no per-model or per-task tuning.
The agent’s plan surfaces before its next tool call. AgentStage turns that idle storage interval into useful work.
The capture proxy, tiered detector, and staging daemon run during the thinking phase. An LD_PRELOAD shim redirects reads only after the tool fires.
AgentStage improves end-to-end sessions across different reasoning models and explains when staging will help before it runs.
Mean speedup over three curated scientific tasks. Values are computed from three replayed sessions per task and model.
Mean tier-1 byte recall across curated sessions. The detector combines partial intent in the reasoning stream with filesystem-probe feedback.
The thinking interval stays fixed. Detection begins with the reasoning stream and dispatches staging to local hot storage before tool fire.
Benefit depends on cold-read share and whether prefetch completes within the thinking window. These conditions can be estimated before staging.
The public repository contains the AgentStage runtime, unit tests, claim-verification suite, and the figure-building pipeline. Raw run artifacts and datasets are not deployed with this site.
@inproceedings{yildirim2026agentstage,
title = {AgentStage: Exploiting LLM Thinking for Data Staging in Scientific Agents},
author = {Yildirim, Izzet and Sun, Xian-He and Kougkas, Anthony},
booktitle = {IEEE International Conference on e-Science},
year = {2026}
}