AICLMar 22

Improving Coherence and Persistence in Agentic AI for System Optimization

MIT
arXiv:2603.2132181.52 citationsh-index: 6
Predicted impact top 39% in AI · last 90 daysOriginality Incremental advance
AI Analysis

This work solves the challenge of automating complex system optimization for AI researchers and engineers, though it appears incremental as it builds on existing agentic frameworks.

The paper tackled the problem of automating system heuristic design by addressing evolutionary neighborhood bias and coherence ceiling in agentic AI, resulting in Engram, an architecture that improved performance across domains like multi-cloud multicast and LLM inference routing.

Designing high-performance system heuristics is a creative, iterative process requiring experts to form hypotheses and execute multi-step conceptual shifts. While Large Language Models (LLMs) show promise in automating this loop, they struggle with complex system problems due to two critical failure modes: evolutionary neighborhood bias and the coherence ceiling. Evolutionary methods often remain trapped in local optima by relying on scalar benchmark scores, failing when coordinated multi-step changes are required. Conversely, existing agentic frameworks suffer from context degradation over long horizons or fail to accumulate knowledge across independent runs. We present Engram, an agentic researcher architecture that addresses these limitations by decoupling long-horizon exploration from the constraints of a single context window. Engram organizes exploration into a sequence of agents that iteratively design, test, and analyze mechanisms. At the conclusion of each run, an agent stores code snapshots, logs, and results in a persistent Archive and distills high-level modeling insights into a compact, persistent Research Digest. Subsequent agents then begin with a fresh context window, reading the Research Digest to build on prior discoveries. We find that Engram exhibits superior performance across diverse domains including multi-cloud multicast, LLM inference request routing, and optimizing KV cache reuse in databases with natural language queries.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes