Register and share your invite link to earn from video plays and referrals.

Search results for LangGraph
LangGraph community
One keyword maps to one global community path.
Create community
People
Not Found
Tweets including LangGraph
🧭 Reaching for LangGraph by default? This paper is a practitioner guide that separates where graph orchestration truly helps from where it just gets in the way. The authors argue LangGraph adds value not through model quality but through durable orchestration and governance. So it earns its place when a workflow must pause and resume, or when the next step depends on explicit state like risk, evidence quality, or retry count. Conversely, if a single prompt plus one tool call suffices, keep it simple with a plain SDK, they warn against overuse. The thesis is made concrete with three runnable recipes: SQL analytics that self-repairs from validation and execution errors; a fail-closed RAG that returns "insufficient" instead of fabricating when evidence is weak; and a HITL flow that interrupts only high-risk cases for human review. Each uses typed state, conditional edges, and checkpoints to lift repair and approval out of implicit prompts into testable, explicit steps (with a warning that removing the checkpointer breaks pause/resume, so high-risk cases never complete). Tool selection is crisp too: ReAct for simple cases, schema-first for structured extraction, DSPy for prompt optimization, LangGraph when branching and audit matter. By deliberately skipping benchmarks to discuss when engineering shape changes, Graph-Based Agentic AI with LangGraph is a solid map for design decisions. 🔗 #LangGraph# #AIAgents#
Show more
Learn how to deploy LangGraph agents on OCI Enterprise AI, including the architecture, deployment process, and key components needed to run agent-based applications on OCI.
Show more
65 million monthly downloads. LangGraph just shared what three years of graph engineering actually taught them. Title: 3 Years of Graph Engineering with LangGraph The core idea of modeling agents as graphs: not handing control to the LLM, but letting developers embed expected behavior flows as constrained paths. Nodes run computation; edges define what happens next — giving you precise control over the balance between deterministic code and autonomous steps. 🔄 Highlight 1 — Agent graphs are NOT DAGs The biggest trap is assuming you can design everything as a directed acyclic graph. In production, you always need cycles: retrying failed tool calls, asking users for missing information, correcting answers after validation failures, resuming after human checkpoints. Loop engineering isn't an alternative to graphs — it's just a simpler special case. LangChain itself is built as a simple loop on top of LangGraph. 🧩 Highlight 2 — Full agent runs can live inside a single node The biggest evolution over three years: what you can put inside a node. Early on, nodes held deterministic code or single LLM calls. Now, entire agent executions fit inside one node. A Slack-to-pull-request system illustrates this: deterministic API calls, a simple classifier, and an autonomous codebase-exploring agent all coexist in one graph — achieving predictability, power, and efficiency together. 📤 Highlight 3 — Send API enables dynamic routing Map-reduce workflows can't have all edges defined upfront because node output volume is only known at runtime. The Send API routes work dynamically to multiple downstream nodes, breaking this constraint. The post also draws a clear boundary: for deep research tasks where the flow can't be predetermined, reach for an agent harness instead of a graph. Graph engineering isn't a new idea — it's the latest expression of the same lineage as loop engineering and harness engineering. #LangGraph# #AIAgent#
Show more
It used to take @Lyft six months to ship a support agent, and nobody could tell why one would misbehave in production. With LangGraph and LangSmith, PMs can write a prompt, push a config change, ship it in 1-2 weeks, and see what their agent did.
Show more
we just dropped a new landing page for our oss tooling! good overview here of how deepagents, langchain, and langgraph all fit together and when to use each
LangSmith for Startups: @raspberry__ai ✅ The agentic platform for fashion. ✅ Works alongside design teams on their boards and turns plain-English requests into finished renders, tech packs, and campaign imagery in minutes. ✅ Runs the full lifecycle of its LangGraph agent on LangSmith. Join Raspberry AI to transform the fashion industry:
Show more
.@Airbnb is joining us at Interrupt NYC. Pedro Rodriguez will share how Airbnb's Trust org went from prototype to a standardized production stack on LangChain and LangGraph, in a domain where being wrong is expensive. Catch his talk + more @ Interrupt NYC, Sept 24.
Show more
This is the fully open-source Grok Bot. And it works with any agent harness. - Each AI coworker gets its own isolated computer own browser, logs, and tools. - Works with any agent harness (LangGraph, CrewAI, etc.) - Generative UI & human handoffs - Full audit trail, data stays with you - Every action is approved before it runs and recorded after. -
Show more
Prototyping an agent = easy. Running it reliably at scale = the real challenge. We'll build one live @AISummitSeoul — stateful workflows, secure tool execution, sandboxed runtime — with LangGraph + CubeSandbox on OCI Bare Metal. 📅 Aug 19–20 · COEX Grand Ballroom & Exhibition Hall B 👉 @CubeSandbox #TencentCloud# #CubeSandbox# #Oracle# #OCI# #LangGraph# #AISummitSeoul# #AIAgents# #AgentInfrastructure#
Show more