Design systems news

Week of December 4, 2023

That’s a wrap!

2023 is nearly over and with that, I’m giving this little site a breather. Weekly posts will kick back off in 2024. See you then!

Week of November 27, 2023

Two Ways of Seeing a River

Since those days, I have pitied doctors from my heart. What does the lovely flush in a beauty’s cheek mean to a doctor but a ‘break’ that ripples above some deadly disease? Are not all her visible charms sown thick with what are to him the signs and symbols of hidden decay? Does he ever see her beauty at all, or doesn’t he simply view her professionally, and comment upon her unwholesome condition all to himself? And doesn’t he sometimes wonder whether he has gained most or lost most by learning his trade?”

Talk to someone who’s worked on a design system for any extended length of time and they may come off a little jaded. The work is hard, often invisible and scope so expansive that it’s bound to leave a few dents in the ol’ psyche. Those dents can lead to pragmatic, if not cynical thinking. A team full of folks like that is going to leave an indelible impact on the work.

I think it’s incredibly important to have fresh eyes on your team. People who are seeing the river for the first time and only see possibility versus vipers around every corner. I don’t think that’s a bad idea for any line of work, and design systems are no exception.

Brother have gotten to where they are now, by NOT innovating

Like this is actually kinda fascinating honestly, Brother is now the best printer brand, the one that every Computer Person recommends, and is it because their printers are good?

This observation cracks me up because first-and-foremost, it’s spot on. Secondly, it goes to show how the term “innovation” has become a comedic paradox of itself. I find this relatable to design systems as it’s so alluring to chase the jingling keys of some new fancy framework or design trend. But really, success of a design system is best found by focusing on the core essentials and nailing them. That needs the commitment of both design system team and its customers (e.g., those using it to make interfaces). And it turns out that’s not very common.

Python is Easy. Go is Simple. Simple != Easy.

Simplicity requires discipline, though. It can feel limiting and even somewhat backward at first.

If I had a nickle for every time this conversation has come up… I’d argue that 90% of the times “simple” is used to describe something, it’s more accurately designated as “easy”. The author opines that simple is the opposite of easy. I’d agree.

I often make the case for simplicity in systems. That typically comes at the cost of less convenience but at the boon of a scalable, maintainable, understandable system.

Week of November 20, 2023

Test often to keep your designs simple

Rather than use the most complicated design first. The key is to try the simplest thing to build and get going. That way if you don’t need to build on more things, you don’t.

This article isn’t about design systems, but the lesson is still highly applicable to the trade. Please, for all that is holy, start simple. Complexity should be a last resort, if not a line the sand to never cross.

How to create a color palette for design systems

I’ve come to the opinion that color palettes like the author describes are not just a waste, but actually harmful for design system. Color ramps typically contain far more colors than what’s necessary. Most color palettes have solid rationale for the use of specific hues (e.g., green means success, red means error, etc.) but have little to no guidance or rationale for each brightness step. That lack of guidance leads to unnecessary complexity, confusion on how to use and ultimately arbitrary decisions by end users.

My recommendation is for a color palette to only contain colors that have a specific purpose. My guess is that kind of color palette will not look anything like what the industry standard currently is.

How Design Systems Deliver a 671% Return on Investment?

The numbers show that investing in a design system can have an enormous payoff. While the upfront investment may seem costly, the long-term benefits to productivity, efficiency, and revenue are well worth it. The ROI speaks for itself.

I was planning to write a full blog post on this, but I’ve chosen to start with a smaller soapbox. You’re probably not going to find many people on this planet that have championed the business value of design systems more than I. It’s real, it’s substantial and it changes how work can be done. And that very real impact also will have a very real impact on how organizations staff up (or down). I recently heard a design system practitioner say that we aren’t in the business of killing jobs. I respectfully and sadly disagree. We cannot extol the efficiency benefits of design systems and then follow that up with saying that we’re not responsible for creating redundancies.

It’s uncomfortable, I get it. Design systems will have a lasting impact on how software is made. And a big part of that impact is the need for less people to be a part of it.

Week of November 13, 2023

A Manifesto by Christoph Niemann — 10 rules for drawing from the acclaimed illustrator

Wait a few days before deciding whether a piece is ‘great’ or not. Drawing is hard and requires all your attention. Thinking about the merits of a piece is a waste of energy. You’ll be a much better judge tomorrow.

This post has absolutely nothing to do with design systems, but it’s full of helpful advice for those working in the practice. It’s all to easy to get wrapped up in the specifics of design systems, but 90% of the creation process is universal and timeless. So, I think it’s 100% legitimate to take the sagely advice of this illustrator and apply it to your design system process.

Pro design language

If I was a betting man (which I am if there’s no money involved), I’d say we’re going to see more things like this pop up. We were working on something similar within Gestalt—but just in the wee stages. The fact of the matter is that the needs of a consumer experience are vastly different from that of a B2B experience. But not so vast that they can’t be supported under a single system—it’s just that the system needs to bend and stretch to support those needs.

I’m looking forward to watching how Shopify’s pro language evolves.

Readme Driven Development

Between The Great Backlash Against Waterfall Design and The Supreme Acceptance of Agile Development, something was lost. Don’t get me wrong, waterfall design takes things way too far. Huge systems specified in minute detail end up being the WRONG systems specified in minute detail. We were right to strike it down. But what took its place is too far in the other direction. Now we have projects with short, badly written, or entirely missing documentation.

Software development needed more writing before the surge of remote work due to Covid. Now it is desperately needed. Design systems in particular truly benefit from a culture of documentation. I don’t have a ton of opinions regarding the author’s delineation between Readme driven development and documentation driven development—I’m simply advocating for teams to start writing. Too much writing seems like a great problem to have given predominant working norms.

Week of November 6, 2023

The Invokers Are Coming

Many native HTML elements will know how to handle invoke events automatically. For example, you could point to a dialog box as the invoke target, and by using invokeaction='close', your button will close the dialog. Like, it will Just Work™. No JavaScript required, not even an onclick=. Heck, you could have another button which opens the dialog in the first place, also with zero JS.

To say I’m looking forward to this is a hilarious understatement. I appreciate what frameworks like React have done to move the conversation forward, but I will gleefully close the book on that chapter once native HTML can supplant current frameworks. I yearn for the day where step one of making something doesn’t include installing 5 million third-party dependencies.

HTML Web Components

The grain of a React component is not the grain of a web component. Their design prioritize different functionality and forms of use. If you try to use one like the other, you’ll fight the direction of their natural grain.

On that same subject, it took me a while to buy in to how web components work. I still have a problem with needing to write JavaScript just to initiate the most basic of components. I also need to admit this isn’t my area of expertise and perhaps my opinions are drenched in ignorance. Once I let go of my apprehensions, I must say that building with web components was an absolute joy and frankly much nicer than developing in React. If I was building a new design system today from the ground up, it would be on web components.

NewsKit Instrumentation setup

Take a gander folks, because I think every design system should have this capability. Component-level telemetry is both a tremendous incentive for adoption if you have it and an even greater incentive to not use the design system if you don’t. If I was building a design system from the ground up, this kind of capability would be extremely high on the list.

Week of October 30, 2023

Docs as Code: Screenshot Automation at Kong

