Fetching from the wire…
Public story · 2026-09-10 · high
It retrieves only the current version of a fact, and reports accuracy gains up to 29.8 points over baseline.
Why now: These benchmark numbers are new as of September 10, 2026.
A new paper called ROAM splits every incoming memory fact into four relationship types before deciding what to store. That matters for anyone storing facts an agent will act on later. An outdated fact can otherwise sit in context right next to the one that replaced it. ROAM lifts answer accuracy by up to 29.8 points over baseline.
Each new observation gets classified against what's already stored: independent, equivalent, subsuming, or conflicting. ROAM then sorts observations into two roles, Primary and Evidence, and retrieves only the Primary ones. A superseded fact no longer competes with the fact that replaced it.
Answer-critical source recall improves 15.6 points, and confounder tokens make up 11.5 points less of what gets retrieved. The paper reports the accuracy gains hold across different manager model scales.
The case for the approach goes beyond the benchmark table. A standard atomic-memory call bundles three separate jobs into one shot. It reads what a new fact means, decides what to do with it, and writes the stored content. Any one of those three can go wrong without the other two catching it. Typing the relationship between old and new information first turns that judgment call into a step that can be checked before storage happens.
A team doesn't need the full system to use the idea behind it. Retrieving only the facts marked current keeps a contradiction from sitting in context beside the fact it replaced.
Each link below shares sources, entities, or timing with this story.
After 20+ years maintaining Paint.NET, Rick Brewster concluded WINE's Direct2D would never be complete enough for what he needed, so the app now carries its own from-scratch reverse-engineered Direct2D implementation. He puts it at 180,000 lines against 700,000 for the rest of...
0.35 adds gpt-6-astra to the CLI's OpenAI provider, so llm -m gpt-6-astra works against the same logging, template and fragment machinery as every other model in the tool. For anyone scripting cross-model evals, that means a new frontier model needs zero new plumbing to enter...
Allen Bargi's August 15 post hit 302 points arguing that AI collaboration rewards context-sharing, examples, and feedback over precise instruction (Hacker News). The pushback holds that the piece conflates management with leadership. mikeocool calls it "the most low effort ver...
Satya Nadella said companies routing everything through a single proprietary lab may not survive. His argument: you hand that lab your most sensitive business context, and the lab can turn it against you as a competitor. His prescription is an orchestration layer — keep the ha...
Willison launched datasette-apps (0.1a2) on June 18, hosting self-contained HTML+JS apps in a sandboxed iframe that run SQL against your data, read-only by default. He frames it as "Claude Artifacts reimagined for Datasette," artifacts backed by a JSON API to a relational data...
His conclusion is DuckDB matches or beats SQLite's safety for untrusted queries, but only with enable_external_access=false, lock_configuration=true, and a watchdog thread, since DuckDB lacks SQLite's opcode-based query timeouts. He ships a safe_duckdb.py helper and a Datasett...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.