Building with language models, in public.
Essays and videos on RAG, agents, and the unglamorous engineering that makes them actually work. Written by James Briggs.
Featured
3 piecesWriting
30 of 30Building the Future of Agents for Ecommerce
Explore the cutting-edge of AI in ecommerce and how merging LLMs with more traditional predictive AI can enable the next wave of AI-innovation in ecommerce.
Building E-commerce Recommendations with Kumo AI
Build world-class recommendation engines with Graph Neural Networks.
Alternative LLM Providers in Agents SDK
Moving beyond OpenAI, here we explore how to use Anthropic's Claude with Agents SDK.
Guardrails with Agents SDK
Learn how to use input and output guardrails to build safe and reliable AI agents with OpenAI's Agents SDK.
Local Agents with Agents SDK
Learn how to use fully local LLMs with Agents SDK, implementing the latest Llama-4-Scout-17B-16E-Instruct-GGUF.
Multi-Agent Systems with Agents SDK
Learn how to build multi-agent systems using both the orchestrator-subagent pattern and handoffs with OpenAI's Agents SDK.
Prompting with Agents SDK
Learn how to use static and dynamic prompting, and how to correctly use system, user, assistant, and tool prompts with OpenAI's Agents SDK.
RAG Agent with Agents SDK
Learn how to build a Retrieval Augmented Generation (RAG) agent that can answer questions about the JFK assassination files using OpenAI's Agents SDK and Pinecone.
Streaming with Agents SDK
Learn how to stream text and events from your AI agents using OpenAI's Agents SDK.