次回の更新記事:誤解を招きやすいAI用語6選、技術語なのに揺れる意味(公開予定日:2026年04月30日)
AIDB Daily Papers

ClawVM:ステートフルなツール利用LLMエージェントのためのハーネス管理仮想メモリ

原題: ClawVM: Harness-Managed Virtual Memory for Stateful Tool-Using LLM Agents
著者: Mofasshara Rafique, Laurent Bindschaedler
公開日: 2026-04-11 | 分野: LLM AI エージェント システム ツール 自然言語処理 仮想メモリ

※ 日本語タイトル・ポイントはAIによる自動生成です。正確な内容は原論文をご確認ください。

ポイント

  • ステートフルなツール利用LLMエージェントにおいて、コンテキストウィンドウをワーキングメモリとして扱う研究。
  • 既存のエージェントハーネスのメモリ管理の曖昧さを解消し、状態の永続性と信頼性を向上させる点が重要。
  • 仮想メモリ層ClawVMを導入し、状態を型付きページとして管理することで、決定的なメモリ管理を実現。

Abstract

Stateful tool-using LLM agents treat the context window as working memory, yet today's agent harnesses manage residency and durability as best-effort, causing recurring failures: lost state after compaction, bypassed flushes on reset, and destructive writeback. We present textsc{ClawVM}, a virtual memory layer that manages state as typed pages with minimum-fidelity invariants, multi-resolution representations under a token budget, and validated writeback at every lifecycle boundary. Because the harness already assembles prompts, mediates tools, and observes lifecycle events, it is the natural enforcement point; placing the contract there makes residency and durability deterministic and auditable. Across synthetic workloads, 12 real-session traces, and adversarial stress tests, textsc{ClawVM} eliminates all policy-controllable faults whenever the minimum-fidelity set fits within the token budget, confirmed by an offline oracle, and adds median <50 microseconds of policy-engine overhead per turn.

Paper AI Chat

この論文のPDF全文を対象にAIに質問できます。

質問の例:

AIチャット機能を利用するには、ログインまたは会員登録(無料)が必要です。

会員登録 / ログイン

💬 ディスカッション

ディスカッションに参加するにはログインが必要です。

ログイン / アカウント作成 →

関連するAIDB記事