Fetching from the wire…
Public story · 2026-08-23 · high
A two-model setup strips retrieved chunks down to the exact spans a query needs before the answering model ever sees them, per AWS.
Why now: AWS published the benchmark on August 21.
AWS cut RAG token volume 8.6x by filtering retrieved chunks down to only the spans a query needs, per an August 21 benchmark. That's a 33% cost cut while holding 97.5% of baseline answer quality, using Bedrock's own composite score. For anyone running retrieval pipelines at volume, that's real money back without a quality hit big enough to matter.
The setup uses two calls. Claude Haiku reads each retrieved chunk at temperature 0.0 and extracts the exact query-relevant text verbatim, no summarizing. Claude Sonnet then answers using only those extracted spans instead of the full chunk set.
Add a reranker before the extraction step and the numbers improve again. 10.1x fewer tokens, 36% savings, at 12% higher latency.
The hallucination numbers matter more than the token math. Compression alone cuts hallucination rate 7 points. Reranker plus compression cuts it 13 points, per AWS's numbers. Feeding the answering model less text, but the exact right text, seems to make it more accurate. Cheaper too.
Verbatim extraction is doing the work here, not summarization, per AWS's writeup. A summarizing extractor could still inject its own phrasing or drop context in ways that are hard to check. Pulling exact spans keeps the chain traceable. You can point at the sentence in the source chunk that produced the answer.
If you're running Bedrock RAG at full-chunk context on every call, this is a cheap benchmark to replicate against your own eval set. Try it before reaching for a bigger context window.
Each link below shares sources, entities, or timing with this story.
The AWS ML blog describes pre-compressing a knowledge base into task-specific representations instead of retrieving chunks at query time, so different tasks get different compressions of the same source. Four tiers from 8x (~87.5% context reduction) to 64x (~98.4%). A 100K-tok...
Agentic Resource Discovery went up August 24 at agenticresourcediscovery.org under Apache 2.0, contributed to but not authored by AWS (AWS ML Blog). It lets agent, tool and skill registries federate across clouds, on-prem and SaaS without bilateral connectors. AWS Agent Regist...
Amazon CloudWatch launched a purpose-built view ingesting OpenTelemetry metrics from coding agents: total tokens consumed, cost, active users, sessions, cache hit rate, active hours, sitting alongside your existing operational data. Claude Code telemetry collects with no extra...
AWS announced August 6 that agents can now run on your own EC2 instances while AgentCore handles provisioning, patching, scaling, and lifecycle. Complements the existing microVM runtime, targeting sustained or specialized-hardware workloads that need the full EC2 instance-type...
Microsoft Threat Intelligence disclosed ChainDrop on August 4: a self-propagating npm worm that poisoned 444 packages across 2,212 versions in under four hours, starting from [redacted] at 150M weekly downloads, plus flat-cache and file-entry-cache. Corroborated by Unit 42, St...
Every coding agent ships a permission prompt. The premise is that a human looking at the command is the control. That premise just got measured, and it doesn't hold. Scale X published results on August 5 from 40,000+ plays of its agent-permission game covering 409,000+ individ...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.