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 Followers

320 Following

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 β†’ LangChain β†’ LlamaIndex πŸ¦™ β†’ Agno β†’ CrewAI β†’ 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