Incomplete Context Assembly
The Problem
Symptoms
Real-World Example
Documentation procedure (full):
1. Backup your data (CRITICAL)
2. Run migration script
3. Verify results
4. Restore if errors occur
Retrieved chunks:
→ Chunk 1: "Run migration script: npm run migrate"
→ Chunk 2: "Verify with: npm run verify"
Missing: Step 1 (backup) and Step 4 (restore)
AI response: "Run npm run migrate then npm run verify"
User runs it → Data loss (no backup step)Deep Technical Analysis
Chunking Boundary Issues
Retrieval K Tuning
Hierarchical Information
How to Solve
Last updated