I’m super interested in this project as this is something I’ve continually wished for in documentation projects. Now, if there was an equivalent tool for mobile platforms, I’d be willing to throw down some serious cash…

How to Develop a Design Language

Users have a more pleasurable experience when they interact with consistent designs as opposed to fragmented ones. Creating consistent content interfaces isn’t a huge issue for small teams and projects, but as they both grow, this becomes increasingly difficult to deliver. Product teams introduce design language to combat this issue and help projects progress and scale holistically.

You know, I keep hearing that consistent experiences lead to better user outcomes—and I’m a believer—but I have yet to run across hard. irrefutable evidence to back that claim. If you’re reading this and happen to know of any research/study that proves this assertion, I would love you to share it with me.

The many faces of themeable design systems

Design systems often get a bum rap as being a ‘one size fits all’ solution that couldn’t possibly serve different experiences well. That perspective is of course bullshit; a design system can be as flexible as the organization needs it to be. And while this post covers flexibility from a design language perspective, there are many other aspects of flexibility involved with design systems (component variants, supporting multiple tech stacks, composition, recipes, etc). Taken together, design systems can provide a flexible foundation for many diverse products to be built on top of.

I mainly agree with this statement and I do see theming as a means to over ~80% of “we need flexibility” concerns. That said—and maybe I’m just off on an island with this thinking—the lack of flexibility is what makes a design system. I question the value of any design system can flexes to meet all needs—mainly because that seems more like your run-of-the-mill UI framework.

Week of October 23, 2023

Ship faster by building design systems slower

Understanding the design system as critical infrastructure—not mere production support—provides the logic and permission to move deliberately in pervasive, high-stakes aspects of your product development (infrastructure) while still moving very quickly in others (product).

Design systems absolutely are infrastructure. And infrastructure is typically underappreciated, and thus, underfunded. I’d argue slow-moving infrastructure is part of what makes it so valuable—imagine having to constantly re-learn our foundations of society. Things like traffic signals, language, electrical systems. How fun would it be to have new, backward incompatible electrical outlets every year? Not fun at all.

That’s the paradox of infrastructure. It (hopefully) just works and on the surface doesn’t change. It becomes invisible and thus we take it for granted. But in reality it stabilizes society and allows us to innovate. Its values is its glacial pace which in turn creates stability and predictability.

Web Components Will Outlive Your JavaScript Framework

If we want our work to be accessible in five or ten or even 20 years, we need to use the web with no layers in between. For all its warts, the web has become the most resilient, portable, future-proof computing platform we’ve ever created — at least, if we build with that in mind.

I find this article related to the preceding because it displays the tension between standards and innovation. Yes, innovation is, well, innovative. But it brings with it upheaval. The short half-life of technologies/solutions means we’re always on the treadmill of keeping up with the latest—mostly for the sake of keeping up with the latest. How often are these solutions materially improving the experience we’re attempting to provide? I’d say it’s less than we’d like to believe.

Optimizing for Taste

Data is not a substitute for critical thinking. The test said it was successful, but the outcomes, which is what you base future decisions on, showed otherwise. The lesson here is not that A/B testing was at fault, but that running experiments is never a substitute for a vetted hypothesis.

What does experimentation have to do with design systems you ask? Well, it can be the bane of a design system’s existence to track, synthesize and respond to unfocused experimentation. Without a clearly defined point of view and critical thinking driving experimentation, a system will be at the mercy of experimentation results. If an experiment show that pink buttons perform better, does that mean that one feature should have pink buttons? Does it mean the system needs to change all buttons to pink? It’s hard to say if there isn’t deeper understanding behind why an experiment played out the way it did.

If you know me, you know that I want evidence driving every possible decision. But I’d argue experimentation without deeper understanding can be considerably more harmful to a product than helpful.

Week of October 16, 2023

Software disenchantment

What we have today is not progress. We barely meet business goals with poor tools applied over the top. We’re stuck in local optima and nobody wants to move out. It’s not even a good place, it’s bloated and inefficient. We just somehow got used to it.

I wish I could say design is in a better state, but I don’t think it is. There’s a lot to discuss from this post—too much from this format. I have thoughts on mindset that’s caused this reality and I don’t think we’ll be exiting anytime soon.

What We’ve Learned About Design Systems Through Supernova’s Mapping Test

I don’t know what to make of surveys like these. If anything, it tells me this practice is still a blob of ambiguity that has a long way to go before it grows up. Which means it’s basically in line with the rest of software development.

The Heaviness of Maintaining Systems

Over the years I have noticed something in friends who perform similar work: the skills that make one particularly effective at this role often are picked up outside of tech. Things like navigating unstable infrastructure, unstable personal relationships, or other unstable systems and situations. Whether tech or personal, there is overlap in quickly understanding how systems come together, reverse engineering, distilling clarity from complex code (or humans), communicating calmly during incidents/emergency situations. But, the development of those skills come at a cost to the person who had to learn and deploy these tools to create their own stability.

Design systems are a finely-tuned burnout machine. I’m convinced of two things: One: design systems attract a specific personality (which would be fun to write about in the future) and, two: without necessary insulation, they will absolutely chew through people—especially those on the junior side. The author of this post isn’t writing about design systems, but they may as well have been. At a high level, they’re on in the same.

Week of October 9, 2023

Introducing Figma Variables Translator

Our Variables Translator plugin automatically adds the translations you need, in the language you prefer. You will only have to manage the content in your main language. The plugin will create a mode for every new language added, containing all the translations for each string. This will save you many hours of manual work.

This is not necessarily a plug for this plugin. To be clear, I haven’t used it. But, I do think it’s a good prompt for all of us to start considering how we can leverage variables for systemizing content. I think this is the most undervalued aspect of Figma variables to be honest.

Data Driven Design Systems in Practice

Tracking adoption ensures that each initiative a team takes has measurable impact. Showing concrete progress also helps secure the ongoing resources necessary to maintain the Design System. As Steve, one of the Design Leads from Onfido points out in his article, even manually tracking component usage in a spreadsheet proved valuable in getting buy-in from stakeholders. A recommendation that came-up often was to start tracking early when starting off a Design System initiative.

I don’t like to say this, because I don’t like that it’s the case, but so much of a design system’s success is wrapped up in perception. And a design system that isn’t tracking usage is risking poor perception. As sad as it may be, design systems usage can be a psychological reinforcing feedback loop. The more people who use the system, the more it creates an implicit expectation or norm that others do as well.

Being able to objectively tout usage gains/wins can encourage greater usage. But you need those measurements to begin with.

Components.ai

OK, hear me out, I promise this is going somewhere. What impresses me the most about woodworking—other than what they’re able to make—is the amount of jigs and rigs and tools they make on the fly to help the final result. There’s a lot of making of things to make the final thing. I love that.

That’s what gets me so excited about this tool. It’s an attempt to enable designers to make things that make the final thing. And I may be way off, but I’m convinced that’s a gateway drug to systems thinking. Half of thinking in systems is switching focus from the end result to the things that lead to the end result. And toolmaking plays right into that line of thinking.

Week of October 2, 2023

UX Vocabulary Inflation

Unstable terminology imposes a huge cost overhead on our work. Most fundamentally, not knowing what something is called or what a newly inflated word means introduces confusion and causes people to talk at cross purposes. I say X, you say Y, and we have to spend time figuring out that X = Y. (Or, more likely, X is 99% the same as Y, but there’s a 1% difference. It would have been more efficient to simply say ‘we should do X but with this 1% change due to new circumstances.’)

