What it changes
Who can pull it
What it looks like institutionally
Retrieval layers propagate rather than sanitize their inputs: a retrieval-augmented system stays unfaithful even when the retrieved passage is correct, so open auto-retrieval rides whatever contamination the record store holds straight back into the model. The record-to-model pathway becomes a loop that re-teaches the system its own errors.
Restricting retrieval to a curated, vetted corpus bounds what can re-enter. Fact-checking against a curated, peer-reviewed corpus reaches high accuracy, so a vetted corpus cuts the contamination drawn back into the model relative to open retrieval — a meaningful reduction on the memory-contamination inflow the framework tracks.
It is a bound, not a guarantee: curated-corpus verification itself tops out short of certainty and degrades under knowledge conflict. A vetted corpus raises the floor on what the model retrieves; pair it with provenance labeling so the records inside the corpus still carry their verification status.
Addresses: Contamination drawn back into the model · Open retrieval propagating errors.