← All writing

Claude Design is genuinely good but Google AI Studio still wins on the first prompt

Abhay Bagda 19 April 2026 4 min Tools

Every website Claude has ever designed for me looks like the same website. Rounded corners, soft gradients, a hero section with a heading on the left and a decorative blob on the right. Swap the colours and you could not tell the difference between a fintech landing page and a portfolio site for a ceramics studio. I stopped asking.

Google AI Studio never had this problem. I have been using it for one-shot design prompts for the better part of a year now, and the output surprises me almost every time. You describe what you want, it gives you a full HTML page that looks like a product someone would pay for. Bold typography, confident layout decisions, visual hierarchy that actually works. No three follow-up prompts to get it to stop centering everything.

The best design tool is the one that does not make you fight it on the first try.

Then Anthropic launched Claude Design on April 17, and I had to revisit every assumption.

Google AI Studio earns trust on the first prompt

The thing Google gets right is output confidence. When you prompt AI Studio for a landing page, a dashboard, or a signup flow, the result looks like it was designed by someone who has shipped products before. There is no timidity. The typography choices are bold. The spacing is generous. The colour palettes feel intentional, not generated.

I first started using it because I needed a quick mockup for a client pitch. The prompt was one sentence. The output was a fully styled HTML page with a dark hero, a feature grid, and a pricing table. I used it in the meeting. The client asked which designer I was working with.

That never happened with Claude’s artifacts. Every artifact I generated looked like a Tailwind template someone abandoned halfway through customising. The layouts were safe. The colours were muted. If you asked for something bold it gave you the same layout but in darker blue.

Claude Design is not the same product as Claude artifacts

This is the part that surprised me. Claude Design is not just a better prompt-to-HTML pipeline. It reads your existing codebase and design files during onboarding to build a custom design system. That means the output starts from your visual language, not from whatever default palette the model converged on during training.

The refinement loop is where it pulls ahead. You get a first draft, leave inline comments, drag adjustment sliders the AI generates on the fly, and iterate without re-prompting from scratch. Google AI Studio gives you a great first shot. Claude Design gives you a first shot and then lets you art-direct the second, third, and fourth without losing context.

It also exports to formats that actually matter. Canva, PDF, PowerPoint, standalone HTML, and a handoff bundle that plugs straight into Claude Code. That last one is the real play. You go from prototype to working codebase without copy-pasting markup between tabs.

# Claude Design → Claude Code handoff
# Export the prototype as a design bundle
claude-design export --format code-bundle --output ./design

# Import into your project with Claude Code
claude code --import-design ./design/bundle.json
# Your components, tokens, and layout are already wired up

Mike Krieger, Anthropic’s chief product officer, resigned from the board of Figma on April 14. Three days before this launched. Figma’s stock dropped 7% on the announcement. Anthropic is not treating this as a side project.

Where they actually differ

Google AI StudioClaude Design
First-prompt qualityExcellent. Confident layouts, bold typography, looks production-readyGood. Improved over artifacts, but still slightly conservative on first pass
Design system awarenessNone. Starts from scratch every timeReads your codebase and design files to match your existing system
IterationLimited. One-shot is the strength. Refinement means re-promptingStrong. Inline comments, sliders, multi-round refinement without context loss
Export optionsHTML, code snippetsCanva, PDF, PPTX, HTML, Claude Code handoff bundle
ModelGemini 3 Pro / FlashClaude Opus 4.7
CostFree tier availablePro, Max, Team, or Enterprise subscription required
Best forQuick mockups, client pitches, one-off landing pagesIterative prototyping, design-to-code workflows, team design systems

The honest answer is you probably need both

Google AI Studio is still my first reach when I need a visual in the next ten minutes. The one-shot quality is unmatched. If I am mocking up a landing page for a pitch, or generating a quick UI to test an idea with a client, AI Studio gives me something I am not embarrassed to show.

Claude Design is what I reach for when the design needs to become real code. The codebase awareness means the output is not a generic template I have to rebuild. The export-to-Claude-Code pipeline means I am not manually translating a pretty picture into actual components. For anything that lives beyond the meeting it was created for, Claude Design is the better tool.

Claude stopped making every website look the same. That alone would have been enough. The design system integration and the code handoff pipeline make it something Google has not matched yet.

Use AI Studio when you need to impress someone in the room. Use Claude Design when you need to ship something after the meeting ends.

If you want the full breakdown on Claude Design, read Anthropic’s announcement here. For the Google AI Studio prototyping workflow, their 2026 guide covers it well.