N° 01 · APR 2026
OPENAI AGENTS SDK, FROM FIRST PRINCIPLES
10 MIN READ · LLMs · Agents
An agent is an LLM with tools and a goal. The SDK gives you a vocabulary — Agent, Runner, Tool, Handoff, Guardrail, Session — for the patterns you would have built yourself anyway.
Start with what an LLM cannot do. It can answer almost any question you put in front of it, but only up to the date its training stopped, and it cannot reach into the world. It cannot click a button, fetch today's stock price, or write a row to your database. It can only talk.
Continue Reading →