Skip to content

Book roadmap

The ten chapters follow a single engineering chain. Each chapter addresses a question that cannot be skipped and turns its conclusions into reviewable contracts, code, and runtime evidence.

Judgment Execution Collaboration Evidence Runtime Defense Integration Evaluation Operations Delivery

Part I: architectural judgment and execution control

First decide whether the system needs autonomy, then place model-proposed actions in a controlled runtime, and finally address control and state ownership across multiple agents.

Part II: trustworthy context and production assurance

Ensure the system uses only information qualified to serve as evidence and can still uphold business boundaries when infrastructure fails or the model is misled.

Part III: system integration and continuous delivery

Combine distributed components into a single causal chain, use evaluation and production operations for continuous validation, and ultimately deliver a reproducible, traceable, and maintainable system.

Project throughout the book: CaseOps

The entire book uses the same complex claim-handling case: investigate why case C-102 was not completed and confirm the missing materials and applicable rules; if the customer needs to be contacted, the system may only generate a draft and must not send it automatically.

CaseOps begins with a deterministic domain core and progressively gains a tool state machine, multi-agent collaboration, governed Context, production runtime guarantees, security controls, system evaluation, AgentOps, and verifiable releases. The complete implementation is maintained in the separate CaseOps code repository, with v1.0.0 as the official release.

Start reading Run CaseOps View engineering templates