Introduction

Heads up... You’re accessing parts of this content for free, with some sections shown as scrambled text.

Heads up... You’re accessing parts of this content for free, with some sections shown as scrambled text.

Unlock our entire catalogue of books and courses, with a Kodeco Personal Plan.

Unlock now

AI has evolved rapidly over the past few years. So much so that it can be hard to keep up. Another consequence of this is a lack of standardization. You have many AI components that are not easily swappable. For most AI applications, you’ll definitely need more than one component, and they should be easily interchangeable too. Sometimes, a standard may emerge, and the AI community may pivot to use it, until it becomes the reference point other components align to. But this is not always the case.

This lesson will teach you about some of the widely accepted frameworks for building AI applications. You’ll use them as you dive deeper into context engineering and its applications. In this lesson, you’ll learn about:

  • AI with LangChain
  • LangGraph
  • Components of Context Engineering

Keep reading to learn about these powerful frameworks for building AI applications.

See forum comments
Download course materials from Github
Previous: Conclusion Next: LangChain