Harshul S.
HS
Harshul S.
Sr tech support
Enterprise (> 1000 emp.)
"LangChain Makes Structured AI Workflows Simple and Manageable"
4/5
What do you like best about Langchain?

What I like best about LangChain is how it simplifies building structured AI workflows. Instead of wiring everything together manually, it gives you clean building blocks for prompts, tools, memory, and agents. It makes complex pipelines feel more manageable and reduces a lot of glue‑code overhead. Review collected by and hosted on G2.com.

What do you dislike about Langchain?

The only thing I dislike is that some parts of LangChain feel a bit too abstract when you’re trying to build something quickly. Certain components require extra configuration or digging through docs, so simple tasks can end up feeling more complicated than they should be. Review collected by and hosted on G2.com.

Nithya G.
NG
Nithya G.
Werkstudent
Computer Software
Mid-Market (51-1000 emp.)
"Highly Composable RAG Workflows with Strong Integrations"
5/5
What do you like best about Langchain?

LangChain's composability is what keeps me coming back. Being able to chain together prompts, retrievers, tools, and memory as modular components means I can swap out one piece say, switch from OpenAI to a local Ollama model without rewriting everything around it. That flexibility matters a lot when you're building on top of models that change frequently.

The integrations are genuinely useful too. Qdrant, Milvus, ChromaDB, Docling, Tavily most of what I reach for in a RAG pipeline already has a LangChain wrapper, which cuts setup time significantly. Review collected by and hosted on G2.com.

What do you dislike about Langchain?

It abstracts too much. When something breaks inside a chain or agent, I often end up several layers deep in LangChain internals before I can find the real error. For simple use cases that’s manageable, but in production it becomes a liability you need to know exactly what’s happening at each step, and LangChain sometimes makes that harder than it should be.

The API also changes frequently. Between LCEL, the legacy chain syntax, and the newer runnable interfaces, keeping up with what’s deprecated and what the “right” way to do something is now becomes a recurring annoyance. Review collected by and hosted on G2.com.

Atharva S.
AS
Atharva S.
SRE
Mid-Market (51-1000 emp.)
"LangChain Makes Building AI Apps Fast with Great Integrations and a Clean Developer Experience"
5/5
What do you like best about Langchain?

What I like best about LangChain is how it simplifies building AI-powered applications by providing a well-structured framework for working with large language models. It offers a clean developer experience, extensive integrations with vector databases, APIs, and cloud services, making it easy to create end-to-end AI workflows. The modular architecture allows for rapid prototyping while still supporting complex production use cases. Performance is solid, the documentation and community resources make onboarding easier, and features like agents, memory, and retrieval-augmented generation (RAG) enable the development of intelligent applications with far less boilerplate code. Review collected by and hosted on G2.com.

What do you dislike about Langchain?

While LangChain is a powerful framework, its rapid pace of development can make it challenging to keep up with API changes and breaking updates. As projects become more complex, debugging multi-step chains and agents can also be difficult, especially when tracing errors across different integrations. The documentation has improved, but some advanced features still require digging through examples or community discussions. I’d also like to see better built-in observability, more streamlined onboarding for beginners, and further optimisation for production deployments to reduce complexity and improve the overall developer experience. Review collected by and hosted on G2.com.

LOKESH G.
LG
LOKESH G.
Engineer.SGB TCS-FS CORE BANKING,Production
Information Technology and Services
Enterprise (> 1000 emp.)
"Flexible, Well-Documented Framework for Building and Scaling AI Apps Fast"
4.5/5
What do you like best about Langchain?

It makes it easy to connect large language models to external tools, APIs, databases, and vector stores, which helps you build sophisticated AI applications without having to create everything from scratch. The framework also provides strong support for retrieval-augmented generation (RAG), agent workflows, memory, and prompt management, and it’s backed by comprehensive documentation and an active open-source community. Overall, this flexibility lets developers prototype quickly and then scale their applications as requirements evolve. Review collected by and hosted on G2.com.

What do you dislike about Langchain?

One drawback of LangChain is its complexity and steep learning curve, particularly for beginners. The framework also evolves quickly, which can result in frequent breaking changes and a constant need to revisit and update existing code. For simpler AI applications, it may feel overly abstract, adding unnecessary overhead compared with using a model provider’s SDK directly. On top of that, debugging more complex agent workflows can be difficult because there are so many layers and moving parts involved. Review collected by and hosted on G2.com.

Carlos Abel B.
CB
Carlos Abel B.
Encargado de redes sociales
Marketing and Advertising
Mid-Market (51-1000 emp.)
"Flexibility and time savings with a very active open source community"
4/5
What do you like best about Langchain?

