Urgent.News

What's breaking now, across thousands of outlets.

AI

Procedural Graphs: Self-Improving LLM Agent Execution Structures

Procedural Graphs: Self-Evolving Execution Structures for LLM Agents When AI Agents Start Writing Their Own "Brain Circuits" Published: September 10, 2026 | Reading time: 12 minutes The Revolutionary Research On September 9, 2026, researchers Yuxing Lu , Yicheng Chen , and Shanchan Wu published a groundbreaking paper on Procedural Graphs — a self-evolving execution structure for LLM agents that…

On September 9, 2026, researchers Yuxing Lu, Yicheng Chen, and Shanchan Wu released a groundbreaking paper titled "Procedural Graphs: Self-Evolving Execution Structures for LLM Agents" detailing a revolutionary new approach to autonomous AI agents. This method, called Procedural Graphs, enables LLM agents to rewrite their own "brain circuits."

Unlike current LLM agents which maintain a growing memory of past experiences to generate the next action, Procedural Graphs organize procedural knowledge like Knowledge Graphs organize factual knowledge. They represent how to perform tasks through nodes (steps) and edges (relationships) in a directed graph structure that includes branches, loops, and conditional paths.

The core innovation is the self-evolution mechanism, which allows the graph to improve itself through an evolutionary process. This involves:

1. Collecting complete execution paths from previous runs.

2. Comparing successful and failed trajectories to identify differences.

3. Generating modifications (add/remove nodes/edges, update attributes, or refine content) using an LLM refiner.

4. Verifying improvements on a validation set through three types of edits: topology, attribute, and content.

Researchers tested three initialization methods: an empty graph, a minimal skeleton from expert knowledge, and a repaired flawed expert prior. Remarkably, even starting from a flawed design, the self-evolution could repair and optimize the graph's performance.

The graph-based approach offers several key advantages over traditional memory-based methods:

- Better generalization to new tasks and scenarios

- Improved explainability and interpretability

- Enhanced efficiency in complex problem-solving

- Repairability of flawed initial designs

Experimental results showed substantial improvements in tasks like web shopping, home automation, and multi-hop question answering when using Procedural Graphs compared to traditional memory-based approaches. Importantly, the self-evolving graphs also demonstrated strong transferability across different language models, suggesting they capture task structure rather than being tied to a specific model.

This development represents a significant shift towards Neuro-Symbolic AI, combining the pattern-learning capabilities of deep learning with the structured reasoning of symbolic AI. By combining the strengths of both approaches, Procedural Graphs have the potential to create more reliable, adaptable, and intelligent AI systems.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in AI

More from Friday 11 September →