33 Best Tweets About LangChain (2026)

Discover the best tweets about LangChain, including agents, retrieval, tools, structured output, evaluations, integrations, and production development.

Specific LangChain components, releases, architectures, integrations, debugging, evaluations, limitations, and production experience.

Creators
27
Updated

What 33 top LangChain posts reveal

The 33-post LangChain dataset is predominantly supportive (63.6%). Its largest theme is framework ecosystem and tradeoffs (36.4%), followed by LangGraph orchestration and middleware/UI integrations (24.2% each). Evidence covers Deep Agents, LangGraph-based RAG, middleware controls, retrieval and memory designs, and operations/debugging, alongside disagreement over framework selection and managed versus self-hosted tooling. [2033591253955449289, 2069791414964367442, 2038647945487167766]

Dominant tone
Positive

63.6% of posts

Median score
19.5

All-time engagement

Leading format
Announcement

30.3% of posts

Recent posts
45.5%

Published in 90 days

Conversation map

The themes creators return to

Middleware, UI, and integrations

LangChain middleware and frontend integrations, including summarization, PII handling, streaming state, React hooks, and approval interfaces.

24.2%

Agent harnesses and Deep Agents

Deep Agents and agent harness design: ready-made toolsets, planning, filesystem/shell access, subagents, context compaction, and model-specific tuning.

21.2%

Agent reliability and governance

Production agent reliability practices: evaluation loops, independent review, guardrails, compliance controls, tool constraints, and debugging failure modes.

21.2%

RAG and retrieval architecture

RAG pipeline design and advanced retrieval techniques, including chunking, query transformation, GraphRAG, metadata, embeddings, vector stores, and compression.

21.2%

Tone and stance

Sentiment Positive leads
Author posture Supportive leads

Performance benchmark

Median likes
38
Median reposts
7
Median replies
6
Median views
5.2K

Posts with media make up 72.7% of this collection. Their median all-time score is 21.6, compared with 2.22 for text-only posts.

Format mix

  • Announcement 30.3% · score 26.3
  • Opinion 30.3% · score 6.29
  • Tutorial 27.3% · score 22.9
  • Case Study 12.1% · score 63.9

Where creators agree, and where they do not

Shared view

Harnesses extend control beyond prompts

Posts describe harness-level controls beyond prompts: Deep Agents includes planning, filesystem, shell, subagent, and context-management primitives; middleware supports compaction and PII handling; and LangChain UI interrupts let users approve, reject, or edit pending actions before execution continues.

Shared view

Knowledge architecture is discussed as layered

Examples move beyond a basic vector-store framing: an airline-policy assistant combines LangChain retrieval, LangGraph conversation state, and pgvector; one GraphRAG post frames the design problem as ontology and data modeling; and “wiki memory” proposes a persistent knowledge layer maintained between agents and source data.

Shared view

Reliability themes emphasize controls and observability

Reliability-oriented posts emphasize evaluation loops, externally enforced architecture constraints, memory governance, and debugging visibility. LangSmith’s update specifically highlights clearer traces, evaluator reasoning, and comparison workflows.

Open debate

The need for, and choice of, framework is contested

Framework selection receives divergent opinions. One post argues many LLM applications can work without a framework; another says LangChain looks dated beside newer typed offerings; a tooling map characterizes LangChain as a fast route to a working agent and LangGraph as a serious agent runtime.

Open debate

Self-hosted alternatives challenge managed operations tooling

Posts present both a self-hosted challenger and continuing managed-product iteration: Langship is described as an open-source, self-hosted alternative to LangChain’s operations layer, while LangSmith announced improvements to experiment inspection, trace visibility, evaluator reasoning, and comparisons.

Patterns behind standout posts

Case studies have the highest supplied format median

Announcements and tutorials each account for 10 posts. Case studies have the highest supplied median all-time score, 63.88, versus the other listed format medians. The cited high-scoring examples include a notebook, complete source code and video walkthrough, or a concrete release/resource.

Statistical standouts

  1. View standout post 1 Score 188.4 · 9.67× median
  2. View standout post 2 Score 188.2 · 9.66× median
  3. View standout post 3 Score 170.0 · 8.73× median
  4. View standout post 4 Score 169.9 · 8.72× median
  5. View standout post 5 Score 144.3 · 7.41× median

Who shapes this conversation

The five most represented creators account for 30.3% of the selected posts.

  1. 1. Vaishnavi

    @_vmlops

    2 posts

  2. 2. Afiz ⚡️

    @itsafiz

    2 posts

  3. 3. LangChain JS

    @LangChain_JS

    2 posts

  4. 4. Paul Iusztin

    @pauliusztin_

    2 posts

  5. 5. Santiago

    @svpino

    2 posts

  6. 6. Sydney Runkle

    @sydneyrunkle

    2 posts

