Building a self-empathy app

The idea for building a self-empathy app app came up years ago when I was first starting to give workshops on Nonviolent Communication.

Nonviolent Communication (NVC) is a communication approach developed by psychologist Marshall Rosenberg. The purpose of NVC is to create connections and resolve conflicts between people by focusing on expressing ourselves in a way that is honest, clear, and compassionate, while also listening to others with empathy and understanding.

The NVC framework involves four main components:

  1. Observation: Describing what we observe, without adding any interpretation or evaluation.

  2. Feelings: Identifying and expressing how we feel about what we observe, without blaming or accusing others.

  3. Needs: Identifying and expressing the underlying needs or values that are driving our feelings, without making demands or ultimatums.

  4. Requests: Making clear requests for specific actions that could meet our needs, without using language that is coercive or threatening.

NVC emphasizes the importance of active listening, empathy, and understanding the needs and feelings of others. By using nonviolent communication, individuals can improve their relationships, resolve conflicts in a peaceful manner, and promote mutual respect and understanding.

The mainstream definition of empathy typically refers to the ability to understand and share the feelings of another person. This often involves putting oneself in the other personā€™s shoes and experiencing their emotions as if they were oneā€™s own. While this is a valuable aspect of empathy, the nonviolent communication context adds several important dimensions to this understanding.

In the context of nonviolent communication, empathy is not just about understanding the other personā€™s feelings, but also their needs and values that underlie those feelings. The emphasis is on deep listening and understanding the other personā€™s perspective without judgment or evaluation. This involves paying attention to the language and tone used by the other person, as well as their nonverbal cues.

Nonviolent communication also recognizes that empathy is a two-way process. It is not just about understanding the other personā€™s perspective, but also being willing to express oneself in a vulnerable and authentic way. This means being willing to share oneā€™s own feelings, needs, and values in a way that is honest and respectful.

Overall, the nonviolent communication context sees empathy as a key component of creating understanding and connection between people. It goes beyond just understanding the other personā€™s emotions to also include their needs and values, and emphasizes the importance of open and honest communication.

Self-empathy is an important aspect of nonviolent communication (NVC) and involves turning empathy inward, toward oneself. It involves the ability to understand and connect with our own feelings, needs, and experiences, with the same compassion and non-judgmental awareness that we would offer to someone else.

Self-empathy is a way of taking care of oneself emotionally, and can help us to identify and address our own needs before they become overwhelming. In NVC, self-empathy is seen as a necessary first step before engaging in communication with others. When we are able to understand and empathize with our own feelings and needs, we are better equipped to communicate those needs to others in a clear and respectful way.

But this is easier said than done. Iā€™ve been wanting to build a tool that simply sets the process into motion.

Iā€™ve chosen to use complaint words or ā€œinitial feelingā€ words as the starting point. The basic assumption here is that when people are in a triggered state and could benefit from some self-empathy, they are often ruminating on a complaint (ā€œTheyā€™re beingā€¦) or a feeling (ā€œIā€™m feelingā€¦).

One thing Iā€™m doing differently here is that Iā€™m separating out what I call the ā€œinitial feelingsā€ from the ā€œunderlying feelings.ā€ In the NVC framework, these initial feelings are called ā€œvictim verbsā€ ā€” feeling words that imply blame, judgment, or a lack of personal responsibility. These are typically the feeling words that end in ā€˜-edā€™. In NVC, it is recommended to avoid using victim verbs. My take is that it can be productive to recognize them, name them, and then shift into identifying the underlying feelings. They are a great starting point.

So instead of trying to avoid victim verbs or judgement/complaint words, we use these as the starting points for the self empathy process.

The app guides users from: complaint ā€”> initial feelings ā€”> underlying feelings ā€”> needs

or

initial feeling ā€”> underlying feelings ā€”> needs

Iā€™ve created a large JSON object with my best guesses at six initial feelings connected to each complaint word. And then six underlying feelings and six need words associated with the starting complaint.

This site starts to get interesting when we hook up this front end to a database that can record user input. No identifying information. Just simply register an upvote for the terms that actually seem to ā€œlandā€ for the user when they are practicing self-empathy. Over time, this data can be used to improve the suggested terms. So while I might think the complaint ā€œarrogantā€ could be highly associated with the needs ā€œinclusionā€ and ā€œresonance,ā€ these might not be very good guesses. By registering which words actually work for users, the app can evolve over time to offer helpful empathy guesses and not just the terms that I thought sounded good.

This is important. Iā€™ve found that a lot of people working in the leadership / coaching / development space tend to have their own agendas, frameworks, and wording that they want to push on their clients. All of my empathy guesses start to have a particular flavor. Iā€™m guessing that you are yearning for ā€œalivenessā€ and ā€œmeaningā€ all the time. Not because you are, necessarily, but because I am. Or because Iā€™ve found that those terms really seem to land for me a lot of the time.

So Iā€™ve initialized the app with a set of guesses under each term. But Iā€™ve configured it in such a way that it can evolve beyond my initial best guesses and in a direction that is less ā€œauthoredā€ and more generally useful.

None of this is particularly visible to the user. It will just happen in the back end over time as more and more people utilize the site. But there is no need to create an account; no user information is stored. Just a generic ā€œupvoteā€ for a particular value.

It was interesting to notice how much aversion I had while building this out to the notion that particular user data would be drawn out of the app. I can understand how if this is utilized on a big enough scale it could be interesting to see the data on a more granular level by particular demographics. But, Iā€™m really trying not to be too creepy here. And going down that route seems like a pointless empathy guess optimization process. In this particular case, guessing the perfect words is a lot less important than guiding a user experience that actually compels someone to engage in a self-empathy process when they are feeling triggered.

Give it a try! Grab my email address and let me know what you think.

selfempathy site

github repo