this post was submitted on 13 May 2025
453 points (100.0% liked)

TechTakes

1873 readers
114 users here now

Big brain tech dude got yet another clueless take over at HackerNews etc? Here's the place to vent. Orange site, VC foolishness, all welcome.

This is not debate club. Unless it’s amusing debate.

For actually-good tech, you want our NotAwfulTech community

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] zbyte64@awful.systems 18 points 1 week ago (5 children)

If LangChain was written via VibeCoding then that would explain a lot.

[–] murtaza64@programming.dev -5 points 1 week ago (4 children)

so what are the sentiments about langchain? I was recently working with it to try to build some automatic PR generation scripts but I didn't have the best experience understanding how to use the library. the documentation has been quite messy, repetitive and disorganized—somehow both verbose and missing key details. but it does the job I wanted it to, namely letting me use an LLM with tool calling and custom tools in a script

[–] zbyte64@awful.systems 1 points 1 week ago

I've deployed LangChain to production shudders. My use case involved sending images results back to the "agent" and that use case is an after thought for many of these services. I ended up extending the Gemini Vertex client to fake it. The artifacts system is basically pass around a dictionary and pray both ends agree on the shape.

This is not an endorsement of LLMs in general. I'm working to replace it with a decision tree.

load more comments (3 replies)
load more comments (3 replies)