What I like the most is the flexibility it offers to connect language models with databases and external tools. It saves you a lot of time by not having to program the integration logic from scratch, and the fact that it's open source with such an active community makes it easy to find solutions quickly if you get stuck. Review collected by and hosted on G2.com.

What do you dislike about Langchain?

What I like least is that the learning curve can be a bit steep at first if you're not very familiar with the framework's structure. Additionally, as the AI ecosystem advances so quickly, they constantly release updates and sometimes change the syntax of some functions, so you have to review the documentation frequently. Review collected by and hosted on G2.com.

Uchechi A.
UA
Uchechi A.
Student Involvement Associate
Small-Business (50 or fewer emp.)
"LangChain Makes Building Interactive AI Apps Easier"
4/5
What do you like best about Langchain?

I like how LangChain makes it easier to build AI applications by connecting language models with tools, data, and memory. It helps you create projects that feel more useful and interactive, without having to start from scratch. Review collected by and hosted on G2.com.

What do you dislike about Langchain?

One downside of LangChain is its fairly steep learning curve, especially for beginners. Getting a project set up can feel more complicated than it needs to be, and the documentation can be overwhelming when you’re just trying to build something simple. I’d also like to see better, easier-to-use debugging tools, along with a more beginner-friendly onboarding experience overall. Review collected by and hosted on G2.com.

Piyush R.
PR
Piyush R.
Software Development Engineer-1
Information Technology and Services
Mid-Market (51-1000 emp.)
"Langchain SDK: Descriptive Docs and Connectors Make Building Agents Easy"
5/5
What do you like best about Langchain?

I am a regular user of langchain SDK, since 2023, I have been primarily building chatbots and multi workflow agents using langchain. It is a got to tool now, because of the descriptive documentation support and the chain connecters that makes connecting the embedding and inference models at ease. Review collected by and hosted on G2.com.

What do you dislike about Langchain?

While the implementation is very simple but when it comes to debugging any failure in the chains, the error logs does not help a lot. Without any observation tool like Langsmith. It's very hard to debug failures. Also, the documentation and implementation has evolved since the years so deprecation of methods was frequent during the usage. Review collected by and hosted on G2.com.

Nirmal K.
NK
Nirmal K.
Manager
E-Learning
Small-Business (50 or fewer emp.)
Business partner of the seller or seller's competitor, not included in G2 scores.
"Hundreds of Pre-Built Connectors and Effortless LLM Switching"
5/5
What do you like best about Langchain?

It offers hundreds of pre-built connectors for almost every LLM provider, vector database, web scraper, and third-party API. Switching from OpenAI to Anthropic, or from Pinecone to Supabase, often requires changing just one line of code. Review collected by and hosted on G2.com.

What do you dislike about Langchain?

It stacks layers of complex abstractions (Prompts inside Chains inside Agents). When something breaks, developers often have to dig through massive, confusing error logs to figure out what the framework was secretly doing under the hood. Review collected by and hosted on G2.com.

Ayush C.
AC
Ayush C.
Web Intern
Small-Business (50 or fewer emp.)
"LangChain: Flexible, Student-Friendly Framework That Speeds AI Development"
4/5
What do you like best about Langchain?

As a student, what I like most about LangChain is how it makes building AI applications much easier. Instead of writing a lot of custom code to connect language models, APIs, and databases, I can use its ready-made components and focus on building the actual project. I also like how flexible it is, as it supports different LLMs, vector databases, and tools in one framework. This has helped me complete AI projects faster and understand concepts like RAG, agents, and prompt chaining in a practical way. Even though it takes some time to learn, once I got familiar with it, my development process became much more organized and efficient. Overall, LangChain has been a valuable framework for learning and experimenting with modern AI applications. Review collected by and hosted on G2.com.

What do you dislike about Langchain?

as a student i found the learning curve a bit steep , especially when working with agents and complex chains. the documentation can feel overwhelming and frequent updates sometimes require changing existing code. Review collected by and hosted on G2.com.

Parth c.
PC
Parth c.
AI Engineer Intern
Small-Business (50 or fewer emp.)
"LangChain’s Modular Integrations Make Building AI Workflows Fast and Flexible"
4.5/5
What do you like best about Langchain?

What I like most about LangChain is how easily it connects language models with tools, APIs, memory, and external data sources. Its modular structure makes it straightforward for me to build, iterate on, and test AI workflows quickly, without having to create every integration from scratch. Review collected by and hosted on G2.com.

What do you dislike about Langchain?

LangChain can get complicated as workflows expand, and frequent updates sometimes leave older examples or documentation out of date. Debugging multi-step chains can be challenging too, since errors might originate from the model, the tool integrations, or the framework itself. Review collected by and hosted on G2.com.