Back

Rahul Agarwal

Founder | Agentic AI... • 5h

3 ways how most AI systems are built. I’ve explained each one step-by-step. 1) š—§š—æš—®š—±š—¶š˜š—¶š—¼š—»š—®š—¹ š—”š—œ (š˜€š˜š—²š—½-š—Æš˜†-š˜€š˜š—²š—½) 1. š—¦š—²š˜ š˜š—®š˜€š—ø – Decide what problem the model should solve. 2. š—–š—¼š—¹š—¹š—²š—°š˜ š—±š—®š˜š—® – Gather lots of examples. 3. š—£š—æš—²š—½š—®š—æš—² š—±š—®š˜š—® – Clean and label it so the model learns correctly. 4. š—•š˜‚š—¶š—¹š—± š—¶š—»š—±š—²š˜… – Make data searchable with embeddings. 5. š—§š—æš—®š—¶š—» š—ŗš—¼š—±š—²š—¹ – Teach the model using the prepared data. 6. š——š—²š—½š—¹š—¼š˜† – Put the trained model into use. 7. š—šš—²š˜ š—æš—²š˜€š˜‚š—¹š˜š˜€ – Model answers queries based on training. 8. š—˜š˜ƒš—®š—¹š˜‚š—®š˜š—² – Measure performance and retrain if needed. _________________________________________________ 2) š—”š—“š—²š—»š˜š—¶š—° š—”š—œ (š˜€š˜š—²š—½-š—Æš˜†-š˜€š˜š—²š—½) 1. š—¦š—²š˜ š—“š—¼š—®š—¹ – Give the agent a clear objective. 2. š—£š—¶š—°š—ø š—Ÿš—Ÿš—  – Use a language model as the agent’s brain. 3. š—–š—¼š—»š—»š—²š—°š˜ š˜š—¼š—¼š—¹š˜€ & š—”š—£š—œš˜€ – Link it to calendars, browsers, databases, etc. 4. š—¦š—²š—®š—æš—°š—µ & š—³š—²š˜š—°š—µ – Agent can look up info or call external services. 5. š—£š—¹š—®š—» š˜„š—¼š—æš—øš—³š—¹š—¼š˜„ – Breaks goal into steps, loops until complete. 6. š——š—²š—°š—¶š—±š—² š—®š—°š˜š—¶š—¼š—»š˜€ – Chooses next steps without human input. 7. š—˜š˜…š—²š—°š˜‚š˜š—² š˜š—®š˜€š—øš˜€ – Sends emails, runs scripts, calls APIs. 8. š—Ÿš—²š—®š—æš—» & š—¶š—ŗš—½š—æš—¼š˜ƒš—² – Adjusts based on outcomes over time. _______________________________________________ 3) š—”š—“š—²š—»š˜š—¶š—° š—„š—”š—š (š˜€š˜š—²š—½-š—Æš˜†-š˜€š˜š—²š—½) RAG = š—„š—²š˜š—æš—¶š—²š˜ƒš—®š—¹-š—”š˜‚š—“š—ŗš—²š—»š˜š—²š—± š—šš—²š—»š—²š—æš—®š˜š—¶š—¼š—». Agentic RAG combines agentic behavior with fast retrieval of grounded information. 1. š—¦š—²š˜ š—“š—¼š—®š—¹ – Define the task clearly. 2. š—„š—²š˜š—æš—¶š—²š˜ƒš—² š—±š—®š˜š—® – Pull relevant docs or knowledge from databases. 3. š—©š—²š—°š˜š—¼š—æ š˜€š—²š—®š—æš—°š—µ / š—”š—£š—œ š—°š—®š—¹š—¹š˜€ – Use embeddings and search indexes to find exact, relevant facts. 4. š——š—²š˜€š—¶š—“š—» š—ŗš˜‚š—¹š˜š—¶-š˜€š˜š—²š—½ š—½š—æš—¼š—°š—²š˜€š˜€: Agent plans steps using the retrieved knowledge. 5. š—Ÿš—¼š—¼š—½ š—¹š—¼š—“š—¶š—° – Retrieve → reason → act → verify. 6. š—œš—ŗš—½š—¹š—²š—ŗš—²š—»š˜ š—®š—°š˜š—¶š—¼š—»š˜€ & š—¾š˜‚š—²š—æš˜† š—”š—£š—œš˜€: Carry out actions (call services, update DB). 7. š—–š—µš—²š—°š—ø š—æš—²š˜€š˜‚š—¹š˜š˜€ – Verify answers against facts for accuracy. 8. š—„š—²š—³š—æš—²š˜€š—µ š—ŗš—²š—ŗš—¼š—æš˜† – Save outcomes into memory or vector DB so future tasks use updated info. 9. š—”š—±š—®š—½š˜ – System improves over time with stored results. _____________________________________________ āœ… Which to pick? • Use š—§š—æš—®š—±š—¶š˜š—¶š—¼š—»š—®š—¹ š—”š—œ when task is narrow, stable, and must be highly reliable (e.g., image recognition in a controlled domain). • Use š—”š—“š—²š—»š˜š—¶š—° š—”š—œ when automation of multi-step work is needed (scheduling, orchestration, admin tasks). • Use š—”š—“š—²š—»š˜š—¶š—° š—„š—”š—š when you need both action and factually grounded responses drawn from up-to-date data (customer support, codebase assistant, enterprise knowledge work). āœ… Repost this for others in your network.

1 Reply
1
7
Replies (1)

More like this

Recommendations from Medial

Image Description

Vishu Bheda

 • 