There’s a ton of value to extract from this article. Renaming an established term is a cognitive breaking change. I’m not saying existing names/terms shouldn’t ever be questioned or changed, but it’s important to consider the costs of doing so. Change for the sake of change may be fun, but it costs countless people a lot of time.

How I built a toaster – from scratch

This is a great talk for anyone to be honest. From a systems mindset, I think this is a great story to use as a cautionary tale against building something from scratch when not needed.

Hovercraft

In my perspective, there are often too many tokens to curate and anything that can be done to reduce the set and subsequent naming of additional tokens is a step in a maintainable direction. Omitting the hovered state as a themable variable helps reduce complexity and permutations.

I am 100,000% behind this idea. I’ve seen too many token families get completely out of control with this being a major culprit. I’m a major proponent of simpler, more reductive token families that cover the main use cases, but omit transitory states like hover/tap. There are other ways to make that happen that create less bloat and frankly make more logical sense.

Week of September 25, 2023

designsystem.tools

I found this resource helpful, especially as it pairs tools with associated educational material. I’m as big of a tool-head as anyone, but I also intimately understand that tools without skill aren’t going to be helpful. I’d recommend spending most of your time reading the articles linked on this site and then looping back to the tools afterward.

Controlling the (design debt) chaos

This case study is a nice introductory primer to paying off design debt. If you’re still new to the subject, this will be helpful.

I dislike debt as much as I dislike complexity. Probably because they’re usually one in the same. Payoff of debt typically happens when the pain just becomes too immense. In super proactive teams, it’s a recurring process—maybe on a quarterly or bi-annual process. However, I’d love to find ways to have debt payoff weaved into the daily design process. That’s admittedly easier said than done. However, just like documentation has been weaved into many design system teams’ processes, I think the same can be done for debt reduction.

Burn baby burnout

We know that design systems are multipliers. A single design choice that we make can quickly get scaled across multiple products, affecting hundreds, thousands, or even millions of product users.

I think it’s hard for folks outside of design systems to fully understand the immensity of some challenges within the practice. The scale, breadth and complexity of challenges within systems are unlike anything I’ve ever encountered elsewhere within software design. Simply trying to wrap one’s head around a problem can by itself become overwhelming. So, yeah, doing that for too long is going to leave a mark.

I wish there was a guaranteed solution for this. I don’t think there is. However, I do think the simple act of genuinely caring for the wellbeing of our peers is a great place to start.

Week of September 18, 2023

DS events

Full disclosure, I know Josh Harwood who helped make this site. I typically don’t post links from people who are direct friends/colleagues, but I was planning to post this prior to knowing he helped make it. So, take that for what it’s worth.

That being said, this looks like a great resource for folks who are interested in joining design system community events. It even has an RSS feed to subscribe to (thank you).

Content style guide—Numbers, measurements, dates and time

Half of working-age adults in the UK have low numeracy. Around 1 in 20 people have dyscalculia, which is a specific and persistent difficulty in understanding numbers.

There are some extremely helpful nuggets of information in here that I’m absolutely going to be pulling from whenever the subject of number standards come up. These details make a huge difference and it can be incredibly difficult. Of particular interest was their recommendation to not use numeric times for midnight or noon/midday—I didn’t see that coming. Keep in mind, these guidelines are in the context of health information, so some suggestions may not apply.

Laws of UX

What is a design system if not a collection of rules? And what is a rule if not a law? With that out of the way, I think there’s a lot to pull from the format of this site in relation to design systems. This is one of the (many) omissions to Gestalt that I wish could have been addressed long ago. Establishing strong, direct and highly visible “laws” that drive its direction can have a major impact in helping folks connect the dots as to why XYZ component works a certain way or ABC pattern is designed as such. Making something like this isn’t necessarily the easiest thing to do, but lordy is it helpful.

Week of September 11, 2023

I Don’t Care What Google or Apple or Whoever Did

Apple and Google get it wrong just as often as the rest of us. Their tendril-like presence in our everyday lives does not make them any better, and their people no worse. What ‘standards’ they have defined have been through brute force — Apple brought down Flash but wants phones with no physical affordances, Google built the most powerful search engine of the day but pushes half-baked features to its browser.

This is how poor work propagates. And that’s no snipe at any company or any individual—we all create poor work. But some poor work gets the proverbial pass using the argument of ethos. There are just far too many examples of that not holding water. And the real problem is that this work spreads like wildfire—which makes it even harder to push back against when it’s become a de facto standard (see: TikTok’s video interface).

Good work is good work because it’s proven to work. Who did what/where has no place in the assessment.

List of fallacies

This Wikipedia page is a good segue from the previous article as it lists out the many, many logical fallacies that have been defined. I find this resource useful as so much of working in design systems is about forming and debating concepts. I believe the absence of a strong logical foundation will ultimately sink a design system. Being able to understand and articulate logical arguments is critical. Exposing illogical arguments is even more important.

Standardising design tokens

A design token is a glorified variable

Pretty much. Now we have yet another term for folks to learn, but I digress…

This article is a helpful window into where our practice is headed in regard to variable—ahem—design tokens. Defining a standard is going to be critical to enable smoother transfer of information between touchpoints. My two cents is to not rely on a tool like Figma to manage tokens, but rather have it be yet another tool that ingests from a standard data source. But that’s just me.

What I’m most excited about is what can come after this. The ceiling is so high for design tokens and I’d love to see it cover topics like color combinations, type pairings and motion treatments.

Week of September 4, 2023

Style is consistent constraint

If you stick with your constraints long enough, your style becomes a cohesive and recognizable point of view.

I don’t know Steph, I’ve never met him, and I didn’t know he existed until I came across this post. That said, I get the sense he and I view the world through a similar lens. I’m a little envious (that’s a lie, I’m tremendously envious) of this post because it encapsulates so much of what I’ve tried to say for years in one effin’ blog post. The post may not be directly written in the context of design, but to be honest, that makes it even better.

Inclusive Design Principles—Be consistent

Familiar interfaces borrow from well-established patterns. These should be used consistently within the interface to reinforce their meaning and purpose. This should be applied to functionality, behavior, editorial, and presentation. You should say the same things in the same way and users should be able to do the same things in the same way.

I appreciate that this site exists—it’s important given the current state of digital products. To me this is simply good design. I think I’m splitting hairs to be honest. I think the big takeaway from this is that consistency is also a major benefit in terms of accessibility. Consistent placement and interaction patterns are even more important for people using screen readers and navigating through keyboards as it enables repetitive manual tasks to be performed more efficiently.

Consistency in Design is the Wrong Approach

Instead, the right question is, ‘Will the user’s current knowledge help them understand how to use what I’m designing?’ Current knowledge is the knowledge the user has when they approach the design. It’s the sum of all their previous experiences with relevant products and designs.

I was generally agreeing with this article until the quote above because I think it opens the door to some pretty wrong-headed thinking. The article starts with a criticism of defaulting to patterns from other products—which I wholeheartedly agree with. The proposed alternative is to focus on “current knowledge” of the user. I have problems with this because I don’t think it’s practical.

