You can hardly get online these days without hearing some AI booster talk about how AI coding is going to replace human programmers. AI code is absolutely up to production quality! Also, you’re all…
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.
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.