AI/LLM books rot fast. This one bets on what doesn't. They teach the model that's hot this quarter, the SDK with the cleanest tutorial, the prompt that worked on a demo. Six versions later, none of it survives.
This book is the opposite bet. It teaches mental models, decision frameworks, and named failure patterns for systems that have large language models in load-bearing paths: the kind of knowledge that outlives any specific model, vendor, or framework.
It's written for working engineers and tech leads who are shipping agentic systems in production. Not researchers. Not prompt-engineering hobbyists. People who have to operate this stuff at 3am when it breaks, and need a vocabulary for what they're looking at.
The evidence base is real production war stories. A virtual employee that shipped a brief ending mid-sentence because the API returned `stop_reason: "max_tokens"` and nothing in the system raised. A prompt-cache flag the SDK accepted but the provider silently no-op'd. An MCP tool surface that lied about resource lifecycle. An agentic reviewer that swept the wrong directory and called the work done. Every named principle is anchored to an incident that actually happened in a shipped system.
What's inside:
- A reading vocabulary for probabilistic-inside-deterministic systems
- Context, tool surfaces, and eval loops as engineering primitives, not afterthoughts
- A catalog of named failure modes you'll recognize the next time you see them
- Orchestration patterns and observability disciplines for production agentic systems
- A decision framework for when to use an agent vs. a script vs. a human
- A structural playbook for building teams around agentic work
What's NOT in this book: model comparisons, framework tutorials, "future of work" speculation, prompt cookbooks, or any sentence that depends on which API version was current the week the book shipped. Those live in the book's online appendix, versioned and dated.
If you've ever debugged an LLM-in-the-loop system at 3am and felt that your normal engineering instincts were the wrong tools for the job, this book is for you.