Topic · 29 stories
Memory & context
Stories
Agora: Git as Shared Memory for Collective AutoResearch (arXiv)
paper · Story page
Research claims as immutable Git commits, 13 workers, no planner
Shared Selective Persistent Memory for Agentic LLM Systems (Apple ML Research)
Every session starts from zero, discarding the configuration choices, domain constraints, data schemas and tool-use patterns that made the last one productive. Apple's answer keeps four categories of reusable context instead, arguing that persisting whole histories is token-inefficient and that irrelevant context degrades generation quality.
Protocol-Preserving Context Trimming for Agentic Workflows: Benefits, Failure Regimes, and Budget Guardrails (arXiv)
paper · Story page
Five trimming strategies compared on task success and protocol adherence
Stop Chunking Like It's 2022 (Yuval Belfer (AI21 Labs))
talk · Story page
Why the right chunk size is a property of the query
Generating running routes with GPT-6 Astra and ChatGPT Work (Simon Willison)
blog post · Story page
Simon Willison had GPT-6 Astra in ChatGPT Work build 5K and 10K running loops from OpenStreetMap data in 27 minutes, then could not retrieve the Python it ran, apparently because the thread had been compacted. His ask: keep the pre-compaction text and expose it to the agent through a tool call.
What Happens When the Model Eats the Stack? Rethinking the Research Agenda for Data Agents to Withstand the Bitter Lesson (Semantic Scholar)
paper · Story page
A position paper argues that as models improve they absorb the system layers built to cover their limits, and that what stays worth building is persistent semantic context about the data environment, served as a first-class abstraction.
Organizing Context in a Multi-Agent Harness (LangChain)
blog post · Story page
Deepagents now lets a subagent fork the supervisor's context or start isolated, which LangChain frames as the answer to what each subagent should see. Speed, cost and focus are stated as aims, not measurements.
KVMem: Virtualizing Million-Token Agent Workspaces on a Consumer GPU (arXiv)
paper · Story page
Paged KV state across GPU, host, and NVMe for agent history
Does Your Agent's Memory Survive a Model Upgrade? A Controlled Study of Memory Portability (arXiv)
paper · Story page
Which agent memory formats survive a model swap
ContextPipe: Database-Inspired Context Assembly for Long-Horizon Agents (arXiv)
paper · Story page
ContextPipe treats prompt assembly, what goes in, in what order, when to compact, as database query execution: a five-phase pipeline with a source catalog, a deterministic cache-aware optimizer, and an EXPLAIN ANALYZE style trace. A preliminary run on the SWE-bench Pro Qutebrowser subset cut tokens by 31% and LLM calls by 23% against append-only assembly, at the cost of a lower KV cache-hit ratio.
Useful Memories Become Faulty When Continuously Updated by LLMs (arXiv)
paper · Story page
Consolidated memory, where a model keeps rewriting past trajectories into a bank of lessons, helps at first, then degrades, and can fall below the no-memory baseline. Even consolidating from ground-truth solutions, GPT-5.4 failed 54% of ARC-AGI problems it had already solved without memory, while a control that keeps the raw trajectories stays competitive.
How our agents build on-brand pages with design.md (Vercel)
blog post · Story page
Vercel's public design.md for agents outside its repos
Agent memory as a file format (Hacker News)
HN thread · 157 points on HN · Story page
Linked without a summary: the fact-gate could not verify one against the source.
Chroma's Fission Protocol Stops AI Agent Swarms from Destroying Shared Memory (AlphaSignal)
newsletter item · Story page
Chroma's no-rollback concurrency protocol for shared agent memory
The Compaction Cliff in Long-Running AI Agent Memory (arXiv)
paper · Story page
A paper measures how many of an agent's safety rules survive repeated context compaction and proposes per-type retention policies.
Context as an Environment: Programmatic Context Management for Long-Horizon Agents (arXiv)
paper · Story page
Scroll backs each agent session with an append-only event log and a persistent sandboxed Python kernel, so tool outputs and history bind to variables instead of being serialized into every prompt. Only explicitly printed projections enter the working view, and evicted spans stay recoverable through landmarks tied to exact log addresses.
What the 100 biggest GitHub repos put in their AGENTS.md files (r/AI_Agents)
Reddit thread · Story page
One person read the AGENTS.md files of the 100 most-starred repos that have one and found 784 explicit prohibitions, with 90% written in must, always, never. The files read like institutional memory of agent mistakes, one oddly specific rule at a time.
CTIFoundry: An Agent-Native Corpus Scaffold for Cyber Threat Intelligence (arXiv (via papers.cool))
paper · Story page
a typed, provenance-linked corpus scaffold for threat-intel agents
The Era of Compound Engineering (Kieran Klaassen (Every/Cora))
talk · Story page
half the time shipping, half teaching the system
Memory for every agent your team uses (Zep)
One policy-governed memory shared across a user's agents
The Recall Trap: A Recall-Maximizing Retriever Configuration Reduces Issue Resolution in Fixed-Budget Code Context (arXiv)
arXiv, 6 pp · Story page
On SWE-bench Verified with a fixed 12-slot context pack, the higher-recall retriever setting served the gold file more often (0.878 vs 0.806) yet resolved fewer issues. Turning off one-chunk-per-file dedup took gpt-5.6-sol from 39.2% to 46.8% single-shot; a pre-registered Qwen3.6-27B replication gained 3.6pp.
Context Engineering in 2026 (Louis-François Bouchard, Omar Solano and Samridhi Vaid (Towards AI))
talk · Story page
Across 11 context presets on an open-source AI tutor, sending the full history beat every compaction technique on recall, cost and latency, because 97% of tokens came from cache and rewriting the context invalidates it. Full history recovered specific details 95% of the time against 32% after summarizing.
The Sleeping Agent: What Gist-Based Context Compression Loses and Why (Semantic Scholar)
paper · Story page
Gist compression beats truncation on facts, loses on temporal questions
Harnessing agent memory to build lifelong AI partners for materials scientists (arXiv)
paper · Story page
Persistent, portable agent memory for materials science
EvoGraph-Mem: Failure-Aware Editable Graph Memory for Long-Term Language Agents (arXiv)
paper · Story page
Editable graph memory that archives failed insights
Memory Harnesses for Long-Running Research Agents (Stefania Druga (Sakana.ai))
talk · Story page
Druga held the model fixed and varied only the recall policy. When everything fits in context, memory adds cost and nothing else; on long-horizon tasks a ranked decisions ledger beat vector RAG and gated recall, and even oracle memory didn't reach the ceiling.
MESA: Task-Adaptive Multi-Structure Evidence Selection for Long-Horizon Agent Memory (arXiv)
paper · Story page
Query-adaptive fusion of five memory structure views for long-horizon agents
Lessons from Studying Every Memory System (Shlok Khemani (Independent))
talk · Story page
Reverse engineering how ChatGPT and Claude build consumer memory
Controlled Memory Interference in Continual LLM Agents (arXiv)
paper · Story page
A diagnostic framework for when an agent's new information fails to overwrite the old. Relationship-specific interference sharply suppresses memory updates with little stability gain, and lexical and dense retrieval fail through distinct pathways.
Issues that covered it
- Daily
Split an MCP injection across two channels and resistant models leak at 100%
Plus: reward hacking at 57.2% of rollouts, and Exa searches the web by date. 5 min.
Sep 18, 2026 · 5 min

