If models are 'lost in the middle', is RAG re-ranking solving the wrong problem?
Given the U-shaped positional bias, a lot of RAG effort goes into putting the most relevant chunk first/last. But that adapts to a model weakness instead of fixing it. Is position-robust attention (objective / architecture) the better long-term fix, or is 'just order your context well' good enough in practice?