New: Cookbooks and AI ExplanationsStep-by-Step recipes to solve problems connected to Roadmaps and Cheat Sheets. Need more details? Use AI buttons for structured and simple explanations with concrete examples throughout the whole platform.Take a look
Someone could hide an instruction inside a PDF my RAG system indexes, and I have no idea what it would do with that.
What you'll have at the end
A test document with a hidden instruction that your RAG system now ignores instead of obeying
You need
A working RAG pipeline that indexes real documents and answers real questions from them, plus edit access to its system prompt and whatever code turns retrieved chunks into the prompt.
Not covered
Attacks typed straight into the chat box by a user; this defends the documents your system reads, not the conversation it has.
Checked 15 Aug 2026
Part of the RAG (Retrieval Augmented Generation) cookbook