Close Menu

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    What's Hot

    Google’s still struggling to crack PC gaming

    Xbox unveils first tech details of its next generation console, codenamed Project Helix

    Developer sues publisher after leaving Kickstarter backers waiting over two years for promised physical editions

    Facebook X (Twitter) Instagram
    • Artificial Intelligence
    • Business Technology
    • Cryptocurrency
    • Gadgets
    • Gaming
    • Health
    • Software and Apps
    • Technology
    Facebook X (Twitter) Instagram Pinterest Vimeo
    Tech AI Verse
    • Home
    • Artificial Intelligence

      What the polls say about how Americans are using AI

      February 27, 2026

      Tensions between the Pentagon and AI giant Anthropic reach a boiling point

      February 21, 2026

      Read the extended transcript: President Donald Trump interviewed by ‘NBC Nightly News’ anchor Tom Llamas

      February 6, 2026

      Stocks and bitcoin sink as investors dump software company shares

      February 4, 2026

      AI, crypto and Trump super PACs stash millions to spend on the midterms

      February 2, 2026
    • Business

      Met Office ‘supercomputing as a service’ one year old

      March 12, 2026

      Tech hiring evolves as candidates ask for AI compute alongside pay and perks

      March 11, 2026

      Oracle is spending billions on AI data centers as cash flow turns negative

      March 11, 2026

      Google: Cloud attacks exploit flaws more than weak credentials

      March 10, 2026

      Could this be the key to eternal storage? Experts claim new DNA HDD can be ‘erased and overwritten repeatedly’

      March 9, 2026
    • Crypto

      Banks Respond to Kraken’s Federal Reserve Access as Trump Sides with Crypto

      March 4, 2026

      Hyperliquid and DEXs Break the Top 10 — Is the CEX Era Ending?

      March 4, 2026

      Consensus Hong Kong 2026: The Institutional Turn 

      March 4, 2026

      New Crypto Mutuum Finance (MUTM) Reports V1 Protocol Progress as Roadmap Enters Phase 3

      March 4, 2026

      Bitcoin Short Sellers Caught Off Guard in New White House Move

      March 4, 2026
    • Technology

      Google’s still struggling to crack PC gaming

      March 12, 2026

      Media Briefing: In the AI era, subscribers are the real prize — and the Telegraph proves it

      March 12, 2026

      Furniture.com was built for SEO. Now it’s trying to crack AI search

      March 12, 2026

      How medical creator Nick Norwitz grew his Substack paid subscribers from 900 to 5,200 within 8 months

      March 12, 2026

      Inside Amazon’s effort to shape the AI narrative on sustainability and ethics

      March 12, 2026
    • Others
      • Gadgets
      • Gaming
      • Health
      • Software and Apps
    Check BMI
    Tech AI Verse
    You are at:Home»Technology»Reduce model integration costs while scaling AI: LangChain’s open ecosystem delivers where closed vendors can’t
    Technology

    Reduce model integration costs while scaling AI: LangChain’s open ecosystem delivers where closed vendors can’t

    TechAiVerseBy TechAiVerseMay 16, 2025No Comments5 Mins Read2 Views
    Facebook Twitter Pinterest Telegram LinkedIn Tumblr Email Reddit
    Reduce model integration costs while scaling AI: LangChain’s open ecosystem delivers where closed vendors can’t
    Share
    Facebook Twitter LinkedIn Pinterest WhatsApp Email

    Reduce model integration costs while scaling AI: LangChain’s open ecosystem delivers where closed vendors can’t

    May 15, 2025 4:16 PM

    Credit: VentureBeat, generated with MidJourney

    Join our daily and weekly newsletters for the latest updates and exclusive content on industry-leading AI coverage. Learn More


    LangChain, one of the leaders in the AI framework and orchestration space, plans to remain committed to the open source ecosystem, particularly as it reinforces its vendor-agnostic stance. 

    Harrison Chase, Langchain co-founder and CEO, told VentureBeat that the success of its different platforms can be attributed to developers demanding model choice and not staying in a closed provider. 

    “The power of the LangChain framework is in its integrations and the ecosystem,” Chase said. “The scale of the ecosystem is enormous, and much of that is made possible by the framework being open source.”

    Chase said LangChain downloads reached 72.3 million last month, compared to competitors like OpenAI’s Agents SDK. He added that the LangChain Python and JS frameworks “have 4,500 contributors, that’s more contributors than Spark.”

    LangChain, founded in 2022, has grown beyond its initial framework, which helped developers build AI applications. In February last year, it released the testing and evaluation platform LangSmith, a second framework called LangGraph and LangGraph Platform to help deploy autonomous agents. 

    LangChain remained open source and agnostic to vendors and models throughout its growth. For example, it’s partnered with multiple companies, like Google and Cisco, around agent interoperability. As enterprises began experimenting with AI agents, Chase said LangChain saw an opportunity to offer deployment options that considered developer choices.

    “Over the past year and a half or so, more and more enterprises and companies are just looking to go into production. So we matured all of our offerings, not just the open source LangChain, but all of our offerings collectively as a company to meet that demand and make it as easy as possible to build agentic applications,” he said. 

    LangGraph Platform extends open-source offerings

    One of LangChain’s new open-source platforms is the LangGraph Platform, which became generally available this week. The LangGraph Platform lets developers manage and begin deploying long-lasting or stateful agents. These agents build on what Chase calls “ambient agents,” or agents that work in the background and are triggered by certain events. 

    “We’ve tried to focus a lot on some of the harder infrastructure problems that surround these agents,” Chase said. “LangGraph is good for long-running stateful agents, so if you’re deploying a simple application, you don’t want to use LangGraph Platform.”

    He added that the company wants to bet big on ambient or long-running agents, finding this more independent, autonomous agent a more interesting infrastructure challenge. 

    Through the LangGraph Platform, organizations can deploy agents with one-click deployment, horizontal scaling to handle “bursty, long-running traffic,” a persistence layer to support agentic memory, API endpoints for customization and native access to LangGraph Studio to debug any agents. 

    Organizations might find themselves bringing more and more agents online. LangGraph Platform includes a management console that lays out all the agents currently deployed and lets users find agents, reuse common agent architectures and create multi-agent architectures.”

    “One of the big benefits of LangGraph is that it gives the builder of the agent full control over the cognitive architecture. If there’s an [large language model] LLM action that must be done right, a good tool you have to enforce quality is to create an in-the-loop evaluation directly in your LangGraph app,” Chase said. 

    Chase added that with LangGraph, developers can access “a good orchestration framework” to build agents and bring these reliable agents into LangGraph Platform for deployment. 

    During the best test, Chase said over 370 teams used LangGraph Platform. LangChain offers three tiers to use LangGraph Platform, with pricing dependent on how developers plan to host the service. 

    The broader LangChain open-source ecosystem

    For Chase, one of LangChain’s strengths is its ability to create an entire application and agent development ecosystem. 

    LangSmith, the company’s testing and observability platform, works with LangGraph and LangGraph Platform to track agent metrics. Since many agents built and run with LangGraph Platform are longer-running, enterprises need to check whether they continue to perform to specifications constantly. 

    Chase boasted that LangGraph “is the most widely adopted agent framework” and claimed it’s downloaded more than AutoGen from Microsoft and the CrewAI agentic platform, once again citing the open-source value for its success.

    “LangGraph is most often selected by teams that need to build end-user facing or highly trafficked agents (LinkedIn, Uber, GitLab) – the reason is that you won’t scale off of LangGraph because it’s very low-level and controllable, which is needed for reliable agents. CrewAI and Autogen are often used because they have a less steep learning curve – these frameworks make more decisions for the user, so you’re trading ease of adoption for power,” he said.

    Daily insights on business use cases with VB Daily

    If you want to impress your boss, VB Daily has you covered. We give you the inside scoop on what companies are doing with generative AI, from regulatory shifts to practical deployments, so you can share insights for maximum ROI.

    Read our Privacy Policy

    Thanks for subscribing. Check out more VB newsletters here.

    An error occured.

    Share. Facebook Twitter Pinterest LinkedIn Reddit WhatsApp Telegram Email
    Previous ArticleShow HN: Rv, a Package Manager for R
    Next Article Software engineering-native AI models have arrived: What Windsurf’s SWE-1 means for technical decision-makers
    TechAiVerse
    • Website

    Jonathan is a tech enthusiast and the mind behind Tech AI Verse. With a passion for artificial intelligence, consumer tech, and emerging innovations, he deliver clear, insightful content to keep readers informed. From cutting-edge gadgets to AI advancements and cryptocurrency trends, Jonathan breaks down complex topics to make technology accessible to all.

    Related Posts

    Google’s still struggling to crack PC gaming

    March 12, 2026

    Media Briefing: In the AI era, subscribers are the real prize — and the Telegraph proves it

    March 12, 2026

    Furniture.com was built for SEO. Now it’s trying to crack AI search

    March 12, 2026
    Leave A Reply Cancel Reply

    Top Posts

    Ping, You’ve Got Whale: AI detection system alerts ships of whales in their path

    April 22, 2025714 Views

    Lumo vs. Duck AI: Which AI is Better for Your Privacy?

    July 31, 2025299 Views

    Wired Headphones Are Making A Comeback, And We Have Gen Z To Thank

    July 22, 2025210 Views

    6.7 Cummins Lifter Failure: What Years Are Affected (And Possible Fixes)

    April 14, 2025169 Views
    Don't Miss
    Technology March 12, 2026

    Google’s still struggling to crack PC gaming

    Google’s still struggling to crack PC gaming Image: Razer Summary created by Smart Answers AIIn…

    Xbox unveils first tech details of its next generation console, codenamed Project Helix

    Developer sues publisher after leaving Kickstarter backers waiting over two years for promised physical editions

    Valve responds to NY Attorney General lawsuit: “We have serious concerns with the alterations the NYAG claims are necessary to make to our games”

    Stay In Touch
    • Facebook
    • Twitter
    • Pinterest
    • Instagram
    • YouTube
    • Vimeo

    Subscribe to Updates

    Get the latest creative news from SmartMag about art & design.

    About Us
    About Us

    Welcome to Tech AI Verse, your go-to destination for everything technology! We bring you the latest news, trends, and insights from the ever-evolving world of tech. Our coverage spans across global technology industry updates, artificial intelligence advancements, machine learning ethics, and automation innovations. Stay connected with us as we explore the limitless possibilities of technology!

    Facebook X (Twitter) Pinterest YouTube WhatsApp
    Our Picks

    Google’s still struggling to crack PC gaming

    March 12, 20263 Views

    Xbox unveils first tech details of its next generation console, codenamed Project Helix

    March 12, 20262 Views

    Developer sues publisher after leaving Kickstarter backers waiting over two years for promised physical editions

    March 12, 20261 Views
    Most Popular

    The Players Championship 2025: TV Schedule Today, How to Watch, Stream All the PGA Tour Golf From Anywhere

    March 13, 20250 Views

    Over half of American adults have used an AI chatbot, survey finds

    March 14, 20250 Views

    UMass disbands its entering biomed graduate class over Trump funding chaos

    March 14, 20250 Views
    © 2026 TechAiVerse. Designed by Divya Tech.
    • Home
    • About Us
    • Contact Us
    • Privacy Policy
    • Terms & Conditions

    Type above and press Enter to search. Press Esc to cancel.