The “user” for many products can be one of millions of people, living anywhere in the world, ages 5 to 90 with 10 seconds to years of experience with your product. Common knowledge for one group of your user base can be diametrically opposed to another group. Additionally, common knowledge can vary dramatically just between features in a product. Taking this thinking to its extreme means we develop different solutions to similar problems in a product based on variances in common knowledge. Maybe I’m reading this article wrong—I want to acknowledge that, but this seems like a simplistic take to a pretty damned complex issue.

Yes, it’s essential to take a user-centered approach towards design. No, we should not simply copy/paste solutions from other products without understanding context and impact. However, the larger and more diverse your user-base is, the less likely there’s common knowledge between them.

Week of August 28, 2023

Use of the design system should factor into promotion packets

That’s it, that’s the post.

To be fair, the post didn’t really need to add anything more. If you’re working on a design system and it’s not being used as much as it should, I highly recommend developing an incentivization plan. The whole “if you build it, they will come” approach is a recipe for disappointment.

Advanced techniques for writing good interfaces

If I could do this whole design systems career over again, I would have put much more emphasis on content than on doodads and widgets. I say this for a couple reasons:

  1. It’s a less contentious space with many designers—while there’s going to often be heavy debate and disagreement on the border radius of a button, my experience has shown less fisticuffs over words.
  2. Also in my experience, well crafted language within an interface has a far greater impact than the border radius of a button.

Words really do matter. More than we (continue to) give them credit.

Creating coherence: How Spotify’s design system goes beyond platforms

In 2019, when our leadership at Spotify unveiled their ambition to make audio content available and consistent to anyone on any device, our design team faced a significant challenge: Spotify would now be available across 45 unique platforms, and over 2,000 types of devices spread across 200 brands. This meant that someone could be jamming to their favorite tunes from their living room TV, continue the party in their car, and carry that into the work week with a “focus” playlist on their computer.

If this reads like a challenging problem, it’s because it is. Well, OK, I don’t want to speak for Spotify, but having worked for a company that had a similar level of platform coverage, it always made my head hurt. How much do you follow the nuances of each platform vs. maintaining a consistent cross-platform experience? There’s likely going to be complexity in whatever decision you make. I’m glad the Spotify team is bringing up this topic, because it’s one of the really challenging subjects with (in my opinion) no universally-right answer.

Week of August 21, 2023

How to avoid KPI psychosis in your organization?

It takes a different mental framing to fix this situation: KPIs should be used in combination with human intuition to enable optimal decision-making. So not just intuition or data, but a constant back and forth of making (i.e. intuition) and testing (i.e. data) hypotheses.

I am a firm believer in design system teams defining KPIs. I am also a firm believer that KPIs will not provide a full picture of success/failure. For the past five or so years, I’ve been using the term “evidence-based decisions” as opposed to “data-driven decisions” because of my mixed relationship with metrics. Metrics are an absolutely essential part of understanding how a design system is used, but it is only a part. The McNamara fallacy is term coined for exclusive quantitative decision making—and its failings.

So while I agree with the general premise of the article and not betting the farm exclusively on KPIs, I disagree on intuition being the its counterpart. I’d suggest replacing intuition with qualitative research. Intuition is necessary at times—most notably when there’s a lack of evidence, but from my view that should be a last resort. I’ll take qual evidence over intuition (including my own) any day of the week.

Constraints in design

As we navigate constraints, it’s critical to champion the time and space needed to uphold craftsmanship principles integral to our profession. We should prioritize quality over speed and ensure that a culture of speed doesn’t overshadow our work. When time constraints dictate work culture, haste precedes quality, and quick fixes supplant well-considered solutions.

I am all for slowing down to move fast. And no, I don’t think speed on its own is a leading indicator of success. However, I don’t think it’s accurate to see quality and speed as naturally diametrically opposed forces. There’s plenty of instances where something of immense quality is created in a fraction of the time expected. Sometimes work drags on and nothing of quality comes from it. Pitting these two concepts against each other infers something of higher quality always takes more time. That’s often true, but not always.

This is relevant to design systems as that’s the exact value that design systems can provide. Higher overall quality in less time. I’d argue the issue isn’t quality versus speed, but rather quality versus imprudence.

3 questions to evaluate design patterns and avoid unnecessary work that degrades UX

One thing I know is that it’s hard to convince fancy-pants designers to practice boring design. And I hear the same from other UXers all the time.

Want to be a good whatever? Nail the boring stuff. Practice the fundamentals, understand the basics like the back of your hand and execute well. Chances are that’ll get you 90% of the way there. The last 10% is fancy stuff. It’s not that fancy isn’t important, it’s just not as important as the “boring” basics. Good basics will make a lack of fancy acceptable. Fancy won’t fix poor basics.

Don’t overthink things, folks. Embrace Occam’s razor, nail the basics and move on to addressing the next “boring” thing.

Week of August 14, 2023

The cost of convenience

Abstractions that take work off of developers are valuable! Of course, they are. The problems only occur when a developer feels chained to the abstractions in a situation where they’d rather do something differently. The important part is to not force patterns onto them.

I started reading this post thinking that this is a development-centric writeup that is extremely relevant to design systems—not knowing it would mention design systems at the end. Funny enough though, I think the first half of the post is the most interesting as it discusses the perils of building opinionated, prescriptive components and patterns with no “bare-metal” options. Funny enough in Gestalt, we have quite a few building-block components, such as Box that is, well a box (we get really creative with our naming). Box is our way for customers to opt out of Gestalt while simultaneous using Gestalt.

I both love and hate this component. I love it because Gestalt is built on Box. How could I not love the component that built our system? I also hate Box because it’s a hyper-effective opt out mechanism from using our more opinionated components—which flies against our goal to get people to opt in. This is an eternal balancing act—abstraction vs bare metal, standardization vs. innovation, efficiency vs. flexibility. There’s no right or wrong here but more of a state of balanced or imbalanced.

Choose Boring Technology

One of the most worthwhile exercises I recommend here is to consider how you would solve your immediate problem without adding anything new. First, posing this question should detect the situation where the ‘problem’ is that someone really wants to use the technology. If that is the case, you should immediately abort.

This is a worthwhile read even if you haven’t written a line of code in your life. There’s a lot to like in this article, but what I like the most is how universal the issue and solution is. This same line of thinking is absolutely essential in the design process. Aim for a boring-and-good solution that covers the greatest surface area. Then grab a refreshing drink and appreciate all the time and pain you saved your future self.

Week of August 7, 2023

A Resource Hub for All Things Design Systems

I love that this site exists and I wish more people would do the same. It’s still a little light on content as it just got started, but I wanted to link to it in the hope that it’ll be a small/humble encouragement to keep it up. Our community could use more independent resources of information.

The Guideline Gap

In a perfect world, feature designers & engineers know, understand, and create with guidelines in mind. There is no need for guidelines checks throughout the product / feature creation process.

Unfortunately we don’t live in a perfect world and guidelines require a considerable amount of reading and comprehension in order to effectively put them into practice. When guidelines aren’t outlined as requirements to launch by leadership, it’s difficult for feature designers and engineers to prioritize the time it takes to learn. Especially if there are no consequences for not adhering to them.

