Research author
Han Zhao
4 AI research papers in the One9Founders library, with summaries and links to original sources.
Papers by Han Zhao
Jul 22, 2026
cs.SD
Pushing the Frontier of Full-Song Generation: Hierarchical Autoregressive Planning Meets Flow-Matching Rendering
Junyu Dai, Xinyue Fan, Weiqin Li, et al.
Jun 17, 2026
cs.LG
JourneyFormer: Encoding Airbnb Guest Journey with Sequence Modeling
Daochen Zha, Chun How Tan, Xin Liu, et al.
Jun 11, 2026
cs.DC
GF-DiT: Scheduling Parallelism for Diffusion Transformer Serving
Xinwei Qiang, Yifan Hu, Shixuan Sun, et al.
Mar 19, 2026
cs.DC
Act While Thinking: Accelerating LLM Agents via Pattern-Aware Speculative Tool Execution
Yifan Sui, Han Zhao, Rui Ma, et al.
This paper addresses the slowness of AI agents (LLMs that use external tools) by proposing PASTE, a method that predicts and executes likely future tool calls before the LLM finishes thinking. By recognizing that agents tend to follow recurring patterns of tool usage, PASTE can execute tools speculatively while the LLM is still processing, hiding wait times and achieving 48.5% faster task completion.
LLM agentsspeculative executiontool useinference optimization