Choosing an AI Platform


This entry is part 1 of 1 in the series Implementing AI Agents
  • Choosing an AI Platform

This post is the first one in a series of posts on Implementing AI Agents. This is covered in Pascal Bornet’s book on page 286. There is a lot of choice out there in the world of AI agent platforms. There are three main categories of platforms:

  • Full Code
  • Low Code
  • No Code

Full Code

Let’s start in the reverse order. Here you have maximum control and customization. It however requires an investment of time and money. Some examples are LangGraph, CrewAI, AutoGen.

Leave a Reply