Skip to main content
Version: Next

Ethics (Stakeholder-value matrices)

Learning outcomes

These are the three learning outcomes for this lecture:

  • Identify pros and cons of using given data to solve the desired problem
  • Identify and defend privacy issues
    • Eventually, do this without being told there is a privacy issue to identify
  • Identify stakeholders, and values and interests at stake for each stakeholder
    • Identify and discuss conflicts of values
    • Identify modifications that would mitigate conflicts of values

Here is a diagram of the overall Systematic Software Program Design and Implementation Process that we generally follow when designing and implementing a software product:

Systematic Software Design Process

(PDF here)

We will revisit it multiple times this semester, especially the first three sections (Requirements, Design, and Implementation), and dive deeper into all five sections in CS 3100. These five phases are generally done in that order, though it is possible to revisit an earlier phase. Each phase also has an optional pathway to "Abandon Project" for various reasons.

Today, we will focus on the first phase, Requirements, specifically the stakeholder-value matrix.

Why Value-Sensitive Design?

Computer science is a group activity. In this course, we are teaching the vocabulary for moral language to be able to talk with your teammates and advocate for what you think is right.

We are also choosing to focus specifically on "Identifying and defending privacy issues" to debunk the common excuse of "I have nothing to hide" 1 using Value-Sensitive Design. We will be building stakeholder-value matrices, which help us realize which stakeholders might be put at risk because they "have something to hide."

Our steps for value-sensitive design happen at the beginning of the overall Systematic Program Design and Implementation Process. They help shape the core functionality of a program before we dive into the code and data.

Here are two examples that may help to illustrate the usefulness of the process:

  • Social media apps were built to connect communities and bring users closer together. But there are other stakeholders with conflicting values, namely, the social media platform company itself: they make more money when more users look at their content (and advertisements) for longer. Their financial values can lead them to optimize the platform to keep users looking at the screen for longer, which can conflict with the users' value of mental health.

  • reCAPTCHA and Duolingo were built to verify that users are human and to teach new languages, respectively. But, they both also use the data generated by users to train AI models.2 You may form your own opinions about your unpaid labor. But, similar to social media apps, Duolingo's financial values also compel them to make users view their app more frequently, leading them to prioritize viewing rather than learning.

Steps for Value-Sensitive Design

These are the steps you will take to demonstrate Value-Sensitive Design in the homework assignments for this course:

  1. Identify the stakeholders: identify people who are affected by the software in any way
  2. Identify the values: identify the values at stake for those stakeholders when considering the software
  3. Fill out a stakeholder-value matrix: create a table, where the columns are the values, and the rows are the stakeholders, and write in how each stakeholder's value relates to the software
  4. Identify and analyze conflicts in the matrix: for each conflict in the matrix, identify whether and how to address it

In the CS 2000, 2100, and 3100 courses you will demonstrate Value-Sensitive Design in the assignments with each of these steps. The next section will expand and demonstrate on each of these steps using a case study of a dating app.

Value-Sensitive Design Case study: Finder, a dating app

Let’s consider the example of “Finder,” a fictitious dating app (such as Hinge or Grindr). Let's go through the steps of the Value-Sensitive Design process above.

Step 1: Identify the stakeholders

Users are only a few of many people who will be affected by a proposed technology.

Finder’s users include nonbinary people, transgender people, people who date people of all genders, people whose sexual orientation is criminalized in their geographic location, people who are not legally allowed to be in their geographic location altogether, sex workers, survivors of intimate partner violence, people who are blind, people who don’t speak English, people whose names have apostrophes in them, and so many more.

There are many more stakeholders. Often, if a platform enforces rules for its users, then the content moderators who check for disallowed content are subject to viewing harmful content. They are stakeholders, along with the software engineers and all the other employees of the company which is building Finder.

If Finder’s financial model includes advertising, then the advertisers are key stakeholders, along with the other customers of the advertising companies. And let’s not forget the actors and influencers doing the advertising.

Governments and regulators have stakes involving following laws and regulations, and protecting the public.

Anyone who dates is a stakeholder, since dating apps have fundamentally changed the way we date. And in that vein, relationships formed with Finder will impact many more stakeholders, including friends and family.

There are undoubtedly stakeholders who are not listed, and more stakeholders who will get created3 over time.

Step 2: Identify the values

Values inform the design, development, and deployment of technology, whether or not the technologists acknowledge it. And, once implemented, technology has the ability to change our practices and values.

Privacy is a key value highlighted throughout this course. Many of the stakeholders listed as users will value privacy, whether it is to hide their identity from the government or hide their location from an abusive person. Safety can also be listed as a separate value, or as a subset of privacy.

Accessibility as a value will entail different things to different users. Nonbinary people may not have access to Finder if we don’t include them as a gender option. People who are blind or who don’t speak English may need us to design Finder so that screen readers and translation apps can work. Sex workers are often unfairly banned from dating apps, even if they are not doing sex work or soliciting clients through the dating app. And of course, we need to support a large variety of users’ names so that they can create profiles and access Finder.

