HomeNews and blogs hub

What can Research Software Learn from Human-Centred Design?

Bookmark this page Bookmarked

What can Research Software Learn from Human-Centred Design?

Author(s)
Alexander Morley

Alexander Morley

SSI fellow

Posted on 16 May 2019

Estimated read time: 7 min
Sections in this article
Share on blog/article:
Twitter LinkedIn

What can Research Software Learn from Human-Centred Design?

Posted by s.aragon on 16 May 2019 - 9:36am

Text: "Underexposed"By Alexander Morley, Software Sustainability Institute Fellow

This post was first published in Alex Morley's blog.

Note: A couple weeks ago I went on a week long residency learning about human- or user-centred design. I learnt a lot, but am obviously not an expert. Thus the aim of this post is to share what I learned and my opinion about why a wider consideration of these techniques could be a good thing, rather than tell you how to run your project.

Note 2: I drafted this post with research software in mind -as that’s where my background is- but I don’t think anything here is specific to this domain, and so the title may be changed to reflect that.

“Organic OSS” Development

Before we get into what human-centred design is I first want to outline a common pattern that we see in Open Source software development. The pattern in the comic below is not a bad one, indeed it has served many communities extremely well. But it is important to consider the limitations of such a pattern, as well as its strengths.

comic strip about organic open source software development

Pros - there’s a lot of cool stuff going on here

“Organic” - requires little extra energy or time at the start of a project beyond what would have been required anyway.

Re-use - lot’s of people don’t have to implement the same piece of software because it’s already been done for them and shared.

Community Building - allowing people to develop the features that they want, and submit them back to the project is a great way to build community and can be a formative experience for all involved.

Cons - but also some inherent limitations

Feature Choice - the features that get implemented are often the ones that developers want which may or may not overlap with the rest of the user base.

Feedback Bias - in a similar vein, the feedback that a project will get can be biased towards developers, or those who are more tech-savvy. Furthermore, the absolute limit of the possible feedback you can get is from your user base, there is little scope for addressing a potential user.

User Experience - as a result of this, and the rest of the process lack of consideration for users outside of the developer-base can result in a worse experience for them.

Human-Centred Design

So what is human-centred design and how can it help us reduce some of the cons while keeping the pros of open software development. As the name suggests the aim is to put humans, or users, at the center of the design process. In this context, the key is that users are involved from the very beginning of the process, even in the ideas stage. The goal is to gain a deep understanding of what people need from a piece of software before you commit to building it a certain way. Then as the project evolves, we keep seeking detailed feedback that guides our decision-making. This is critically different from user research that seeks to validate decisions that have already been made (an almost useless endeavour) and not limited to research that just seeks to test which of two or three choices is best (like an A/B test, although these have their place too).

User Research

As user research is critical to this design process you might be thinking, great we’ve already lost the first “Pro” of OSS development “requires little extra energy at the start”. And to some extent this is true, there is an upfront cost but first I would like to show you that there are ways to do this with a small initial time/resource investment and secondly how the value that you can extract later on will more than offset this investment.

User Research Methods

The graph above is quite a complete overview of what different methods of user-research are possible (click on the image for a description of each of them). Which are available to you will depend on your project. An early-stage project is more likely to benefit from mostly qualitative research such as interviews or ethnographic studies. These sound time-intensive but you can cheat a bit. Instead of recruiting participants and setting up interviews you can just take 10 mins out of a coffee break with a colleague and talk to them about their experiences. Or instead of a full ethnographic field study you can ask a friend if you can spend a bit of time at their workplace with a notebook to observe what their needs are. Needless to say the more seriously you take this the more you will get out of it, but on the other hand something is definitely better than nothing. It is amazing how much more deeply you will understand the problem at hand after spending time listening to people’s frustrations and watching their interactions before you start trying to sell them on your proposed solution. Please make sure to get proper consent and take ethical considerations into account when doing this research!

As researchers and developers we might have a bias towards quantitative research methods. But, especially in the early stages, limiting yourself to these approaches will constrain the questions you can ask far more than is desirable. Qualitative techniques such as interviews and observation allow to find answers to questions that you will likely have never even thought to ask, and these answers can be invaluable for the trajectory of your project.

A quasi-quantitative comparison

Still don’t believe me? Fine I’ll try to explain it using graphs.

Graph for quasi-quantitative comparison

View this as an Iodide Notebook

These curves assume that the ability to change a core paradigm of the software you are building has an follows an inverse logistic function, and the probability of you finding out that the paradigm needs to change is linearly related to the number of users your project has. For the user centered design curve we are better able to find things that need changing at the very start of the project, when it is easy to be able to make these changes.

That might be a little contrived but the point stands, human-centred design is not only a great pattern for user experience, but also allows you to -I hate using this phrase- “fail early”, which is presumably a good thing.

Acknowledgements

I am currently a Mozilla Fellow and my attendance at Simply Secure’s underexposed design residency in Berlin was co-sponsored by the Software Sustainability Institute. Check Simply Secure’s page for more user research (and security) goodies and the Software Sustainability Institute’s page for more research software-related content.

Share on blog/article:
Twitter LinkedIn