PATCHBOOK SERIES Part of the Patchbook Series

Patchbook: LLMs are just APIs

Short, simple chapters that serve as a conceptual upgrade for software engineers.

Welcome to the LLMs are just APIs workshop

The central thesis is simple: working with LLMs is ordinary software engineering. The model is a stateless engine, the host controls everything, and an agent is just a loop. The chapters build those mental models one at a time, then close with what a single call can do and the gotchas that come with it.

Let us begin with Chapter 0: Introduction.