Fairness will be valued if we prioritize it. We only want to take into account users’ personal preferences, and nothing else, when recommending people as potential dating partners.

Financial cost will be pertinent to advertisers and users, depending on Finder’s financial model. Reputation is heavily valued, too. And of course, many people value laws and regulations.

Step 3: Fill out a stakeholder-value matrix

Here, we set up a matrix where the columns represent the values, and the rows represent the stakeholders. The cells describe how each stakeholder interacts with each value.

PrivacyAccessibilityFairnessFinancial costReputationLaws and regulationsHope of finding connection
Nonbinary peopleMay want to keep gender identity hiddenNeed nonbinary option for profileLike all users, they should be recommended fairlyLike all users, they may want to keep costs reasonableGenerally want to exist legallyLike all users, they want to find connection
Transgender peopleMay want to keep gender identity hiddenNeed to be allowed to “change” profile’s gender if wanted
People who date people of all gendersMay want to keep their sexual orientation hiddenNeed to be able to search dating profiles of all genders
People whose sexual orientation is criminalized in their geographic locationLikely want to keep their sexual orientation hidden from the governmentNeed to be able to search dating profiles of appropriate genders from their location
People who are not legally allowed to be in their geographic locationLikely want to keep their location hidden from the governmentNeed to be able to set up a profile without government identification
Sex workersLikely want to keep their industry hidden from the governmentMust be allowed on the platform
Survivors of intimate partner violenceLikely want to keep their location hidden from certain people of concernNeed 2FA or other methods to prevent account takeoverHope we go above minimum regulations for accommodation and protection
People who are blindMay want to keep disability status hiddenNeed to be able to use screen readers
People who don’t speak EnglishLike all users, they may want to avoid surveillanceNeed to be able to use translation apps
People whose names have apostrophesLike all users, they may want to avoid surveillanceMust be able to set up a profile with their name
Content moderatorsLikely want to avoid leaking their identities to usersNeed access to everything they need, and nothing more (no personal data or direct messages)Need training to ensure consistencyNeed to be well-compensated for experiencing harmful contentWant to uphold good reputation of Finder and its companyMust follow laws about allowed speech on platforms and personal data protection
Software engineersLikely want to avoid leaking their identities to usersKeep costs low (API usage, cloud storage, etc.)Want to design a product to help people find connection
Other employees of Finder’s companyLikely want to avoid leaking their identities to usersCompany needs to make money to survive
Actors and influencersLikely want to avoid leaking personal info to usersShould be shown to users fairlyLikely want good compensationWant to be seen advertising good products on good platforms
AdvertisersProbably have some data to share and some to keep private to avoid abuseWant access to users’ contact information, but we shouldn’t give it (they’ll stop using Finder if they can directly email users)Want to reach more audiences for less moneyWant to be seen on good platformsMust follow ad regulations
Other customers of advertisersLikely want to avoid leaking personal info to usersIf the ads have special deals, then the other customers lose out on those deals
Governments and regulatorsLikely want to avoid leaking their identities to usersNeed access to everything they need, and nothing moreNeed to collect accurate taxesMust enforce the law
General publicLikely want to avoid leaking personal info to usersProbably no access to the app unless they sign up as usersCompetition drives costs up

Step 4: Identify and analyze conflicts in the matrix

Some stakeholders’ values conflict.

For example, advertisers want to keep financial costs low, but that may push the financial cost onto the users or the company building Finder. Choosing the financial model will require choosing one over the other.

Of course, many users want to keep their identities or locations private from the government, but the government may want access to that information to enforce laws and protect the public. There may be mitigation strategies such as keeping all information private until regulators provide a subpoena, or only providing specific information to the government (not location or sexual orientation).

Fairness or accessibility can sometimes unfortunately require risking Finder’s reputation, depending on the audience giving reputation-related opinions, and how strongly they feel that others don’t belong. Also, ensuring fairness for Finder’s users can require collecting personal information, which can then compromise privacy, especially in case of a subpoena.

There is also often a conflict when criminalized populations simply want to exist legally and peacefully despite being targeted by governments.

Footnotes

  1. Nothing To Hide:The False Tradeoff Between Privacy and Security and 'I've Got Nothing to Hide' and Other Misunderstandings of Privacy by Daniel J. Solove are recommended further reading for those interested by the "I have nothing to hide" argument.

  2. The Duolingo Concern: A Cautionary Tale of AI, Ethics, and Data Exploitation by Jair Abrego Cubilla on MediumThe Duolingo Concern: A Cautionary Tale of AI, Ethics, and Data Exploitation by Jair Abrego Cubilla on Medium

  3. This is not an endorsement of CheaterBuster.