Fetching from the wire…
Infra2026-07-29 · source-backed
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-token knowledge base at 1,000 queries/day costs 6.25%, 3.1%, and 1.6% of baseline versus 10% for top-10-chunk RAG. Reference architecture is two serverless pipelines on Lambda, Bedrock, ElastiCache Serverless, S3, API Gateway, and Cognito.
Each link below shares sources, entities, or timing with this story.
An August 21 AWS post benchmarks a two-call pattern: Claude Haiku extracts verbatim query-relevant spans from retrieved chunks at temperature 0.0, then Claude Sonnet answers from the filtered evidence. Compression alone sends 8.6x fewer tokens (12% of baseline) for 33% cost sa...
AWS shipped per-user, per-target rate limiting August 6 covering MCP targets, inference targets and HTTP passthrough across three metrics: requests (RPS/RPM), tokens (TPM, inference only), connections (CPS). Limits scope by JWT claims ($.context.jwt.sub, .role, .azp) or IAM id...
The AWS ML Blog walks through a graph-RAG approach inspired by the hippocampus for multi-hop retrieval. It's an implementation-depth template for going past flat vector search. If you've hit the wall where your RAG can't connect facts across documents, graph-plus-PageRank retr...
NVIDIA and AWS announced June 23 that NVIDIA's cuVS library now powers GPU-accelerated vector indexing as the default in Amazon OpenSearch Serverless, claiming up to 10x faster index builds at roughly a quarter the cost versus CPU-only, making billion-scale vector DBs buildabl...
AWS's August 21 post stages agent tool governance as Connect, Control, Catalog and Harden, from one SSO-backed MCP endpoint for a 1-20 user pilot through identity-aware authorization with PII redaction and self-service tool publishing at 100+ users. It supports Cognito-backed...
Two concrete recipes for regulated customers who need inference in a single region, not merely in-geography, since cross-Region inference is the throughput-friendly default. Path one: CLAUDE_CODE_USE_MANTLE=1 plus AWS_REGION, pinning models by plain ID, supported in Ireland, S...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.