please someone disrupt the email space with an app that uses a LLM to give me options like:

“block every email that looks like an ad person reaching out to me”

“suggest the solution i am typing out now every time you see a support email that asks this question”

“automatically unsubscribe from everything that is a newsletter"

“block every pr request i get”

"rewrite every angry email i receive into a neutral tone”

@helvetica i built a developer demo that does a basic version of this. I’d love to hear your feedback on how you’d want it extended to be useful for a real-world user. Your list here is an awesome start.

My write up on the repo (repo link at the top of the article):
https://www.ashryan.io/nylas-openai-triage-email/

Using Nylas and OpenAI to triage email

Solving email inbox triage with Nylas APIs and OpenAI GPT APIs.

ashryan.io

@ashryan

very cool! my initial response which isn't reasonable in context is that i am bummed by how many tools only support gmail which i do not use.

past that though, i think the real trick to a lot of truly great professional ai software is going to be building an interface to the ai that is configurable and trainable on the fly.

the magic of this stuff is that it's kind of a personal assistant. but nobody wants a generic personal assistant, the whole value is personal

@helvetica +1000 to personalization being critical to the value. I grow tired of re-explaining to ChatGPT who I am and what’s important to me in every chat 😊

fwiw, the demo repo only connects to Gmail since that’s what I use at work, but the Nylas APIs will connect to most email providers out there.

@ashryan oh cool! well excited to see where this goes !