this post was submitted on 08 Aug 2026
66 points (98.5% liked)

Programming

28157 readers
274 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 3 years ago
MODERATORS
 

Inspired by this Lobsters thread, and some of the great comments within it, I would like to ask if anybody is doing some hobby programming this weekend?

you are viewing a single comment's thread
view the rest of the comments
[–] tias@discuss.tchncs.de 7 points 1 week ago

I'm working on a classifier to keep the chaos of my inbox under control. It uses the gemini LLM API (gemini-flash-lite) to add labels to each email depending on things like:

  • does it require an action from me?
  • does it require a reply from me?
  • is there a deadline?
  • is it an invoice?
  • is the information just an event about changes to information that exists in another system (i.e. a notification that can be deleted)

Currently upgrading from the 2.x to the 3.x model and tuning some of the prompts.