Skip to content
Writing · Topic

RAG and retrieval

Retrieval-augmented generation grounds a model's answers in your own documents. We write about retrieval that cites its source and says when it does not know, and the failure modes that quietly break it.

  • RAG that cites its source and says when it does not know

    A knowledge assistant earns trust with two behaviors no model provides by default: every answer carries a citation that resolves to the exact passage it rests on, and a question the corpus cannot answer gets a plain refusal instead of a fluent guess.

All writing