gauravGRV's profile picture. Data Scientist, Machine learning , python , d3js  etc.

BusyinPassingtime

@gauravGRV

Data Scientist, Machine learning , python , d3js etc.

BusyinPassingtime รีโพสต์แล้ว

Why do RAG systems feel like they hit a ceiling? I've been diving into @helloiamleonie's latest article on agent memory, and it provided so much clarity into the current evolution of RAG systems. The progression from RAG → Agentic RAG → Agent Memory isn't about adding…

victorialslocum's tweet image. Why do RAG systems feel like they hit a ceiling?

I've been diving into @helloiamleonie's latest article on agent memory, and it provided so much clarity into the current evolution of RAG systems.

The progression from RAG → Agentic RAG → Agent Memory isn't about adding…

BusyinPassingtime รีโพสต์แล้ว

🚨 RAG is dead. Long live Agentic RAG. 2025 isn’t about retrieval or generation anymore it’s about decision-making systems that can think, route, reflect, and correct themselves. Every serious AI builder I know is moving from basic RAG pipelines to Agentic RAG architectures…

connordavis_ai's tweet image. 🚨 RAG is dead. Long live Agentic RAG.

2025 isn’t about retrieval or generation anymore it’s about decision-making systems that can think, route, reflect, and correct themselves.

Every serious AI builder I know is moving from basic RAG pipelines to Agentic RAG architectures…

BusyinPassingtime รีโพสต์แล้ว

AI Agent Learning Roadmap. Grab the AI Agent Handbook: codewithdhanian.gumroad.com/l/gfkbh

e_opore's tweet image. AI Agent Learning Roadmap.

Grab the AI Agent Handbook: codewithdhanian.gumroad.com/l/gfkbh

BusyinPassingtime รีโพสต์แล้ว

Your RAG system is failing? It's not your vector database - it's how you're chunking your data. Everyone focuses on picking the perfect vector database or embedding model. But here's what actually makes or breaks your RAG system: how you prepare your data before it ever gets…

femke_plantinga's tweet image. Your RAG system is failing?

It's not your vector database - it's how you're chunking your data.

Everyone focuses on picking the perfect vector database or embedding model. But here's what actually makes or breaks your RAG system: how you prepare your data before it ever gets…

BusyinPassingtime รีโพสต์แล้ว

I built Multi-Head Attention in Excel because I wanted to understand how it works. It helped me — now it can help you too. 🔽 Download: byhand.ai/mha


BusyinPassingtime รีโพสต์แล้ว

Here's a common misconception about RAG! Most people think RAG works like this: index a document → retrieve that same document. But indexing ≠ retrieval. What you index doesn't have to be what you feed the LLM. Once you understand this, you can build RAG systems that…

akshay_pachaar's tweet image. Here's a common misconception about RAG!

Most people think RAG works like this: index a document → retrieve that same document.

But indexing ≠ retrieval.

What you index doesn't have to be what you feed the LLM.

Once you understand this, you can build RAG systems that…

BusyinPassingtime รีโพสต์แล้ว

A simple trick cuts your LLM costs by 50%! Just stop using JSON and use this instead: TOON (Token-Oriented Object Notation) slashes your LLM token usage in half while keeping data perfectly readable. Here's why it works: TOON's sweet spot: uniform arrays with consistent…

akshay_pachaar's tweet image. A simple trick cuts your LLM costs by 50%!

Just stop using JSON and use this instead:

TOON (Token-Oriented Object Notation) slashes your LLM token usage in half while keeping data perfectly readable.

Here's why it works:

TOON's sweet spot: uniform arrays with consistent…

BusyinPassingtime รีโพสต์แล้ว

5 LLM fine-tuning techniques, explained visually:

DailyDoseOfDS_'s tweet image. 5 LLM fine-tuning techniques, explained visually:

BusyinPassingtime รีโพสต์แล้ว

🚨 Anthropic just solved the problem every AI agent engineer’s been screaming about for a year. Every agent today burns tokens like fuel every tool call, every definition, every intermediate result jammed into context. Now Anthropic’s introducing the fix: code execution with…

connordavis_ai's tweet image. 🚨 Anthropic just solved the problem every AI agent engineer’s been screaming about for a year.

Every agent today burns tokens like fuel every tool call, every definition, every intermediate result jammed into context.

Now Anthropic’s introducing the fix: code execution with…

BusyinPassingtime รีโพสต์แล้ว

LLM vs RAG vs Agent Workbook ~ Download byhand.ai/p/llm-vs-rag-v… Let me first share my philosophy behind building this new AI by Hand ✍️ workbook. What I want to build is not an art gallery filled with pretty diagrams for you to admire from a distance. What I want to build is…


BusyinPassingtime รีโพสต์แล้ว

Integrating 𝗔𝗴𝗲𝗻𝘁𝗶𝗰 𝗥𝗔𝗚 Systems via 𝗠𝗖𝗣 👇 If you are building RAG systems and packing many data sources for retrieval, most likely there is some agency present at least at the data source selection for retrieval stage. This is how MCP enriches the evolution of…

Aurimas_Gr's tweet image. Integrating 𝗔𝗴𝗲𝗻𝘁𝗶𝗰 𝗥𝗔𝗚 Systems via 𝗠𝗖𝗣 👇

If you are building RAG systems and packing many data sources for retrieval, most likely there is some agency present at least at the data source selection for retrieval stage.

