Vibeleaderboard
← All Intel
Intel / video

Memory Harnesses for Long-Running Research Agents — Stefania Druga, Sakana.ai

Source
AI Engineer
Author
AI Engineer
Date
Terms in this piece · Glossary
  • context window — The maximum amount of text a model can consider at once — its working memory for the current conversation or task.
  • agent harness — The scaffolding around a model that turns it into a working agent — the loop, the tools it can call, and the rules for when to stop.
  • AI agent — An AI system that doesn't just answer once but works toward a goal in a loop — taking actions, reading the results, and deciding what to do next.
Why it matters

It gives a defensible answer to when an memory system earns its cost and which recall policy to reach for first.

Key quotes

“On a literature review task where every paper already fit inside the context window, adding a memory harness changed nothing: the same accuracy, at higher cost.”

AI Engineer

“Move to a long horizon task where the answer sits at step 124 and the question arrives at step 500, far outside the window, and the harness becomes the entire game.”

AI Engineer

“Her framing is that memory is a write, manage, read control loop wrapped around the model, not a database you attach to it.”

AI Engineer

“The oracle pointedly does not reach the ceiling, because giving a model the right memory does not make it use the right memory.”

AI Engineer

“Ranked recall was also cheaper, which is the line worth keeping: bad memory is expensive, since it burns tokens and sends the agent the wrong way.”

AI Engineer
Read the source www.youtube.com
More from AI Engineer
Recommended reads
Comments

Checking sign-in…

Loading comments…