Design Systems
Your design tokens are now the only thing standing between your brand and drift
June 10, 2026·5 min read·Igal Melamed
A while back I wrote that most teams need both a brand guideline and a design system, because they answer different questions for different audiences. That's still true. But something changed this year that moves the design system from important to load-bearing, and it's worth naming directly.
Your engineers are now shipping interface that no human designed. An AI generated it from your codebase in an afternoon. And the only thing that decides whether it looks like your brand or like nothing in particular is the foundation that AI is reading from.
AI amplifies the foundation it's handed
This is the whole mechanism. A generation tool doesn't invent your brand - it reflects whatever it can see in your repository back at you, faster. Point it at a codebase with clean tokens, consistent components, and documented patterns, and it produces more of that, on brand, in minutes. Point it at a codebase with three accent colors that almost match and a focus ring inherited from a component library nobody chose, and it produces more of that, just as fast.
Speed is neutral. It amplifies. A strong foundation gets amplified into consistency; a weak one gets amplified into fragmentation. There is no third outcome.
The old drift took two years. The new drift takes a sprint
I used to describe the classic failure mode like this: no one documented what a disabled button looked like, so six teams invented six versions, and eighteen months later the product had 47 button variants. That drift was slow enough that you could catch it in a design review.
The generated version of that drift arrives in a single sprint. When any engineer can produce a plausible-looking new component on demand, the 47 variants don't accumulate over two years - they land next Tuesday, each one individually reasonable, collectively incoherent. Design review can't scale to catch it. The only thing that scales is constraint.
Tokens stopped being documentation and became governance
For years a token file was, honestly, a nicety - a tidy way to keep colors in one place. In 2026 it's the enforcement layer. It's the thing that says: this is the action color, this is the spacing scale, these are the only radii that exist, and everything downstream - human or model - either consumes those values or is visibly wrong.
The brand guideline PDF can't do this job. No AI reads your 60-page PDF
before generating a component. It reads your --color-action-primary.
If that variable is the honest source of truth, generated output stays
inside the brand almost for free. If it isn't, the PDF is a museum piece.
What we now do before anyone lets AI near the code
The sequence we run with product teams has one non-negotiable step at the front:
- Settle the brand foundation - the color, the type, the two reference screens - so there's something true to tokenize.
- Tokenize it honestly - every brand decision becomes one variable in one file, and nothing in the product is allowed to hardcode past it. This is the step teams skip, and it's the step that determines everything after.
- Then turn the tools loose. Once the tokens are the only vocabulary available, generation speed becomes an asset instead of a liability.
The teams treating their design system as governance infrastructure are the ones where AI made the product more consistent this year. The teams still treating it as documentation are the ones explaining to their board why the app suddenly looks like six apps.
Same tools. Opposite results. The difference is entirely upstream, in a file most people still think of as housekeeping.