TenWords
Every paragraph in exactly ten words.
A Chrome extension that rewrites any article, PDF, or wall of AI output into ten-word lines you can actually skim. Not a summary panel bolted next to the page: the page itself collapses, paragraph by paragraph, and restores with one click.
The quarterly infrastructure review found that the primary database cluster has been running close to its connection limit during weekday peaks, and the team agreed to introduce connection pooling at the service layer before adding any new read-heavy features to the platform.
Database cluster hits connection limits during peak weekday hours regularly
Meanwhile the mobile team shipped the offline sync rewrite, which cuts cold-start time nearly in half and removes the last dependency on the legacy storage layer that has caused most of the crash reports over the past two quarters.
Mobile team rewrites offline sync and fixes crash problems significantly
Finally, hiring remains the main constraint for the platform group, with two backend positions open since March, so the leads proposed pausing one of the lower-priority migration projects until at least one of those roles is filled.
Two open backend positions block progress on other platform projects
How it works
- Install the extension and paste your Anthropic API key in its options. Your key stays in your browser; a long article costs about a tenth of a cent (Claude Haiku).
- Press Alt+T on any page, or select text and right-click → Condense selection.
- Paragraphs collapse in place as batches finish, with a ten-word TL;DR pinned on top. Press again to restore the original.
The guarantee
- Exactly ten words per paragraph, always: word counts are enforced in code, with a corrective retry and a deterministic fix. The model is never trusted.
- Fast on real documents: a 10,000-word article condenses in about 30 seconds, streamed in parallel batches of forty paragraphs.
- Works beyond the browser: a small local service adds a paste-anything web page plus PDF, docx, txt, and URL condensing.
Privacy
There is no server of ours in the middle and no analytics. Your key lives in your browser profile, and page text goes only to Anthropic to be condensed. Details: privacy policy.
Chrome Web Store
Install from source
- Download the extension from the repository and unzip it.
- Open
chrome://extensions, enable Developer mode, click Load unpacked, and pick theextensionfolder. - Right-click the ¶ icon → Options → paste your Anthropic API key.