Last week I described my plans for a reader app that I've started building, called Yakread. On Wednesday it reached the point where I decided to go ahead and let anyone sign up. You can do so at yakread.com. Think of it as an open beta.
To summarize what it does: you can subscribe to various content sources (currently newsletters, RSS, and Pocket bookmarks). Yakread merges it into a single feed and uses a ranking algorithm to pick five links for you (see the bottom of that gif). You select a link, read it within Yakread, repeat. The algorithm gets smarter the more you use it.
(By the way, after you set up a @yakread.com email address, you could even use it to sign up for The Sample 🙂)
I've been using Yakread myself for several days now, and I'm extremely pleased with it. It makes reading medium-/long-form content as easy as scrolling Twitter.
The Algorithm
There are three more essential features Yakread needs before I consider it "complete," at least for my own use. First I need to make the ranking algorithm actually improve itself. Right now it's mostly random. After it loads all the possible links it could show you, it chooses the next one with this process:
Each batch of links is selected by repeating that process five times.
So the next step is to make the algorithm look at the links you click on and the ratings (thumbs up, thumbs down) you give. For example, instead of picking a newsletter at random, we'll first look at the past performance for each newsletter. Maybe newsletter A has been included in 10 previous batches, and two of those times, you clicked on it. If newsletter B has also been in 10 previous batches but was clicked four times, then newsletter B should have a higher chance of getting selected again.
That's honestly about it. The algorithm won't be too fancy. I may add a few other things, such as:
Update: since writing this post on Saturday, I've finished implementing most of these algorithm updates. I'm currently working on ebooks, discussed next.
Moar Feeds
After that, I'll make it work with ebooks. Yakread should let you upload an epub file (if it's DRM-free), and then the ebook will get split up into a number of posts. The algorithm will treat ebooks as a separate category from bookmarks or newsletters/RSS feeds. Perhaps it'll do something like this:
And maybe there'll be a settings page where you can set your current position. So if you upload an ebook that you're already half-way through, Yakread will start at the correct position.
And finally, I'll add Twitter. If you connect your account, we'll import a list of the people you follow. Then we'll bundle the tweets into larger "posts" (i.e. the opposite of what we'll do with ebooks). For example, if you follow an account that tweets a lot, maybe that account will have a daily post that includes all their tweets from that day. Their threads will be included in full (somewhat similar to all those bot accounts that will compile threads onto a single page for you), but if you want to read replies from other accounts then you can click through to do it on Twitter. I haven't thought much yet about how the algorithm will deal with these tweet posts.
The idea here is to make Yakread help me spend less (but not zero) time reading tweets and more time reading books.
After that
Currently I'm in the "scratch my own itch" phase. I opined about this a few weeks ago I think, but to recap, I've been wary about going full-steam ahead on yet another new product, instead of like getting a job or something. (Preferably "or something"). So rather than treat this as a business right away, I'm currently focusing on only my own needs. If I take care of that, then I'll be OK whether or not Yakread is also successful commercially.
But after the algorithm + ebook + Twitter stuff is complete, Yakread will have mostly fulfilled those needs. So at that point, assuming I'm still feeling sufficiently gung-ho (and I will admit, I am feeling pretty gung-ho as of writing this), I'll start trying to grow Yakread. There are a whole bunch of things that can be done, for example:
That last point is so great that I have to emphasize it with another paragraph. Even if a new user never connects any external content sources, we can auto-subscribe them to The Sample right away. And The Sample is great at helping people find a bunch of stuff to subscribe to. Plus, The Sample's one-click subscribe links already work seamlessly with Yakread, since Yakread is just another email client. People can sign up for Yakread and start reading great stuff without ever having to do anything other than "look at the list of five links, pick the one that looks most interesting."