Speaking of Medium… This article was just too good to not add and I don’t know how it took me ~2 years to read it. Linzi (the author) is a wealth of knowledge and I thoroughly enjoy her writing/thinking on design systems. This article outlines what I consider to be the central challenge (and fun part) of design systems. It’s easy-ish to make a system that works for a product, but it can be downright crushingly difficult to get people to use it and use it correctly. There are some interesting nuggets in this article about how the Lyft team is thinking about ensuring adherence.

Week of July 31, 2023

The future of design systems is semantic

Nathan agrees: ‘I see documentation websites diminishing, as more products like Figma that incorporate design systems provide that natively within the app. Over time, I anticipate more and more systems-oriented docs embedded within a tool like Figma so that people need not leave to go to a site to learn how to use things or make the right decision.’

I understand that Figma is going to be promoting content that promotes Figma, but this was perhaps a little too heavy handed. I also understand why Figma wants to become a source of truth for an organization, but I doubt that will be realized. Given that design systems, a) support people working outside of Design and, b) those people outside of Design far outnumber designers, I fail to understand why we would place our guidance in a tool used almost exclusively by designers. Secondly, if there’s one thing we’ve learned, it’s that design tools come and go. The last thing I would want is to lock a design system’s guidance to a tool that may no longer be the best in market.

I’m all for delivering guidance in tools like Figma, VSCode, etc. that are derived from a central source of documentation. But I would encourage folks to think really hard before taking the kind of leap Figma is insinuating.

How to build a design system team

This is why we believe that to scale a design system and get wide adoption, the ideal is to have a dedicated, multidisciplinary team, with dedicated time to work on it. It is also crucial to give this team the authority and power to make decisions, to make them as effective as possible.

I’ve had a hunch for some time that multidisciplinary people thrive on design systems. The Gestalt team is chock-full of T-shaped folks and those where tech is a second career. I think this is important to call out as one way to encourage a multidisciplinary team is to bring people on with no design systems experience. Now, I’m the first to say that this should be done within reason and that this doesn’t make sense for every role on a team. However, I cannot think of many better ways to inject new ideas into design systems than by hiring people are are new to design systems.

Week of July 24, 2023

Starting design work in a spreadsheet

If you’re redesigning an existing website there are huge benefits in getting to know the content you’ll be working with. The earlier in the project the better. A little upfront investigation will help you make informed design decisions.

Do me a favor and just mentally replace any reference of “website” in this article with “design system”. The thinking still applies. One thing I’ve been discussing quite a bit frequently is how foundational research/information gathering is to design. That’s all the more the case within design systems. I good ol’ fashioned audit can be a critical step towards making an informed decision. And what better tool is there for a good ol’ fashioned audit than a good ol’ fashioned spreadsheet?

Resilience in Complex Systems

But when it comes to changing systems, our everyday cause and effect intuition fails us. Increasing dollars spent per child at schools doesn’t seem to improve educational outcomes. (Where does the money go?). Countries that impose travel restrictions a few days before their neighbors have exponentially lower fatalities from COVID-19. Teams whose members gel well outperform teams with more accomplished individuals, but lower team cohesion.

Linear changes produce nonlinear results. The whole is not its sum. Our intuition flies out the window.

This is a great read on general systems thinking. There’s no mention of design systems in particular, but I think it’s no less relevant. To clarify, no I don’t think this essay will help you design better components, but I think it can be very helpful if you’re trying to understand more complex human factors such as design system adoption. I won’t pretend I fully understand everything in articulated in the article, but I was left wanting to learn more.

Invisible Details of Interaction Design

For me, understanding and articulating why something feels right does not come as intuitively as designing something to feel right. But they are two sides of the same coin. There must be a reason. It can be as simple as a particular spring curve or something more innate, like metaphors. Analyzing and making sense of design details beyond just “it feels nice” helps nurture taste, amplify level of execution, and grow appreciation for how hard the pursuit of excellence is.

If there’s one word I would like removed from the design lexicon it’s “feel”. It’s not that feel isn’t a part of the process, but rather it isn’t productive means of critique and an even less productive means of justification/articulation. Feel without a breakdown of what make that feeling is often incredibly difficult for others to replicate/follow. You may see where I’m going here…

A design system can’t just deem what feels right. It needs to tear down the attributes which lead to that feeling and give people the tools to build reconstruct it on their own. Otherwise, feel can just seem like, your opinion man.

Week of July 17, 2023

In this week’s installment, I don’t even try to hide my attempt to coax you into writing.

Writing as Strategy

The best way to form a complete and balanced perspective on any topic is to attempt to write about it. If there are any angles that I got wrong, someone will let me know about it. Besides correcting errors, I’m astonished by the volume of useful articles, books, podcasts, and introductions that my writing has generated for me.

I consider writing to be a core competency within a design systems team. The articulation for how to apply a pattern/rule/concept and they “why” behind it can be just as critical as the patterns/rules/concepts themselves. I’ve found that the process of writing guidelines strengthens my thinking behind them. Meaning, if I can’t clearly communicate how to use a thing properly, there’s a good chance there’s a bigger problem at play.

What I especially liked about this article is that it shows just how much derivative value and influence the act of writing can have on individuals and teams. Not only that, but unique value compared to other mediums such as video or audio. And I could not agree more.

Write more, design less (and better)

Of course, as designers, we take steps to ensure that our copy is concise and unambiguous, and if we’re decent designers, we’ll also consider how our tone and language matches our branding, how it will be received and interpreted by our users, and how actionable it ultimately is. However, this is often a post-hoc process, somewhat divorced from the rest of the product design cycle. None of this ever gets a chance to influence the Information Architecture for instance, nor the Visual Design.

This article treads some of the same ground as the previous post, but this writeup also delves into the importance of writing within interfaces. I could write about this topic for days. I first wrote on this topic roughly seven years ago and I am flabbergasted that writing continues to be an underutilized skill within design. Good writing is good interface—and thus can replace what we typically consider interface (e.g., buttons, inputs, etc.). In retrospect, maybe that’s exactly why writing still hasn’t been embraced by traditional design practices.

Writing within the design systems space is fairly appreciated, but not enough in my opinion. Given systems often peddle in components, it’s in the team’s interest for teams to use them as much as possible. But does that always lead to an ideal experience? Could a good sentence remove the need for that extra button? I think there are ample situations in the world where the answer is strongly, “Yes”.

Why engineers should focus on writing

If you want to learn a new topic–write about it. When I want to learn a new programming language, I write a short program using that programming language. When I want to understand how something works–I write an article on this blog about it.

Real writing, where you try to dig the truth, will require you to try and experiment. I’ve learned more by writing articles on this blog, than by reading programming books.

Reading is a great way to transfer information into one’s brain. But there’s a big difference between obtaining information and actually understanding it. And that’s what this author articulates so well—writing on a topic has been the most surefire way for me to wrap my head around a topic and develop a cogent point of view on it. And what are design systems if not a point of view on how to create an experience?

While it’s good to obtain information through reading, it’s just as important (dare I say more) to come to a personal understanding.

Week of July 10, 2023

Slow design

While we do not reject technology and innovation outright, we believe there is immense value in traditional design methods and techniques. We should not be so quick to abandon the wisdom of our past generations in our rush towards the future.

I’ve been on a big slow-down-to-move-fast kick lately—especially in the context of design systems. So this site was checking all the boxes for me. The quote above really stood out as it is so common to consider what is old as outdated or obsolete. Yet, so much of the fundamentals of design articulated nearly 100 years ago remain true to this day.