This is how MCP enriches the evolution of…

BusyinPassingtime รีโพสต์แล้ว

Here's my beginner's lecture series for RAG, Vector Database, Agent, and Multi-Agents: Download slides: 👇 * RAG: byhand.ai/p/beginners-gu… * Agents: byhand.ai/p/beginners-gu… * Vector Database: byhand.ai/p/beginners-gu… * Multi-Agents: byhand.ai/p/beginners-gu… --- 100% original,…

ProfTomYeh's tweet image. Here's my beginner's lecture series for RAG, Vector Database, Agent, and Multi-Agents: Download slides: 👇
* RAG: byhand.ai/p/beginners-gu… 
* Agents: byhand.ai/p/beginners-gu… 
* Vector Database: byhand.ai/p/beginners-gu… 
* Multi-Agents: byhand.ai/p/beginners-gu… 

---
100% original,…

BusyinPassingtime รีโพสต์แล้ว

The main 𝗔𝗜 𝗔𝗴𝗲𝗻𝘁 𝗗𝗲𝗽𝗹𝗼𝘆𝗺𝗲𝗻𝘁 𝗧𝘆𝗽𝗲𝘀 👇 It’s no secret that an AI Agent is a piece of software wrapping an LLM or multiple LLMs as a reasoning engine to guide its execution flow. The deployment types for these agents also closely resemble those of software or…

Aurimas_Gr's tweet image. The main 𝗔𝗜 𝗔𝗴𝗲𝗻𝘁 𝗗𝗲𝗽𝗹𝗼𝘆𝗺𝗲𝗻𝘁 𝗧𝘆𝗽𝗲𝘀 👇

It’s no secret that an AI Agent is a piece of software wrapping an LLM or multiple LLMs as a reasoning engine to guide its execution flow. The deployment types for these agents also closely resemble those of software or…

BusyinPassingtime รีโพสต์แล้ว

“No Way, MCP? By Anthropic?” I couldn't believe it when Anthropic announced it. Master Control Program? The all-powerful AI villain from Tron? LOL! Half shock, half irony. A company built to prevent runaway AI just named its protocol after the ultimate runaway AI? The perfect…


BusyinPassingtime รีโพสต์แล้ว

𝗔𝗜 𝗔𝗴𝗲𝗻𝘁’𝘀 𝗠𝗲𝗺𝗼𝗿𝘆 is the most important piece of 𝗖𝗼𝗻𝘁𝗲𝘅𝘁 𝗘𝗻𝗴𝗶𝗻𝗲𝗲𝗿𝗶𝗻𝗴, this is how we define it 👇 In general, the memory for an agent is something that we provide via context in the prompt passed to LLM that helps the agent to better plan and…

Aurimas_Gr's tweet image. 𝗔𝗜 𝗔𝗴𝗲𝗻𝘁’𝘀 𝗠𝗲𝗺𝗼𝗿𝘆 is the most important piece of 𝗖𝗼𝗻𝘁𝗲𝘅𝘁 𝗘𝗻𝗴𝗶𝗻𝗲𝗲𝗿𝗶𝗻𝗴, this is how we define it 👇

In general, the memory for an agent is something that we provide via context in the prompt passed to LLM that helps the agent to better plan and…

BusyinPassingtime รีโพสต์แล้ว

💥 New Course: Jupyter AI: AI Coding in Notebooks. Taught by @AndrewYNg and Brian Granger (@ellisonbg), co-founder of @ProjectJupyter. Coding assistants are transforming how we build software—but few work well inside notebook environments. Jupyter AI changes that. In this…


BusyinPassingtime รีโพสต์แล้ว

Memory in AI agents seems like a logical next step after RAG evolved to agentic RAG. RAG: one-shot read-only Agentic RAG: read-only via tool calls Memory in AI agents: read-and-write via tool calls Obviously, it's a little more complex than this. I make my case here:…

helloiamleonie's tweet image. Memory in AI agents seems like a logical next step after RAG evolved to agentic RAG.

RAG: one-shot read-only
Agentic RAG: read-only via tool calls
Memory in AI agents: read-and-write via tool calls

Obviously, it's a little more complex than this.

I make my case here:…

BusyinPassingtime รีโพสต์แล้ว

You're in an ML Engineer interview at Microsoft. The interviewer asks: "Why Boosting models primarily use Trees as the base learner? What's wrong with Linear regression or SVMs?" You: "Because linear models can’t fit non-linear data." Interview over. Here's what you missed:…

_avichawla's tweet image. You're in an ML Engineer interview at Microsoft.

The interviewer asks:

"Why Boosting models primarily use Trees as the base learner?

What's wrong with Linear regression or SVMs?"

You: "Because linear models can’t fit non-linear data."

Interview over.

Here's what you missed:…

BusyinPassingtime รีโพสต์แล้ว
genamind's tweet image.

BusyinPassingtime รีโพสต์แล้ว

✨ LangChain Education Series: Post 1 In this post, I will show how to build your first SQL Agent fast using @LangChainAI. A step by step guide 🧵 👇

itsafiz's tweet image. ✨ LangChain Education Series: Post 1 

In this post, I will show how to build your first SQL Agent fast using @LangChainAI.

A step by step guide 🧵 👇

Loading...

Something went wrong.


Something went wrong.