뉴스로 돌아가기
혁신AI Understanding 브리핑

New Benchmark Tests Whether AI Assistants Can Remember a Year of Phone Use

A 17-author technical report posted to arXiv introduces MobileMem, a benchmark and framework for on-device long-term memory built from a year-scale collection of mobile experiences. The abstract describes the design but reports no scores, and key details about the underlying data remain undisclosed.

7 min readRead the primary source
Source-provided image accompanying New Benchmark Tests Whether AI Assistants Can Remember a Year of Phone Use
기본 소스 문서녹음된 소스
출판사
arxiv.org
소스 링크
arxiv.orghttps://arxiv.org/abs/2608.13606
소스 유형
기본 문서 — 우리가 직접 읽는 공식 발표, 논문, 서류 또는 자사 페이지입니다.
맥락60초 안에 이해하세요

여기서 시작하세요

주요 용어

벤치마크
모델 성능을 측정하고 비교하는 데 사용되는 표준화된 테스트 또는 데이터 세트입니다.
인공지능(AI)
패턴 인식, 추론, 언어 또는 의사 결정이 필요한 작업을 수행하는 시스템 구축의 광범위한 분야입니다.
기계 학습(ML)
시스템이 데이터로부터 패턴을 학습하고 시간이 지남에 따라 개선될 수 있도록 하는 방법입니다.
자신을 테스트해 보세요AI 에이전트 퀴즈

무슨 일이 일어났나요?

A technical report submitted to arXiv on 11 August 2026 introduces MobileMem, a and framework for studying long-term memory in on-device AI assistants. The authors say it is grounded in a year-scale collection of mobile experiences and uses a synthesis pipeline to turn user-app sessions into long, temporally consistent trajectories. The abstract describes the design; it reports no evaluation results.

A technical report titled "MobileMem: Learning from a Year of Mobile Experiences" was submitted to arXiv on 11 August 2026 by 17 authors, with Ningyu Zhang listed as the submitting author. The listing places it under artificial intelligence, with cross-listings to computation and language, machine learning, multiagent systems, and multimedia. The paper is presented as a technical report, meaning it has not been through peer review at the time of posting. What follows is drawn entirely from the arXiv listing and its abstract; the full PDF is the only place the underlying detail would appear, and we have not evaluated it.

The authors describe MobileMem as both a and a framework for studying on-device long-term memory, which they say is grounded in a year-scale collection of mobile experiences. Their stated motivation is that AI agents are shifting from answering isolated questions toward persistent personal assistants that accumulate user-specific experience over time, and that existing benchmarks do not reflect realistic mobile settings, where the material is heterogeneous, multimodal, evolving, and personal. That characterization of existing benchmarks is the authors' claim; the abstract does not name the benchmarks it considers inadequate or explain the comparison.

On method, the abstract says MobileMem uses a knowledge-grounded synthesis pipeline to construct coherent and temporally consistent long-horizon trajectories from user-app sessions. It provides complementary text-only and multimodal settings, and covers four categories of task: multi-hop reasoning, temporal reasoning, knowledge updating, and implicit preference inference. The framing the authors offer is that the should let agents "remember the past, understand the present, and adapt to the future," and that modeling experiences rather than isolated facts moves memory beyond information retrieval toward what they call experiential intelligence. Those last phrases are the authors' positioning, not measured findings.

Several things that would matter to a reader are not in the abstract. It gives no evaluation numbers, no baseline systems, and no comparison against existing memory approaches, so there is no evidence in the material we can see about how well or badly current assistants perform on the tasks. It does not say how many people contributed the year of mobile activity, how that activity was collected, or whether participants consented to its use in a public . It does not state how much of the released benchmark consists of recorded sessions versus content generated by the synthesis pipeline, nor which models were used to synthesize trajectories. The listing references a project page, but the page URL is not rendered in the listing text we reviewed, and we have not confirmed that data or code are publicly available or under what license.

소스 세부정보: arxiv.org

왜 중요한가요?

Personal assistants are being pitched as systems that remember and learn from a user's life rather than answering isolated questions, and benchmarks shape what developers optimize for. A test built around a year of phone activity targets a gap in current evaluation. It also raises unresolved questions about where that personal data came from and how it is handled.

The commercial direction the paper points at is real and already underway: assistant products are increasingly marketed on their ability to retain context across sessions rather than treat each conversation as fresh. Memory is the feature that turns a chatbot into something that behaves like a personal system. But the industry has relatively few public, shared ways to measure whether that memory works over long spans, on messy real-world material, rather than over a handful of turns in a single chat. A aimed squarely at that gap is useful regardless of whether this particular one becomes the standard.

