Ariadne Retrieval
The index is the map. The source is the territory.
Most RAG systems chunk documents, embed the chunks, retrieve the closest fragments, and paste them straight into the prompt. The model receives fragments without structure, then confidently reconstructs something that was never in the source.
Übermensch uses the vector index only to orient. When precision matters in scientific work, legal documents, security research, or long PDFs, the runtime follows the retrieval result back to the original file, page, paragraph, or table, and reads from the source before reasoning, citing, or deciding.
Search with embeddings. Orient with source pointers. Return to the original before committing knowledge.