- Daily
Every audited chat tokenizer lets prompt text forge control tokens
Plus: 91% of audited vibe-coded deployments shipped a hole. 5 min.
Sep 17, 2026 · 5 min

- Daily
An agent deleted an AML control, and benchmark scaffolds do the model's work
Plus: OpenAI's 10,000-agent proof, a 297-iteration model loop, MCP merges Skills. 6 min.
Sep 14, 2026 · 6 min

- Daily
Per-phase model routing cuts agent cost, RASER on Slurm, Amp steers mid-run
Plus: 2 papers, a context-mode split, and OpenAI's Navier-Stokes claim. 5 min.
Sep 09, 2026 · 5 min

- Daily
Prefix caching changes agent runs, and cross-family reviewers beat self-review
Plus: a harness that moves solve rates 4x, and 883 commits to nowhere. 6 min.
Sep 08, 2026 · 6 min

- Daily
Google's Mantis bug-fixing harness, and privilege escalation in 12 agent harnesses
Plus: Cline's 11M-user rollout, ContextPipe, and Claude driving your desktop. 5 min.
Sep 03, 2026 · 5 min

- Daily
Anthropic's deliberately misaligned model, Fable 5.1, and a fix for reward hacking
Plus: escalation channels cut reward hacking, memory that rots, Copilot approvals. 6 min.
Sep 02, 2026 · 6 min

- Daily
Realistic prompts drop coding-agent scores, and tool filtering beats prompt rules
Plus: 7 papers, 2 releases, one empty-handed mugger. 5 min.
Sep 01, 2026 · 5 min

- Daily
Maersk's 100,000 corrections, preference-trap evals, and Tencent's Hy4 Preview
Plus: guardrails at Navan, a one-way fiber, and the benchmark card that names its scaffold. 5 min.
Aug 31, 2026 · 5 min

- Daily
Compaction erases agent safety rules, and CLAUDE.md prose isn't a control
Plus: Vercel's Run SDK, Scroll's executable context, and why the brainstorm converged. 5 min.
Aug 26, 2026 · 5 min

Subscribe
Get the brief in your inbox
Pick daily, weekly, or both. Nothing is gated either way: every issue is on the site and in the feeds.
- Weekdays at 8:45am IST, one lead story and 6 to 9 items.
- Sundays, an argued synthesis rather than a recap.
- One click to leave, and quiet days say so in the subject line.









