English

AAFLOW: Scalable Patterns for Agentic AI Workflows

Distributed, Parallel, and Cluster Computing 2026-05-05 v1 Multiagent Systems

Abstract

Agentic workflows in large language model systems integrate retrieval, reasoning, and memory, but existing frameworks suffer from scalability and reproducibility limitations due to fragmented data orchestration, serialization overhead, and non-deterministic execution. Although these frameworks increase flexibility, they don't have a formal execution model that adheres to the principles of high-performance computing. We introduce AAFLOW, a unified distributed runtime that creates communication-efficient execution plans by modeling agentic workflows as an operator abstraction. Using Apache Arrow and Cylon, AAFLOW creates a zero-copy data plane that allows direct interoperability between preprocessing, embedding, and vector retrieval without the need for serialization overhead. To lower coordination costs, it uses resource-deterministic scheduling and asynchronous batching. While retaining comparable LLM generation throughput, experimental results demonstrate up to 4.64 times pipeline speedup and 2.8 times gains in embedding and upsert phases. Rather than LLM inference acceleration, these advantages result from enhanced data flow, batching, and communication efficiency.

Keywords

Cite

@article{arxiv.2605.02162,
  title  = {AAFLOW: Scalable Patterns for Agentic AI Workflows},
  author = {Arup Kumar Sarker and Mills Staylor and Aymen Alsaadi and Gregor von Laszewski and Shantenu Jha and Geoffrey Fox},
  journal= {arXiv preprint arXiv:2605.02162},
  year   = {2026}
}

Comments

10 pages, 8 Figures, 3 Tables. preprint for SC2026

R2 v1 2026-07-01T12:47:52.840Z