Software Development

Is the excessive use of long context windows the reason most RAG systems are badly designed?

RE Asked by Rebecca Ward · 15-11-2025
0 upvotes 11,062 views 0 comments
The question

With 128k context windows, I see people just stuffing entire books into the prompt. It seems like most RAG systems are badly designed because they rely on the model to "find the needle." Does anyone actually get better results with RAG than just using a massive context window?

3 answers

0
HE
Answered on 17-11-2025

The "Long Context vs RAG" debate is a classic example of why most RAG systems are badly designed—they are often used when a simple long context would suffice, or vice versa. However, RAG is still superior for three reasons: cost, latency, and "Lost in the Middle" issues. Even the best models lose accuracy when the relevant info is buried in the middle of a 100k token prompt. A well-architected RAG system only sends the most pertinent 2k tokens, which is cheaper and faster. Designing for RAG means you are optimizing for the model's "attention" by removing the noise before the prompt is even built.

0
SC
Answered on 19-11-2025

Heather, at what token count does the cost of managing a vector database and RAG infrastructure become higher than just paying the extra API fees for a long context window?

LA 21-11-2025

Scott, it’s not just the money; it’s the speed. If your agent takes 30 seconds to read a "book" every time a user asks a question, the UX is dead. We found that for any dataset over 50,000 tokens that needs frequent querying, the investment in a RAG pipeline pays off in performance within the first month.

0
ED
Answered on 23-11-2025

RAG is for scaling. You can't put 10 million documents in a context window, so RAG is the only logical design for big data.

RE 25-11-2025

Spot on, Edward. Long context is a temporary fix, but RAG is the long-term infrastructure for any serious AI application.

Share your thoughts

Your email address will not be published. Required fields are marked (*)

Professional Counselling Session

Still have questions?
Schedule a free counselling session

Our experts are ready to help you with any questions about courses, admissions, or career paths. Get personalized guidance from industry professionals.

Request a Call Back

Search Online

We Accept

We Accept

Follow Us

"PMI®", "PMBOK®", "PMP®", "CAPM®" and "PMI-ACP®" are registered marks of the Project Management Institute, Inc. | "CSM", "CST" are Registered Trade Marks of The Scrum Alliance, USA. | COBIT® is a trademark of ISACA® registered in the United States and other countries.

Book Free Session