跳到正文
Jones Ray

ScholarPulse 日报 2026-07-25

2026-07-25 学术简报:2 篇。Agentic Context Management (ACM) 通过将上下文管理视为生命周期和架构问题,有效解决AI代理的内存与成本挑战。

今日速览

序号标题来源日期主题推荐等级
1Agentic Context Management: Solving Agent Memory and Cost by Treating Them as Lifecycle and Architecture ProblemsarXiv2026-07-23RAG高
2Toward Continuous Assurance for the Democratization of AI Agent Creation in IndustryarXiv2026-07-23AI-Agent高

重点论文与技术动态

1. Agentic Context Management: Solving Agent Memory and Cost by Treating Them as Lifecycle and Architecture Problems

一句话结论

Agentic Context Management (ACM) 通过将上下文管理视为生命周期和架构问题,有效解决AI代理的内存与成本挑战。

一段话。
生产AI代理的失败主要源于无法管理推理上下文(如对话历史、大提示、工具定义及输出),而非推理能力不足。ACM将上下文管理视为贯穿决策生命周期的问题,涵盖记忆决策、结构化提取、存储选择、整合遗忘及精度保留,避免朴素积累导致的二次成本增长和精度损失。

核心内容

方法与数据

价值判断

摘要 Production AI agents' failures are less often due to an inability to reason well and more often because they cannot manage what is in their reasoning context: conversation histories, large prompts, large tool definitions, and ballooning tool outputs. Agents drown in their own accumulating history while paying a token cost that grows every turn, producing missing recalls within and across conversations. The incumbent response treats this as a storage-and-retrieval problem. We argue that framing is too narrow. Actively managing what an agent holds in mind is a lifecycle, not merely a store: it spans deciding what to remember, extracting and structuring it, choosing the right store per data type, consolidating and forgetting while preserving provenance, deciding what is relevant now, anticipating what is needed next, and compacting context to a budget without losing what matters. In serious production this operates not over a single user but across an organizational scope hierarchy. We name this discipline Agentic Context Management (ACM) and decompose it into five primitives: architecting, ingesting, scoping, anticipating, and compacting & consolidation. We then make the economic case: naive context accumulation grows token cost quadratically in conversation length, crude summarization buys linear cost at the price of an accuracy cliff, and only validated compaction achieves linear cost with preserved fidelity. We describe a reference implementation, Maximem Synap, that realizes the five primitives as a multi-tenant service and reports 92% on LongMemEval and 93.2% on LoCoMo under the configuration detailed in Section 6. We close with dimensions existing benchmarks do not yet capture, latency, token efficiency, and context-rot resistance, and the frontier of decision-level and organization-level context the category points toward.

2. Toward Continuous Assurance for the Democratization of AI Agent Creation in Industry

一句话结论

本研究提出轻量级连续保证框架,解决民主化AI代理创建中因依赖项变化导致的可靠性问题。

核心内容

方法与数据

价值判断

摘要 AI agents are increasingly created inside organizations by non-engineering users through low-code, no-code, and conversational development environments. This democratization enables rapid local innovation, but it also creates a reliability gap: agents that appear to users as simple productivity artifacts may depend on changing models, tools, retrieval sources, permissions, prompts, schedules, and external services. These dependencies can cause silent degradation long after deployment, even when no user directly modifies the agent. This paper identifies the reliability challenge created by democratized AI agent creation and proposes a lightweight continuous-assurance framework for citizen-created organizational agents. The framework combines dependency mapping, readiness contracts, scheduled checks, diagnostics, and lifecycle governance to assess whether an agent remains operationally ready under expected conditions. We also present an initial prototype auditor and scenario-based assessment showing how the proposed taxonomy can be translated into practical checks and actionable remediation guidance.