How Primer’s color system is making GitHub.com more inclusive

To make our color contrast checks more efficient, we automated the process using a script. Instead of manually testing individual color pairs in Figma, we changed the tokens in the code and created a script that could automatically perform contrast checks for all tokens across all themes.

Props to the Github team for taking accessibility seriously and driving towards a more usable product. And yeah, given the sheer amount of color pairs possible in most design systems, this screams out for the need of automation. I keep telling myself that I’m going to toy around with the idea of tokenized color pairings (ideally with my buddy Ayesha), but alas there’s never enough time.

REI Cedar’s redesigned documentation site

I must say, the Cedar site is lovely. Just a wonderful balance between personality and practicality. Hats off to the team.

Week of July 3, 2023

Redefining Developer Experience

And so, I ask: what exactly are we buying when we are sold ‘developer experience’ today? Who is benefitting from it? And if it is indeed something many of us aren’t too excited about (to put it kindly), how can we change it for the better?

As a person who is a smidge obsessive of developer experience in his day job, this was a great read. And if you too are in the business of design systems, you are in the business of developer experience. And I found this read compelling as a counter-argument towards some of the go-tos in the systems practice. Well worth the read.

Most tech content is bullshit

The sooner you realize that there’s bullshit everywhere, the better. We all try to do our best, yet are all humans who make mistakes and years of experience, the number of blog posts or salary doesn’t account for the person’s knowledge. After all, we can all post on the internet whatever we want.

I cannot emphasize enough how often folks fall prey to this—especially within design systems. People, please do not take a blog post or writeup at face value. None of us (maybe not even the writer) know the efficacy of what’s being shared. What’s worse, some of what’s written is pure fabrication. Company blogs are notorious for sharing their “success stories” that, in reality, were anything but. And we fall for it, hook line and sinker.

Just be careful. Believe it or not, some of the stuff on the internet isn’t true.

Design for the web without Figma

Creativity thrives on constraints. Knowing how to cut with the grain makes getting the most out of the material much easier. While we’ve thankfully moved on from the pixel-perfect nonsense, with its spacer gifs and rounded corner images, the no-constraints thinking of today still exists in that mind space.

I am fully cognizant of the power native mobile platforms contain, but the web will always be where my heart is. And that’s because anyone with ample curiosity and patience can learn to build on the web. In retrospect, I think that quality of the web was a large reason why I moved into design systems. Because you could design the things directly in code that could act as the building blocks for everything. And in doing so, you render the abstraction of traditional design tools moot (at least for those comfortable enough to design directly in code). That approach has always made more sense to me.

Week of June 26, 2023

Token operations

The trouble is that while a certain brand or theme might have a few base values which give it personality, the final collection of tokens to define a theme will require slight variations of these base values for a properly curated presentation.

What if we could instead allow for a few values to be set in a theme to inform the rest of the values in some specified way?

This reminds me of this not-so-oldie-but-goodie writeup on utilizing functions in design systems. It’s this very issue which has leads to bloating color palettes and type ramps, which leads to high complexity. There’s absolutely, definitely something to this line of thinking and I keep wanting to explore this topic more.

AI is Just Someone Else’s Intelligence

Completing the cycle of the garbage-in-garbage-out principal will look like the future generation that grows up consuming ML generated content. What adverse effects will this have on human thought?

Yes, this is an AI article. No, it doesn’t cover the topic of design systems even a little. But given how much AI is impacting everything, including design systems, this is a good read.

Week of June 19, 2023

The double-edged sword of design systems

Design systems undoubtedly offer valuable benefits, but they can unintentionally stifle creativity and drain the fun out of our digital experiences.

Man, this narrative needs to be put to bed. To this day, I’m still immensely flattered that people think that design system teams have the kind of sway and influence some think we do to have make every app look and feel the same. This viewpoint unfortunately lacks connection to reality.

Yes, many apps do seem to have features and aesthetics converging. Yes, that is potentially problematic. No, that has little to nothing to do with design systems. The root cause is much more rooted in an over-reliance on mimicry of what’s perceived as successful. Are design system teams guilty of this in blindly copy-catting other design systems? Absolutely. But they have plenty of company. This is a much, much bigger issue than design systems.

Content in, for, and of Design Systems

As people who have worked with ‘the content stuff’ in design systems, we’ve seen it play a critical role. Taking content seriously helps at every stage, from creating the system to documenting it and promoting its use.

If content design isn’t one of the most undervalued trades in the business, I don’t know what is. I’d give my left arm for a content designer as there’s just so many ways someone with that skillset would improve our system. Looking back, I wish I would have worked harder to hire a content designer for our team or found ways to uplevel our team’s collective capabilities in general content design. Lesson learned.

Systems Mapping

Systems mapping is a set of methods and tools to help us make sense of the ‘mess’ of complex problems, through maps of important relationships.

This topic is interesting to me as I’d wager a majority of systems designers would consider their system a ‘mess’ of complex problems. Part of why systems can become messy is exactly because it can be difficult to visualize its totality in a way that can be grokked. It’s for that very reason I want to begin taking some of these methods for a test drive.

Week of June 12, 2023

Sketch.systems

If you ask me, we need more design tools like this. I frequently lament how modern design tools are still primarily a suped-up drawing tool. Which is fine if you’re primarily drawing, but not so hot if you’re working on interactive, state-based interfaces. There’s a lot to like with how this tool goes about developing behaviors. This tool uses Markdown to define flows/behaviors, which makes the data portable and readable. I will definitely be following this project.

Multiple Layers of Abstraction in Design Systems

We have a lot of customers who all have different use cases to fulfill with the design system. When trying to meet many different needs at once, a “this versus that” approach simply won’t do. We need aspects of both customization and configuration, working together.

I’m interested to see how maintainable this approach is in the long term. The idea is interesting, but it comes off as less design-systemy and more ui-frameworky. However, no matter where you sit on the spectrum of opinion, there’s some nice nuggets to glean from this article.

Pace Layers for Organization

In 1994, Frank Duffy defined the idea six of ‘Shearing Layers’ for building. Stewart Brand expanded on this idea in 1999, with six ‘Pace Layers’ for civilization: “The fast layers innovate; the slow layers stabilize. The whole combines learning with continuity.”

Pace layering is my new fascination. I’m still new to the subject, but from what I’ve already gleaned, there’s just so much that can be applied to the subject of design systems. Stability (not related to bugs, but rather in the general sense) is an undervalued attribute in the software industry—at least in my experience. What I love about this topic is that it helps define the things that can/should change rapidly and the things that shouldn’t. This article does a pretty good job covering the topic, but I bet there’s a lot more where this came from.

Week of June 5, 2023

Atlassian’s token picker

Expect to see more tools like this as design systems become bigger and wider and more complex. Expecting a large group of people to read and accurately comprehend a mountain of documentation seems unrealistic. However, tools that guide you to appropriate usage seems much more doable.

Token visualization tool

Speaking of tools, Adobe’s token visualization tool is sure interesting. Upon immediate use, I would be interested in an inverted view - where one could select a design token and see what components inherit it. But maybe that’s just me.

Leonardo

Also speaking of tools and speaking of Adobe, Leonardo seems like a really slick toolchain for generating a color palette. There’s just so many ways one can paint oneself into a corner when constructing a palette. I wish I had access to a tool like this when I made my first few color ramps.

