Does it introduce features that you don't need to implement yourself? Yes
Does it make it easy to drop OpenAI? Yes
What's the problem?
21–30 of 192 posts
Does it introduce features that you don't need to implement yourself? Yes
Does it make it easy to drop OpenAI? Yes
What's the problem?
Sad to hear the news, I have 7 years of langchain experience on my resume, now what am I going to do!?
This hype train isn't going to last forever, and it's probably better to advertise sustainable, evergreen skills rather than being an expert in the flavor of the week. With that much experience, you shouldn't have to feel tied to any one company's software.
This guy's analysis is terrible. I literally built a retrieval augmented generation with memory in langchain last night (comments claim you can't do this) Sure, langchain has poor documentation and useless helper functions. That doesn't mean that it's pointless.
And when you need some customization instead of taking you 10 minutes it takes an hour to work around this abstraction.
Sad to hear the news, I have 7 years of langchain experience on my resume, now what am I going to do!?
You should probably not mention it by name on a resume anyway, but emphasize your actual skills, experience, and familiarity with the lower level technologies and APIs that underly it. This hype train isn't going to last forever, and it's probably better to advertise sustainable, evergreen skills rather than being an expert in the flavor of the week. With that much experience, you shouldn't have to feel tied to any o…
Even so, ORMs sell a similar false promise to Langchain, which is that you can "easily" swap out the underlying thing; a migration that is rare in practice and almost always not that simple.
You might not need Langchain.
That said especially in python it’s not that hard to reimplement things yourself in a cleaner way. Output parsing for agents was nice but with the function update from OpenAI it’s not really necessary (if you’re just using their API)
Sad to hear the news, I have 7 years of langchain experience on my resume, now what am I going to do!?
You should probably not mention it by name on a resume anyway, but emphasize your actual skills, experience, and familiarity with the lower level technologies and APIs that underly it. This hype train isn't going to last forever, and it's probably better to advertise sustainable, evergreen skills rather than being an expert in the flavor of the week. With that much experience, you shouldn't have to feel tied to any o…
What business problems are you solving with Langchain and LLMs?