Search papers, labs, and topics across Lattice.
This paper reviews the trend of externalization in LLM agents, where capabilities previously embedded within model weights are now implemented through external memory, skills, and protocols. It argues that this externalization transforms complex cognitive burdens into more manageable tasks for the LLM, improving reliability. The paper provides a unified framework for understanding memory, skills, and protocols as distinct but coupled forms of externalization, and discusses the trade-offs between parametric and externalized capabilities.
LLM agent progress increasingly hinges on better external cognitive infrastructure, not just stronger models.
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.