Research

Autonomous Topology Mutation Enables Safe Runtime Restructuring for Multi-Agent LLM Systems

Researchers introduce Autonomous Topology Mutation (ATM), a runtime team-mutation mechanism for multi-agent LLM frameworks. ATM uses telemetry-driven overload detection and three safety invariants to restructure agent teams without downtime. On 720 DeepSeek-V3-driven task runs, ATM lifted code-task success from 3.3% to 61.7% while eliminating high-privacy memory exposure.

Neura News

Neura News

Neura Market Editorial

July 24, 20263 min read
Autonomous Topology Mutation Enables Safe Runtime Restructuring for Multi-Agent LLM Systems

{ "title": "New Technique Lets Multi-Agent AI Systems Reorganise on the Fly, Boosting Success Rates from 3.3% to 61.7%", "body": "A team of researchers has introduced a mechanism that allows multi-agent AI systems to safely reorganise their internal structure while running, solving a long-standing problem where overloaded agents could grind a system to a halt.\n\nThe new technique, called Autonomous Topology Mutation (ATM), is detailed in a paper posted to arXiv on 4 Jun 2026. It addresses a fundamental limitation of current multi-agent LLM frameworks: they typically fix their team topology at boot time, leaving them brittle when an individual agent becomes overloaded at runtime. The paper is 9 pages long with 5 tables. It is classified under Artificial Intelligence (cs.AI) with ACM classes I.2.11, C.2.4, and D.2.11. The arXiv ID is 2607.20488. The authors are Bronislav Sidik, Chaya Levi, and Nizzan Kimhi. Sidik is the primary author and contact for the paper.\n\n## How Overload Happens and How ATM Detects It\n\nAn agent can become overloaded in several ways. It might mix too many action categories, accumulate tool errors, or find itself queuing behind too many calls. Until now, the system had no mechanism to restructure itself.\n\nATM tackles this by combining telemetry-driven overload detection with three safety invariants that gate each structural change. The system monitors a six-signal Bottleneck Index. The six signals are queue depth, context thrash, tool-error rate, role entropy, retry-loop rate, and cross-agent wait time. Each signal is tracked continuously, and the system uses a warmup-calibrated threshold to decide when an agent is truly overloaded.\n\nWhen that threshold is breached for multiple consecutive ticks, ATM factorises the overloaded agent into specialised sub-agents. The parent agent is hot-swapped into a coordinator role while preserving its external identity. This means that other agents in the system do not need to update their references; they continue communicating with the same interface, but the internal workload is now distributed among specialised sub-agents.\n\n## Safety First: Three Invariants Govern Every Change\n\nThe three safety invariants are capability monotonicity, state-routing completeness, and shadow-before-live validation. Capability monotonicity ensures that the new topology does not lose any capability the original agent had. State-routing completeness guarantees that every piece of state is properly transferred or explicitly dropped. Shadow-before-live validation means no candidate topology receives live traffic until it has passed a shadow validation window. This ensures that any structural change is thoroughly tested before it affects the running system.\n\nState transfer is controlled by privacy-level-aware routing. Each memory atom is routed only to a permitted child set, or explicitly dropped with a logged reason. This prevents sensitive information from leaking to agents that should not have access to it. The researchers designed this to handle cases where different sub-agents have different privacy clearance levels, ensuring that high-privacy data stays contained.\n\n## Dramatic Performance Gains in Experiments\n\nThe researchers ran experiments using 720 DeepSeek-V3-driven task runs with deterministic tool stubs. They tested four ablation conditions and three workloads. The results were striking.\n\nWithout the ATM factoriser split, the code-task success rate was just 3.3%. With the ATM factoriser split, that figure jumped to 61.7%. The improvement is substantial, demonstrating that the ability to restructure at runtime can dramatically boost performance. The researchers also tested other ablation conditions, including a version with only the overload detection but no safety invariants, and a version with only the safety invariants but no factorisation. In both cases, performance was significantly lower than the full ATM system, showing that both components are necessary.\n\nThe full rail-and-distillation system also showed strong results in privacy protection. It reduces detected high-privacy memory exposure under a regex classifier from 2.0 to 0.0 events per task. Task quality is preserved while reducing privacy exposure. This means that the system can reorganise without accidentally leaking sensitive information, a key requirement for real-world deployment in domains like healthcare or finance.\n\n## Minimal Overhead and Open-Source Release\n\nThe runtime rails carrying ATM's invariants add less than 500 microseconds of p99 latency on the agent hot path. This low overhead makes the mechanism practical for real-world deployment. The researchers measured this latency on a standard cloud instance with a single GPU, showing that the safety checks do not become a bottleneck themselves.\n\nA small live-tool probe with real Python execution is included as an external-validity check. This probe runs a subset of the benchmark tasks with actual Python interpreters rather than tool stubs, confirming that the results hold in more realistic conditions. The implementation, benchmark harness, and traces are open-sourced, allowing other researchers to reproduce and build on the work. The code is available on GitHub under a permissive license, and the researchers have provided detailed documentation for setting up the experiments.\n\nThe paper also discusses limitations. The current implementation assumes that agents are homogeneous in their underlying LLM, and the factorisation strategy is currently hand-crafted for each overload pattern. Future work could explore learned factorisation strategies and heterogeneous agent pools. The researchers note that the privacy-level-aware routing currently uses a simple regex classifier, which could be improved with more sophisticated privacy detection methods.\n\n## Related on Neura Market\n\n- Multi-Agent Systems Research\n- LLM Frameworks and Tooling\n- AI Safety and Robustness" }

The #1 Newsletter in AI

Stay ahead of the AI curve

The most important updates, news, and content — delivered weekly.

No spam. Unsubscribe anytime.

More from Neura News

Product Launch

Acer Unveils Veriton RI110 Mini Workstation for Local Agentic AI

Acer unveiled the Veriton RI110 AI Mini Workstation on September 2, 2026, in Berlin. This compact desktop, featuring an Intel Core Ultra X7 processor and Intel Arc B390 graphics, supports local inference of AI models up to 120 billion parameters. It is designed for hybrid agentic AI workloads, combining local processing with cloud resources, and includes the Qubi Claw software suite for secure, autonomous AI tasks. The system offers up to 96 GB of LPDDR5X memory, 4 TB of SSD storage, and extensive connectivity options including OCuLink, Wi-Fi 7, and dual LAN ports. Availability begins in North America in Q4 2026 and EMEA in Q1 2027.

Sep 2·4 min read