Use local language model to prioritize mails, like Apple Mails
Prioritaire emails dynamically with a local AI model. Can be easily done with a Small Language Model (SLM), similar to the already used one in the mail editor.
Selection process can be established in two ways:
- Either the LM is called periodically or at each received emails, a prompt insert all 20-30 last received one and ask a shortlist of 2-3 urgent.
- Either for ez cc review mail, the LM is asked to note a mail (urgency, importance), notes are pondered and top 3 are displayed as priority
2
votes