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?

  • tias@discuss.tchncs.de
    link
    fedilink
    arrow-up
    9
    ·
    7 days 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.