← Latest papers
💻 computer science

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

This paper presents a unified systems-level framework arguing that the advancement of practical LLM agents increasingly depends on externalizing cognitive burdens into memory, skills, and protocols coordinated by harness engineering, rather than solely on improving model weights.

Original authors: Chenyu Zhou, Huacan Chai, Wenteng Chen, Zihan Guo, Rong Shan, Yuanyi Song, Tianyi Xu, Yingxuan Yang, Aofan Yu, Weiming Zhang, Congming Zheng, Jiachen Zhu, Zeyu Zheng, Zhuosheng Zhang, Xingyu Lou, Chan
Published 2026-04-10
📖 6 min read🧠 Deep dive

Original authors: Chenyu Zhou, Huacan Chai, Wenteng Chen, Zihan Guo, Rong Shan, Yuanyi Song, Tianyi Xu, Yingxuan Yang, Aofan Yu, Weiming Zhang, Congming Zheng, Jiachen Zhu, Zeyu Zheng, Zhuosheng Zhang, Xingyu Lou, Changwang Zhang, Zhihui Fu, Jun Wang, Weiwen Liu, Jianghao Lin, Weinan Zhang

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are trying to teach a brilliant, incredibly fast, but slightly forgetful and impulsive genius (the LLM) how to run a complex business.

If you just sit the genius down and say, "Go do this," they might get the general idea but will likely forget details halfway through, make up rules as they go, or get confused when they need to use a specific tool.

This paper argues that the secret to making AI agents (like the genius) actually useful isn't just making the genius smarter. It's about building a super-organized office around them. The authors call this process "Externalization."

Here is the simple breakdown of how this works, using a creative analogy: The "Brilliant Intern" vs. The "Perfect Office."


1. The Core Idea: Don't Rely on Memory, Rely on the Office

In the past, we tried to make the AI smarter by feeding it more data during training (changing its "weights"). It's like trying to stuff a human brain with every fact in the universe. It's expensive, slow to update, and the brain still forgets things.

The New Approach: Instead of stuffing the brain, we build an office where the brain can look things up, follow checklists, and talk to others using a standard language. We take the hard stuff out of the brain and put it into the environment.

2. The Four Pillars of the "Perfect Office"

The paper identifies four main things we move out of the AI's brain and into the office:

A. Memory: The "Filing Cabinet" (Externalized State)

  • The Problem: The AI is like a genius who has a 5-minute memory span. If you ask it to work on a project for three days, it forgets what it did on Day 1 by Day 3.
  • The Solution: We give it a Filing Cabinet.
    • Instead of trying to remember everything, the AI writes notes to the cabinet.
    • When it needs to know what happened yesterday, it doesn't "recall" from its brain; it retrieves the file.
    • Analogy: It's the difference between trying to memorize a phone book (hard, error-prone) vs. just looking up the number in your contacts (easy, reliable).

B. Skills: The "Recipe Book" (Externalized Expertise)

  • The Problem: If you ask the AI to "Build a website," it has to invent the steps from scratch every time. Sometimes it forgets a step, or does them in the wrong order.
  • The Solution: We give it a Recipe Book.
    • Instead of improvising, the AI opens a book called "How to Build a Website." It follows the steps: 1. Get domain, 2. Design layout, 3. Write code.
    • If the AI makes a mistake, we don't retrain the whole genius; we just update the recipe book.
    • Analogy: It's the difference between a chef trying to invent a cake recipe from memory vs. following a trusted, tested recipe card.

C. Protocols: The "Company Handbook" (Externalized Interaction)

  • The Problem: When the AI talks to other computers or tools, it might speak "robot" in a weird way that the other computer doesn't understand. It's like trying to order coffee by shouting random words instead of using the menu.
  • The Solution: We give it a Company Handbook (Protocols).
    • This handbook says: "When you talk to the database, you must use this specific sentence structure."
    • It stops the AI from guessing and forces it to use a standard, safe language.
    • Analogy: It's the difference between a chaotic shouting match and a formal meeting where everyone follows an agenda and uses specific terms.

D. The Harness: The "Office Manager" (The Unifier)

  • The Problem: You can have a filing cabinet, a recipe book, and a handbook, but if no one manages them, the office is a mess. The AI might grab the wrong file or ignore the rules.
  • The Solution: The Harness is the Office Manager.
    • The Manager decides which file to pull, which recipe to open, and when to check the handbook.
    • The Manager also acts as a security guard (stopping the AI from deleting files) and a quality control inspector (checking if the work is done right).
    • Analogy: The AI is the engine, but the Harness is the car's chassis, steering wheel, and brakes. Without the car, the engine is just a loud, dangerous noise.

3. Why This Matters (The "Aha!" Moment)

The paper argues that we are moving from an era of "Bigger Brains" to an era of "Better Offices."

  • Old Way: "Let's make the AI so smart it never needs to look anything up." (This is getting harder and more expensive).
  • New Way: "Let's build a system where the AI doesn't need to remember everything because the system remembers for it."

The Magic Transformation:

  • Recall (trying to remember) becomes Recognition (finding the right file).
  • Improvisation (making it up as you go) becomes Composition (putting together pre-made blocks).
  • Chaos (random chatting) becomes Contracts (structured agreements).

4. The Future: A Self-Improving Office

The paper looks ahead to a future where the "Office Manager" (the Harness) gets smarter too.

  • Self-Evolving: If the AI keeps failing at a specific task, the Office Manager might automatically rewrite the Recipe Book or add a new rule to the Handbook without a human needing to step in.
  • Shared Infrastructure: Imagine a "Public Library" of skills and memories that all AI agents can use. If one AI learns how to fix a bug, it writes the recipe into the library, and every other AI can use it immediately.

Summary

This paper says that the future of AI isn't just about building a smarter robot. It's about building a better workspace for the robot. By moving memory, skills, and rules out of the robot's head and into a structured, managed environment, we make AI more reliable, safer, and actually useful for real-world jobs.

In short: Don't just train the brain; build the library, the rulebook, and the manager around it.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →