When the AI Doesn’t Know the Answer — It Looks It Up

📰 Medium · Machine Learning

Learn how RAG (Retrieval-Augmented Generation) turns a forgetful AI into one that can check its sources, improving its accuracy and reliability

intermediate Published 13 Jun 2026
Action Steps
  1. Understand the limitations of Transformer-based AI models
  2. Learn about RAG and its role in improving AI accuracy
  3. Implement RAG in AI models to enable source checking
  4. Test and evaluate the performance of RAG-enabled AI models
  5. Apply RAG to real-world applications, such as question-answering and text summarization
Who Needs to Know This

Developers and researchers working with AI models can benefit from understanding RAG, as it enhances the performance of Transformer-based AI models

Key Insight

💡 RAG enables AI models to check their sources, reducing errors and improving accuracy

Share This
🤖 RAG turns forgetful AI into reliable sources! 📚

Key Takeaways

Learn how RAG (Retrieval-Augmented Generation) turns a forgetful AI into one that can check its sources, improving its accuracy and reliability

Full Article

Title: When the AI Doesn’t Know the Answer — It Looks It Up

URL Source: https://medium.com/@ankan4445/when-the-ai-doesnt-know-the-answer-it-looks-it-up-d6ef2884c97e?source=rss------machine_learning-5

Published Time: 2026-06-13T18:13:35Z

Markdown Content:
[Sitemap](https://medium.com/sitemap/sitemap.xml)

[Open in app](https://play.google.com/store/apps/details?id=com.medium.reader&referrer=utm_source%3DmobileNavBar&source=post_page---top_nav_layout_nav-----------------------------------------)

Sign up

[Sign in](https://medium.com/m/signin?operation=login&redirect=https%3A%2F%2Fmedium.com%2F%40ankan4445%2Fwhen-the-ai-doesnt-know-the-answer-it-looks-it-up-d6ef2884c97e&source=post_page---top_nav_layout_nav-----------------------global_nav------------------)

[](https://medium.com/?source=post_page---top_nav_layout_nav-----------------------------------------)

Get app

[Write](https://medium.com/m/signin?operation=register&redirect=https%3A%2F%2Fmedium.com%2Fnew-story&source=---top_nav_layout_nav-----------------------new_post_topnav------------------)

[Search](https://medium.com/search?source=post_page---top_nav_layout_nav-----------------------------------------)

Sign up

[Sign in](https://medium.com/m/signin?operation=login&redirect=https%3A%2F%2Fmedium.com%2F%40ankan4445%2Fwhen-the-ai-doesnt-know-the-answer-it-looks-it-up-d6ef2884c97e&source=post_page---top_nav_layout_nav-----------------------global_nav------------------)

![Image 1: Unknown user](https://miro.medium.com/v2/resize:fill:32:32/1*dmbNkD5D-u45r44go_cf0g.png)

# When the AI Doesn’t Know the Answer — It Looks It Up

[![Image 2: Ankan Mondal](https://miro.medium.com/v2/da:true/resize:fill:32:32/0*u7ofbup29CMuRx5-)](https://medium.com/@ankan4445?source=post_page---byline--d6ef2884c97e---------------------------------------)

[Ankan Mondal](https://medium.com/@ankan4445?source=post_page---byline--d6ef2884c97e---------------------------------------)

4 min read

·

Jun 13, 2026

[](https://medium.com/m/signin?actionUrl=https%3A%2F%2Fmedium.com%2F_%2Fvote%2Fp%2Fd6ef2884c97e&operation=register&redirect=https%3A%2F%2Fmedium.com%2F%40ankan4445%2Fwhen-the-ai-doesnt-know-the-answer-it-looks-it-up-d6ef2884c97e&user=Ankan+Mondal&userId=a7864e9b8802&source=---header_actions--d6ef2884c97e---------------------clap_footer------------------)

--

[](https://medium.com/m/signin?actionUrl=https%3A%2F%2Fmedium.com%2F_%2Frepost%2Fp%2Fd6ef2884c97e&operation=register&redirect=https%3A%2F%2Fmedium.com%2F%40ankan4445%2Fwhen-the-ai-doesnt-know-the-answer-it-looks-it-up-d6ef2884c97e&user=Ankan+Mondal&userId=a7864e9b8802&source=---header_actions--d6ef2884c97e---------------------repost_header------------------)

--

[](https://medium.com/m/signin?actionUrl=https%3A%2F%2Fmedium.com%2F_%2Fbookmark%2Fp%2Fd6ef2884c97e&operation=register&redirect=https%3A%2F%2Fmedium.com%2F%40ankan4445%2Fwhen-the-ai-doesnt-know-the-answer-it-looks-it-up-d6ef2884c97e&source=---header_actions--d6ef2884c97e---------------------bookmark_footer------------------)

[Listen](https://medium.com/m/signin?actionUrl=https%3A%2F%2Fmedium.com%2Fplans%3Fdimension%3Dpost_audio_button%26postId%3Dd6ef2884c97e&operation=register&redirect=https%3A%2F%2Fmedium.com%2F%40ankan4445%2Fwhen-the-ai-doesnt-know-the-answer-it-looks-it-up-d6ef2884c97e&source=---header_actions--d6ef2884c97e---------------------post_audio_button------------------)

Share

How RAG turns a forgetful AI into one that can actually check its sources. No PhD required.

You’ve used a Transformer-based AI (we covered those in Part 1). It’s smart, fast, and impressively articulate.

And then it confidently tells you that a company’s latest earnings were $4.2 billion — when they were actually $2.1 billion. Or it summarizes a policy doc that was updated last month and gives you the old version.

> It’s not lying. It just doesn’t know what it doesn’t know.

This is the problem RAG was built to fix.

### The Intern Analogy

Imagine you just hired a brilliant intern.
Read full article → ← Back to Reads

Related Videos

5 Levels of AI Agents - From Simple LLM Calls to Multi-Agent Systems
5 Levels of AI Agents - From Simple LLM Calls to Multi-Agent Systems
Dave Ebbelaar (LLM Eng)
MCP explained for beginners
MCP explained for beginners
Withmesravani_
Temperature Explained | Why ChatGPT Gives Different Answers | AI Series Day 14 #Shorts
Temperature Explained | Why ChatGPT Gives Different Answers | AI Series Day 14 #Shorts
Withmesravani_
4 Generative AI Projects That Will Get You Hired in 2026 🚀
4 Generative AI Projects That Will Get You Hired in 2026 🚀
SCALER
I Tested My AI-Powered Autocoder With 3 Different LLM Models
I Tested My AI-Powered Autocoder With 3 Different LLM Models
Making Made Easy
You Can Run Your Own Powerful LLM AI On Almost Any Computer! OPEN SOURCE! NO GPU NEEDED! MISTRAL 7B!
You Can Run Your Own Powerful LLM AI On Almost Any Computer! OPEN SOURCE! NO GPU NEEDED! MISTRAL 7B!
Making Made Easy