January 2026
Intermediate to advanced
346 pages
5h 40m
English
In previous chapters, we saw how we can use an AI Large Language Model (LLM) as a newly hired network engineer colleague. They are capable of helping us out with various network engineering tasks if we give them enough directions via prompts. This chapter is all about the open source tool LangChain, and how it can be used to help us with our daily network engineering work.
We can think of LangChain as LEGO blocks for AI that we can use to snap other AI tools together to solve problems. It simplifies the process of connecting LLMs with external data sources, APIs, and user interfaces. The name LangChain comes from the modularity it promotes to break down complex tasks into “chains” of smaller steps. Instead of ...
Read now
Unlock full access