Perly Consulting │ Beck Eco

The State of Play

A living index of AI adoption across industries — where established practice meets the bleeding edge
UPDATED DAILY

The AI landscape doesn't move in one direction — it lurches. Some techniques leap from experiment to table stakes in a single quarter; others stall against regulatory walls, technical ceilings, or organisational inertia that no amount of hype can dislodge. Knowing which is which is the hard part. The State of Play cuts through the noise with a rigorously maintained index of AI techniques across every major business domain — classified by maturity, evidenced by real-world adoption, and updated daily so you always know where you stand relative to the field. Stop guessing. Start knowing.

The Daily Dispatch

A daily newsletter distilling the past two weeks of movement in a domain or two — delivered to your inbox while the index updates in the background.

AI Maturity by Domain

Each dot marks the weighted maturity of practices within a domain — hover for a brief summary, click for more detail

DOMAIN
BLEEDING EDGEESTABLISHED

Wireframe generation & design-to-code conversion

BLEEDING EDGE

TRAJECTORY

Stalled

AI that generates wireframes and prototypes from descriptions and converts designs into production code. Includes text-to-wireframe tools and Figma-to-code conversion; distinct from design system generation which creates reusable component libraries rather than individual screens.

OVERVIEW

AI-powered wireframe generation and design-to-code conversion compress prototyping from days to hours, but the practice remains firmly bleeding-edge: mainstream for designer adoption and SMB ideation, yet enterprise production deployment shows persistent quality and confidence gaps. July–August 2026 confirms major infrastructure maturity (MCP standardization, platform consolidation around Claude Design + Figma Make + Builder 2.0) alongside crystallized production barriers. Designer adoption is mainstream and accelerating (91% use generative AI, 50% shipped AI code to production). However, a critical SRE confidence gap persists: zero percent of 200 surveyed SRE leaders report high confidence in AI-generated code post-deployment; 43% require manual debugging in production, 88% need 2-3 redeploy cycles. The binding constraints are now clear: accessibility compliance (systematic failures in 100% of tested tools), design system preservation (components reimplemented instead of reused), security properties (322% more privilege escalation paths in AI code), and maintainability require explicit upfront discipline. Teams achieving scale (Botim 90% accuracy, Decagon 70% roadmap from AI) front-load precision—explicit component mapping, machine-readable design specs (DESIGN.md), structured MCP handoff—rather than naive Figma-to-code export. One-shot workflows fail; iterative loops with product context win.

CURRENT LANDSCAPE

Platform consolidation and infrastructure maturity reached inflection in July–August 2026 across three major vendors, each shipping production design-to-code workflows with different handoff models. Figma extended Make (workflow lab July 22) enabling designers to deploy code changes directly to GitHub without engineering tickets, closing the handoff loop at production scale; MCP server reached GA with stateless protocol (July 28), eliminating session-affinity architectural barriers for cloud deployment. Claude Design (Anthropic, July 19) launched with conversational wireframing and closed-loop handoff to Claude Code, first vendor-integrated design-to-production pipeline. Builder 2.0 (July 23) introduced multiplayer collaborative editing where non-developers (design, PM, QA) edit live code on production branches, collapsing design-review bottleneck into concurrent iteration. Webflow MCP 2.0 (July 21) brought governance and brand control; named deployments (Arkose Labs, Amazon Ads) with >30% enterprise adoption signal production-ready workflows. Named enterprise outcomes persist: Botim (150M users) deployed 90% automatic code generation accuracy with 32-component production parity; Decagon (CNBC Disruptor 50) mapped 70% of product roadmap from AI-assisted design-to-code; Serhant (real estate, $1B+ monthly sales) achieved 144% commission income increase through agentic workflows. Designer adoption is mainstream and accelerating: Figma State of Designer (906 designers, June 2026) shows 72% use generative AI, 91% improved quality, 89% faster workflows; separate survey (July 2026, musemind.agency) confirms 91% weekly AI usage and 50% shipped AI code to production. Market bifurcation confirmed: design-to-code requires developer expertise + design system discipline + accessibility-in-first-prompt; prompt-to-product (v0, Lovable, Bolt) requires neither.

