#301: Introducing LangChain for AI Applications
There is a lot going on in the AI space. New tools and models show up in short succession, while other AI services suddenly change their behaviour and deliver poorer results. Whatever we use today is probably outdated in a few months. In such a fast-changing place it is a pain to develop software.
Over the next few weeks we explore LangChain, a tool that allows us to use an abstraction over the different products we could use. While we need to learn yet another tool, we gain the benefit of swapping out parts of our solution while the rest of our application can stay the same. Let us see how that works.