Michael Segner publishes a guide on the claude.com blog on August 20, 2026, drawn from interviews with more than a dozen fast-growing startups, fifteen of them named, on how they use Claude Code. The document extracts five operating rules from it and closes with a checklist of technical tips.

First rule, "everyone ships": agentic coding lowers the barrier to entry, so the person who understands the problem can ship the first version of the fix. Parahelp reports contributions from non-technical employees, Crosby lawyers who carry the best product intuitions, Heidi the disappearance of a broken-telephone effect where the idea degraded as it passed from the originator to the product manager, then the designer, then the engineer. The guide immediately narrows the scope: the division of labor remains, only the move from zero to one opens up. Three mechanisms make it systemic — connecting the tool to sources of truth via MCP or CLI, ritualizing prototype demos, sharing skills.

Second rule, automate the tedium: agents take on the mechanical eighty percent of the cycle and engineers keep the judgment calls. ClickHouse says it has turned almost every step into an autonomous loop, with two single-purpose agents becoming the second and third contributors to its repository. At Anthropic, Claude Tag serves as first responder on-call for continuous integration failures.

Third rule, trust but verify: a process is not automated without a reliable way to check it. Cainex, on medical coding, describes a self-improvement loop where auditor corrections feed back into the agent's instructions, tested against a golden set, under a single rule — fix the principle, not the example. Zingage recounts having granted too much autonomy at first, getting code that was plausible but drifting from its architecture, then writing its invariants. The guide points to hooks for deterministic gates and stresses the upkeep of evaluation sets.

Fourth rule, build for rebuilding: model capability keeps moving, so little is treated as permanent. Commure sets the end criterion for a rebuild — when the old path has disappeared — and git worktrees make the exercise affordable.

Fifth rule, prototype, dogfood, productionize: the internal agent built with Claude Code becomes, if it proves convincing, a customer-facing product via the API, the SDK, or Claude Managed Agents. The four headline figures remain as declared by the interviewed companies, with no survey method described.