You do need to take great care to make code with embedded LLM use modular and easily maintainable, and otherwise keep code bases tidy.
Sure makes sense.
I am a fan of tools like LangChain that bring some software order to using LLMs.
Lmao. I feel like tools like LangChain that are really just very thin wrappers for the LLM APIs are quite complex for what they supposedly do for you. Lots of leaky abstractions and indirection for very little gained over just calling the APIs themselves.
Comments
Sure makes sense.
Lmao. I feel like tools like LangChain that are really just very thin wrappers for the LLM APIs are quite complex for what they supposedly do for you. Lots of leaky abstractions and indirection for very little gained over just calling the APIs themselves.