Design system maturity as machine-readable API remains the critical prerequisite for production reliability. DESIGN.md ecosystem matured through July 2026: Google Labs open-sourced DESIGN.md specification (Apache 2.0, June 26), bergside design-md-figma v1.0 shipped, TypeUI standard reached 725 GitHub stars, design-md-chrome 1,263 stars. Production adoption confirmed: Halodoc deployed FigmaToSwiftUI Skill for production iOS code generation; Sansan deployed Dev Mode MCP Server + Code Connect for live feature shipping; ServiceNow Build Agent runs Figma MCP at enterprise scale for design-driven app generation. Smashing Magazine's July guidance codifies AI-ready design patterns: spec files, token layers, FigmaLint auditing. Teams shipping fastest (Botim, Decagon) treat design systems as code backends, not visual artifacts.

However, systemic quality barriers crystallized further in July–August 2026 and now dominate enterprise adoption constraints. Accessibility is a documented-failure barrier: Figma Sites (new design-to-web product in public beta) exhibited 210+ WCAG violations (33 critical, 7 serious) in Config.new production site, with automated accessibility checkers capturing only 15–30% of actual violations. Practitioner analysis (sturit.medium.com, July 23) documents that 100% of tested AI-generated code fails accessibility standards—root cause is AI reproducing non-accessible training data, not implementation oversight. Security emerges as structural: AI design-to-code tools generate 322% more privilege escalation paths than human code, with LLMs optimizing for functional correctness rather than security properties (least privilege, input validation, defense-in-depth). Code quality paradox persists: Faros analysis (22,000 developers) shows AI adoption increased throughput 33.7% while bugs per developer rose 54% and incidents per PR rose 242.7%. A critical SRE confidence gap crystallized in July 2026: zero percent of 200 surveyed SRE leaders report high confidence in AI-generated code post-deployment; 43% require manual debugging in production after QA passes; 88% need 2-3 redeploy cycles to verify fixes. Designer confidence (91% quality improvement, 89% faster) diverges sharply from operator reality: production incidents spike, senior engineer triage burden increases by one-third of weekly time.

Root cause identified: naive Figma-to-code and screenshot-to-code approaches fail without rich product context (requirements, existing component library, architectural patterns, repo structure, Slack history, customer feedback). Successful teams (Botim, Decagon) achieve 70–90% accuracy not through tool maturity but through human-in-the-loop design system discipline: explicit component mapping, machine-readable specs (DESIGN.md), iterative conversation, structured MCP handoff. v0's 65-85 hour integration wall and token-metered pricing add hidden friction. The "last mile" challenge persists: component isolation (no multi-screen journey modeling), design drift (visual mismatches between design and code), and semantic HTML failures (documented "Div Soup Problem" across 12 tools) remain unresolved architectural constraints.

Mainstream designer adoption is locked and accelerating. Enterprise production scaling remains blocked by accessibility compliance gaps, security property gaps, SRE confidence deficits, design system preservation requirements, and the cumulative cost of post-deployment triage. Success requires architectural discipline upfront—design systems as machine-readable APIs, explicit component metadata, accessibility-in-first-prompt—and human-in-the-loop iteration, not automation alone.

TIER HISTORY

ResearchJan-2023 → Jan-2023
Bleeding EdgeJan-2023 → present

EVIDENCE (149)

— Figma July 2026 production releases: properties panel + annotations for visual code editing, GPT-5.6 integration, Auto Layout CSS handoff improvements, Code-backed screen import binding to design variables—platform breadth across all seats.

— Critical technical assessment surfaces real production limitations: token-metered pricing, component isolation, 65-85 hour engineering integration wall, design drift risk; negative signal valuable for tier assessment despite mainstream adoption.

— Builder 2.0 collapses design-to-code handoff with multiplayer collaborative editing where design, PM, QA edit live code alongside developers, eliminating design-review bottleneck through concurrent iteration.

— Practitioner analysis with code examples showing systematic accessibility failure modes in AI-generated code (non-semantic markup, missing ARIA, no keyboard navigation); root cause is AI reproducing training data patterns.

— Figma workflow lab enables designers to deploy production code changes directly via GitHub without tickets, closing design-to-code handoff loop with real-time production parity on live sites.

— Webflow MCP 2.0 adds governance and brand control for AI-driven site generation; named deployments (Arkose Labs, Amazon Ads) with >30% enterprise adoption and 4x growth signal mainstream production adoption.

Let your AI assistant design in FigmaNotable Repositories

