NeFut Logo NeFut
Admin Login

[CS.AI] CEDAR: Agent-Orchestrated Tree Search for Goal-Directed Optimization of Complex Systems

Published at: 2026-08-10 22:00 Last updated: 2026-08-11 02:05
#Machine Learning #Artificial Intelligence #Complex Systems

CEDAR is an autonomous method that uses Large Language Model (LLM) agents to discover complex systems satisfying user-specified behavioral goals. Our key innovation is an LLM-driven Monte Carlo Tree Search (MCTS) deeply coupled with complex systems: at each iteration, an LLM Judge evaluates emergent behavior against specified goals and an LLM Editor proposes improved variants, akin to a generate-and-evaluate loop in evolutionary computation. We represent complex systems as a restricted, runnable subset of Python with domain-specific primitives, letting LLMs modify system dynamics directly. CEDAR formalizes this as an MCTS variant with an LLM-parameterized transition kernel and value function, enabling goal-directed discovery of complex system behaviors while preserving solution diversity, and its LLM-based interpretability reveals how structural changes drive emergent behavior. CEDAR reduces human effort while enabling capabilities difficult to achieve with existing approaches, facilitating broader adoption of complex systems across domains. Blogger's Review: CEDAR provides an innovative solution for goal-directed optimization of complex systems, leveraging LLM-driven MCTS for efficient system behavior discovery and optimization. Its application prospects are broad, enabling the wider adoption and development of complex systems across various domains.

Original Source: https://arxiv.org/abs/2608.06871

[h] Back to Home