Fetching from the wire…
Public story · 2026-08-24 · high
A structured supersession memory called MemStrata found the current answer 91% of the time, at the same speed as plain retrieval.
Why now: These results entered the record on August 24, 2026, drawn from 707 real GitHub issue histories rather than synthetic benchmarks.
Plain retrieval-augmented generation returns an outdated, already-fixed value 36 to 38 percent of the time on real GitHub issue histories, per a paper testing RAG against real code fixes. That 36-38% failure rate matters for any coding agent that leans on RAG to remember what changed in a codebase. It can retrieve the right file and still hand back a stale fact, since ranking by similarity doesn't track which version is current.
The failure cases come from SWE-bench Lite and Verified. An LLM reranker layered on top of retrieval didn't help either, adding about 18 seconds of latency against 2.1 seconds for plain retrieval, with accuracy holding at the same 0.57 to 0.59 range.
A structured memory called MemStrata replaced plain retrieval and reached 0.91 accuracy, running at the same speed as plain RAG. It stores facts as (subject, relation, object) triples and tracks which one supersedes the last, so newer facts overwrite old ones instead of competing on similarity score alone.
The authors are upfront about the limits of their own test. Only about 18% of real fixes are clean atomic transitions like the 130 cases they measured, which leaves about 82 of every 100 real-world fixes, the messier, multi-step kind, still untested.
Each link below shares sources, entities, or timing with this story.
Alibaba released Qwen3.6-27B on April 22. Dense architecture. Open weights. 77.2% on SWE-bench Verified, within 3.7 points of Claude Opus 4.6. On SkillsBench, it scores 48.2% versus its own 397B MoE predecessor's 30.0%. That's a 77% improvement with 14.8x fewer parameters. Let...
READ (arXiv 2608.06305, submitted August 6) took a 780-page government financial report and asked 51 verified questions. Top-k embedding retrieval answered 15.7% of them correctly. The same agent loop, given three deterministic tools over MCP instead of a vector index, answere...
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...
OpenAI shipped the first model family explicitly designed for subagent pipelines. GPT-5.4 mini features a 400K context window, scores 54.4% on SWE-Bench Pro (vs. the flagship's 57.7%), and handles computer use at 72.1% on OSWorld — at $0.75 input / $4.50 output per million tok...
GPT-5.6 Luna went to $0.20 input / $1.20 output per million tokens on July 30. That's an 80% cut. Terra dropped 20%. Luna's input now undercuts Gemini 3.1 Flash-Lite ($0.25/$1.50) and sits at one-fifth of Claude Haiku 4.5's $1 input. Simon Willison covered the announcement and...
DeepSeek released V4 Preview on April 24 with two open-weight variants: V4-Pro (1.6T total parameters, 49B activated via MoE) and V4-Flash (284B parameters, 13B activated). Both support 1M-token context windows. Both are Apache 2.0 licensed. Both are live right now on Hugging...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.