Hi, thanks a lot for putting this collection together – it is very helpful to see in-context learning and prompt engineering resources in one place.
I wanted to share one practical resource that might complement the more theoretical papers you list, especially for people who are building real RAG or long-horizon workflows.
What it is
The map is written as a set of 16 failure modes, each with:
- a short description of the failure pattern
- observable symptoms (what users actually see)
- a minimal structural fix (not just “tune the prompt”)
Examples include ingestion drift, chunking/contract mismatch, vector store metric issues, retrieval ordering bugs, and evaluator mismatch for long chains.
If you think it fits, maybe it could live in a section like “Practical debugging resources” or “RAG / system-level techniques”.
If this feels out of scope, no worries at all – just wanted to surface it in case it is useful to your readers. Thanks again for curating this repo.
Hi, thanks a lot for putting this collection together – it is very helpful to see in-context learning and prompt engineering resources in one place.
I wanted to share one practical resource that might complement the more theoretical papers you list, especially for people who are building real RAG or long-horizon workflows.
What it is
The map is written as a set of 16 failure modes, each with:
Examples include ingestion drift, chunking/contract mismatch, vector store metric issues, retrieval ordering bugs, and evaluator mismatch for long chains.
If you think it fits, maybe it could live in a section like “Practical debugging resources” or “RAG / system-level techniques”.
If this feels out of scope, no worries at all – just wanted to surface it in case it is useful to your readers. Thanks again for curating this repo.