Live data from Hacker News

Show HN: Say Less – AI summarization tool in the Gmail compose window

sayless.email

51–58 of 58 posts

Re: Show HN: Say Less – AI summarization tool in the Gmail compose window

#51

I don't know if it's just me, but I very much prefer easy to skim emails to more dense ones. At one point I got weekly project updates from a team I was working with, and one guy wrote dense, short, emails where I would have to read every sentence carefully to get a hang on what was going on. Another guy would write longer, fluffier emails but with bullet points and paragraphs in the same order: > Hi everyone! > {flu…

You have to adapt while writing: If I want a "more important" sentence to be read, I put on it's own paragraph.

Re: Show HN: Say Less – AI summarization tool in the Gmail compose window

#52

I don't know if it's just me, but I very much prefer easy to skim emails to more dense ones. At one point I got weekly project updates from a team I was working with, and one guy wrote dense, short, emails where I would have to read every sentence carefully to get a hang on what was going on. Another guy would write longer, fluffier emails but with bullet points and paragraphs in the same order: > Hi everyone! > {flu…

This short email style is done to encourage conversations with users to find better market fit.

With colleagues I guess a style that helps to cut down on questions like the one you described is inferior.

Re: Show HN: Say Less – AI summarization tool in the Gmail compose window

#53

Based on some digging around, it looks like the app is made with Facebook AI's BART model [1]. The only summarization implementation I spotted was made by huggingface (of course). [2] [1] https://github.com/pytorch/fairseq/tree/master/examples/bart [2] https://huggingface.co/facebook/bart-large-cnn

Yes, you are correct -- I linked to this research on the frontpage as a citation.

Re: Show HN: Say Less – AI summarization tool in the Gmail compose window

#54

Short emails tend to be either notifications, highly transactional (web based platforms are better for these as they can do tracking and trigger other outside actions), vague, or assume outside context. These are the same problems as always-on corporate instant messaging platforms, just slightly improved by the cross-organizational functionality and store-and-forward. IMHO organizations should strive to make email le…

Interesting take because there is a school of thought that comes to the opposite conclusion: emails should be more like text messages: http://five.sentenc.es/.

I think the most interesting part of this problem is the ambiguity in desired result. Emails are inherently unstructured text data, which results in conflict about how people want them to look like.

Re: Show HN: Say Less – AI summarization tool in the Gmail compose window

#55

Super cool. Would add this as a company gmail feature. However, I also write emails to reduce time spent in conversation, so while I have learned to be more terse, when I'm not, it's to provide references so that I can shorten or preclude a conversation. An ML email shortener is a fantastic idea for business comms, with the caveat that short email culture can also reward vagueness.

Shortness shouldn't be the goal. Clarity should be the goal. The problem is that clarity is a much harder thing to test for. I would pay money for a tool that checks my technical writing for reading level and warns me when passages go above Nth grade. Most people in the US graduate high school with an 8th grade reading level, and some people may not be able to read above a 5th grade level. That means tiny words and s…

https://readable.com/ is an interesting tool I came across in my research you might be interested in. It relies on the Flesch–Kincaid readability tests [1] and has found sustained usage.

Actually, now that I think about it... this might be a good source for bootstrapping further training data.

[1] https://en.wikipedia.org/wiki/Flesch%E2%80%93Kincaid_readabi...

Re: Show HN: Say Less – AI summarization tool in the Gmail compose window

#56

Nice job doing the last mile and making it a usable service. Just guessing: SMMRY or Quillbot with a little enhancement to preserve the salutation?

Nope, I've developed and hosted my own summarization API here. It does heavily rely on open-source machine learning libraries and research / datasets released by Facebook AI [1]

[1] https://ai.facebook.com/research/publications/bart-denoising...

Re: Show HN: Say Less – AI summarization tool in the Gmail compose window

#58
I see the biggest opportunity here in summarizing books and blog posts. At least for me.

Too often, after reading a blog post, I feel like it was a waste of time. I'd prefer to read a super dense summary first. Then optionally select longer variants before reading the full thing.

Maybe There could be a compress function [1, 2, 4, 8, 16, 32, 64, ...]. Choose the compression level before reading.

Especially with books. I'm not sure how well this could work, but I'd prefer to read 100 books that way first, before deciding on the few I actually want to read.

I'd totally pay for this.

Post reply on HN