Best of Design SystemsApril 2026

  1. 1
    Article
    Avatar of piirjq3y7ofa7m8zrpdg8Anubhav Bhatt·3w

    DESIGN.md - UI design systems format shared with AI

    Google's Stitch has introduced DESIGN.md, an open-source file format designed to standardize how UI design systems are shared with AI tools. It combines machine-readable design tokens (colors, typography, spacing) with human-readable context explaining design intent, enabling AI to generate consistent, brand-aligned interfaces without repeated manual explanation. The format includes validation tools like accessibility checks and integrates with workflows such as Tailwind and CI pipelines, aiming to become a universal design contract that reduces friction and improves designer-developer collaboration.

  2. 2
    Article
    Avatar of bradfrostBrad Frost·4w

    Mouth Coding

    Brad Frost introduces 'mouth coding' — a practice of verbally collaborating with an LLM in real time to build websites during live conversations. Using a real-world example of redesigning a small counseling practice's website with his wife, he outlines the key ingredients: live conversation, speech-to-text transcription, solid UI infrastructure, live preview, additional context, and human judgment. He argues this approach democratizes web creation, enables genuine cross-disciplinary collaboration, and is especially valuable for nonprofits and small organizations that lack dedicated web staff. The core thesis is that AI should facilitate human creativity rather than replace it, and mouth coding represents the most participatory, inclusive design process he's experienced in years.

  3. 3
    Article
    Avatar of fireup-proFireUp·3w

    and it might replace the way we share UI Design forever : fireup.pro

    Google has unveiled Stitch, an experimental AI design tool from Google Labs that generates UI layouts and frontend code from text descriptions. The more significant announcement is DESIGN.md, a machine-readable design specification format that replaces static files like Figma exports or PDFs. DESIGN.md enables AI tools to generate consistent UI from shared rules, allows developers to integrate design intent directly into code pipelines, and makes design version-controllable like software. The format represents a shift from 'design as a file' to 'design as a system-readable spec', potentially transforming how design and development teams collaborate.

  4. 4
    Article
    Avatar of lobstersLobsters·3w

    Do I belong in tech anymore?

    A design engineer reflects on quitting their job after experiencing burnout driven by the pervasive adoption of AI tools in their workplace and a broader disillusionment with the tech industry's values. They describe specific scenarios where AI was used carelessly — unreviewed code merges, AI-generated code reviews, AI-driven design prototypes — and how the constant friction of deciding whether to push back left them exhausted and alienated. Beyond AI, they mourn the loss of the progressive ideals they believed tech once stood for, citing tech leaders' capitulation to political power and abandonment of climate and equity commitments. They frame their burnout not as mere tiredness but as the 'emotional experience of political defeat' — grief over the loss of an ideal. They are now recovering, pursuing personal projects, and uncertain whether they'll return to full-time tech work.

  5. 5
    Article
    Avatar of collectionsCollections·4w

    DESIGN.md: an open standard for describing design systems to AI agents

    Google's Stitch team has open-sourced DESIGN.md, a file format specification that enables AI agents to read and act on design systems. The format pairs structured design tokens (hex codes, font sizes) with human-readable rationale explaining the reasoning behind design decisions. The GitHub-published spec includes a token section, a work-in-progress components section for role-based references, and a CLI tool that validates files against the spec with WCAG contrast ratio checks. The goal is to provide a shared foundation so AI agents and tools can consistently generate and consume design systems without each platform inventing its own approach.