Textual Equilibrium Propagation for Deep Compound AI Systems
Minghui Chen, Wenlong Deng, James Zou, Han Yu, Xiaoxiao Li
TL;DR
The paper addresses the problem that global textual backpropagation in deep compound AI pipelines suffers from depth-dependent gradient pathologies, namely exploding and vanishing textual gradients. It introduces Textual Equilibrium Propagation (TEP), a local, two-phase learning framework with free-phase equilibrium and nudged-phase bounded prompt edits, achieving depth-robust updates without long backprop chains. The method is formalized via stochastic computation graphs and analyzed for convergence, while extensive experiments on long-horizon QA and multi-agent tool-use benchmarks show TEP consistently outperforms TextGrad and related baselines, with gains growing as depth increases. The results demonstrate that local equilibrium-based, bounded updates can effectively coordinate complex AI systems in a scalable and practical manner, preserving the practicality of black-box LLM components while improving accuracy and efficiency.
Abstract
Large language models (LLMs) are increasingly deployed as part of compound AI systems that coordinate multiple modules (e.g., retrievers, tools, verifiers) over long-horizon workflows. Recent approaches that propagate textual feedback globally (e.g., TextGrad) make it feasible to optimize such pipelines, but we find that performance degrades as system depth grows. In particular, long-horizon agentic workflows exhibit two depth-scaling failure modes: 1) exploding textual gradient, where textual feedback grows exponentially with depth, leading to prohibitively long message and amplifies evaluation biases; and 2) vanishing textual gradient, where limited long-context ability causes models overemphasize partial feedback and compression of lengthy feedback causes downstream messages to lose specificity gradually as they propagate many hops upstream. To mitigate these issues, we introduce Textual Equilibrium Propagation (TEP), a local learning principle inspired by Equilibrium Propagation in energy-based models. TEP includes two phases: 1) a free phase where a local LLM critics iteratively refine prompts until reaching equilibrium (no further improvements are suggested); and 2) a nudged phase which applies proximal prompt edits with bounded modification intensity, using task-level objectives that propagate via forward signaling rather than backward feedback chains. This design supports local prompt optimization followed by controlled adaptation toward global goals without the computational burden and signal degradation of global textual backpropagation. Across long-horizon QA benchmarks and multi-agent tool-use dataset, TEP consistently improves accuracy and efficiency over global propagation methods such as TextGrad. The gains grows with depth, while preserving the practicality of black-box LLM components in deep compound AI system.
