डेढ़ साल पहले, LangChain master key था। किसी vendor के पास agent tooling नहीं थी। Tool routing चाहिए, memory चाहिए, model-agnostic inference? LangChain या raw HTTP calls। दो ऑप्शन, एक winner।

तुमने खबरें पढ़ी हैं — इस महीने हर release cover की है हमने। 3 से 15 अप्रैल के बीच चार vendor SDKs आ गए। Microsoft ने 3 अप्रैल को AutoGen को Agent Framework 1.0 में merge कर दिया। Anthropic ने 8 अप्रैल को hosted Managed Agents लॉन्च किए। Google ने 9 अप्रैल को चार languages में ADK पूरा किया। OpenAI ने 15 अप्रैल को Agents SDK v0.14.1 में LiteLLM बेक कर दिया — 100+ model providers के लिए। हर वो feature जिसके लिए pip install langchain करना पड़ता था, अब box में free आता है।

Hot take ये है कि "LangChain मर गया।" Reality इससे ज़्यादा cruel है। LangChain मरा नहीं — compress हो गया है। Framework से सिकुड़कर एक tooling vendor बन गया, जिसके पास दो defensible products हैं और ढेर सारी brand recognition उस दुनिया की जो अब exist नहीं करती।

दो Products और एक चूहेदानी

Vendor SDKs ने जो commodity बना दिया उसे हटाओ और गिनो कि LangChain के पास अभी भी क्या बचा है:

LangSmith. Agent tracing और observability। LangChain का खुद का March 2026 benchmark दावा करता है कि integrated debugging के साथ 87% task success rate मिलती है। Impressive — जब तक तुम बाहर निकलने की कोशिश नहीं करते। LangSmith traces को proprietary format में store करता है, export path ज़ीरो। हर debug session, हर production trace, हर A/B experiment जो तुमने पिछले साल log किया? Hostage data। अंदर आना आसान है, पर तुम्हारा operational history कभी बाहर नहीं निकलता।

LangGraph. Stateful multi-agent orchestration। यहाँ vendor SDKs सच में धड़ाम हो जाते हैं:

graph = StateGraph(AgentState)
graph.add_node("research", research_agent)
graph.add_node("write", writing_agent)
graph.add_conditional_edges("research", route_by_confidence)

Vendor SDKs linear handoffs handle करते हैं — A calls B calls C। कुछ भी branching logic, persistent state, conditional routing वाला? तुम nested if-statements लिख रहे हो जैसे दूसरे साल का CS student हो। LangGraph अभी भी toy demos से आगे किसी भी workflow के लिए इकलौता non-painful option है।

बस इतनी inventory है। दो products। LangChain में "chain" — chains, memory management, tool routing, model-agnostic runtime — सब commodity हो गया। चार SDKs इसे free दे रहे हैं। नाम अब museum exhibit है।

Abstraction की लज़ानिया

LangChain की pivot strategy: ऊपर बनाओ। 2 अप्रैल को उन्होंने Deep Agents announce किया — planning, sub-agent spawning, filesystem access — साथ में NVIDIA partnership AI-Q Blueprint के लिए। जब तुम्हारी abstraction layer first-party SDKs में absorb हो जाए, तो obvious चाल ये है कि ऊपर एक और abstraction layer चिपका दो।

अब तुम एक abstraction layer के ऊपर एक abstraction layer चला सकते हो जो एक first-party abstraction layer के अंदर बैठी है। कछुओं पर कछुए, बस सबसे नीचे वाले कछुए की nine-figure valuation है और deprecation schedule भी।

इसी बीच: CrewAI इसलिए बचा है क्योंकि इतना opinionated है कि copy नहीं कर सकते — March 2026 तक 5.2 million monthly PyPI downloads, role-based orchestration के लिए जो vendor SDKs अभी तक match नहीं कर पाए। Microsoft ने AutoGen को Agent Framework 1.0 में absorb किया, फिर चुपचाप critical-patches-only life support पर डाल दिया। Middleware की तीन किस्मत: absorbed, compressed, या niche। समझदारी से चुनो।

वो Migration बिल जिसके बारे में कोई पोस्ट नहीं करता

Twitter पर engineers celebrate कर रहे हैं "बस अभी LangChain rip out किया।" मज़ेदार बात ये है कि तीन हफ़्ते बाद कोई follow-up पोस्ट नहीं करता।

LangSmith rebuild: हर trace pipeline, debug workflow, monitoring dashboard। Production system के लिए दो से चार engineering-weeks। और ज़्यादा अगर तुम्हारी team सच में data use करती है — और अगर नहीं करती, तो तुम एक ऐसे dashboard के पैसे दे रहे थे जो कोई खोलता ही नहीं था।

LangGraph replacement: exist नहीं करता। तुम्हारे options: LangGraph पर रहो, अपनी खुद की state machine from scratch लिखो (दर्द), या अपने workflows को simplify करो ताकि vendor SDK limitations में fit हो जाएं (जिसका मतलब ये मानना कि तुमने over-engineer किया था)। ज़्यादातर teams option एक या तीन चुनती हैं। Option तीन कोई admit नहीं करता।

"Portability" का शेल गेम: OpenAI का multi-model magic LiteLLM से चलता है — एक community project जिसकी reliability guarantees भी community-level हैं। LiteLLM break हो गया या deprecated? तुम्हारा "portable" agent रातोंरात single-vendor बन जाता है। Anthropic के Managed Agents: design से ही Claude-only। Google ADK: technically multi-model, practically Gemini-optimized। तुम lock-in से भाग नहीं रहे। तुम नया landlord चुनकर उसे आज़ादी बोल रहे हो।

तुम्हारा Decision Tree

नया project, कोई existing LangSmith data नहीं? Vendor SDK लो। Abstraction layer skip करो। एक कम dependency, एक कम changelog track करना, एक कम "breaking: LangChain 0.3 renames everything" सुबह-सुबह।

Production में LangChain है, LangSmith traces हैं? रहने दो। Rewrite की cost dependency से ज़्यादा है — अभी के लिए। लेकिन तुम्हारी negotiating leverage तीन गुना बढ़ गई है। LangChain की sales team जानती है कि तुम्हारे पास exit doors हैं।

Complex stateful multi-agent workflows? LangGraph। और कुछ इसके आसपास भी नहीं आता।

Platform हमेशा Middleware को खा जाता है

Third-party Twitter clients ने timeline features invent किए जो Twitter ने default बना दिए। Winamp ने media player define किया जिसे iTunes ने मार दिया। LangChain ने define किया कि agent framework कैसा दिखना चाहिए — tool use, handoffs, memory, guardrails — और चार vendors ने बोला "शुक्रिया, अब हम संभालते हैं।"

LangChain का survival पूरी तरह उन दो tools पर निर्भर है जो dictionary में शामिल नहीं हैं: LangSmith और LangGraph। वो chain-and-memory middleware जिसने company को नाम दिया? Commodity। चार vendors इसे free दे रहे हैं। Category creators ने vocabulary set की; platform owners ने dictionary छाप दी।

बारह दिन। 3 अप्रैल से 15 अप्रैल। किसी और की innovation को commodity बनाने में बस इतना लगता है — जब model तुम्हारा हो।