The AI agents stack in late 2024, organized into three key layers: agent hosting/serving, agent frameworks, and LLM models & storage. Read more at https://lnkd.in/dP7JAzFr
Introducing the AI agents stack: breaking down today’s tech stack for building AI agents into three key layers: (1) agent hosting/serving, (2) agent frameworks, (3) LLM models & storage. Sarah Wooders and I got so tired of seeing bad “market maps” for LLM / AI agents shoved in our feeds that either had layouts that made no sense or were littered with random companies on them (ie that don’t have serious community adoption), or both. As researchers / engineers actually working in the agents space, we decided to make a serious attempt at making one of these market map diagrams that actually reflects real world usage by today’s developers building AI agents. Basically - if you’re starting a vertical agents company today (November 2024), what software are you most likely to use to build out your “agents stack”? In our opinion, the AI/LLM agents stack is a significant departure from the standard LLM stack. The key difference between the two lies in managing state: LLM serving platforms are generally stateless, whereas agent serving platforms need to be stateful (retain the state of the agent server-side). Building stateful services is a lot harder of an engineering challenge compared to building developer SDKs, so unsurprisingly very few agent serving platforms actually exist today (Letta being one of them). For a full breakdown of the stack, check out our full post (link in comments).