Arindam Majumder 𝕏 (@arindam_1729) 's Twitter Profile
Arindam Majumder 𝕏

@arindam_1729

Developer Advocate • Building @Studio1Hq • YouTuber & Techincal Writer • 500k+ Reads • DM for Collab → dm.new/arindam

ID: 1533666605279891457

linkhttps://www.youtube.com/@Arindam_1729 calendar_today06-06-2022 04:26:46

25,25K Tweet

6,6K Takipçi

320 Takip Edilen

Arindam Majumder 𝕏 (@arindam_1729) 's Twitter Profile Photo

After months on Cursor, I just switched back to VS Code 👀 Why? Hugging Face’s Copilot Chat extension. It lets you use open-source models like Kimi.ai K2 & Qwen3 from Nebius AI Studio , right inside your editor. Here’s how to set it up 👇

Arindam Majumder 𝕏 (@arindam_1729) 's Twitter Profile Photo

AI Agents aren’t just another workflow tool! They flip control logic on its head! Instead of rigid programs, agents reason, adapt, and act dynamically. That’s why they’re perfect for messy, real-world problems where fixed workflows break

AI Agents aren’t just another workflow tool!

They flip control logic on its head!

Instead of rigid programs, agents reason, adapt, and act dynamically.

That’s why they’re perfect for messy, real-world problems where fixed workflows break
Arindam Majumder 𝕏 (@arindam_1729) 's Twitter Profile Photo

Finally Langchain launched their New Docs! And believe me, It's much cleaner than the previous versions! Mintlify did the magic again ✨

Finally Langchain launched their New Docs!

And believe me, It's much cleaner than the previous versions!

Mintlify did the magic again ✨
Arindam Majumder 𝕏 (@arindam_1729) 's Twitter Profile Photo

Agents don’t need to forget. With GibsonAI Memori's Auto Ingest Mode: - Each query runs a memory search - Finds the most relevant facts (up to 5) - Injects them into the LLM call Dynamic context retrieval in real time 👇

Agents don’t need to forget.

With <a href="/heygibsonai/">GibsonAI</a> Memori's Auto Ingest Mode:

- Each query runs a memory search
- Finds the most relevant facts (up to 5)
- Injects them into the LLM call

Dynamic context retrieval in real time 👇
Arindam Majumder 𝕏 (@arindam_1729) 's Twitter Profile Photo

Been Exploring Amazon Web Services Strands Agents lately 👀 It’s actually pretty fun, spins up agents fast, and the Agent Loop is slick. So I recorded a quick tutorial: • How Strands works • Launching your first agent • Agent Loop in action Check it out 👇

Arindam Majumder 𝕏 (@arindam_1729) 's Twitter Profile Photo

Been struggling with messy PDFs and broken OCR? Same here 👀 IBM just dropped Granite Docling It's a compact AI model that converts PDFs & images into clean, structured text while keeping tables, math & layouts intact. I tried it on Hugging Face Spaces here’s the demo 👇

Arindam Majumder 𝕏 (@arindam_1729) 's Twitter Profile Photo

The agentic loop is what makes Strands agents so smart. Instead of hardcoding every step, Strands lets the model: 1. Perceive the situation 2. Think about options 3. Act with the right tool It’s a continuous cycle, so your agent can handle complex tasks on its own

The agentic loop is what makes Strands agents so smart.

Instead of hardcoding every step, Strands lets the model:

1. Perceive the situation
2. Think about options
3. Act with the right tool

It’s a continuous cycle, so your agent can handle complex tasks on its own
Arindam Majumder 𝕏 (@arindam_1729) 's Twitter Profile Photo

Awesome AI Apps now features top agent frameworks: → Google ADK → OpenAI Agents SDK → LangChainLlamaIndex 🦙AgnoCrewAI → AWS Strands SDK → Pydantic AI Been fun curating this. What should we add next? Drop your favs 👇

Awesome AI Apps now features top agent frameworks:

→ Google ADK
→ OpenAI Agents SDK
→ <a href="/LangChainAI/">LangChain</a>
→ <a href="/llama_index/">LlamaIndex 🦙</a>
→ <a href="/AgnoAgi/">Agno</a>
→ <a href="/crewAIInc/">CrewAI</a>
→ AWS Strands SDK
→ <a href="/pydantic/">Pydantic</a> AI

Been fun curating this.

What should we add next? Drop your favs 👇
Arindam Majumder 𝕏 (@arindam_1729) 's Twitter Profile Photo

It takes just one line to crawl entire websites with AI ✨ ScrapeGraphAI SmartCrawler can: - Traverse multiple pages & follow links - Extract structured data with LLMs - Convert HTML → clean markdown (80% cheaper) Here’s how 👇

It takes just one line to crawl entire websites with AI ✨

<a href="/scrapegraphai/">ScrapeGraphAI</a> SmartCrawler can:

- Traverse multiple pages &amp; follow links
- Extract structured data with LLMs
- Convert HTML → clean markdown (80% cheaper)

Here’s how 👇
Arindam Majumder 𝕏 (@arindam_1729) 's Twitter Profile Photo

GitHub just dropped Copilot CLI 👀 With it, you can use Copilot directly in your terminal: - Access repos, issues, and PRs with natural language - Build, edit, debug, and refactor code with AI - MCP-powered, fully controllable Install via npm & code smarter ⚡

GitHub just dropped Copilot CLI 👀

With it, you can use Copilot directly in your terminal:

- Access repos, issues, and PRs with natural language
- Build, edit, debug, and refactor code with AI
- MCP-powered, fully controllable

Install via npm &amp; code smarter ⚡
Arindam Majumder 𝕏 (@arindam_1729) 's Twitter Profile Photo

Just tried the new GitHub Copilot CLI 👀 And wow… It’s quite good. I asked it to fetch issues, explain code, and even suggest project ideas. The coolest part? It actually scanned my repo and gave me solid ideas based on them! This looks Promising!

Arindam Majumder 𝕏 (@arindam_1729) 's Twitter Profile Photo

I’ve been experimenting a lot with AI agents while building prototypes for clients and side projects, and one lesson keeps repeating: Sometimes a single agent works fine, but for complex workflows, a team of agents performs way better. To relate better, you can think of it like

I’ve been experimenting a lot with AI agents while building prototypes for clients and side projects, and one lesson keeps repeating:

Sometimes a single agent works fine, but for complex workflows, a team of agents performs way better.

To relate better, you can think of it like
Arindam Majumder 𝕏 (@arindam_1729) 's Twitter Profile Photo

Don’t Just Build Agents. Build Memory-Augmented AI Agents! Two essays shook up the AI world recently. Anthropic wrote about building multi-agent research systems: a coordinated team of agents, each specializing in a piece of the puzzle, passing context back and forth. Then

Don’t Just Build Agents. Build Memory-Augmented AI Agents!

Two essays shook up the AI world recently.

Anthropic wrote about building multi-agent research systems: a coordinated team of agents, each specializing in a piece of the puzzle, passing context back and forth.

Then