Medial • 2m

š—”š—œ š˜€š˜š—®š—æš˜š˜‚š—½š˜€ š—°š—®š—»ā€™š˜ š˜€š˜‚š—æš˜ƒš—¶š˜ƒš—² š—¼š—» š˜š—µš—² š—¼š—¹š—± š—¦š—®š—®š—¦ š—½š—æš—¶š—°š—¶š—»š—“ š—ŗš—¼š—±š—²š—¹. Why? Because AI costs aren’t fixed. Things like: GPU time API calls Token processing Video rendering ...all get more expensive as users do

See More
Reply
7
21
1
Image Description
Image Description

vishakha Jangir

 • 

Set2Score • 4m

š—§š—µš—¶š˜€ š—”š—œ š˜€š˜š—®š—æš˜š˜‚š—½ š—¶š˜€ š—°š—µš—¼š—¼š˜€š—²š—» š—Æš˜† š—šš—¢š—œ š˜š—¼ š—°š—æš—²š—®š˜š—² š—œš—»š—±š—¶š—®' š—³š—¶š—æš˜€š˜ š—»š—®š˜š—¶š—¼š—» š˜€š—¼š˜ƒš—²š—æš—²š—¶š—“š—» š—Ÿš—Ÿš—  !! Sarvam AI – Bulbul Initiative : Bulbul V2 is a text-to-speech (TTS) model developed specifically for the

See More
2 Replies
6
18
Image Description
Image Description

vishakha Jangir

 • 

Set2Score • 7m

š—”š—æš—² š˜†š—¼š˜‚ š˜‚š˜€š—¶š—»š—“ š˜š—µš—²š˜€š—² š˜š—¼š—½ š—”š—œ š—®š—½š—½š˜€ ? If not then it's your turn now.... ↳ š—¦š—²š—®š—æš—°š—µ & š—„š—²š˜€š—²š—®š—æš—°š—µ: ChatGPT : Conversational Al chat bot for generating text Claude : Best for code & detailed problem-solving DeepSeek:

See More
3 Replies
14
7
Image Description
Image Description

Vishu Bheda

 • 

Medial • 5m

š— š—¼š˜€š˜ š—½š—²š—¼š—½š—¹š—² š˜š—µš—¶š—»š—ø š— š—¶š—°š—æš—¼š˜€š—¼š—³š˜ š—Æš˜‚š˜†š˜€ š—½š—æš—¼š—±š˜‚š—°š˜š˜€. Wrong. Microsoft buys š¦šØš¦šžš§š­š®š¦. š—Ÿš—¼š—¼š—ø š—®š˜ š˜š—µš—²š—¶š—æ š—Æš—¶š—“š—“š—²š˜€š˜ š—ŗš—¼š˜ƒš—²š˜€: šŸ. š‡šØš­š¦ššš¢š„ (šŸšŸ—šŸ—šŸ•) — $šŸ’šŸŽšŸŽšŒ → 10M users in 18 months →

See More
4 Replies
12
28
Image Description
Image Description

Rahul Agarwal

Founder | Agentic AI... • 24d

Simple explanation of Traditional RAG vs Agentic RAG vs MCP. 1. š—§š—æš—®š—±š—¶š˜š—¶š—¼š—»š—®š—¹ š—„š—”š—š (š—„š—²š˜š—æš—¶š—²š˜ƒš—®š—¹-š—”š˜‚š—“š—ŗš—²š—»š˜š—²š—± š—šš—²š—»š—²š—æš—®š˜š—¶š—¼š—») • š—¦š˜š—²š—½ 1: š—Øš˜€š—²š—æ š—®š˜€š—øš˜€ š—® š—¾š˜‚š—²š˜€š˜š—¶š—¼š—». Example: ā€œš˜žš˜©š˜¢š˜µ š˜Ŗš˜“ š˜µš˜©š˜¦ š˜¤š˜¢š˜±š˜Ŗļæ½

See More
3 Replies
33
41
4

vishakha Jangir

 • 

Set2Score • 4m

š—›š—¼š˜„ š—øš—µš—®š˜š—®š—Æš—¼š—¼š—ø š˜€š˜š—®š—æš˜š˜‚š—½ š—Æš—²š—°š—®š—ŗš—² š—»š—¼ šŸ­ š—°š—µš—¼š—¶š—°š—² š—³š—¼š—æ š—Æš˜‚š˜€š—¶š—»š—²š˜€š˜€š—ŗš—®š—» š˜š—¼ š—øš—²š—²š—½ š˜š—µš—²š—æš—² š—±š—®š˜š—® ? Founded by Ravish Naresh, who previously co-founded Housing.com Vision to digitize bookkeeping for small an

See More
Reply
4
Image Description
Image Description

Vishu Bheda

 • 

Medial • 5m

š—Ŗš—µš˜† š— š—²š˜š—® š—¢š—½š—²š—»-š—¦š—¼š˜‚š—æš—°š—²š˜€ š—œš˜š˜€ š—”š—œ š— š—¼š—±š—²š—¹š˜€ — š—”š—»š—± š—Ŗš—µš—®š˜ š—œš˜ š—§š—²š—®š—°š—µš—²š˜€ š—Øš˜€ š—”š—Æš—¼š˜‚š˜ š—£š—¼š˜„š—²š—æ š—¶š—» š—•š˜‚š˜€š—¶š—»š—²š˜€š˜€ Meta (Facebook’s parent company) does something most AI companies don’t: šˆš­ š š¢šÆšžš¬ ššš°ššļæ½

See More
3 Replies
15
29
2

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