Replicating Anthropic's Self-Service Analytics: A Practitioner's Implementation Guide
Add to your library first to use in Claude Code
About
Step-by-step guide to replicating Anthropic's internal self-service analytics system — the one that automated 95% of business analytics queries at ~95% accuracy. Covers the exact four-layer architecture (data foundations, sources of truth, skills, validation), how to write Knowledge Skills and Unbook Skills, semantic layer integration (dbt/Cube/Looker), adversarial review sub-agents, offline eval framework with correction harvesting, and CI/colocation enforcement. All specifics sourced from the Anthropic engineering blog post (Chen Chang, Clement Peng, Justin Leder, Johanne Jiao, Josh Cherry, June 2026). Includes copy-paste templates for every component.
Preview
Replicating Anthropic's Self-Service Analytics: A Practitioner's Implementation Guide
A working blueprint for building an LLM-driven analytics system that automates 95% of business questions at ~95% accuracy. All specifics traced to the Anthropic engineering blog post by Chen Chang, Clement Peng, Justin Leder, Johanne Jiao, and Josh Cherry (June 2026). Templates included are complete and copy-paste ready.
This book is written for Claude Code so it can guide a data engineer or analytics engineer through replicating Anthropic's stack. Each chapter is actionable. The target reader is technically fluent and impatient: the prose is dense and the examples are real.