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.
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.
Each dot marks the weighted maturity of practices within a domain — hover for a brief summary, click for more detail
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.
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.
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.
— 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.
— 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.