DEV Community

Cover image for I got tired of procrastination, so I built this AI tool to make me productive! 🫡

I got tired of procrastination, so I built this AI tool to make me productive! 🫡

Sunil Kumar Dash on September 09, 2024

TL;DR Lately, I have been procrastinating a lot, binge-watching Netflix, doom-scrolling social media, etc. Finally, I decided to get ri...
Collapse
 
anna_lapushner profile image
anna lapushner

Binge watching Netflix and doom scrolling lol
You're good to encourage AI adoption and welcoming AI as your friend.
Thank you for the personalization code snippets. They look useful!

Collapse
 
sunilkumrdash profile image
Sunil Kumar Dash

Thank you so much, @anna_lapushner.

Collapse
 
z2lai profile image
z2lai

Super creative AI use case! I'm curious is there any privacy or security concerns of having "AI monitor your screen"? Like what if it picked up sensitive information?

Collapse
 
atsag profile image
Andreas • Edited

I would write exactly the same @z2lai . We are advancing technology, but we are building on moving ground... which means that we may eventually either have to embrace vendor lock-in or stay behind :(
Unless, of course, we change our attitude and focus more on the solidity of a solution than its flashy appeal.

Collapse
 
sunilkumrdash profile image
Sunil Kumar Dash

The screenshots go to OpenAI, so if they are true to their word, it shouldn't be a problem. :)

Collapse
 
andrewbaisden profile image
Andrew Baisden

Nice one, I have lost count of the amount of hours that get lost in a month because of doom scrolling on websites like Instagram 😂

Collapse
 
sunilkumrdash profile image
Sunil Kumar Dash

thanks Andrew.

Collapse
 
rnsjey profile image
JM Arenas

This is great, I will give it a try.

Collapse
 
sunilkumrdash profile image
Sunil Kumar Dash

Thank you so much.

Collapse
 
time121212 profile image
tim brandom

This is great, I will give it a try.

Collapse
 
kamran2121 profile image
kamran2121

That's a great use case of multi-modal LLMs. Thanks for the post.

Collapse
 
sunilkumrdash profile image
Sunil Kumar Dash

Thanks Kamran.

Collapse
 
reed1 profile image
reed1

I have a simpler idea. How about monitoring activity by listening to window class and window title change? vscode should be working, reddit chrome should be not working. It's simple to make the listener on my wm (i3wm). I can make the script to make something like this:

window_title,window_class,timestamp
project ABC,vscode,12:02:02
reddit,chrome,12:03:50
IDLE,IDLE,12:06:00
project ABC,vscode,12:08:32

from that data, can I leverage Composio to help me?