#LangChain

2025-06-18

Создание новостного агрегатора с помощью AI на базе n8n

🔥 Создаём AI-новостной агрегатор на коленке (и без разорения)! Устал от скучных RSS и захотел умный и стильный агрегатор с картинками от нейросетей. В статье делюсь опытом, как на базе n8n, Gemini API и пары костылей сделать агрегатор ИИ-новостей, который суммаризирует тексты, генерирует иллюстрации и автоматически публикует это всё в Telegram.

habr.com/ru/articles/919352/

#AI #langchain #n8n #telegram #google_cloud_platform #rss #gemini_ai

2025-06-14

MCP(Model Context Protocol) для неискушенных

Если вам довелось уже почитав статьи про mcp технологию озадачиться вопросом "а что же происходит под капотом" и при этом какое то представление о том, что же такое mcp, у вас все таки есть, то , возможно, эта заметка поможет вам сделать еще один шаг к пониманию что за всем этим скрывается. Читать дальше

habr.com/ru/articles/918390/

#mcp_server #langchain

2025-06-13

Создаем свой RAG: от загрузки данных до генерации ответов с LangGraph. Часть 2

Привет, Хабр! Технология RAG (Retrieval-Augmented Generation) сочетает поиск информации с генерацией ответов, делая AI-системы более точными и осмысленными. В этой статье разберём практическую реализацию RAG с помощью LangGraph — гибкого инструмента для построения агентов и графов.

habr.com/ru/articles/918048/

#python3 #python #langchain #ai #искусственный_интеллект #агенты #agents #nlp #rag

Vladimir Mikhalevheyvaldemar
2025-06-12

🤖 AI Automation is here — and it's reshaping DevOps.

💡 LLMs can now:
🐳 Run Docker
💬 Send Slack
💳 Check Stripe
🛠️ Open GitHub PRs

Agentic AI meets cloud-native infra ⚙️

🎥 Watch: youtube.com/shorts/GzdgTQ-RXr8

Vladimir Mikhalevheyvaldemar
2025-06-11

🧠 You: “GPT, can you post in Slack?”
🤖 GPT: “I would… but I’m just a language model.”

That excuse is expiring. Fast. ⚡

💥 DevOps x AI = the next big unlock

🎬 youtube.com/shorts/FaIzrS4-UtM

Dr. Thompsonrogt_x1997
2025-06-10

🧠 Tired of AI hallucinations? RAG gives LLMs a real-time memory boost — grounding answers in truth, not guesswork. Learn how it’s reshaping legal, healthcare & support AI.
👇 Dive into the $74.5B shift:
medium.com/@rogt.x1997/the-sec

medium.com/@rogt.x1997/the-sec

Dr. Thompsonrogt_x1997
2025-06-09

🧠 Want to build AI that acts, not just chats?

Discover why OpenAI’s new Agents SDK is outperforming LangChain and AutoGen in 2025. From agent chaining to built-in guardrails, this SDK changes the game for devs.

👇 Here’s your edge in the Agentic AI era:

🔗 medium.com/@rogt.x1997/7-reaso


medium.com/@rogt.x1997/7-reaso

2025-06-09

LangWHAT?
You've seen names like LangChain, LangGraph, LangFlow or LangSmith – but what’s really behind them?

:blobcoffee: LangChain helps us build LLM apps via modular code.

:blobcoffee: LangGraph adds branching logic and multi-agent workflows.

:blobcoffee: LangFlow lets us create flows with drag & drop.

:blobcoffee: LangSmith monitors and evaluates our LLM stack.

LangChain, LangGraph and LangSmith come from the same ecosystem. LangFlow is a visual builder developed independently by DataStax.

Tried both LangChain and Langflow to build the same chatbot — Medium article coming shortly.

#LangChain #LangFlow #LLM #AI #KI #python #OpenSource #LangGraph #LangSmith #technology #chatbot #ollama

Dr. Thompsonrogt_x1997
2025-06-08

🚨 The $50B AI agent war is real.
LangChain brings the ecosystem. CrewAI brings the speed (5.76x faster!).
If you're building autonomous agents in 2025, this is your must-read breakdown.

⚔️ Two philosophies
📊 Real metrics
💡 Code, charts, use cases

👇 Read it now
🔗 medium.com/@rogt.x1997/langcha


medium.com/@rogt.x1997/langcha

2025-06-06

Microsoft and LangChain: Leading the Way in AI Security for Open Source on Azure. buff.ly/YNwZDPG #ai #langchain #security #oss #azure #cloud

Microsoft and LangChain: Leadi...

2025-06-02

🧠 Confused between LangGraph and LangFlow?

🔸 LangGraph is a code-first framework from the LangChain team. Perfect for building stateful, multi-agent, complex LLM workflows with branching, loops, and control logic.

🔸 LangFlow is a visual builder made by a third party. Great for drag-and-drop prototyping of LangChain apps—no deep coding needed.

✅ Use LangGraph for logic-heavy orchestration.
✅ Use LangFlow to experiment and visualize quickly.

#LangChain #LLMs #AItools #LangGraph #LangFlow

2025-05-30

Want to build a generative AI web app without the headache? Ed Izaguirre explores the full spectrum, from complex MERN stacks with #LangChain and Pinecone, to surprisingly capable single-file SQLite monoliths.

towardsdatascience.com/the-sim

Dr. Thompsonrogt_x1997
2025-05-26

🚀 Think you know how GenAI works?
It's not just prompts. It’s orchestration with 25 next-gen Python libraries powering the world’s smartest LLMs: agents, memory, RAG, grammar control & more 🧠💻
Dive into the tools under the hood of AI in 2025 👇
🔗 medium.com/@rogt.x1997/25-grou

medium.com/@rogt.x1997/25-grou

Dr. Thompsonrogt_x1997
2025-05-23

💸 Why pay $10 per query when $0.0001 can do more?
This guide shows how freelancers, devs, and small startups are building real-world AI agents with open-source tools—no-code, no cost.
Empower your projects without draining your wallet.
👇 Read & rethink what's possible:
🔗 medium.com/@rogt.x1997/0-0001-

medium.com/@rogt.x1997/0-0001-

Kriskrzysu
2025-05-20

Started building LLM apps with Rust + rig.rs, now diving into LangGraph and Python too. Been a super fun ride so far 🤓🛠️

Hvedar Nabilkinhvedar@vkl.world
2025-05-20

👀 Як пабудаваць ШІ-агента, які ведае надвор’е, дасылае сабачак і… амаль цытуе беларускія прыказкі?
Мы зрабілі простага агента, а потым зладзілі невялічкі батл мадэляў. Хто выйграў? 🥊🤖

🎯 Як зрабіць такога агента самому — тут 👉 bel-geek.com/article/174591695

#AI #ChatGPT #LangChain #Belarus #ШІ

2025-05-20

"Unlocked RAG magic! LangChain + OpenSearch + Mistral-Embed + Vertex AI Gemini 2.0 Flash = smart AI apps. Optimize, customize, build! 🚀 #AI #LangChain #OpenSearch #VertexAI" zilliz.com/tutorials/rag/langc

2025-05-20

"Just unlocked the magic of building a powerful RAG system! 🚀 LangChain + OpenSearch + Gemini 2.0 Flash + Voyage-code-2 embeddings = seamless AI pipelines. Build smarter apps, optimize costs, and innovate fearlessly. #AI #RAG #LangChain" zilliz.com/tutorials/rag/langc

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst