9 AI agents
This chapter covers
- Building AI agents for structured research
- Using LangChain to build AI agents
- Reusing strong prompts for comparable research
- Exporting the results of your study to Notion
Chapter 8 concluded that LLMs are powerful research assistants who can significantly streamline asset analysis. We learned the fundamentals, including the distinction between discriminative and generative AI, as well as how to trigger LLM prompts effectively.
Chapter 9 focuses first on the advanced application of LLMs without frameworks to build AI agents. We will first show scenarios for integrating LLM into workflows. We’ll create a prompt repository and design a first workflow to bring more structure to AI-augmented research. Additionally, we’ll demonstrate how to export our findings to Notion, a modern note-taking application that helps organize and structure research efficiently.
In the second part of this chapter, we will integrate frameworks to build AI agents. We will show how to use them and how much work can be simplified. We will introduce what is possible in a no-code framework using the platform n8n. Lastly, we will focus on LangChain, which allows us to code logic in Python. Let’s get started.