Back

Rahul Agarwal

Founder | Agentic AI...ย โ€ขย 1m

Simple explanation of Traditional RAG vs Agentic RAG vs MCP. 1. ๐—ง๐—ฟ๐—ฎ๐—ฑ๐—ถ๐˜๐—ถ๐—ผ๐—ป๐—ฎ๐—น ๐—ฅ๐—”๐—š (๐—ฅ๐—ฒ๐˜๐—ฟ๐—ถ๐—ฒ๐˜ƒ๐—ฎ๐—น-๐—”๐˜‚๐—ด๐—บ๐—ฒ๐—ป๐˜๐—ฒ๐—ฑ ๐—š๐—ฒ๐—ป๐—ฒ๐—ฟ๐—ฎ๐˜๐—ถ๐—ผ๐—ป) โ€ข ๐—ฆ๐˜๐—ฒ๐—ฝ 1: ๐—จ๐˜€๐—ฒ๐—ฟ ๐—ฎ๐˜€๐—ธ๐˜€ ๐—ฎ ๐—พ๐˜‚๐—ฒ๐˜€๐˜๐—ถ๐—ผ๐—ป. Example: โ€œ๐˜ž๐˜ฉ๐˜ข๐˜ต ๐˜ช๐˜ด ๐˜ต๐˜ฉ๐˜ฆ ๐˜ค๐˜ข๐˜ฑ๐˜ช๐˜ต๐˜ข๐˜ญ ๐˜ฐ๐˜ง ๐˜๐˜ณ๐˜ข๐˜ฏ๐˜ค๐˜ฆ?โ€ โ€ข ๐—ฆ๐˜๐—ฒ๐—ฝ 2: ๐——๐—ผ๐—ฐ๐˜‚๐—บ๐—ฒ๐—ป๐˜๐˜€ ๐—ฎ๐—ฟ๐—ฒ ๐—ฟ๐—ฒ๐˜๐—ฟ๐—ถ๐—ฒ๐˜ƒ๐—ฒ๐—ฑ from a knowledge base or database. Example: The system searches documents and finds โ€œParis is the capital of France.โ€ โ€ข ๐—ฆ๐˜๐—ฒ๐—ฝ 3: ๐—Ÿ๐—Ÿ๐—  (๐—Ÿ๐—ฎ๐—ฟ๐—ด๐—ฒ ๐—Ÿ๐—ฎ๐—ป๐—ด๐˜‚๐—ฎ๐—ด๐—ฒ ๐— ๐—ผ๐—ฑ๐—ฒ๐—น) ๐—ฎ๐˜‚๐—ด๐—บ๐—ฒ๐—ป๐˜๐˜€ โ†’ It takes the retrieved information and combines it with its own knowledge. โ€ข ๐—ฆ๐˜๐—ฒ๐—ฝ 4: ๐—™๐—ถ๐—ป๐—ฎ๐—น ๐—ฎ๐—ป๐˜€๐˜„๐—ฒ๐—ฟ ๐—ถ๐˜€ ๐—ด๐—ถ๐˜ƒ๐—ฒ๐—ป ๐˜๐—ผ ๐˜๐—ต๐—ฒ ๐˜‚๐˜€๐—ฒ๐—ฟ. Simple and direct. ๐—Ÿ๐—ถ๐—บ๐—ถ๐˜๐—ฎ๐˜๐—ถ๐—ผ๐—ป: Itโ€™s fixed. It always follows the same retrieval process, not very flexible. _________________________________________ 2. ๐—”๐—ด๐—ฒ๐—ป๐˜๐—ถ๐—ฐ ๐—ฅ๐—”๐—š โ€ข ๐—ฆ๐˜๐—ฒ๐—ฝ 1: ๐—จ๐˜€๐—ฒ๐—ฟ ๐—ฎ๐˜€๐—ธ๐˜€ ๐—ฎ ๐—พ๐˜‚๐—ฒ๐˜€๐˜๐—ถ๐—ผ๐—ป. โ€ข ๐—ฆ๐˜๐—ฒ๐—ฝ 2: ๐—”๐—ป ๐—Ÿ๐—Ÿ๐—  ๐—”๐—ด๐—ฒ๐—ป๐˜ ๐—ด๐—ฒ๐˜๐˜€ ๐—ถ๐—ป๐˜ƒ๐—ผ๐—น๐˜ƒ๐—ฒ๐—ฑ. โ†’ Instead of just retrieving documents, the agent can decide ๐˜ธ๐˜ฉ๐˜ข๐˜ต ๐˜ต๐˜ฐ๐˜ฐ๐˜ญ๐˜ด to use. โ€ข ๐—ฆ๐˜๐—ฒ๐—ฝ 3: ๐——๐˜†๐—ป๐—ฎ๐—บ๐—ถ๐—ฐ ๐—ฅ๐—ฒ๐˜๐—ฟ๐—ถ๐—ฒ๐˜ƒ๐—ฎ๐—น ๐—ง๐—ผ๐—ผ๐—น๐˜€ โ†’ The agent can call different APIs, databases, or sources dynamically depending on the query. Example: If you ask about todayโ€™s weather, it wonโ€™t just look in static documentsโ€”it might connect to a weather API. โ€ข ๐—ฆ๐˜๐—ฒ๐—ฝ 4: ๐—”๐—ด๐—ฒ๐—ป๐˜ ๐—ฝ๐—ฟ๐—ผ๐—ฐ๐—ฒ๐˜€๐˜€๐—ฒ๐˜€ ๐—ฒ๐˜ƒ๐—ฒ๐—ฟ๐˜†๐˜๐—ต๐—ถ๐—ป๐—ด ๐—ฎ๐—ป๐—ฑ ๐—ด๐—ถ๐˜ƒ๐—ฒ๐˜€ ๐˜๐—ต๐—ฒ ๐—ฟ๐—ฒ๐˜€๐—ฝ๐—ผ๐—ป๐˜€๐—ฒ. ๐—”๐—ฑ๐˜ƒ๐—ฎ๐—ป๐˜๐—ฎ๐—ด๐—ฒ: More flexible, can handle different kinds of queries using multiple tools. _________________________________________ 3. ๐— ๐—–๐—ฃ (๐— ๐—ผ๐—ฑ๐—ฒ๐—น ๐—–๐—ผ๐—ป๐˜๐—ฒ๐˜…๐˜ ๐—ฃ๐—ฟ๐—ผ๐˜๐—ผ๐—ฐ๐—ผ๐—น) โ€ข ๐—ฆ๐˜๐—ฒ๐—ฝ 1: ๐—จ๐˜€๐—ฒ๐—ฟ ๐—ฎ๐˜€๐—ธ๐˜€ ๐—ฎ ๐—พ๐˜‚๐—ฒ๐˜€๐˜๐—ถ๐—ผ๐—ป. โ€ข ๐—ฆ๐˜๐—ฒ๐—ฝ 2: ๐—–๐—ผ๐—ป๐˜๐—ฒ๐˜…๐˜ ๐—ฃ๐—ฟ๐—ผ๐˜๐—ผ๐—ฐ๐—ผ๐—น ๐—ธ๐—ถ๐—ฐ๐—ธ๐˜€ ๐—ถ๐—ป. โ†’ This is like a ๐˜ด๐˜ต๐˜ข๐˜ฏ๐˜ฅ๐˜ข๐˜ณ๐˜ฅ๐˜ช๐˜ป๐˜ฆ๐˜ฅ ๐˜ธ๐˜ข๐˜บ for models to understand context (what the user wants + what data is available). โ€ข ๐—ฆ๐˜๐—ฒ๐—ฝ 3: ๐— ๐˜‚๐—น๐˜๐—ถ-๐—ฝ๐—ฟ๐—ผ๐˜ƒ๐—ถ๐—ฑ๐—ฒ๐—ฟ ๐—”๐—ฟ๐—ฐ๐—ต๐—ถ๐˜๐—ฒ๐—ฐ๐˜๐˜‚๐—ฟ๐—ฒ โ†’ Instead of relying on one system or tool, MCP allows the model to pull data and context from multiple providers (different apps, services, databases). Example: If you ask about your calendar + emails + stock market update, MCP can coordinate across Google Calendar, Gmail, and a finance API together. โ€ข ๐—ฆ๐˜๐—ฒ๐—ฝ 4: ๐—จ๐˜€๐—ฒ๐—ฟ ๐—ด๐—ฒ๐˜๐˜€ ๐—ฎ ๐˜„๐—ฒ๐—น๐—น-๐—ฟ๐—ผ๐˜‚๐—ป๐—ฑ๐—ฒ๐—ฑ ๐—ฟ๐—ฒ๐˜€๐—ฝ๐—ผ๐—ป๐˜€๐—ฒ that integrates info from multiple sources. ๐—”๐—ฑ๐˜ƒ๐—ฎ๐—ป๐˜๐—ฎ๐—ด๐—ฒ: Super powerful for ๐—ฐ๐—ผ๐—บ๐—ฝ๐—น๐—ฒ๐˜… ๐˜„๐—ผ๐—ฟ๐—ธ๐—ณ๐—น๐—ผ๐˜„๐˜€ involving many providers. Itโ€™s not just retrieval or agents, but a whole ecosystem working together. โœ… Repost and share so people can easily understand this.