Santiago highlights applied retrieval builds

Santiago’s two cited posts use applied retrieval examples: an image-anomaly notebook using LangChain, OpenCLIP embeddings, and Oracle vector storage; and an airline-policy RAG assistant using LangChain, LangGraph, and pgvector.

Sydney Runkle focuses on middleware operations

Sydney Runkle’s posts present middleware as an operational extension point: SummarizationMiddleware compacts long-running-agent history, while PIIMiddleware can mask, redact, hash, or block PII.

Vaishnavi bridges LangChain primitives and agentic patterns

Vaishnavi’s cited posts span an introduction to LangChain primitives—prompt templates, models, agents, and memory—and a post on agentic patterns covering routing, memory, orchestration, MCP, self-correction, and guardrails.

How this analysis was made

Themes, sentiment, stance, and post format are classified per tweet. All counts, shares, medians, creator concentration, freshness, and performance comparisons are then calculated directly from the published snapshot.

Xholic's all-time score compares engagement while accounting for reach, post age, and creator consistency. It is used for relative comparisons within this collection.

This report analyzes the exact 33-post snapshot shown below. AI identifies editorial categories and drafts explanations; all statistics are calculated from the snapshot, and every narrative claim is checked against cited posts before publication.

Top LangChain tweets from 27 creators