— Open-source Figma MCP Console addresses core design-fidelity failure: AI hallucinating assets instead of exporting real Figma icons; includes Figma-to-Code, Requirement-to-Figma, design token sync with production early feedback adoption.

— SIGGRAPH 2026 coverage: multiple major creative tools shipping real MCP connections in production; Figma MCP enables AI agents to work inside design tools; infrastructure-level maturity signal beyond vendor marketing hype.

HISTORY

  • 2023-H1: First-generation design-to-code tools (Locofy, Uizard, Anima) gain traction among non-professional designers. Peer-reviewed research confirms LLM code generation works well for data tasks but struggles with visual-graphical constraints. Indie developer case study shows 70% time savings from design-to-code conversion. Critical assessments highlight workflow limitations including design-development misalignment.
  • 2023-H2: Wireframe generation research advances with WireGen prototype achieving 77.5% improvement over baselines through LLM-based generation from natural language. Second named case study (Mealcraft, UK) validates production Figma-to-code deployments with 70% time savings. Figma reveals internal constraints: only 3% of developers highly trust AI code accuracy; full automation abandoned in favor of "intelligence amplification" approach due to framework diversity and code usability issues. Practice remains dependent on substantial manual refinement despite time savings.
  • 2024-Q1: Multimodal LLMs (GPT-4V, Gemini Vision) show capability gains: Design2Code benchmark shows 49% human parity and 64% superiority over reference code on 484 webpages. Research addresses layout preservation bottleneck (LaTCoder: 66% improvement with chain-of-thought). Vendor ecosystem expands (Builder.io Visual Copilot, Uizard Autodesigner). However, Figma user survey reveals gap between expectations (89% expect impact) and adoption reality (72% report AI plays minor role, <33% proud of shipped features). Deployment concentrated among indie developers; enterprise adoption remains blocked by design-system integration, accessibility verification, and maintainability concerns.
  • 2024-Q2: Dedicated platform adoption accelerates: Uizard reaches 3.2M users with 80% of new UIs AI-generated. Figma doubles down with native AI (text-to-layout) and Dev Mode enhancements at Config 2024. Independent evaluations cement maturity messaging while documenting continued limitations: bachelor's thesis on five leading tools (Locofy, Anima, etc.) shows responsiveness and advanced feature gaps; industry review of 50+ tools confirms speed/ideation gains but persistent generic output and design system integration challenges. Vendor ecosystem solidifies around Locofy, Anima, Uizard, Builder.io, TeleportHQ. Gap between marketing (50-80% time savings) and reality (significant post-generation refinement required) persists, but confidence growing among SMBs and indie developers. Enterprise integration remains blocked by design system semantics, accessibility verification, and code maintainability.
  • 2024-Q3: Vendor ecosystem expands with Visily launching sketch-to-wireframe and template-driven design generation. Practitioner testing confirms sustained pattern: tools generate prototypes rapidly but require extensive refinement for production use. Accessibility becomes documented blocker—expert analysis shows AI-generated code systematically fails WCAG 2.2 AA compliance. Localization gaps persist, particularly for non-Latin languages. Figma-to-code plugin competition intensifies (DhiWise vs. Locofy). Practice stabilizes as mainstream for SMBs and freelancers seeking design acceleration but remains blocked for enterprise by accessibility verification, design system preservation, and code quality concerns.
  • 2024-Q4: Uizard sustains 931K monthly traffic with 10.9% growth from Autodesigner feature; Figma deepens native AI integration (text-to-layout, Dev Mode, Code Connect). Industry-wide adoption metrics peak: 98% of 400+ U.S. designers report AI-changed workflows with 91% positive ROI. Builder.io and platform vendors document persistent tension between rapid generation and code quality; LLM research identifies seven categories of non-syntactic errors in generated code. Ecosystem consolidates around core vendors with differentiation on language support and component generation; enterprise adoption remains blocked by accessibility compliance gaps, design system preservation, and code maintainability concerns.
  • 2025-Q1: Figma launches Code Connect in beta, formalizing design-to-code as platform feature. Builder.io reports 1M Figma plugin installs with enterprise production deployments. However, adoption-trust paradox deepens: 90% of developers use AI code generation but only 3% maintain high trust. Code quality barriers intensify—duplicated code eightfold higher, security vulnerabilities prevalent, and 66% of developers spend more time debugging than automation saved. Real-world enterprise case emerges (Emaar Properties, UAE using Uizard), but constrained by extensive post-generation refinement. Enterprise scaling remains blocked by accessibility, design system preservation, and code maintainability concerns; practice consolidates as mainstream for SMB and freelance design acceleration.
  • 2025-Q2: Figma Config 2025 announces Figma Sites and Figma Make, deepening platform consolidation of design-to-code workflows. Independent practitioner testing confirms v0.dev, Lovable, Bolt, and Replit accelerate prototyping but require heavy manual support; none approach full automation. Fundamental technical limitations emerge: LiveCodeBench Pro benchmark reveals frontier AI models achieve 0% accuracy on hard coding problems and 53% on medium tasks, while practitioners identify critical context gaps (project history, implicit knowledge, temporal memory) blocking autonomous code generation. Enterprise deployment remains confined to prototyping; production scaling blocked by state management complexity, design system preservation, and developer skepticism.
  • 2025-Q3: Designer-developer trust divergence sharpens: only 32% of designers trust AI design-to-code outputs vs 82% of developers using AI tools generally; 42% of companies abandon AI initiatives. UX team adoption rises to 75% for wireframing tasks, but developer sentiment on generated code quality deteriorates—trust falls to 29% among 49,000+ surveyed developers, with 66% spending more time debugging than saving. MIT analysis documents systemic enterprise pilot failure: 95% of 300 analyzed deployments deliver minimal ROI. Independent tooling evaluations (Locofy, Anima, v0, UXPin) confirm tools accelerate prototyping but fall short of production readiness.
  • 2025-Q4: Figma launches native AI wireframe generator within Figma Make, consolidating design-to-code capability into platform. Figma reports 34% of users shipped generative AI applications (up from 22%), but trust remains low: only 32% of designers trust AI outputs vs 68% of developers. Independent 30-day tool testing confirms value for prototyping (3-5 hours reduced to 30-60 minutes) but all tools require extensive cleanup (20-30% post-generation rework). Designer-developer adoption gap widens to 28 points (31% designers vs 59% developers). Practice consolidates as mainstream for SMB wireframing but production scaling remains blocked by trust deficits, accessibility compliance, and design system preservation challenges.
  • 2026-Jan: Vercel accelerates v0 with AWS database integration (Aurora, DSQL, DynamoDB) enabling full-stack app generation; reports agentic pipeline improvements (dynamic prompts, LLM Suspense, autofixers) achieve double-digit success rate gains. Locofy Figma plugin sustains adoption growth (2,192 users Jan 1 to 4,788+ by March). However, project failure rates dominate industry discourse (88% AI agent failures per HyperSense analysis), with RAND/Gartner confirming 80% never reach production. Independent v0 testing identifies trade-offs: React-only output and credit-based pricing unpredictability limit adoption. "Last mile" problem crystallizes—design system preservation and component reuse remain fundamentally unsolved at scale. Practice consolidates as mainstream for SMB/freelance/startup wireframing but enterprise production scaling remains blocked by design system semantics, component duplication, and hidden post-generation refinement costs.
  • 2026-Feb: Figma releases bidirectional integrations (GitHub Copilot MCP server, Codex-to-Figma) enabling code-design workflows; v0 rebuilds as production platform with GitHub integration and database support. AI backend standardization around Claude Opus with reported 20% error reduction. Designer adoption peaks (89% faster workflows, 91% improved designs); video-to-code emerges (Replay showing 40→4 hour legacy modernization gains). Critical risk surfaced: high-fidelity AI outputs may bypass validation phases. Platform consolidation accelerates but "last mile" design system and component reuse challenges persist unchanged.
  • 2026-Mar: Bidirectional design-code workflows operationalized at scale. OpenAI+Figma MCP integration (Feb 26) enables AI to reference design context directly; GitHub Copilot MCP now syncs rendered UIs back to Figma as editable frames, closing the handoff loop. Figma AI wireframe adoption doubled YoY. Independent comparative testing (Mark Rosal) shows tool diversity: Claude achieves pixel-perfect accuracy with semantic preservation; ChatGPT infers broader UX intent; Cursor prioritizes speed. Case study evidence emerges: Tortuga founder documented eliminating design handoff entirely, opening Figma only twice for single product (vs every screen previously), shifting to code-first Claude workflows. Industry reports document 30-60% frontend dev time reduction across leading tools (Anima, Locofy, Builder.io); 68% of developers now use AI code generation daily. Trust remains divergent: designer confidence high (89% faster, 91% improved quality) but developer skepticism persists (29% high trust in generated code quality). "Last mile" challenges—design system reuse, component duplication, semantic HTML gaps, accessibility—unchanged despite workflow streamlining.
  • 2026-Apr: Research breakthroughs and production deployment maturity signals coexist with a sharper critique of systemic quality failures. ICLR benchmark (Figma2Code) reveals fundamental trade-off in multimodal design-to-code: proprietary models (GPT-5, Gemini 2.5 Pro) achieve visual fidelity but generate rigid, unmaintainable code; open-source models generate cleaner, responsive output due to layout-aware generation. Anthropic launches Claude Design (April 2026), integrating design ideation with handoff to Claude Code in a unified product family. Figma GA of use_figma MCP tool with write access enables design system-driven code generation; named enterprise adoption: Uber's uSpec system automates component spec creation across seven implementation stacks. Technical research: DOne framework (schema-guided generation) achieves 3x faster code generation and 10% better design fidelity. Critical failure modes newly documented: UXPin analysis names Figma, Cursor, Claude Design, Bolt, v0, and Lovable as all exhibiting visual drift and component debt when disconnected from design systems; Smashing Magazine documents that 92% of AI codebases contain critical vulnerabilities, code duplication runs 4x higher than human-written code, and role creep forces designers to master engineering simultaneously—labelled the "Rework Tax" draining engineering resources. UXMagic 2026 tool survey identifies the "Div Soup Problem" (semantic HTML failures) as a systemic barrier across 12 leading tools. Real-world testing: Workspace agency finds design-to-code tools ignore existing 200+ component libraries, requiring 90-minute rebuilds; Builder.io confirms agent accuracy depends entirely on team metadata discipline. v0 blocked 100k+ insecure deployments with 100M+ user interactions signalling mainstream but constrained adoption. Design system quality remains the binding constraint—"Design system is the API that allows AI to build your product safely." Designer-developer sentiment divergence persists: 89% of designers report faster workflows (91% improved quality); only 32% trust AI outputs vs 68% of developers. "Last mile" unsolved at scale: design system preservation, component reuse architecture, semantic HTML, and accessibility compliance remain primary barriers to enterprise production scaling.
  • 2026-May: Market consolidation accelerates with critical credibility signals mixed with documented risks. v0 adoption confirmed at 4M users with AWS case study validating production deployment of React UIs via Vercel CDN and Amazon Bedrock. Figma stock crashes 55% YTD from IPO high ($142.92 to $16.69), signalling market skepticism on design-to-code ROI despite AI feature acceleration (MCP Server noted as most valuable innovation). Figma Q1 2026 earnings disclosed named production deployments (Google, Lufthansa, Rocket Mortgage, NBBJ) with 46% YoY revenue growth and 139% NDR; Code Connect v1.4.5 shipped batch template support and local validation; Code Layers embeds React as a first-class canvas primitive with multiplayer. Lovable crosses $400M ARR but Broken Object Level Authorization vulnerability (May 2026) exposes 1M+ projects' source code, databases, and credentials from user accounts created before November 2025. METR randomized controlled trial documents 39-point perception gap: developers believe AI tools make them 20% faster but actual testing shows 4% slowdown; GitClear analysis reveals code churn jumped from 3.3% baseline to 5.7–7.1% during AI adoption; ByteIota analysis of 470 GitHub PRs shows AI code has 1.7x more issues than human code, 3x higher readability problems, and 8x more performance inefficiencies. CloudBees study (213 enterprise tech leaders) confirms 81% experienced production failures while only 12% have dedicated AI governance. Practitioner consensus crystallizes around two insights: (1) Design-to-code requires disciplined component metadata (Component.md proposal) and iterative refinement via conversation, not one-shot export; (2) market bifurcates into design-to-code (requires developer expertise) vs prompt-to-product (no developer needed). Designer confidence remains high (89% faster workflows, 91% quality improvement); developer skepticism persists despite mainstream tool adoption. Production scaling barriers unchanged: design system preservation, component reuse, accessibility, and maintainability remain primary blockers at enterprise scale.
  • 2026-Jun: Infrastructure maturity accelerates across platforms: Figma MCP reached GA (May 29) with June updates (Figma Motion animation handoff, custom font support, programmatic asset extraction) enabling design systems as code backends; Claude Design added bidirectional design-system import and /design-sync with Claude Code (June 21); Apple's Xcode 27 (June 8) integrated Figma MCP as the first IDE with seamless installation; Google Labs open-sourced the DESIGN.md specification (Apache 2.0), with bergside design-md-figma, TypeUI (725 stars), and design-md-chrome (1,263 stars) confirming production adoption of machine-readable design specs. Named production deployments span Halodoc (SwiftUI automation), Sansan (live AI feature), ServiceNow (MCP-driven app generation), and Code and Theory (75% time-to-prototype reduction, 50%+ deployment compression). Designer Fund survey (906 designers) confirms 50% ship AI-generated code to production with 78% Claude adoption, 89% faster workflows, and 91% improved quality. However, adoption paradoxes crystallize: Faros analysis (22,000 developers) finds AI raised task completion 33.7% while bugs per developer rose 54% and incidents per PR rose 242.7%; New Relic survey (200 decision-makers) confirms 67% enterprise adoption generating over half of weekly code output yet 78% report production incidents and senior engineers lose a third of weekly time to triage. Accessibility crystallizes as a documented blocker: Figma Sites (public beta) shipped with 210+ WCAG violations (33 critical), automated checkers catching only 15-30%; AI-generated code shows 322% more privilege escalation paths than human code. Market bifurcation confirmed: design-to-code requires developer expertise and design-system discipline, while prompt-to-product requires neither.
  • 2026-Jul: Platform integration deepens and the design-system-as-spec pattern consolidates. Figma team members documented production bidirectional workflows (code-to-design-to-code sandwich for pixel-perfect parity, CI/CD automation); Figma Motion MCP added animation handoff shipping production-ready CSS/React/JSON keyframes; ServiceNow Build Agent deployed Figma MCP at enterprise scale for design-driven app generation; Claude Design shipped /design-sync for bidirectional component parity with Claude Code. Google open-sourced DESIGN.md specification (Apache 2.0) as de facto standard for machine-readable design system specs, with AI Agent Prompt Guide sections positioning design files as code backends. Real-world sprint testing confirmed tool effectiveness tracks entirely with input design-system quality; security barriers crystallized at 322% more privilege escalation paths in AI-generated code versus human-authored equivalents—a structural obstacle to enterprise production scaling independent of workflow maturity. A critical production confidence gap crystallized alongside named enterprise deployment maturity: Lightrun/ControlTheory's 200-SRE survey finds zero percent report high confidence in AI-generated code post-deploy, with 43% needing manual production debugging after QA and 88% requiring 2-3 redeploy cycles, even as Botim (150M-user fintech), Decagon (CNBC Disruptor 50), and Serhant (real estate tech, 2,000+ employees) document quantified production outcomes—90% code-generation accuracy, 70% of product roadmap sourced from AI-assisted workflows, 144% average commission-income increase—built on explicit component mapping and machine-readable specs rather than naive export. Ecosystem infrastructure scaled in parallel: v0 reached 4M users with 82% YoY revenue growth (Vercel's $9.3B Series F, Teams/Enterprise now over half of revenue), Figma Config 2026 shipped Code Layers and Figma Motion, and Figma's State of Designer survey (906 designers) confirmed 72% use generative AI with 91% reporting improved quality.
  • 2026-Aug: Platform consolidation reaches inflection with four major shipments in one window: Figma's workflow lab lets designers deploy code directly to GitHub without engineering tickets, its MCP server reaches GA on a stateless protocol, Anthropic ships Claude Design with closed-loop handoff to Claude Code, and Builder 2.0 introduces multiplayer live-code editing for design/PM/QA; Webflow's MCP 2.0 adds governance controls with named enterprise deployments (Arkose Labs, Amazon Ads) and >30% enterprise adoption. Community tooling (an open-source Figma MCP Console) targets asset-hallucination failures, and SIGGRAPH coverage frames MCP as now-mainstream infrastructure across creative tools. Countervailing evidence persists: practitioner analysis documents systematic accessibility failures in AI-generated code, and a critical v0 review flags token-metered pricing, component isolation, and a 65-85 hour integration wall—while State of AI Design 2026 confirms mainstream designer adoption (91% weekly use, 50% shipped AI code to production) alongside 62% citing inconsistent output as the top challenge.

TOOLS