🛰️ Daily AI Frontier
‹ back to 2026-09-12

Memory Compression for High-Fanout Agent Sandboxes

arXiv cs.AI Efficiency & Systems Mengming Li, Ceyu XU, Qijun Zhang, Jiangnan Yu, Xiangfeng Sun, Haohui Mai, Zhiyao Xie 2026-09-10

TL;DR - AgentZip is a memory-compression system tailored to high-fanout AI-agent sandboxes, exploiting shared templates and similarities across concurrent sessions. It cuts sandbox-owned memory by up to 8.7Ă— while limiting compression-related slowdown to 1.40Ă—.

  • Compresses non-identical pages using template-relative and cross-sandbox redundancy.
  • Compresses any page with a profitable representation, shifting overhead control to restore-time prefetching.
  • Schedules expensive compression during LLM waiting periods to avoid disrupting foreground tool execution.
  • Outperforms the evaluated Linux configuration’s 2.1Ă— memory reduction while retaining nearly all aggressive compression savings.

view merged work →