Sources#
- Anthropic's Boris Cherny: Why Coding Is Solved, and What Comes Next
- Designing with Claude: From prompt to production
Summary#
A product from Anthropic Labs that lets you collaborate with Claude to create polished visual artifacts — designs, prototypes, slides, one-pagers, and more — by describing what you want in plain language. Built by a team that was "three people for most of the development" in "about ten weeks from idea to launching," it went live as a research preview roughly a month before Dan Carey's May 2026 talk (≈April 2026). It is the worked example behind several wiki concepts: Prototype Over PRD, Compounding Loop Optimization, and Build for the Next Model.
Origin#
A designer on the team, Nate (previously a designer on Claude Code), hacked together the first prototype over a weekend while working on a different bet. It was deliberately thin: the Agent SDK, a very thin IDE wrapper, and an existing skill he'd already been using in Claude Code. The first prototype was "a terminal and a browser and that's about it." Posted to Slack, the team's reactions ("here's what's promising / here's what's totally broken, please fix") became the roadmap for the first couple of weeks. Carey's framing: 99% of the value came not from that prototype but from "ten weeks of iterating and shipping and talking to users every single day."
Key features (and the friction each removed)#
Most features began as fixes to the team's own workflow (Compounding Loop Optimization):
- Multiplayer — real-time co-editing of the same design. Built because teammates were serially handing prototypes back and forth; became users' first request after launch.
- Handoff to Claude Code — push a design into production without re-exporting files and re-typing the conversation's context. Users' second request after launch ("now how do I get this into production?").
- Codebase exploration / GitHub linking — ship in your brand and on top of your existing code.
- Open export — designs export as HTML, CSS, JavaScript (not a closed format), reflecting the "be an open tool" philosophy.
- Self-hosting — the team used "Claude Design to design Claude Design," the purest form of Dogfooding as Product Discipline.
Product philosophy#
- Lift the floor, not the ceiling. The team built advanced pixel-level "power user" controls that a few vocal testers loved, but "everybody else hated them" — confusing and "actively harmful." They ripped them out in a week. The lesson: be "a tool that lifts the level of craft for everybody, not just the ceiling on power users" (cf. Vibe Coding vs. Agentic Engineering's "vibe coding raises the floor").
- Openness for needs you'll never meet. Because some power users want specifics the tool won't support, the bet is maximal openness — HTML/CSS/JS export plus integrations — so specialized users can take designs into their own tools.
- Forward-looking integration claim (verify). As of the May 2026 talk, Carey said that "this week or next week" the team would ship the ability for any design tool to integrate with Claude Design via their existing MCPs (see MCP and Computer Use). Stated as imminent, not confirmed shipped — treat as a dated forward claim pending verification.
Launch and iteration metrics#
- 62 improvements shipped between a Friday launch and the following Monday, all from launch-day user feedback (token efficiency, image handling, codebase exploration, near-instant exports). Carey: not an all-nighter effort, but "very natural" because the team had drilled the daily loop for ten weeks.
- Doubled token limits about one month in, responding to users who liked it and wanted to use it more.
- The capability gaps in the early prototype were closed not by engineering but by Opus 4.7 shipping — the canonical Build for the Next Model payoff.
Prior mention in the wiki#
Boris Cherny had flagged it as a vision example (recorded on Cowork): "Claude design I think is a really good example. It's pretty good today. It's going to get a lot [better]." Carey's talk is the first detailed account of how it was actually built.
Connections#
- Anthropic Labs — the incubator that produced it
- Dan Carey — PM who led it and gave the build account
- Claude Code — origin tech (Agent SDK, a Claude Code skill, thin IDE wrapper) and the handoff-to-production target
- Cowork — sibling Anthropic agent product (non-code knowledge work); Claude Design is the visual-artifact sibling
- Anthropic — vendor
- Claude Opus 4.7 — the model release that closed the early prototype's gaps
- Prototype Over PRD — the tool fast enough to make prototypes replace PRDs
- Compounding Loop Optimization — its features are crystallized loop-optimizations
- Build for the Next Model — its clearest case study
- Dogfooding as Product Discipline — "use Claude Design to design Claude Design"
- Living Design System — HTML/CSS/JS export + design-system output is the same portable-artifact move
- MCP and Computer Use — the integration surface for "any design tool via MCP"
- Vibe Coding vs. Agentic Engineering — "lift the floor for everyone" echoes vibe-coding raising the floor
Open Questions#
- Did the "any design tool via MCP" integration actually ship on the stated timeline? (Forward claim from May 2026.)
- How does Claude Design's eval discipline work for visual/aesthetic output, where there's no compiler or test? (Same open question as Cowork for non-code artifacts; relates to character/taste evals.)
Sources#
- Designing with Claude: From prompt to production — Dan Carey, "Designing with Claude: From prompt to production," May 2026
- Anthropic's Boris Cherny: Why Coding Is Solved, and What Comes Next — Boris Cherny's prior mention as a vision example
Cited by 17
- AI Native Product Cadence
Cat Wu's 6mo→1mo→1day cadence at Anthropic: research-preview branding, mission-as-tiebreaker, evergreen launch room, li…
- Anthropic
AI safety company / vendor of Claude; mission-as-tiebreaker culture; ~30–40 PMs across teams; Mike Krieger leads Labs r…
- Anthropic Labs
Anthropic's internal incubator — a 'bet factory' of ~a dozen tiny teams exploring the model frontier with lean-startup…
- Build for the Next Model
Prototype the thing that almost works, not the thing that already works: bet that the next concrete model release (not…
- Claude Code
Anthropic's agentic coding product; created by Boris Cherny late 2024; TypeScript/React; CLI/desktop/web/mobile/IDE sur…
- Claude Opus 4.7
GA frontier model from Anthropic; direct upgrade to 4.6 at same price; literal instruction following, 1.0–1.35× tokeniz…
- Compounding Loop Optimization
Dan Carey's discipline of instrumenting and automating every recurring step of the build loop — because when internal t…
- Cowork
Anthropic's non-code knowledge-work agent product; sibling to Claude Code; output is decks/inbox/dossiers; same MCP/com…
- Dan Carey
Product Manager leading product within Anthropic Labs; led Claude Design; 'Designing with Claude' talk (May 2026); ~two…
- Dogfooding as Product Discipline
Product sense is built by relentless first-hand use ("ant food"); Mr. Peanut catch; cross-source (Cat Wu vibe-checks, G…
- Engineer PM Convergence
Generalists across disciplines; product taste as bottleneck skill; Anthropic Claude Code team as case study; "just do t…
- 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…
- Entities — People, Orgs, Tools & Projects
Map of Content for all 32 entity pages. See Home for concept domains.
- Open Questions Backlog
_96 pages with open questions, as of 2026-06-14._
- Problem-Solution Fit Discipline
Idea-stage thesis: three defenses against premature building (time, resources, belief friction) all eroded; AI as devil…
- Product Velocity as Moat
Shipping speed as differentiator + trust signal ("you'll scale with us"); a treadmill that must convert into durable lo…
- Prototype Over PRD
Dan Carey's prototype-replaces-PRD method: record a why-not-what conversation, transcribe it, hand the transcript to Cl…
Related articles
- Cat Wu
Head of Product for Claude Code and Cowork at Anthropic; primary articulator of AI-native product cadence and engineer-…
- Claude Code
Anthropic's agentic coding product; created by Boris Cherny late 2024; TypeScript/React; CLI/desktop/web/mobile/IDE sur…
- Anthropic Labs
Anthropic's internal incubator — a 'bet factory' of ~a dozen tiny teams exploring the model frontier with lean-startup…
- Dan Carey
Product Manager leading product within Anthropic Labs; led Claude Design; 'Designing with Claude' talk (May 2026); ~two…
- AI Native Product Cadence
Cat Wu's 6mo→1mo→1day cadence at Anthropic: research-preview branding, mission-as-tiebreaker, evergreen launch room, li…
