Sources#
- Fable's judgement
- How Anthropic's product team moves faster than anyone else | Cat Wu (Head of Product, Claude Code)
Summary#
Head of Product for Claude Code and Cowork at Anthropic. Engineer for many years before a brief VC stint, then Anthropic. Interviewing "hundreds of PMs" trying to enter AI; channels that exposure into a strong opinion that the PM role is mid-restructure (see Engineer PM Convergence).
Notable claims and stances#
- Cadence shift. Anthropic feature timelines went from 6-month → 1-month → sometimes 1 day. Achieved by removing process drag, branding most launches as research preview to lower commitment, shipping internally before externally.
- Mission > coordination. "If there's two competing priorities, we'll talk about which one is more important for Anthropic's mission." This is what removes friction at scale, not headcount or process.
- Just do things. Personal life motto. "Jobs are fake. If you understand the constraints, you can figure out what you can do and then just like try to do it quickly." Sees agency as the rare skill startups should hire for.
- Build for the current model. Easy to build for super-AGI strawman; hard to elicit max capability from today's model. Hardest PM skill is defining what the product should look like a month from now.
- Ask the model to introspect. Underrated debug technique: when Claude does something unexpected, ask why. "A lot of times just like being very curious about why the model made the decision that it did will show you what misled it so that you can fix the harness" (see Model Introspection Feedback).
- Judgement over rules. At an AI Engineer World's Fair fireside with Thariq Shihipar hosted by Simon Willison (2026-07-03, relayed second-hand in Fable's judgement): let Fable "use their own judgement rather than dictating how they should work." The worked example is testing — a user can write "only use automated testing for larger features, don't update and run tests for small copy or design changes," but "it's better to just tell Fable to use its own judgement when deciding to write tests instead." Her prompt-pruning discipline pointed at the user's prompt rather than the vendor's, and in its delegation form rather than its deletion form (see Harness Shrinkage as Models Improve).
- Build evals. Ten great evals beats a hundred mediocre ones; eval-writing is "underappreciated" and should be done by more PMs/engineers.
- 95% automation isn't automation. Push to 100% or don't bother. The last 5% is most of the work but is what makes the workflow trustable.
- Build apps you use every day, not prototypes. Customizing setups beyond a point becomes distraction — "I think the simple setups actually work better."
- Character is product. Claude's personality (low-ego, positive, lighthearted, bias-toward-action) is core to product success — Amanda's role of molding character is "harder than coding" because the task is so ambiguous.
Operational details from interview#
- ~30–40 PMs at Anthropic across research-PM, Claude Developer Platform, Claude Code, Enterprise, Growth.
- Hires engineers with strong product taste over PMs with weak engineering — many engineers on the team can take feedback on Twitter to shipped product end-to-end with no PM involvement.
- Designers on the team have front-end engineering background.
- Nightly use of Cowork to draft 20-page slide decks from Slack/Drive/Twitter context (anthropic design system pre-loaded).
- Internal stack: heavy Claude Code + Cowork, Slack ("the OS of our company"), custom internal apps built by the team for personalized workflows.
- "Applied AI" team is second-largest token spender after engineering — technical go-to-market role making prototypes for customers.
Key quotes#
- "It's very easy to build the product for the super AGI strong model. The hard thing is figuring out for the current model, how do you elicit the maximum capability?"
- "As code becomes much cheaper to write, the thing that becomes more valuable is deciding what to write."
- "If a product isn't successful, as long as it's not blocking the core use case, it's okay."
- "We can remove a lot of prompting interventions every time the model gets smarter. We actually do this every time we launch a model."
Connections#
- Claude Code — co-leads product
- Cowork — co-leads product
- Boris Cherny — tech lead partner
- Anthropic — employer
- Engineer PM Convergence — central voice
- Harness Shrinkage as Models Improve — to-do list crutch removed at Opus 4 is her canonical example
- Model Introspection Feedback — her named debug technique
- AI Native Product Cadence — embodies the practices
- Claude Character as Product — articulates why character is load-bearing
- Fiona Fung — complementary senior leader on the same products (Fung frames the engineering org; Wu is Head of Product)
- Dogfooding as Product Discipline — her lunchtime vibe-checks are the eval-form of the same dogfooding Fiona Fung calls "ant food"
- Verification as the New Bottleneck — her "ten great evals" / "push to 100%" stances are the product-side of verification becoming the bottleneck
Sources#
- How Anthropic's product team moves faster than anyone else | Cat Wu (Head of Product, Claude Code) — Lenny's Podcast, 2026-04-23
- Fable's judgement — Simon Willison, 2026-07-03 (
practitioner-opinion): the judgement-over-rules advice from the AI Engineer World's Fair fireside, relayed second-hand — no transcript or recording is in the corpus, and the attribution is joint with Thariq Shihipar without saying who said what
Cited by 40
- Learning to Co-Work with AI: A Software Engineer's Field Guide×6
The most underrated technique Cat Wu names: when the agent does something wrong, ask it why (Model…
- Opinions on Using AI Tools & the Future of the Software Engineering Role×4
The harness should shrink, not grow. Harness Shrinkage As Models Improve: every model release lets…
- Build for the Next Model×4
A product-strategy corollary of Harness Shrinkage As Models Improve, now stated independently by…
- Harness Shrinkage as Models Improve×4
The harness — prompts, skills, scaffolding, mechanical verification — exists to compensate for what…
- Dogfooding as Product Discipline×3
The cross-source claim that product sense is built, not innate — and the way you build it is…
- Engineer PM Convergence×3
Both Boris Cherny (Sequoia AI Ascent 2026) and Cat Wu (Lenny's Podcast, April 2026) report the same…
- Evals as Product Spec×3
Cat Wu's articulation of why writing evals is the emerging core PM skill for AI products — not a QA…
- Fiona Fung×3
> Note: both Fiona Fung and Cat Wu are described as leading product for Claude Code + Cowork. They…
- AI Native Product Cadence×2
Cat Wu's account of how Anthropic ships at a pace that surprises observers. Cycle time per product…
- Anthropic×2
AI safety company / vendor of Claude; mission-as-tiebreaker culture; ~30–40 PMs across teams; Mike Krieger leads Labs r…
- Claude Character as Product×2
Cat Wu argues that Claude's character — low-ego, lighthearted, positive, bias-toward-action,…
- Compounding Loop Optimization×2
Where is the line between worthwhile internal tooling and yak-shaving? Carey's "afternoon" bar is…
- Cowork×2
Anthropic's knowledge-work agent product, sibling to Claude Code. Where Claude Code targets work…
- HTML as the New Markdown×2
At first glance this contradicts the wiki's running Harness Shrinkage As Models Improve thesis (Cat…
- Instruction Compounding×2
Harness Shrinkage As Models Improve says scaffolding becomes unnecessary as capability migrates…
- MCP and Computer Use×2
Cat Wu's nightly slide-deck workflow (Cowork) explicitly uses MCP — Figma MCP, Slack MCP, Drive MCP…
- Model Introspection Feedback×2
Cat Wu names this as her single most underrated AI debugging technique: when Claude does something…
- Thariq Shihipar×2
Unhobbling. (July 2026 context-engineering post.) The Claude Code team was over-constraining the…
- The Three Loops of AI-Native Building×2
This is Engineer Pm Convergence from a third independent vantage (after Cat Wu and Boris Cherny),…
- Andrew Ambrosino
Cat Wu / Boris Cherny — Anthropic counterparts on role convergence; Ambrosino is the OpenAI-side…
- Andrew Ng
Engineer Pm Convergence — third independent vantage on the same role merge, after Cat Wu and Boris…
- Anthropic Labs
Ai Native Product Cadence — the bet-factory cadence is the same ship-fast/research-preview pattern…
- Authority and Audit Survive Abundance
What would change this answer. Cat Wu's prediction that "all the safety mechanisms today — prompt…
- Boris Cherny
Creator of Claude Code at Anthropic; phone-driven workflow with hundreds of agents; primary advocate of `/loop` primiti…
- Claude Code
Anthropic's agentic coding product; created by Boris Cherny late 2024; TypeScript/React on Bun (itself Claude-rewritten…
- Compute Allocator
Product taste as the bottleneck skill (Engineer Pm Convergence, Cat Wu: "as code becomes much…
- Cost-per-Task Over Cost-per-Token
simonwillison judgement — Simon Willison, "Fable's judgement," 2026-07-03 (practitioner-opinion,…
- Dan Carey
Cat Wu / Boris Cherny / Fiona Fung — fellow Anthropic product/eng leaders whose AI-native-cadence…
- How Do You Write Evals for Taste? Character as the Limit Case
Cat Wu holds two claims that look contradictory. First, character is the hardest thing to evaluate…
- Excellence as an Operating System
Selflessness. The tiebreaker is "Netflix members matter," not personal success — the same…
- Harness Build-vs-Buy
Churn is not size, and shrinkage produces churn. Cat Wu's read-the-whole-prompt-at-every-launch…
- Jagged Intelligence (Ghosts, Not Animals)
Model Introspection Feedback — Cat Wu's "ask the model why it failed" presumes a ghost whose…
- Entities — People, Orgs, Tools & Projects
Cat Wu — Head of Product for Claude Code and Cowork at Anthropic; primary articulator of AI-native…
- Mythos Model
Cat Wu: "Mythos is an incredibly powerful model. But we do use the models internally and I think…
- The PRD-Replacement Spectrum at AI-Native Speed
Lighter PRD · Ai Native Product Cadence (Cat Wu) · Calibrated to ambiguity — 1-pager ↔ full PRD ·…
- Prototype Over PRD
Lighter PRDs · Ai Native Product Cadence (Cat Wu) · 1-pagers for ambiguous features; full PRD only…
- Shared Harness, Differentiated Surfaces
Anthropic answered two: Claude Code for work whose output is code, Cowork for work whose output…
- Telemetry vs. Survey Measurement
Evals As Product Spec — Cat Wu's evals encode the spec; telemetry encodes what actually shipped —…
- The Verifiability Thesis
Evals As Product Spec — Cat Wu's "ten great evals" is the product-side mirror: encoding what…
- Verification as the New Bottleneck
Evals As Product Spec — Cat Wu's evals are verification encoded as product spec; the PM-side…
Related articles
- Harness Shrinkage as Models Improve
Prompt scaffolding shrinks each model release; Cat Wu's pruning discipline; Boris Cherny "100 lines of code a year from…
- Boris Cherny
Creator of Claude Code at Anthropic; phone-driven workflow with hundreds of agents; primary advocate of `/loop` primiti…
- Claude Code
Anthropic's agentic coding product; created by Boris Cherny late 2024; TypeScript/React on Bun (itself Claude-rewritten…
- Anthropic
AI safety company / vendor of Claude; mission-as-tiebreaker culture; ~30–40 PMs across teams; Mike Krieger leads Labs r…
- Evals as Product Spec
Cat Wu's framing of evals as the emerging core PM skill: ten great evals beats a hundred mediocre; encode what done loo…
