ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
15
Citations
0
Influential Citations
arXiv.org
Venue
2026
Year
Large language model (LLM)-based systems are becoming increasingly popular for solving tasks by constructing executable workflows that interleave LLM calls, information retrieval, tool use, code execution, memory updates, and verification. This survey reviews recent methods for designing and optimizing such workflows, which we treat as agentic computation graphs (ACGs). We organize the literature based on when workflow structure is determined, where structure refers to which components or agents are present, how they depend on each other, and how information flows between them. This lens distinguishes static methods, which fix a reusable workflow scaffold before deployment, from dynamic methods, which select, generate, or revise the workflow for a particular run before or during execution. We further organize prior work along three dimensions: when structure is determined, what part of the workflow is optimized, and which evaluation signals guide optimization (e.g., task metrics, verifier signals, preferences, or trace-derived feedback). We also distinguish reusable workflow templates, run-specific realized graphs, and execution traces, separating reusable design choices from the structures actually deployed in a given run and from realized runtime behavior. Finally, we outline a structure-aware evaluation perspective that complements downstream task metrics with graph-level properties, execution cost, robustness, and structural variation across inputs. Our goal is to provide a clear vocabulary, a unified framework for positioning new methods, a more comparable view of existing body of literature, and a more reproducible evaluation standard for future work in workflow optimizations for LLM agents.
LLM-based agents are increasingly used to solve complex tasks by composing workflows that interleave LLM calls, retrieval, tool use, and code execution. However, the field lacks a unified vocabulary and framework to describe and compare different optimization approaches. This survey addresses that gap by introducing the concept of agentic computation graphs (ACGs) and organizing the literature based on when workflow structure is determined—static vs. dynamic. This lens is crucial because it highlights a fundamental design choice: whether to fix a reusable scaffold before deployment or adapt the workflow per run.
The paper also clarifies the distinction between reusable workflow templates, run-specific realized graphs, and execution traces. This separation is important for understanding what is being optimized and what is actually deployed. By providing a structured taxonomy, the survey enables researchers to position new methods more clearly and compare existing work more effectively. This is particularly timely as the number of LLM agent frameworks and optimization techniques grows rapidly.
As a survey, this paper does not present new experimental results. Instead, its main contribution is a comprehensive framework for categorizing and comparing existing methods. It provides a clear vocabulary and a unified framework that can be used to position new methods and evaluate them more reproducibly. The paper does not include quantitative comparisons or benchmarks, but it sets the stage for future empirical studies by offering a structured way to describe and evaluate workflow optimization techniques.
The survey addresses a critical need in the rapidly evolving field of LLM agents: a common language and framework for discussing workflow optimization. By introducing ACGs and a multi-dimensional taxonomy, it helps researchers and practitioners understand the design space and trade-offs. The proposed structure-aware evaluation perspective encourages more holistic assessment beyond task accuracy, considering cost, robustness, and structural variation. This can lead to more reproducible and comparable research, accelerating progress in building efficient and reliable LLM-based systems. The framework is likely to become a reference point for future work in this area.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba