Day 4/30: Persistent StateGraph
I still remember the frustration of watching my first LangGraph agent fail miserably after just two turns. I had built a simple support bot designed t…
Tech news from the best sources
I still remember the frustration of watching my first LangGraph agent fail miserably after just two turns. I had built a simple support bot designed t…
Day 1/30: ReAct Pattern Explained I was recently tasked with building a support bot that could handle customer inquiries about our company's products.…
We’ve all been there. You have a "Leg Day" scheduled in your Notion database, but you woke up feeling like a truck hit you. Your Apple Watch says your…
LangGraph: Integrating Human Oversight into AI Workflows for Regulated Industries TL;DR: LangGraph enhances AI workflows by embedding Human-in-the-Loo…
Most agent demos stop at "the model called a tool and gave an answer." That answer is often wrong, and nothing in the loop notices. I wanted an agent …
Я слишком рано понёс первые результаты в наш продукт. Тогда это выглядело логично: мы прикрутили агентный ИИ к анализу логов и поведения пользователей…
Note: The Hermes repo contains no explicit statement saying "we don't use LangChain because…". This article works on two levels: the industry-wide com…
Финал цикла про облачную LLM на 16 ГБ VRAM. За две предыдущие статьи мы подняли собственную локальную модель на облачном сервере с GPU на 16 ГБ VRAM, …
Every time your LangGraph agent sees "check nginx logs", it might call a different tool. That's not an exaggeration. LangGraph's routing is driven by …
Привет, Хабр! Меня зовут Владимир и это продолжение статьи про разработку локального кодер-агента. В первой части мы создали инфраструктуру: подняли к…
Привет, Хабр! Меня зовут Владимир и это продолжение статьи про разработку локального кодер-агента на LangGraph с доступом к MCP-инструментам. В первой…
Расскажу, как я писал телефонного бота для обзвона клиентов страховой компании. Как сокращал время ответа и боролся с подвисанием при вызове API. Чита…
Заголовок: Helix — российский самообучающийся AI-агент с поддержкой MCP: полное руководство по развертыванию и использованию в 2026 году Читать далее
TITLE: Building an AI Content Studio with Angular, FastAPI, and LangGraph INTRODUCTION: Combining an Angular frontend, a FastAPI backend, and LangGrap…
LangChain chains flow in one direction. Input enters, output exits, done. Real agent workflows are not linear. A plan might need revision. A search mi…
Привет, Хабр! Меня зовут Владимир и я стал немного более GPU-rich. А это значит, что пора сдуть пыль со старого проекта) В этой части статьи мы создад…
Many businesses rush into artificial intelligence by building a basic OpenAI wrapper. They connect a simple user interface to an API endpoint, upload …
LangGraph vs CrewAI vs AutoGen in 2026: Pick the Right AI Agent Framework (Or Skip Frameworks Entirely) Three AI agent frameworks dominate production …
It’s 2:13 AM. A payment API suddenly starts failing in production. Customers can’t complete transactions. Alerts begin firing everywhere. Dashboards t…
If you’ve built AI agents recently, you know the standard playbook: you take a user's prompt, feed it into GPT-4 or Claude alongside a massive JSON sc…
Друзья, привет! Возвращаюсь с продолжением. В первой части мы разобрались, как поднять локальную LLM и пробросить к ней внешний доступ. Но до настояще…
При разработке ИИ-агента для базы знаний, мне казалось, что задача почти типовая: складываем информацию в Qdrant, находим информацию через векторный п…
AI agents are powerful — but sometimes too powerful. What if your agent is about to send an email on your behalf and you want a chance to say "wait, h…
ИИ может торговать на бирже в плюс — и мы это проверили в ходе эксперимента на 6 моделях. Разбираем автономного ИИ-трейдера по косточкам — архитектура…
Для специального бенчмарка мне потребовался нормативно-правовой документ с научной терминологией, перекрестными ссылками и набором сложных для вектори…
В предыдущей статье было рассмотрен способ интеграции ИИ-ассистентов в процесс торговли на бирже. Чтобы углубиться в проектирование ИИ…
AgentFlow — The Python Framework for Production AI Agents Stop rebuilding the same agent infrastructure. AgentFlow gives you auth, streaming, persiste…
Postmortem: How a LangGraph 0.1 Multi-Agent Bug Broke Our 2026 Customer Support Bot Executive Summary On October 12, 2026, our production customer sup…
Multi-agent systems need three layers of visibility. System health, run quality, and workflow state. We run a stack of Sentry, Langfuse, and LangGraph…