Fetching from the wire…
Public story · 2026-07-02 · high
The build uses personalized PageRank on a Neptune graph to connect facts across documents, a multi-hop step that flat vector search skips.
Why now: The walkthrough appears on AWS's ML blog as of July 2.
AWS published a walkthrough for building HippoRAG, a graph retrieval pattern that uses personalized PageRank to connect facts across documents, per the AWS ML Blog.
That's the gap flat vector search hits: it can't connect facts spread across documents. Anyone building RAG over multi-document corpora runs into that limit eventually.
The approach borrows its structure from how the hippocampus indexes memories, according to the blog post. AWS builds it on Amazon Bedrock for generation and Amazon Neptune as the graph store. Personalized PageRank handles the multi-hop reasoning a single vector lookup can't do.
It's an implementation guide, not a product launch: no new AWS service, just a documented pattern anyone already running Bedrock or Neptune can copy.
I'd only add graph RAG once plain vector search has actually failed on real queries, not as a starting architecture. Bolt a graph database onto a pipeline before you've hit that wall and you've added infrastructure to maintain without a retrieval problem to justify it. Watch whether teams that adopt this see it pay off on genuine multi-hop questions, or just on demos built to show off PageRank.
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...
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...
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...
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...
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...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.