langgraph

Tag

Cards List
#langgraph

@LangChain: Jev LangGraph

X AI KOLs Timeline ↗ · 17h ago Cached

LangChain announces a collaboration between Jev and LangGraph as indicated by their tweet.

0 favorites 0 likes
#langgraph

Show HN: Agentic CUDA Kernel Optimizer

Hacker News Top ↗ · yesterday Cached

An agentic CUDA kernel optimizer that automates GPU implementation generation through iterative code generation, correctness checks, benchmarking, and refinement, powered by LangGraph and OpenAI models.

0 favorites 0 likes
#langgraph

Hermes/OpenClaw vs LangGraph for a multi-tenant agent SaaS

Reddit r/AI_Agents ↗ · 2026-09-18

A developer is seeking advice on choosing between Hermes/OpenClaw and LangGraph/Mastra for building a multi-tenant AI agent SaaS, focusing on production concerns like isolation and observability.

0 favorites 0 likes
#langgraph

@LangChain: Included Health built Dot, a federated multi-agent healthcare guide, on LangGraph + Deep Agents, backed by LangSmith fo…

X AI KOLs Following ↗ · 2026-09-17 Cached

Included Health built Dot, an AI-powered federated multi-agent healthcare guide, using LangGraph and Deep Agents, resulting in a 75% increase in chat engagement and over 99% high-risk detection.

0 favorites 0 likes
#langgraph

@LangChain: It used to take @Lyft six months to ship a support agent, and nobody could tell why one would misbehave in production. …

X AI KOLs Timeline ↗ · 2026-09-15 Cached

LangChain demonstrates how LangGraph and LangSmith have accelerated support agent development at Lyft, reducing shipping time from six months to 1-2 weeks with enhanced visibility.

0 favorites 0 likes
#langgraph

Show HN: Pizza Bot – An inbox for AI agents that work in the background

Hacker News Top ↗ · 2026-09-15 Cached

Pizza Bot is an open-source inbox tool for managing long-running AI agent tasks asynchronously, supporting multiple AI providers and cross-platform runtimes like desktop, web, and CLI.

0 favorites 0 likes
#langgraph

@sunmer575399: Found a fantastic open-source project TradingAgents, 96.1k stars, significantly lowering the AI barrier. Uses multiple AI agents for stock trading: some monitoring financial reports, others watching news, and managing sentiment, then voting on decisions, much more reliable than single-model guesses. Can easily connect to NVIDIA, Kimi, Groq, Mis…

X AI KOLs Timeline ↗ · 2026-09-14 Cached

TradingAgents is an open-source multi-agent framework for AI-driven financial trading, supporting multiple AI models and data sources, with checkpointing functionality.

0 favorites 0 likes
#langgraph

@freeCodeCamp: Multi-agent systems need more than just prompts: they need structure, too. In this book, you’ll use LangGraph to model …

X AI KOLs Timeline ↗ · 2026-09-11 Cached

This article introduces a full book on building production-ready multi-agent AI systems using LangGraph, MCP, A2A, and Ollama, with working code and real-world applications.

0 favorites 0 likes
#langgraph

@mdancho84: Skills needed to secure a 6-figure AI Engineer role: AI: - LangChain - LangGraph - OpenAI API Data Science: - SQL Datab…

X AI KOLs Timeline ↗ · 2026-09-09 Cached

A tweet outlines key skills such as LangChain, LangGraph, and OpenAI API needed for a six-figure AI Engineer position, with a link to a project for hands-on learning.

0 favorites 0 likes
#langgraph

@LangChain: .@WeberShandwick + @focused_dot_io are joining us at Interrupt NYC. https://interrupt.langchain.com/nyc They'll share h…

X AI KOLs Timeline ↗ · 2026-09-09 Cached

LangChain is hosting Interrupt NYC, an AI agent conference featuring talks from Weber Shandwick and focused.io on building agent factories with LangGraph.

0 favorites 0 likes
#langgraph

How are you all handling session bloat and state handoff between agents?

Reddit r/AI_Agents ↗ · 2026-09-09

