Carousel Studio

Repurpose X Threads into LinkedIn & Instagram Carousels

Canvas & Ratio

Choose your destination platform format


Layout Template

Choose a content structure for your slides


Preset Themes


Typography & Sizing

Title Font Size36px
Body Font Size18px
Header & Footer Size12px

Brand Kit Customization

AGENCY

Configure brand assets for headers & footers

MULTI-PROFILES (AGENCY)
AGENCY
SAVE PRESETS (AGENCY)

Outro Slide CTA

Customize your closing call-to-action slide

#1
#2
#3

Background Pattern

Source Content

Build Your Carousel

Drag and drop any post card below onto a slide, or use the quick buttons to insert content/images instantly!

Drag Post #1
Avi Chawla
@_avichawla

Naive RAG vs. Agentic RAG, clearly explained (with visuals):

Drag Post #2
Avi Chawla
@_avichawla

Naive RAG has many issues: - It retrieves once and generates once. If the context isn't enough, it cannot dynamically search for more info. - It cannot reason through complex queries. - The system can't modify its strategy based on the problem.

Drag Post #3
Avi Chawla
@_avichawla

Agentic RAG attempts to solve this. The following visual depicts how it differs from naive RAG. The core idea is to introduce agentic behaviors at each stage of RAG.

Drag Post #4
Avi Chawla
@_avichawla

Steps 1-2) An agent rewrites the query (removing spelling mistakes, etc.) Step 3-8) An agent decides if it needs more context. ↳ If not, the rewritten query is sent to the LLM. ↳ If yes, an agent finds the best external source to fetch context, to pass it to the LLM.

Drag Post #5
Avi Chawla
@_avichawla

Step 9) We get a response. Step 10-12) An agent checks if the answer is relevant. ↳ If yes, return the response. ↳ If not, go back to Step 1. This continues for a few iterations until we get a response or the system admits it cannot answer the query.

Drag Post #6
Avi Chawla
@_avichawla

This makes RAG more robust since agents ensure individual outcomes are aligned with the goal. That said, the diagram shows one of the many blueprints an agentic RAG system may possess. You can adapt it according to your specific use case.

Drag Post #7
Avi Chawla
@_avichawla

If you found it insightful, reshare it with your network. Find me → @_avichawla Every day, I share tutorials and insights on DS, ML, LLMs, and RAGs. <a target="_blank" href="https://twitter.com/1175166450832687104/status/1943196006600053238" color="blue">x.com/11751664508326…</a>