AIToday
Large Language ModelsApple Machine LearningPublished: Sep 17, 2026, 01:00 JST

Apple's shared selective persistent memory hits 96% task completion

Apple's shared selective persistent memory hits 96% task completion

3 Key Points

  1. What happened

    Apple researchers introduced shared selective persistent memory, which keeps four categories of reusable context — task specifications, data schemas, tool configurations, and output constraints — and discards session-specific reasoning traces. Across three enterprise deployment scenarios it reached 96% task completion, versus 79% without memory and 71% with full history.

  2. Why it matters

    The gain suggests how an agent's context is filtered, not how much of it is stored, drives reliability, since naive full-history persistence appears to bias the agent with stale reasoning traces. The memory is also shareable across users with role-based access control.

  3. What to watch

    Whether the 96% completion holds beyond the three enterprise scenarios, since the wider evidence is a replication on four public datasets. Worth tracking is the complementary zero-token data refresh, which the team says eliminates re-invocation for recurring updates at 14× task time reduction.

WHO IT HITSTeams building or running agentic coding tools and internal data platforms, plus the engineers and analysts who rely on them, would feel this through more reliable task completion and cheaper recurring data refreshes.

Ask the AI about this article →

Summaries like this, in your inbox every morning.

Context & Analysis

The architecture is built around a problem Apple's researchers describe plainly: in multi-turn tool use, each session starts from zero, discarding the configuration choices, domain constraints, data schemas, and tool-use patterns that made previous sessions productive. Their answer is to keep only part of the past, identifying four categories of reusable context while discarding session-specific reasoning traces.

The platform side of the work is a deployed collaborative workspace where LLM agents produce, edit, and maintain git-versioned artifacts — interactive dashboards, structured reports, and data-driven documents — from heterogeneous sources accessed via CSV upload, SQL, REST APIs, and MCP servers. Git-backed versioning with draft isolation lets users explore modifications risk-free and restore to any prior state without re-invoking the model, and a zero-token data refresh decouples generated programs from runtime data so artifacts can be reused without re-invocation.

The standout comparison is against the obvious baseline. Naive full-history persistence actively degrades task completion, the team reports, apparently biasing the agent with stale reasoning traces, while selective memory outperforms both extremes. The reading is that the commercial benefit hinges on what gets filtered out, not on how much context is retained — though the 96% figure comes from three enterprise deployment scenarios, so whether it generalizes rests on the replication across four public datasets.

FAQ
What does shared selective persistent memory keep, and what does it throw away?
It retains four categories of reusable context — task specifications, data schemas, tool configurations, and output constraints — while discarding session-specific reasoning traces.
How much does the zero-token data refresh cut time and cost?
The article says it eliminates LLM re-invocation entirely for recurring data updates, giving a 14× task time reduction, while summary-driven generation reduces per-invocation token cost by 97× versus raw data injection.
Can the memory be shared between users?
Yes. Workspaces encapsulating selective memory can be transferred across users with role-based access control, enabling collaborative reuse of accumulated context.
Apple Machine LearningRead Original Article

Get the latest Large Language Models news every morning

For example, today's edition would include:

  • Palo Alto Networks details 10-hour AI agent hackSemafor Tech · 2h ago
  • Mozilla's Firefox Smart Window beta runs on Mistral modelsTHE DECODER · 2h ago
  • TypeSafe AI's Jev skips text, scores options in 70msTHE DECODER · 2h ago

AI-summarized, only the topics you pick — one digest a day via Email, Slack, or Discord.

Free · 30 seconds with Google · unsubscribe anytimeWhat is AIToday? →

Ask AI

Ask AI anything about this article. Q&As are published on this page for other readers too.

Related Articles

Next articleSalesforce drops UI as a moat