I’ve spent the last 18 months leading our design system through a transformation that still feels surreal. We went from a Figma library + Storybook docs setup to what I can only describe as an autonomous design infrastructure. And honestly? I’m not sure whether to celebrate or raise concerns.
From Static to Sentient
Two years ago, our design system was basically a glorified file repository. Designers would update components in Figma, engineers would manually translate them to React, and we’d have quarterly “alignment sprints” to fix the inevitable drift. Classic story, right?
Now? When a designer updates a color token in Figma, our CI/CD pipeline automatically:
- Triggers a PR in GitHub with DTCG-compliant token updates
- Regenerates Storybook documentation
- Runs accessibility audits
- Notifies affected teams in Slack
- Flags brand inconsistencies before they reach production
We’re not reviewing design changes anymore. We’re reviewing what the AI agent decided to do with them.
The DTCG Moment We’ve Been Waiting For
The Design Tokens Community Group (DTCG) specification finally hit v1.0 stability in late 2025. For those not following this space: this is huge. After years of every company inventing their own token naming conventions, we have an actual standard.
But here’s what surprises me - it took a standardization crisis to make this happen. When Supernova, Figma, Tokens Studio, and Style Dictionary all needed to talk to each other for AI orchestration to work, suddenly interoperability wasn’t optional anymore.
Why did we tolerate fragmentation for so long? I keep asking myself this. We had the W3C Community Group since 2019. But it wasn’t until AI agents needed to consume design data programmatically that organizations actually cared about standards.
Multi-Brand Architecture: The Enterprise Reality
The other shift that’s radically changed our work: abandoning the “one design system for everyone” fantasy. Enterprise teams are moving to orchestrated multi-brand systems - a core set of primitive tokens that get intelligently overridden for different products, brands, or platforms.
Our AI orchestration layer manages these overrides now. It knows which tokens cascade where, which components inherit from the core system, and which need brand-specific variants. This modularity is powerful, but it also means the system is now too complex for any one person to fully understand.
The Vibe Coding Question
Then there’s the vibe coding phenomenon - designers using Cursor IDE and Claude Code to ship production code directly. I’ve watched designers on our team go from wireframing in Figma to deploying React components in the same afternoon. No engineering handoff. No translation layer.
The AI Design Systems Conference next week is entirely focused on teaching designers to code with AI. Market projections show ~32.5% CAGR for AI-powered design-to-code tools through 2032.
Part of me loves this. Democratization! Faster iteration! Empowered designers!
But another part asks: What happens to intentionality? When the AI fills in the implementation details, are we losing something essential about the craft? When designers don’t need to understand how CSS cascade works because Claude handles it, does that matter?
Who Owns the System?
Here’s the question keeping me up at night: Who owns a design system when AI manages most of it?
Traditional ownership was clear: designers owned the vision, engineers owned the implementation, product owned the prioritization. But when an AI agent:
- Generates accessible markup automatically
- Maintains brand consistency through automated audits
- Manages token propagation across products
- Creates variants based on usage patterns
…who’s actually responsible when something breaks? When the automated accessibility audit passes but the experience is still confusing? When the AI optimizes for consistency at the expense of creative expression?
Accessibility Theater
I’m particularly worried about accessibility becoming performative. Our AI tools check WCAG compliance, color contrast ratios, ARIA labels. Everything looks great in the audit. But I’ve noticed components that are technically accessible but experientially terrible for keyboard users or screen readers.
The AI knows the rules but not the intent. And when designers trust the automation completely, we stop questioning whether we’re building the right thing.
The Designer-Developer Relationship
This shift is fundamentally changing how designers and engineers collaborate. Some teams love it - faster iteration, fewer handoff meetings, more time for strategic work. Others feel like they’re losing the creative dialogue that happens during implementation.
A senior frontend engineer on our team told me: “I used to help designers understand technical constraints. Now I just review PRs from the AI. It’s efficient but lonely.”
Are we trading collaboration for velocity? Is that a fair trade?
So Who Benefits?
After all this automation, I keep asking: who’s actually winning?
- Product teams: Definitely. Faster iteration, more consistency, less coordination overhead.
- Designers: Mixed. More autonomy, but also more responsibility for technical quality they might not fully understand.
- Engineers: Also mixed. Less grunt work, but also less creative problem-solving and collaboration.
- Users: Hopefully. More consistent experiences, better accessibility (in theory). But also more sameness?
- Platform vendors: Absolutely. Supernova, Figma, the whole ecosystem.
I’d love to hear from others navigating this shift. Are you seeing similar transformations? What are you optimizing for? And where are you drawing the line between automation and human judgment?
Because I genuinely don’t know if we’re building the future of design systems or sleepwalking into a world where we’ve automated away the parts that actually mattered.