Week of May 29, 2023

Perceptually uniform color models and their implications

This notebook was created as a learning exercise to teach myself about color theory. I have interleaved some lightly altered prose from a variety of sources which I found informative, which I have made a best attempt to cite in the References section at the end of the notebook. I would like to extend my thanks to the cited authors for their work.

If you’re interested in a serious deep dive on color spaces and their application, then this is the article for you. I was already quite certain I was a color moron prior to reading this. Now I am very certain.

What is the value of a design system?

From a tech perspective, design systems can save up to 37% of development time and 30-35% of tech-reduced costs. As a result of improved design efficiency, design production time can be reduced by 27%, resulting in savings of 8,222 hours per year, while product quality can be improved by 18%. Further, design systems can increase consistency, leading to a higher level of user trust, resulting in a potential increase of up to 23% in revenue.

That 1/3 velocity improvement just keeps coming up… Funny enough, our internal interviews at Pinterest landed on the same general number. Estimated time savings are always tricky to measure, but I think I’ve seen enough smoke to believe there’s a fire.

User Driven UI

With the capabilities of natural language processors, we can create a new approach to teaching UIs. User-driven UI. Instead of pushing features onto the user, the user pulls them in when needed. The software always presents a new user with the MVP. Regardless of how many features have been added since the initial release.

While this article is about reducing the learning curve and cognitive load of an interface, this thinking could potentially be applied to systems as well.

Reinventing the carousel

First, we conducted a quantitative study that investigated five variants of the carousel component. 202 participants answered questions as to whether they agreed with certain design characteristics, and to indicate their expectations for the number of items in each variant.

This is super interesting work and I love the rigor, but I can’t get past two thoughts:

  1. Carousels are a huge pain in the ass.
  2. How can my design system team get 1/100 of Google’s budget?

Week of May 22, 2023

Microsoft Fluent 2

I can’t speak to how Fluent is working for folks within Microsoft, but from the outside looking in, it sure seems like one hell of a design system. The polish detail and pure production value is incredible and maybe even a little jealousy-inducing as I can only imagine the budget and resources it took to make this a reality. Again, these are all uninformed observations, but it sure gives me the vibes.

So, big kudos to the team and to Microsoft for making this a reality. This seems to have set the bar even higher.

What is Design System Testing? Definition, Benefits, and Process

A design system’s primary purpose is to serve as a single source of truth. When a design system is compromised, it no longer serves as a trustworthy source for product consistency and coherence.

I added this article not because of the specific suggestions (they’re fine) or even the subject of the article (which is also fine). I added it because of the quote above and how important trust is for a design system. I’m beginning to come to the conclusion that the greatest success a design system can achieve is to be seen as an institution. And institutions are built on trust.

That conclusion is starting shape my view on how to go about making a design system. Instead of guidelines or components, the most important things a design system can build are relationships, confidence and belief that the system will eventually get to that ideal state. Sure, practically speaking, that’s achieved through building guidelines and components. But you can make those things in a way that creates or erodes trust. I’d make the case to take the extra time or have the extra conversation to always be building trust.

And yes, testing is important too - obviously. But to me, it’s less interesting how to test and more so about why it’s so damned important to begin with.

Design Systems Community Chapter Bay Area

The design systems community is about as welcoming and generous as you’ll find. I’ve met countless people who I both respect and thoroughly enjoy talking with. If you’re in the bay area, I’d suggest checking out this Design Systems Community Chapter. I’ll bet the farm you’ll meet some great folks.

Week of May 15, 2023

Proportio

This is another system design tool from the same cut of Shaper that is starting to define what a full-fledged system design tool could be. I think dedicated tooling is the ideal next step for this skillset. Figma ain’t it, at least how it currently works. There’s a need for a tool which designs the thing that designs the things. Do I know what that would look like? Nope. Do these begin to tickle my imagination? They sure do.

Systems, Mistakes, and the Sea

My hunch is this: folks can’t talk about real design systems problems because it will show their company as being dysfunctional and broken in some way. This looks bad for their company and hence looks bad for them. But hiding those mistakes and shortcomings by glossing over everything doesn’t just make it harder for us personally, it hinders progress within the field itself.

Bingo—this drives me batty. Design systems are incredibly challenging at the best of times due to their sheer scale and complexity. Mistakes are commonplace and their magnitude can be crippling. No one has “figured this out”. There’s no 5-step process to a successful design system. It’s galactic arrogance at best, willful grifting at worst.

And the speaking circuit is especially packed with this dysfunction. Attendees are showered with talks about how some speaker figured it all out and are winning their way through life. I obviously can’t attest to every talk, but I do know that many are taking some excessive liberties in their storytelling. People have books to sell, courses to pack and personal brands to inflate.

But that results in many folks who come to the conclusion they’re woefully incapable and the only kid on the block and hasn’t figured this all out. The truth is, no one really knows what they’re doing. We’re all muddling through it. And it is incredibly hard.

But saying things like that doesn’t sell any books.

Design Patterns Are A Better Way To Collaborate On Your Design System

To be useful for you, a design pattern has to come out of and express some reusable part of your particular product experience — those parts of the design you find yourself making again and again.

First off, this article wins the longest-yet-clearest-synopsis-of-the-subject award. Secondly, I really like this idea because I think it allows system designers and product designers to rally around their venn-diagram overlap. System designer are hyper focused on understanding how a thing fits within the entirety of an ecosystem. This can get really serpentine when getting into the nitty-gritty details of how every facet of a UI element is compatible with the rules and models of the overall system. And the same goes for product designers—understanding the specifics of the business goals and customer needs is usually deeply entrenched knowledge for a specific team.

But a UI pattern? Hey, we both do that! That seems to be the best place to collaborate and then allow each team to apply their specific know-how to that common artifact. It just makes way too much sense.

“Craft at scale” is a white whale

…the tension between craft and scale in tech has much more to do with the size of the product you’re building and the speed at which you’re trying to build it.

I agree that craft at scale is incredibly challenging. Additionally, the more time I spend in this industry, the less I think craft isn’t the right goal to begin with. Craft is associated with quality—which I would argue is the ultimate goal. If that’s the case, there are other ways to achieve quality that are in fact scalable. If we set our goal short and focus on craft, it’s easy to get sucked into the mindset of craft for the sake of craft. And that’s of highly questionable value.

Week of May 8, 2023

Functional documentation

Concepts like relationships, contribution, and installation don’t just apply to components. They’re generic functions of documentation. With care, these can be defined for use across any documentation pages and any documentation projects. That’s where a functional approach to documentation is powerful.

We’re all shouting like maniacs about AI while there are much simpler and, I would argue, more effective way to streamline documentation by applying a functional approach to documentation. To be honest, I’m kicking myself that I hadn’t considered this a long time ago.

Design systems as knowledge graphs

Good systems are hyperobjects that capture decisions, language, patterns, history, and all of the things that make and have made your organization’s design what it is. They resemble knowledge graphs far more than products, and I’d like to see some of the emerging patterns around software for managing a knowledge graph applied to design systems.

And I would as well, although with reservations. Knowledge graphs are intriguing yet seem like something that can become a tangled web if not well thought through - exactly like a design system. Nevertheless, this is a subject area that I would love to flirt with in the future.

