The RAG Superpower I Didn't See Coming: Letting a Chatbot Say 'I Don't Know' A developer building a RAG (Retrieval-Augmented Generation) solution discovered that the most impactful feature was the chatbot's ability to say "I don't know." By integrating retrieval and tightening prompts, the chatbot gained the capacity to admit when it lacked an answer, a capability standard chatbots typically lack. I already wrote about building my first RAG solution https://blog.yushi91.com/blog/first-rag-solution-semantic-search/ , so I won’t repeat the basics. What I want to talk about is one specific moment from that project. The moment the whole thing actually clicked for me. It wasn’t the retrieval part, or the embeddings. It was watching the chatbot say “I don’t know.” Once you bolt RAG onto a chatbot and tighten the prompt a bit, you unlock something a regular chatbot basically can’t do. The bot can admit it doesn’t have the answer.