Sharvari Raut 👩💻
@aree_yarr_sharu
Building @writestacktech || AI/ML/LLM Engineer 👩💻 Prev: @bakerhughesco || Let's talk about AI 📩: [email protected]
🚀 Just built a script using FastAPI and Groq this bot will auto-scan my Medium blog rss feed every 10 mins and tweet engaging smart summaries using @GroqInc's blazing-fast LLMs 🧠📡 🔁 RSS ➜ GROQ ➜ Twitter 🎥 Watch it in action ⬇️
What’s the coolest thing you’ve built with a Model Context Protocol server? I need some inspiration. Show me your smart AI hacks! 🧠✨
👾 LLMs are stateless. Users want memory. Model context protocol servers do the heavy lifting: ➜ Fetch relevant data ➜ Reduce prompt size ➜ Boost accuracy
Massive data breach alert: 16B records reportedly exposed. If you reuse passwords or skip 2FA, now’s the time to act. Change credentials, stay alert, and secure your accounts. 🚀 Check your email ID's on haveibeenpwned.com
🚀 Connected Claude Desktop to a prebuilt MCP Fileserver. Now, my files downloaded from the past three weeks are automatically grouped with just one query. 🤖📂
Anthropic is killing it with these technical posts. If you're an AI dev, stop what you are doing and go read this. It shows, in great detail, how to implement an effective multi-agent research system. Pay attention to these key parts:
Just stumbled on this awesome repo listing all the advanced RAG techniques out there. Super useful if you're working with LLMs + retrieval. 📂 github.com/FareedKhan-dev…
🚀 Preparing for Generative AI interviews? Don’t miss these must-know questions — some of them were actually asked in my interviews! 👇 📄 Drive Link drive.google.com/file/u/0/d/1cU… Credits: Hao Hoang #GenAI #AIinterviews #MachineLearning #careertips
LangGraph node types (modular + typed): 🧠 LLMNode: call your language model 🔧 ToolNode: external tools/functions 🧭 RouterNode: control flow logic (if/switch) 🗃️ StateNode: read/write shared state ⚡ ParallelNode: run branches concurrently