惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

N
Netflix TechBlog - Medium
T
The Blog of Author Tim Ferriss
aimingoo的专栏
aimingoo的专栏
A
About on SuperTechFans
Stack Overflow Blog
Stack Overflow Blog
B
Blog RSS Feed
Microsoft Security Blog
Microsoft Security Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
人人都是产品经理
人人都是产品经理
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
J
Java Code Geeks
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
B
Blog
MongoDB | Blog
MongoDB | Blog
L
LangChain Blog
WordPress大学
WordPress大学
小众软件
小众软件
IT之家
IT之家
腾讯CDC
月光博客
月光博客
量子位
Blog — PlanetScale
Blog — PlanetScale
P
Proofpoint News Feed
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
Google Stitch 2.0: Senior-Level UI in Seconds, But Editin...
Vikas Sahani · 2026-04-22 · via DEV Community

Vikas Sahani

Google Stitch 2.0 can generate production-quality UI in seconds.

But the moment you try to refine a single component, the system starts to break.

This post is a hands-on evaluation of Stitch while building a real product flow, focusing on where it excels and where it fails under practical usage.


TL;DR

  • UI generation quality is exceptionally high (near senior-level output)
  • Iteration speed with Gemini 3 Flash is extremely fast
  • DESIGN.md improves consistency across outputs
  • Component-level editing is unreliable
  • Agent can become unresponsive with no feedback

Conclusion: Strong for generation, weak for controlled refinement


Demo Video


Context

This evaluation was done while building a real product flow for an AI-powered agriculture application.

The workflow included:

  • Prompt → UI generation
  • Multi-screen navigation
  • Component-level edits using "Edit with AI"
  • Export pipeline testing

What Works Well

High-quality UI generation

Using Gemini 3.1 Pro ("Thinking" mode), Stitch produces layouts with:

  • Strong visual hierarchy
  • Clean spacing and alignment
  • Coherent component structuring

The output often matches what a mid-to-senior designer would produce as a first iteration.


Fast iteration loop

With Gemini 3 Flash:

  • Multiple UI variations are generated within seconds
  • Exploration cost is significantly reduced

This compresses early-stage design cycles into a single interaction loop.


Accurate instruction-to-design translation

Compared to earlier versions:

  • Prompts are interpreted more consistently
  • Layout intent is preserved
  • Component grouping is largely correct

DESIGN.md improves consistency

Defining design rules such as:

  • Colors
  • Typography
  • Component constraints

results in more consistent outputs across iterations.


Export layer is well structured

Available outputs include:

  • AI Studio
  • Figma
  • Code export

This creates a clear bridge between design and implementation.


Where It Breaks

Case Study: Scan Button Component

While refining a floating "Scan Crop" button, the following behavior was observed.

Intended behavior

  • Default state: circular icon button
  • First interaction: expands into pill with "Scan" label
  • Second interaction: triggers scan action

Step 1: Edit with AI

Result:

  • Button collapsed into circular form (expected)
  • Scan icon was removed (unexpected)

This resulted in a visually ambiguous control with no clear affordance.


Step 2: Targeted correction

Instruction:

"Add scan icon while keeping all other properties unchanged"

Result:

  • No visible update
  • No feedback
  • No error signal

Step 3: Repeated attempts

  • Same instruction issued multiple times
  • No change observed

Outcome

  • Edit pipeline became unresponsive
  • Component could not be refined further
  • Required abandoning the edit flow

Analysis

This behavior indicates a system-level limitation rather than a simple generation error.

Weak component-level editing

The system struggles with scoped modifications such as:

  • Modify one attribute while preserving structure

Lack of deterministic control

Edits are:

  • Non-reliable
  • Not precisely applied

Agent state inconsistency

The system appears unable to:

  • Maintain prior edit context
  • Apply incremental changes

Silent failure

There is no:

  • Error feedback
  • Retry mechanism
  • Recovery guidance

The system simply stops responding.


Why This Matters

This directly impacts practical usability:

  • Reduces trust in iterative refinement
  • Forces regeneration instead of controlled editing
  • Slows down later-stage prototyping

Stitch is strong in generation, but unreliable in refinement.


Missing Capabilities

For production-level workflows, the following are required:

Deterministic edit mode

Apply scoped, predictable changes.


Component locking

Preserve structure while editing specific attributes.


Feedback system

Provide clear signals when edits fail.


Visual diff

Show before and after changes.


Retry mechanism

Automatically handle failed edits.


Strategic Observation

Stitch 2.0 has largely solved the generation problem.

The remaining challenge is control.


Final Assessment

Strengths:

  • High-quality UI generation
  • Fast iteration
  • Strong direction toward AI-native design workflows

Limitations:

  • Fragile editing
  • Lack of deterministic control
  • Agent reliability issues

Conclusion

Stitch is already a highly capable prototyping system.

However, until component-level editing becomes reliable, it cannot replace traditional design workflows for production use.

For now:

  • Use it for rapid generation
  • Avoid relying on it for precise refinement