artificial intelligence

Heterogeneous Agent Cohorts for Safe Open-Ended Exploration with Runtime Constraint Memory

arXiv:2607.11226

summary

The paper proposes a heterogeneous cohort of LLM agents—Disrupter, Validator, and Broker—that separate creativity from safety, using runtime-checked constraint patches called Scars to reuse failure information and reduce token usage.

Abstract

LLM agents today are caught in an awkward bind. Lock them down with static safety instructions and they rarely venture beyond the obvious; give them free reign with tools and multi-agent debate, and safety violations quickly follow. Rather than forcing a single model to juggle both creativity and caution, we separate the concerns across specialized roles. A Disrupter generates unconventional proposals, a Validator enforces hard runtime checks at the tool gateway, and a Broker pulls in distant but relevant analogies. Failures are not discarded -- they are compiled, via MCTS, into compact, signed constraint patches we call Scars. These patches are cached locally and inherited by future cohorts, turning repeated failures into reusable, low-cost runtime constraints. In a spatial-semantic sandbox (N=20 runs, p<0.01), our cohort reaches remote targets where debate fails, the Validator prevents all executed breaches, and Scars reduce token consumption by 15.1% by avoiding redundant validator checks. Furthermore, credit-based Communication Allocation Scores (CAS) restrict outbound bandwidth, reducing overall token costs by 55.9% under resource constraints.

12 pages, 1 figure, 12 tables

Topics & keywords

#large language models#agent safety#multi-agent systems#runtime constraints#resource allocationdisruptervalidatorbrokerMCTSconstraint patchesscarscommunication allocation scores
Heterogeneous Agent Cohorts for Safe Open-Ended Exploration with Runtime Constraint Memory · wovepaper