Back to Blog

One Click to Save, and the AI Does the Filing

JosephAugust 4, 20263 min read
bookmarksAIproduct

Every bookmark tool I used before had the same save flow: click, then a dialog asks where to put it. Folder? Tags? Title edit? That dialog is where saving dies, because the honest answer to "which folder" is usually "I don't know yet, future me will know".

The dialog is the drop-off point

Saving happens in a two second window between finishing a page and moving on to the next thing. Any question you insert into that window has to compete with whatever the person was already about to do, and it usually loses. The two common outcomes are both bad: you skip the save entirely, or you pick the same default folder every time until that folder becomes the graveyard.

The folder question is also genuinely hard to answer at save time. A conference talk about Postgres indexes could belong under Databases, Performance, Watch Later, or a project folder that does not exist yet because the project starts in three weeks. You are being asked to predict the shape of your own future attention.

What happens after the click

Markwise's save is deliberately decision-free: one click, done. The work moves to the server instead of your head.

The extension sends the URL and the page metadata. The backend pulls OpenGraph data and sniffs the content type, so a PDF does not get run through an HTML parser and come back as gibberish. Then it fetches the readable text of the page, and the AI writes a summary and assigns tags from what is actually in the article, not from the title alone.

All of that is asynchronous. The click returns immediately, and the enrichment lands a moment later. From your side, saving is one action with no follow-up screen.

The tradeoff is control

An auto-tagger will sometimes pick "Recipes, Italian, Dinner" when you wanted "Cooking". That is a real cost and it is worth naming rather than pretending it away. Tags are editable, so you can fix a bad call on the rare day you actually care.

What makes the tradeoff acceptable is that tags are not the only path back to a document. Search works by meaning, so a half-remembered phrase can find something whose tags are wrong. In a system where tags are the only index, bad tags lose the file forever. In a system with semantic search underneath, bad tags are cosmetic.

So I decided a slightly imperfect filing system that always runs beats a perfect one that requires me to be the librarian at 11pm.

Where do you land on this: do you want the machine to file your saves, or does auto-tagging feel like losing control of your own library?

Markwise is free to start, with a Chrome extension, a web app, and an iOS app at markwise.app.

Related Posts