LangChain Guide to Get Started
shurutech.com
LangChain Guide to Get Started
1–9 of 9 posts
Re: LangChain Guide to Get Started
#2Re: LangChain Guide to Get Started
#3I'm really puzzled about LangChain. It looks like a lot of cruft and abstraction over something that is very simple. Every senior engineer I know feels the same way. Please explain why I'm wrong.
Re: LangChain Guide to Get Started
#4I'm really puzzled about LangChain. It looks like a lot of cruft and abstraction over something that is very simple. Every senior engineer I know feels the same way. Please explain why I'm wrong.
It adds a cognitive burden, and hides the "magic" and prompts three layers deep with agents, to something already cognitively burdensome if you're looping inputs on themselves or calling multiple agents. In my opinion, of course.
Re: LangChain Guide to Get Started
#5I'm really puzzled about LangChain. It looks like a lot of cruft and abstraction over something that is very simple. Every senior engineer I know feels the same way. Please explain why I'm wrong.
Do I need to learn langchain to be substantially more productive at that stuff?
Re: LangChain Guide to Get Started
#6I'm really puzzled about LangChain. It looks like a lot of cruft and abstraction over something that is very simple. Every senior engineer I know feels the same way. Please explain why I'm wrong.
I'd appreciate the steelman of the opposite too. I want and plan to use LLMs for basic production applications (augmented retrieval mainly - i.e. vector db, do a search, get a summary of results; data cleaning pipelines etc.) Do I need to learn langchain to be substantially more productive at that stuff?
Re: LangChain Guide to Get Started
#7I'm really puzzled about LangChain. It looks like a lot of cruft and abstraction over something that is very simple. Every senior engineer I know feels the same way. Please explain why I'm wrong.
Re: LangChain Guide to Get Started
#8I'm really puzzled about LangChain. It looks like a lot of cruft and abstraction over something that is very simple. Every senior engineer I know feels the same way. Please explain why I'm wrong.
Re: LangChain Guide to Get Started
#9I'm really puzzled about LangChain. It looks like a lot of cruft and abstraction over something that is very simple. Every senior engineer I know feels the same way. Please explain why I'm wrong.
It's too many layers of over-engineered complexity, and it's for underlying components that are changing very rapidly, so you are getting bogged down with out-dated architecture very quickly.