Benchmarks exert pull on what gets built. When a public test becomes the reference point, developers tune systems to score well on it, and the test's blind spots become the field's blind spots. The four task types MobileMem names are a reasonable decomposition of what long-horizon personal memory has to do — connect facts across time, reason about when things happened, overwrite information that has changed, and infer preferences a user never stated. Whether those categories are well constructed and hard enough to separate good systems from bad ones cannot be judged from an abstract.

The data provenance question is not a side issue here. A year of one or more people's phone activity is among the most sensitive material a research dataset can contain: locations, messages, purchases, health and relationship signals. The presence of a synthesis pipeline suggests one plausible reason for it — generating trajectories rather than distributing raw logs is a common way to reduce exposure — but the abstract does not say that, and we are not going to assume it. Readers evaluating this work should look for explicit statements about consent, anonymization, and what is actually shipped in the release.

Synthesis also carries a measurement cost that cuts against the paper's central selling point. The authors argue that existing benchmarks are inadequate because real mobile experience is messy and evolving; if the trajectories are largely constructed by a model to be coherent and temporally consistent, they may be cleaner and more internally logical than the phone activity they stand in for. That would risk rewarding memory systems that handle tidy narrative structure while leaving open how they cope with contradiction, gaps, duplicate records, and abandoned sessions. Nothing in the abstract resolves how much recorded material anchors the synthetic output.

Finally, the absence of results limits what can be concluded today. A with no reported baselines establishes that a group of researchers thinks a capability is under-measured. It does not yet establish that current assistants fail at it, by how much, or which design choices help. That evidence is what would make this consequential for anyone building or buying assistant products.

Interactive Mechanism

대화형 메커니즘: 실제로 작동하는 방식

이 개발의 이면에 있는 기본 기술을 대화식으로 살펴보세요.

Thinking Budget (Test-Time Tokens):1,024 tokens
Complex Accuracy79%Math & Code Logic
Latency3.2sTime to first full output
Inference Cost$0.0092Per query estimated
Reasoning StyleStep VerificationInternal chain depth
Active Thinking Trace:
1Deconstruct user problem into formal constraints
2Propose candidate hypotheses & step-by-step calculation
3Self-correction: Backtrack and refute subtle edge cases
4Exhaustive consistency check & final output synthesis
Core takeaway: Test-time compute fundamentally changes AI economics. Instead of only scaling during pre-training, giving reasoning models more tokens at inference time allows them to systematically solve PhD-level STEM problems.
대화형 개념 확인+10 Points
AI Agents Quiz

What most distinguishes an AI agent from a basic chatbot?

다음에 무엇을 볼 것인가

The substantive checks are still ahead: whether the full report, the data, and the code are released, under what license; whether baseline numbers show that today's memory systems actually struggle; how much of the is recorded activity versus synthesized; and what the authors document about consent and privacy for the underlying mobile logs.

The first checkpoint is the release itself. Watch whether the project page goes live with downloadable data and evaluation code, whether the license permits commercial use and redistribution, and whether the release includes a datasheet or data statement covering collection, consent, and any anonymization applied to the original mobile sessions. A that cannot be run by outsiders, or whose data terms are restrictive, will not become a shared reference no matter how well designed it is.

The second is numbers. Look for baseline evaluations in the full report or a follow-up: which memory architectures and which models were tested, how they score across the text-only and multimodal settings, and whether the four task categories actually differentiate systems or all move together. Implicit preference inference is the category most likely to be contentious, because grading it requires deciding what a user's unstated preference was — worth checking how the ground truth is defined and how consistently human or model annotators agree on it.

The third is independent use. The meaningful signal is other groups running MobileMem on systems the original authors did not build, and reporting results that hold up. Related to that is contamination: once a with synthesized text is public, its trajectories can be scraped into future training data, which inflates later scores. Watch for a held-out split, canary strings, or a refresh policy that keeps the test meaningful over time.

The fourth is whether the on-device framing survives contact with practice. The paper positions this as on-device memory, but most current assistant memory features run at least partly in the cloud. Whether the 's assumptions — storage size, latency, what a phone can index locally — match how products are actually built will determine how much the results transfer. Peer review or acceptance at a venue would also add scrutiny that a self-posted technical report has not yet received.

관련 가이드 및 퀴즈

AI 에이전트AI 모델 설명AI 윤리AI의 미래알고 있는 내용을 테스트해 보세요. 무료 AI 퀴즈를 시도해 보세요.용어집에서 AI 용어를 찾아보세요.
이것이 유용하다고 생각하시나요?