How Anthropic Builds: Lessons from Labs — Mike Krieger, Anthropic
Mike Krieger describes shifting from stepwise prompting to goal-level delegation, backed by verification, observability, feature flags, and frequent decisions to continue or stop experiments.
Krieger says Claude ported **a few hundred thousand lines** from Python to TypeScript over **one weekend**, verified the result, and iterated until it was deployable. His workflow has shifted from assigning steps to specifying the desired end state and reviewing the trade-offs afterward.
For long-running coding agents, invest in the controls around generation: pre-measured systems, feature flags, rapid configuration changes, and explicit verification. Anthropic Labs also reviews each experimental bet every **two weeks**, choosing whether to continue, redirect, or stop it.
Krieger says Claude ported **a few hundred thousand lines** from Python to TypeScript over **one weekend**, verified the result, and iterated until it was deployable. His workflow has shifted from assigning steps to specifying the desired end state and reviewing the trade-offs afterward. For long-running coding agents, invest in the controls around generation: pre-measured systems, feature flags, rapid configuration changes, and explicit verification. Anthropic Labs also reviews each experimental bet every **two weeks**, choosing whether to continue, redirect, or stop it. This is one builder and one internal operating model, not a controlled productivity study. Krieger also argues that cheaper code production does not replace domain knowledge, distribution, user understanding, or product judgment.
This adds a high-end practitioner example of end-state delegation producing a deployable large migration, while confirming that autonomy depends on verification, rollout controls, and rapid intervention. It shifts the human role from prescribing steps to judging outcomes and trade-offs, but the anecdote does not establish general productivity gains, and the two-week portfolio review keeps experimental autonomy bounded by explicit stop-or-redirect decisions.