-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCITATION.cff
More file actions
65 lines (65 loc) · 1.87 KB
/
Copy pathCITATION.cff
File metadata and controls
65 lines (65 loc) · 1.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
cff-version: 1.2.0
title: >-
The Cost of Remembering: Filesystem Memory Against Long Context on
LongMemEval
message: >-
If you use this harness, the run data, or the paper, please cite it.
type: software
authors:
- given-names: Jake
family-names: Van Clief
email: info@eduba.io
affiliation: Eduba
- given-names: David
family-names: McDermott
affiliation: Eduba
- given-names: Kay
family-names: Kumar
affiliation: Eduba
license: MIT
year: 2026
abstract: >-
Harness, run data, and paper source for an evaluation of filesystem-based
agent memory on LongMemEval. An agent files each conversation into a
directory of markdown files as it arrives, with no embedding model and no
database; a second agent later answers questions by walking those folders.
Accuracy is statistically indistinguishable from placing the whole history
in a frontier model's context window, at 97% fewer tokens read and 95% lower
cost per question.
keywords:
- long-term memory
- context engineering
- retrieval
- agent architecture
- LongMemEval
references:
- type: conference-paper
title: >-
LongMemEval: Benchmarking Chat Assistants on Long-Term Interactive
Memory
authors:
- family-names: Wu
given-names: Di
- family-names: Wang
given-names: Hongwei
- family-names: Yu
given-names: Wenhao
- family-names: Zhang
given-names: Yuwei
- family-names: Chang
given-names: Kai-Wei
- family-names: Yu
given-names: Dong
year: 2025
url: https://arxiv.org/abs/2410.10813
- type: article
title: >-
Interpretable Context Methodology: Folder Structure as Agent
Architecture
authors:
- family-names: Van Clief
given-names: Jake
- family-names: McDermott
given-names: David
year: 2026
url: https://arxiv.org/abs/2603.16021