simulated policy query
search and RAG systems
Rehearse retrieval before stale sources reach users.
Determina runs search releases against source-state worlds, then shows whether citations are current, supported, and safe to ship.
- retrieval set
- refund policy query
- freshness diff
- policy v8 current / policy v6 archived
- citation path
- answer supported by archived branch
archived source selected
current-vs-archived diff
stale-source replay saved
retrieve behavior
A source-state world exposes stale retrieval.
Determina runs the same query across current and archived source state, traces the citation path, and blocks the release when the answer leans on an unsupported source.
- 01query
refund policy question enters the source world
- 02retrieve
archived policy is selected over the current source
- 03support
citation verifier marks the answer unsupported
- 04decision
release is blocked before users see it
world to evidence
Source-state conditions become citation evidence.
The rehearsal joins query sets, corpus snapshots, source freshness, and support verification into one retrieval path the release team can inspect.
- 01query set
- 02corpus snapshot
- 03current source state
- 04archived source state
- 05citation traces
- 06support verifier
BLOCK
- 01retrieval set
- 02source freshness diff
- 03citation path
- 04support verifier
- 05block decision
- 06stale-source memory
case file S-108
Archived source selected
Will the release cite the current policy under pressure?
- world
- query set + corpus snapshot + current source + archived source + citation verifier
- observed
- The retrieval path crossed into an archived policy while the current source contradicted it.
- retrieval setrefund policy query
- freshness diffpolicy v8 current / policy v6 archived
- citation pathanswer supported by archived branch
- verifiersupport blocked before release
- 01
policy query enters current and archived source state
- 02
candidate answer follows stale branch
- 03
citation support fails against current source
- 04
block packet is saved as stale-source memory
- retrieval set
- refund policy query
- freshness diff
- policy v8 current / policy v6 archived
- citation path
- answer supported by archived branch
- verifier
- support blocked before release
retrieve behavior
A refund-policy answer cites an archived source while the current policy says something different.
Block stale-source support before users receive the answer.
pilot shape
Bring one retrieval path that cannot be wrong.
Start with a query class, a source-state change, and the citation support your release team needs to trust.
Request pilot- system
- search or RAG
- release
- index, corpus, reranker, or prompt change
- world
- current and archived source state
- return
- retrieval set, source diff, citation verifier