cd /news/artificial-intelligence/codebook-agent-amortized-topology-de… · home topics artificial-intelligence article
[ARTICLE · art-119892] src=machinebrief.com ↗ pub= topic=artificial-intelligence verified=true sentiment=· neutral

Codebook Agent: Amortized Topology Design for LLM Multi-Agent Systems

A new arXiv paper (2609.02264v1) introduces Codebook Agent, a method that compresses successful communication topologies for LLM multi-agent systems into a 16-entry codebook and uses a reward-weighted MLP to select a topology per query, achieving 84.6 average accuracy across six benchmarks versus 83.0 for the strongest prior designer, emitting a topology in 2.4 ms, and using 21.9–33.2% fewer LLM tokens.

read1 min views1 publishedSep 3, 2026

arXiv:2609.02264v1 Announce Type: new Abstract: Adapting the communication topology of an LLM multi-agent system to each query improves both accuracy and efficiency, yet current designers treat this as conditional graph generation: a variational, autoregressive, or diffusion decoder searches the $N \times N$ adjacency space, and a graph-network proxy trained on utility and a structural cost such as edge count ranks the sampled candidates. We argue that this formulation is misaligned with the problem. Empirically, topologies that survive a reward filter collapse to about six distinct graphs even when the codebook capacity grows from 8 to 64; edge count is negatively correlated with measured token consumption (Pearson $r \approx -0.4$), so sparsifying the graph makes inference more expensive; and a message-passing scorer over agent-profile nodes is adjacency-invariant whenever agents share a profile---the default configuration of published benchmarks---so it cannot rank candidates at all in that regime. These three facts motivate Codebook Agent: a vector-quantized autoencoder compresses successful topologies into a query-independent 16-entry codebook; a reward-weighted MLP maps the query embedding to a distribution over codes; and an MLP proxy that reads the flattened adjacency, regressed on measured utility and per-task normalized token cost, reranks the top decoded candidates in a single batched forward pass. With no iterative search and no message passing at test time, Codebook Agent is the most accurate method on all six benchmarks we compare (84.6 average against 83.0 for the strongest prior designer), emits a topology in 2.4 ms, and uses 21.9--33.2% fewer LLM tokens.

── more in #artificial-intelligence 4 stories · sorted by recency
── more on @arxiv 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/codebook-agent-amort…] indexed:0 read:1min 2026-09-03 ·