Designing for (Realistic) Attention

Typically, headlines for a case study tend to follow both the conceptual structure of (1) Problem, (2) Solution, (3) Results and are literally written that way. But putting the headline Problem above a paragraph only labels it. It presumes that a scanner will read the text that follows. But since we know that the majority of scanners will not do this, re-writing the headline to summarize the paragraph’s content is the right thing to do. “Solution”, for instance, becomes “**Reduced Time to Market by 60%.**” This small copywriting effort serves 100% of your audience.

Who here thinks their customers thoroughly read documentation? Yeah, me neither. This article wasn’t written specifically for design system practitioners, but it might as well have been. The article (which I thoroughly read, by the way) outlines realities of content consumption and provides some useful/concrete suggestion on how to adjust your content accordingly. It seems like a no brainer to abandon the “generic headline” and instead use it as a set of TL;DR cliffnotes for guidance.

Week of May 1, 2023

UX Writers Need Design Systems, Too! - Pinda Phisitbutra

If you click on one link, from this week’s post, click this one. Pinda shares a damned smart way to systemize language in a way that I could actually see being used. I never thought of baking writing standards into Figma components. Kudos to this team for a damned clever solution.

Unlocking Creativity within Design System Constraints

As you develop your design system, ensure you strike a balance between expressive patterns and necessary constraints. When a design diverges from an expected pattern, it can offer valuable insight depending on the intention of the design.

I’d argue constraints are what makes a design system. This is a good thing. First of all, it (should) create healthy boundaries to guide folks to ideal paths. Secondly, it creates a healthy tension between status quo (what the system supports) and change (what’s divergent from the system).

Building Effective Communication and Collaboration for Design Systems Teams

Do you enjoy writing? And once you’re done writing, do you enjoy writing some more? Well then, dear reader, design systems may just be for you! This article is a helpful resource to call out some of the larger communication touch points for a design system team. And believe it or not, I’d argue the things listed in this article are just the tip of the iceberg.

So, kind design system practitioner, warm up them fingers, because you probably have some typing to do.

Week of April 24, 2023

Omlet

I’m intrigued to say the least. For teams who are just getting started in their own design system and/or don’t have the luxury of spinning up their own solution, this could be a huge starter resource. I’m still of the mind that things like this often make sense to eventually be built internally so you can get exactly what you need. But definitely not something to start with. At some point I’d love to toy around with this.

Typography manual

There are some pretty helpful tips in here. I learned about the HTML thin space entity (cool). Plenty of things that can be applied to a design system. However…

Don’t Use Helvetica, Inter, & Roboto

Mike lost me on that one. His argument is that those fonts are too commonly used. I may not die on the hill for those fonts in particular, but I’m firmly in Massimo Vignelli’s camp on this one.

Figma Design System

This project interests/baffles me. I also have no idea how to make it work. This may just be due to the fact that I’m a dummy, but things just didn’t seem to work in a way where I could grok what was happening. Again, this could just be me, so take what I say with a pinch of salt. That said, the thing that clearly stood out is the potential for Figma widgets in relation to design system workflows. My mind is already racing.

Week of April 17, 2023

The age of average

This article argues that from film to fashion and architecture to advertising, creative fields have become dominated and defined by convention and cliché. Distinctiveness has died. In every field we look at, we find that everything looks the same.

This is a great article and I think the rise of the internet has only accelerated/exaggerated homogeny. Why do I bring this up in a design systems editorial? Because I see this happen all the time in design systems and I die a little inside in every instance. Don’t get me wrong, we shouldn’t ignore convention or deny its value, but I also don’t think it should necessarily be the default to follow what other systems do because, well, they’re other systems.

Yes, I know, this is hysterically ironic coming from someone working in design systems, but there you go. I’m a contradictory enigma.

Shaper

There’s a lot to like with the thinking here. I don’t necessarily think this version of the idea will work for teams working on mid-stream design systems, but the concept behind it is lovely. I’d be so excited to quickly “prototype” how changes to core visual attributes would impact entire interfaces for the product I serve.

So yeah, this concept has legs. I would love to see it keep going.

WP design system’s accessibility section

Automated testing (will not catch most issues)

First off, I appreciate the Washington Post design system team for calling out that automated tests won’t “fix accessibility”.

Second, this is the kind of accessibility guidelines that we should all aspire too. It’s exhaustive, actionable and seems completely devoid of fluffy jargon like, “We care about blah blah blah.”

Third, from an entirely outside perspective, I’m damned impressed with the Washington Post design system’s documentation. It reads clearly, checks all the boxes and is damned handsome (in that classic journalism kind of way).

Maintaining icon libraries in Design systems

This article is in no way intended to be an ultimate guide.

If that’s the case, I’d hate to see what an ultimate guide looks like.

You can go really deep into iconography. I did once upon a time (link omitted to avoid any hint of self-promotion). The conclusion I eventually came to is that it’s (usually) not worth it. Here’s my advice: Make well-designed icons. Make them readable. Make them clearly articulate the subject. Make them simple to use within the system. And then move on.

Week of April 10, 2023

A collaborative approach to defining components and their features

The purpose functions as an entity of the solution, regardless of how it is shaped, its features, or how the code optimizations will evolve—the entity will always abide by its purpose.

The author makes a strong case for the importance of intentionally and doggedly defining each piece of a system, centered on purpose. This is hard work and often unpopular as it requires correcting and corralling. But those unsettled misalignments can set people up to fail and lead to poor outcomes.

3 challenges that every design system faces and how we solved them using 3 different tools

Daniil on the Volvo team share how their team deals with the challenges so many design systems teams also face–namely fragmentation across system touchpoints and communication of status/updates. My two cents is that these are the problems I’d love to see tool makers focus on as opposed to yet another all-in-one design systems platform.

Storybook 7.0

It’s hard to believe Storybook is seven years old now. While I’m not necessarily a fan of Storybook as the documentation solution for an established design system, I think absolutely has an important role in the market. If I was as a startup building a new design system from scratch tomorrow, Storybook would be on the shortlist for documentation.

Design systems on the Complementary podcast

A nice podcast episode primer on design systems which adds more proof that each and every design systems conversation devolves into a discussion about naming.

Week of April 3, 2023

Designing a single grid system for all Wikimedia projects

The most important lesson we learned after designing the new Wikimedia grid was to focus on what really worked for us, and not to worry about what is commonly used on other websites.

First off, it’s great to see the use of a grid by the Wikimedia design team. It’s astonishing how many modern software products don’t have a grid in use. Secondly, it’s nice to see folks putting some critical thought into the application of a grid as opposed to stubbornly sticking with what’s been used in the past.

How Distributing Your Design System Can Save You Time and Money

A distributed design system could decrease an organization’s total cost of ownership as its development and maintenance can be shared by several product teams rather than one dedicated team.

Ah, the eternal promise of federated design systems. I for one have not seen this model play out as dreamingly – at least at larger scale. A federated model assumes a lot of things like equal contributions across all teams, agreement on how components/patterns should look and work and agreement on how all the pieces fit together. Those assumptions have often been in short supply in my experience.

Choosing a name for your design system

When we say ‘design systems create a shared language’, a lot hinges on creating agreement on the specific names for things.

I’m just going to go out there and say if naming is the biggest challenge your design system is facing, you’re doing just fine.