A user discusses the challenge of session bloat and state handoff in multi-agent workflows, seeking advice on solutions like state summarization, external databases, or frameworks such as LangGraph and AutoGen.

0 favorites 0 likes
#langgraph

I put a runtime supervisor around a real LangGraph agent — it rejected a tool call before execution and the model replanned

Reddit r/AI_Agents ↗ · 2026-08-29

The article showcases the development of ARK, a runtime supervision layer for AI agents, tested with a LangGraph agent and OpenAI model to enforce constraints by rejecting non-compliant tool calls and facilitating model replanning.

0 favorites 0 likes
#langgraph

@liucong0120: https://github.com/THU-MAIC/OpenMAIC… 爱了,真实普惠的好工具,AI教育真的很需要了

X AI KOLs Timeline ↗ · 2026-08-29 Cached

OpenMAIC v1.0.0 is an open-source tool from THU-MAIC that enables one-click generation of AI courses using multi-agent systems for educational purposes.

0 favorites 0 likes
#langgraph

@LangChain: .@Airbnb is joining us at Interrupt NYC. Pedro Rodriguez will share how Airbnb's Trust org went from prototype to a sta…

X AI KOLs Following ↗ · 2026-08-28 Cached

Airbnb will present at LangChain's Interrupt NYC conference on September 24, 2026, sharing how their Trust organization standardized a production stack using LangChain and LangGraph. The event focuses on AI agents and features multiple industry speakers.

0 favorites 0 likes
#langgraph

@LangChain: "LangSmith gives us the ability to monitor all of our agents, understand what's working, what's not, what tool calls ha…

X AI KOLs Timeline ↗ · 2026-08-24 Cached

Toyota's enterprise AI team uses LangSmith and Deep Agents to scale AI agent development, reducing production time from 6 months to 4 days and deploying over 50 agents.

0 favorites 0 likes
#langgraph

@KirkDBorne: 30 Agents Every AI Engineer Must Build — Build production-ready agent systems using proven architectures and patterns: …

X AI KOLs Timeline ↗ · 2026-08-24 Cached

A promotional tweet for a book titled '30 Agents Every AI Engineer Must Build', offering guidance on building scalable and secure AI agent systems using proven architectures and tools like LangChain and LangGraph.

0 favorites 0 likes
#langgraph

How should a LangGraph supervisor route multiple agents within the same chat session?

Reddit r/AI_Agents ↗ · 2026-08-18

A developer asks for architectural recommendations on building a multi-agent LangGraph application with a supervisor to handle dynamic routing, state management, and human-in-the-loop workflows within the same chat session.

0 favorites 0 likes
#langgraph

I built an AI front-desk multi-agent orchestration

Reddit r/ArtificialInteligence ↗ · 2026-08-17 Cached

Developer ranger0004 showcased an AI front-desk system called Receptics, built with the LangGraph framework. The system orchestrates knowledge base and booking agents to enable 24/7 automated customer service and appointment scheduling.

0 favorites 0 likes
#langgraph

@Huahuazo: I want to understand how to build an Agent from scratch, not just call APIs—I've looked through many resources, and they're either too abstract or just hand you a finished product to tweak parameters, leaving the 'why design this way' part basically blank. LangChain's official Agents From Scratch...

X AI KOLs Timeline ↗ · 2026-08-16 Cached

LangChain's official Agents From Scratch tutorial provides a detailed guide on how to build an AI agent from scratch with human-in-the-loop and memory capabilities, covering four parts: basic setup, evaluation system, human-in-the-loop (HITL), and long-term memory.

0 favorites 0 likes
#langgraph

@CycleDecoded: Think OpenAI's high-threshold Deep Research is far from ordinary people? LangChain officially just stripped it bare. LangChain's open-source open_deep_research, frankly, is a complete open-source replica of top AI institutions' "deep..."

X AI KOLs Timeline ↗ · 2026-08-09 Cached

LangChain has open-sourced open_deep_research, based on LangGraph's multi-agent architecture, a fully open-source replica of OpenAI Deep Research. It supports multiple models and search tools and can be deployed locally to generate in-depth research reports.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback