Show HN: Exploring emotional self-awareness via action-based journaling and AI

4 points by vandana231990 ↗ HN
I've been thinking about ways to improve emotional self-awareness without relying on mood logs, which often feel forced or artificial. Instead of asking "how are you feeling?", what if we looked at what someone did during the day — and derived their emotional state from that?

I tried implementing this using a BERT-based model trained on Google’s GoEmotions dataset (which covers 28 nuanced emotions like remorse, joy, optimism, etc.). The idea is to let users reflect on their good or bad deeds, and then use NLP to classify the underlying emotions.

Some patterns I’ve noticed:

Visualizing daily dominant emotions on a color-coded calendar gives a quick emotional overview.

Comparing emotions across days offers insights into how our actions shape our emotional trends.

Action-first reflection seems to reduce the pressure to “perform” emotionally compared to mood logs.

This is all part of an Android experiment I’m working on. Curious if others here have explored similar approaches — using AI to model emotion based on actions rather than self-reporting. Would love to hear your thoughts or feedback.

If you're curious about the implementation or want to see what the Android experiment looks like in action, I wrote more about it here:

https://medium.com/@va6042/what-if-your-daily-actions-could-...

Feedback — technical, UX, or philosophical — is very welcome.

1 comment

[ 3.3 ms ] story [ 16.0 ms ] thread
I practice meditation every night. One thing my meditation teacher often reminds me is: “You are not your thoughts or your emotions.” Just like I wouldn’t say I am my hand — my thoughts and feelings may belong to me, but they are not me.

Realizing that can really help ease suffering. Taking a step back and observing the emotions triggered by our own actions can create just enough space for clarity.

I think your app supports that process beautifully.