PATCHBOOK SERIES Part of the Patchbook Series

Patchbook: Agents are just loops

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

The first book in this series, Patchbook: LLMs are just APIs, established the mental models: the model is a stateless engine, the host controls everything, and an agent is just a loop.

This book is about that loop. A chatbot is a loop paced by a human. A retrieval pipeline is a loop that consults your data. An autonomous agent is a loop that no longer waits for the human at all. Each chapter adds one more capability to the same loop (managed history, attachments, retrieval, structured output, and tools) until the loop can run on its own.

In development. Chapters will appear below as they are written.