CTHA: Constrained Temporal Hierarchical Architecture for Stable Multi-Agent LLM Systems
Percy Jardine
TL;DR
CTHA addresses instability in multi-time-scale LLM agent systems by constraining inter-layer communication to structured manifolds and introducing a learned Arbiter to guarantee conflict-free composition. It formalizes three mechanisms—Message Contracts, Authority Manifolds, and Arbiter Resolution—creating non-expansive, closed, and deterministic interactions across temporal layers. Empirically, CTHA yields strong gains across tool use, web navigation, SWE, and long-horizon planning benchmarks, including a 47% reduction in coordination failures and 2.3× sample efficiency, with modest latency overhead thanks to selective activation and parallel execution. The approach emphasizes reproducibility through open-source models and demonstrates robust generalization across model families and task horizons. Overall, CTHA offers a principled path to scalable, stable autonomous LLM agents that leverage temporal abstraction without sacrificing reliability or safety.
Abstract
Recently, multi-time-scale agent architectures have extended the ubiquitous single-loop paradigm by introducing temporal hierarchies with distinct cognitive layers. While yielding substantial performance gains, this diversification fundamentally compromises the coordination stability intrinsic to unified agent systems, which causes severe inter-layer conflicts, unbounded error propagation, and restricted scalability. To address these challenges, we propose Constrained Temporal Hierarchical Architecture (CTHA), a general framework that projects the inter-layer communication space onto structured manifolds to restore coordination stability, while incorporating principled arbitration mechanisms to ensure coherent decision-making. Specifically, CTHA enforces three key constraints: (1) Message Contract Constraints that formalize information flow between layers via typed summary, plan, and policy packets; (2) Authority Manifold Constraints that bound each layer's decision space according to its temporal scope; and (3) Arbiter Resolution Constraints that guarantee conflict-free composition of multi-layer decisions. Empirical experiments demonstrate that CTHA is effective for complex task execution at scale, offering 47% reduction in failure cascades, 2.3x improvement in sample efficiency, and superior scalability compared to unconstrained hierarchical baselines. We anticipate that CTHA, as a principled extension of temporal hierarchies, will contribute to a deeper understanding of multi-agent coordination and suggest promising directions for the evolution of robust autonomous systems.
