SEMAApr 9

Externalization in LLM Agents: A Unified Review of Memory, Skills, Protocols and Harness Engineering

arXiv:2604.0822486.822 citations
AI Analysis

This provides a unified review framework for researchers and practitioners building LLM agents, though it is primarily conceptual rather than presenting new experimental results.

This paper reviews how LLM agent capabilities are increasingly achieved through external infrastructure like memory stores, reusable skills, and interaction protocols rather than model weight changes, arguing this transforms cognitive burdens into more reliable forms. It provides a systems-level framework showing practical agent progress depends on better external cognitive infrastructure.

Large language model (LLM) agents are increasingly built less by changing model weights than by reorganizing the runtime around them. Capabilities that earlier systems expected the model to recover internally are now externalized into memory stores, reusable skills, interaction protocols, and the surrounding harness that makes these modules reliable in practice. This paper reviews that shift through the lens of externalization. Drawing on the idea of cognitive artifacts, we argue that agent infrastructure matters not merely because it adds auxiliary components, but because it transforms hard cognitive burdens into forms that the model can solve more reliably. Under this view, memory externalizes state across time, skills externalize procedural expertise, protocols externalize interaction structure, and harness engineering serves as the unification layer that coordinates them into governed execution. We trace a historical progression from weights to context to harness, analyze memory, skills, and protocols as three distinct but coupled forms of externalization, and examine how they interact inside a larger agent system. We further discuss the trade-off between parametric and externalized capability, identify emerging directions such as self-evolving harnesses and shared agent infrastructure, and discuss open challenges in evaluation, governance, and the long-term co-evolution of models and external infrastructure. The result is a systems-level framework for explaining why practical agent progress increasingly depends not only on stronger models, but on better external cognitive infrastructure.

Foundations

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

Your Notes