Ranked 01–33

  1. 01

    @itsafiz ·

    LangChain just open-sourced Deep Agents—an agent harness that’s opinionated and ready-to-run out of the box. Instead of wiring up prompts, tools, and context management yourself, you get a working agent immediately and customize what you need. It’s an MIT-licensed system that’s

    • 16 Replies
    • 54 Reposts
    • 301 Likes
    • 22.7K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  2. 02

    @svpino ·

    Here is a killer way to use embeddings: I built a notebook to show you how to do anomaly detection on images. Anomaly detection is one of the most common problems in the real world. Learn how to implement anomaly detection, and you'll be able to solve a ton of use cases that

    Video thumbnail from Santiago's post Watch video
    • 13 Replies
    • 40 Reposts
    • 274 Likes
    • 24K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  3. 03

    @svpino ·

    We should build a church for people who open-source their code so everyone can learn from it. Here is the complete source code of a RAG assistant to navigate airline policies. You get the complete source code and video from @lenadroid, walking you through everything she did

    • 14 Replies
    • 29 Reposts
    • 234 Likes
    • 16.7K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  4. 04

    @_vmlops ·

    A Google Senior Engineer dropped a 421-page document called "Agentic Design Patterns" Antonio Gulli, distinguished engineer at google's cto office, the kind of resource that usually stays locked inside an engineering team's internal wiki what's inside: ▫️ 21 production-ready

    • 3 Replies
    • 33 Reposts
    • 160 Likes
    • 10.4K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  5. 05

    @simplifyinAI ·

    You can now add reinforcement learning to any AI agent with zero code changes.. It’s called Agent Lightning. It doesn't matter if you use autogen, langchain, or crewai.. it just plugs in and starts training your agent to be smarter. 100% Open Source.

    • 14 Replies
    • 22 Reposts
    • 162 Likes
    • 10.7K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  6. 06

    @bibryam ·

    Another brief book review👇 🌟 Building LLMs for Production 🌟 TLDR: A hands-on technical book with code-heavy examples using LangChain, RAG and data pipelines. 👍 What’s good about the book: → Hands-on, with lots of code samples and explanations. → Focuses on building a real apps

    • 2 Replies
    • 42 Reposts
    • 272 Likes
    • 10.9K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  7. 07

    @_avichawla ·

    There's a new RAG approach that: - cuts corpus size by 40x. - reduces tokens per query by 3x. - improves vector search relevance by 2.3x. And it delivered 260% accuracy improvement on medical RAG benchmark over standard RAG. Here's the core problem this new approach solves:

    Video thumbnail from Avi Chawla's post Watch video
    • 17 Replies
    • 24 Reposts
    • 151 Likes
    • 11.7K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  8. 08

    @VaibhavSisinty ·

    There's a quiet shift happening in how AI agents are built. And if you missed it, you'll be confused by everything that comes next. For the last year, AI agents worked in loops. You give it a task. It plans. It acts. It checks. It fixes. It goes again. One cycle, repeating until

    • 28 Replies
    • 30 Reposts
    • 170 Likes
    • 15K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  9. 09

    @itsafiz ·

    LangGraph 101: (with code snippets) Are you new to LangGraph? Curious about how to build AI Agents using LangGraph @LangChain? This thread is for you. A Thread 🧵👇

    • 10 Replies
    • 13 Reposts
    • 96 Likes
    • 8.2K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  10. 10

    @pauliusztin_ ·

    Most AI agents keep rediscovering the same knowledge. This is the biggest limitation of RAG today... Every new conversation starts the same way: Retrieve documents. Read chunks. Reconstruct understanding. Then throw it all away when the session ends. @hwchase17 (Co-founder &

    • 9 Replies
    • 12 Reposts
    • 38 Likes
    • 1.3K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  11. 11

    @sydneyrunkle ·

    harness eng day 3: using middleware for context management for long running agents, you need periodic conversation history compaction so you don't overflow the context window @LangChain's SummarizationMiddleware compresses history automatically before it hits the model!

    • 7 Replies
    • 8 Reposts
    • 95 Likes
    • 8.5K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  12. 12

    @nebiusai ·

    LangChain + NVIDIA just launched Deep Agents tuned for Nemotron 3 Ultra: frontier-class agents at ~10x lower cost than closed models, model untouched. The tuned profile is coming to the Nebius Agents Blueprint soon. Learn more: https://t.co/J5hsS6Gi3E https://t.co/Bx6Higz7Bc

    • 6 Replies
    • 36 Reposts
    • 296 Likes
    • 43K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  13. 13

    @heygurisingh ·

    So langship isn't @LangChainAI. It's the open-source version of everything langchain puts behind a paywall. deployment. governance. the whole ops layer. Self-hosted. apache 2.0. one yaml ships your agent to bedrock, vertex, or k8s. The manifesto on their site is just a list of

    • 63 Replies
    • 93 Reposts
    • 225 Likes
    • 247K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  14. 14

    @sydneyrunkle ·

    new series this week -- how to use middleware to customize your agent harness! case 1: business logic and compliance some compliance logic needs to live outside of the prompt. for example, use langchain's builtin PIIMiddleware to mask/redact/hash/block PII.

    • 5 Replies
    • 7 Reposts
    • 47 Likes
    • 5.2K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  15. 15

    @Voxyz_ai ·

    same claude, same gpt. one person ships a million lines in 5 months, another can't keep it running for 2 hours. the difference isn't the model. it's everything around it. they call it harness engineering. three things decide the outcome: evaluation loops (agents can't grade

    • 16 Replies
    • 3 Reposts
    • 54 Likes
    • 4.6K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  16. 16

    @techNmak ·

    turbovec just turned a 31 GB memory problem into a 4 GB one. 10 million vectors. 31 GB in float32. One server almost maxed out just holding your embeddings. turbovec fits the same corpus in 4 GB. Same dataset. 16× smaller. Actually faster than FAISS. The algorithm behind it

    • 2 Replies
    • 5 Reposts
    • 23 Likes
    • 1.7K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  17. 17

    @sukh_saroy ·

    🚨LangChain open sourced a complete RAG course - 18 notebooks, a full YouTube playlist, and implementations of every major RAG technique from the research papers. It's called RAG From Scratch. And it's not a tutorial blog post. It's a structured set of Jupyter notebooks that

    • 2 Replies
    • 7 Reposts
    • 20 Likes
    • 1.6K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  18. 18

    @LangChain ·

    The hardest part of debugging an AI agent isn't knowing it failed--it's knowing why. We rebuilt the detail view in LangSmith Experiments from the ground up to answer that question faster. Next time you click and inspect any experiment results, you will find: * Less clutter *

    Video thumbnail from LangChain's post Watch video
    • 6 Replies
    • 8 Reposts
    • 61 Likes
    • 7K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  19. 19

    @LangChain_JS ·

    Human-in-the-loop in @LangChain UIs is a clean pattern: the agent interrupts, your frontend reads the pending action, and the user decides whether to approve, reject, or edit before execution continues. Interrupts show up as regular stream state, so rendering a review UI feels

    Video thumbnail from LangChain JS's post Watch video
    • 7 Replies
    • 6 Reposts
    • 23 Likes
    • 2.7K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  20. 20

    @heyrobinai ·

    @LangChainAI is cooked someone built an open-source alternative to LangSmith Deployment, called it Langship, published a "Dear LangChain" open letter, and rented a truck to circle Interrupt with a QR to the manifesto most aggressive dev-tools launch since vercel vs netlify

    Video thumbnail from Robin Delta's post Watch video
    • 19 Replies
    • 18 Reposts
    • 53 Likes
    • 12.6K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  21. 21

    @LangChain_JS ·

    We just shipped new docs showing how to wire @langchain/react's #useStream hook to any React UI library 🎉 Two ready-to-go integrations: 🧩 AI Elements: composable, @shadcn - ui-style components for chat 🤖 @assistantui: headless runtime with a full thread UI out of the box 📚

    • 2 Replies
    • 5 Reposts
    • 26 Likes
    • 5.9K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  22. 22

    @agenticgirl ·

    Agentic Design Patterns by Antonio Gulli 424 pages, 21 patterns, all with working code. And it completely changed how I think about building with AI. Everyone is obsessing over: → which LLM is smartest → benchmarks → model releases But almost nobody is talking about this:

    • 1 Replies
    • 0 Reposts
    • 6 Likes
    • 132 Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  23. 23

    @DivyanshT91162 ·

    What if I told you the most-starred AI agent framework might not be the best one? This new research analyzed the health of 15 major open-source AI agent frameworks over 3+ years using: • 808,042 GitHub stars • 73,997 pull requests • 86,241 commits • 987,330 GitHub profiles The

    • 1 Replies
    • 7 Reposts
    • 13 Likes
    • 1.1K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  24. 24

    @daisylusalita ·

    Just fired up the OpenGradient SDK on a quick LangChain agent loop this morning. Dropped a custom risk classifier straight from the Model Hub, routed inference through TEE with atomic x402 settlement baked in. No more context bloat from hauling weights around or second-guessing

    • 6 Replies
    • 0 Reposts
    • 8 Likes
    • 74 Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  25. 25

    @pauliusztin_ ·

    There are 3 ways to model your ontologies for GraphRAG: (And your decision can make or break your system) So I assessed the tradeoffs while designing the ontology + data model for an OpenClaw-style assistant on @MongoDB Here’s what I found: 1/ Append-only log + materialized

    • 0 Replies
    • 1 Reposts
    • 6 Likes
    • 151 Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  26. 26

    @daytonaio ·

    At the recent @daytonaio Compute Conference, @hwchase17, co-founder & CEO of @LangChain in conversation with our CEO @ivanburazin broke down why agent harnesses are replacing frameworks as the core primitive, and why memory is still the biggest unsolved problem in agentic AI.

    Video thumbnail from Daytona's post Watch video
    • 3 Replies
    • 7 Reposts
    • 21 Likes
    • 4.9K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  27. 27

    @michael_chomsky ·

    This is one of the things I dislike about managed agents. Is it the best DX? yes. Is it now much, much more usable because it's bring your own sandbox? yes (most startups now have Sandbox credits and want to use them). But if something like this happens, I'm responsible to my

    • 6 Replies
    • 1 Reposts
    • 26 Likes
    • 9.4K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  28. 28

    @jdegoes ·

    The agent framework space is heating up, with newer offerings that offer type-safety, first-class entities (agents, tools, channels, guardrails) and composition. LangChain better pay more attention because it's lookingly increasingly dated at this point.

    • 2 Replies
    • 2 Reposts
    • 14 Likes
    • 1.5K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  29. 29

    @ashtilawat ·

    LangGraph has been part of the Gauntlet curriculum since 2023. My software factory greenfields projects with a LangGraph orchestrator driving Claude Managed Agents. Wild how we went graphs → orchestrators → swarms → loops → back to graphs.

    • 1 Replies
    • 0 Reposts
    • 8 Likes
    • 410 Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  30. 30

    @MakadiaHarsh ·

    When a client asks "should we use n8n or build custom?" — I use this decision tree: Will this automation change frequently? → n8n Visual editor means the client or a junior dev can adjust workflows without touching code. Does it need to process more than 50,000 events/day? →

    • 6 Replies
    • 0 Reposts
    • 7 Likes
    • 1.8K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  31. 31

    @AndrewK404 ·

    a map of the AI-agent tooling zoo every framework grouped by what it's actually for SERVING vLLM - default OSS serving engine SGLang - best for high-throughput serving TensorRT-LLM - best for NVIDIA inference Ollama - simplest local models LM Studio - best local GUI, especially

    • 2 Replies
    • 0 Reposts
    • 2 Likes
    • 105 Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  32. 32

    @TDataScience ·

    Before choosing CrewAI, LangGraph, or another framework, it is worth asking a simpler question. Shuai Guo shows why many LLM applications work perfectly well without one. https://t.co/yZwWoACNww

    • 0 Replies
    • 2 Reposts
    • 8 Likes
    • 2.8K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  33. 33

    @_vmlops ·

    LANGCHAIN LETS YOU CHAIN LLMS TOGETHER TO BUILD ACTUAL APPS, NOT JUST PROMPTS Harrison Chase started the project in october 2022, right before chatgpt blew up the space. the framework is now one of the most used ways to build around LLMs the core idea → components you can snap

    • 0 Replies
    • 0 Reposts
    • 3 Likes
    • 451 Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.

Explore more of the best tweets on X.

Browse all tweet collections

Tweet Remixer

Remix this post

Creator

@creator

View on X

Choose a tone