3 Replies
34
41
4
Replies (3)

More like this

Recommendations from Medial

Image Description

Rahul Agarwal

Founder | Agentic AI...ย โ€ขย 1m

Simple breakdown of different elements in AI systems today. Extremely easy to understand. Hereโ€™s more: ๐—Ÿ๐—Ÿ๐— ๐˜€ โ†’ Great at text generation and reasoning, but limited to training data. ๐—ฅ๐—”๐—š (๐—ฅ๐—ฒ๐˜๐—ฟ๐—ถ๐—ฒ๐˜ƒ๐—ฎ๐—น-๐—”๐˜‚๐—ด๐—บ๐—ฒ๐—ป๐˜๐—ฒ๐—ฑ ๐—š๐—ฒ๐—ป๐—ฒ๐—ฟ๐—ฎ๐˜๐—ถ๐—ผ

See More
Reply
1
9
1
Image Description
Image Description

Rahul Agarwal

Founder | Agentic AI...ย โ€ขย 18d

How do Voice, Coding & Computer Agents work? I've explained each one in a very simple way below. 1. ๐—ฉ๐—ผ๐—ถ๐—ฐ๐—ฒ ๐—”๐—ด๐—ฒ๐—ป๐˜๐˜€ AI systems that talk with people using speech. Examples: Vapi, Retell AI, OpenAI TTS etc. ๐—ฆ๐˜๐—ฒ๐—ฝ๐˜€: 1. ๐—จ๐˜€๐—ฒ๐—ฟ ๐˜€๐—ฝ๐—ฒ๐—ฎ๏ฟฝ

See More
2 Replies
5
16

Download the medial app to read full posts, comements and news.