<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: תמיר נקר</title>
    <description>The latest articles on Forem by תמיר נקר (@__ed54c20bf54812eb).</description>
    <link>https://forem.com/__ed54c20bf54812eb</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1779671%2F5443246f-fe3d-449e-a0dc-ab0fd2ce49c8.jpg</url>
      <title>Forem: תמיר נקר</title>
      <link>https://forem.com/__ed54c20bf54812eb</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/__ed54c20bf54812eb"/>
    <language>en</language>
    <item>
      <title>I Built (Yet Another) AI-Powered Chrome Extension to Organize My Tabs - This One Actually Works</title>
      <dc:creator>תמיר נקר</dc:creator>
      <pubDate>Fri, 26 Dec 2025 10:49:24 +0000</pubDate>
      <link>https://forem.com/__ed54c20bf54812eb/i-built-yet-another-ai-powered-chrome-extension-to-organize-my-tabs-this-one-actually-works-2i82</link>
      <guid>https://forem.com/__ed54c20bf54812eb/i-built-yet-another-ai-powered-chrome-extension-to-organize-my-tabs-this-one-actually-works-2i82</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0onhpnl1ebn1l8mhqp13.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0onhpnl1ebn1l8mhqp13.png" alt=" "&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you’re a developer, your browser is probably your real IDE.&lt;/p&gt;

&lt;p&gt;Docs, GitHub, Stack Overflow, Jira, dashboards, PRs, tickets, random blog posts you swear you’ll read later - all open at the same time.&lt;/p&gt;

&lt;p&gt;At some point, tab overload stops being annoying and starts actively slowing you down.&lt;/p&gt;

&lt;p&gt;I hit that point, so I built &lt;strong&gt;ATO&lt;/strong&gt; - an AI-powered Chrome extension that organizes tabs automatically.&lt;/p&gt;

&lt;p&gt;This post explains:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;the real problem behind “too many tabs”&lt;/li&gt;
&lt;li&gt;why manual tab management doesn’t scale&lt;/li&gt;
&lt;li&gt;and how I approached solving it with AI&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fm274l6m461fg8sg4q4h5.png" alt=" "&gt;
&lt;/h2&gt;

&lt;h2&gt;
  
  
  The Problem Isn’t Tabs - It’s Lost Context
&lt;/h2&gt;

&lt;p&gt;People usually describe the issue as &lt;em&gt;“I have too many tabs open.”&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;But that’s not quite right.&lt;/p&gt;

&lt;p&gt;Each tab represents:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;a paused task
&lt;/li&gt;
&lt;li&gt;an unfinished thought
&lt;/li&gt;
&lt;li&gt;a future decision
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;When everything is open, your brain keeps doing background work:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Is this still relevant?&lt;br&gt;&lt;br&gt;
Can I close it?&lt;br&gt;&lt;br&gt;
Will I need it later?&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Chrome has tab groups, but they’re:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;manual
&lt;/li&gt;
&lt;li&gt;static
&lt;/li&gt;
&lt;li&gt;easy to abandon
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Manual organization breaks the moment your browsing behavior changes.&lt;/p&gt;

&lt;p&gt;So instead of asking &lt;em&gt;“How do I organize tabs better?”&lt;/em&gt;&lt;br&gt;&lt;br&gt;
I asked:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;What if tabs could organize themselves - continuously, based on how I actually use them?&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  The Core Idea Behind ATO
&lt;/h2&gt;

&lt;p&gt;Before we start,&lt;/p&gt;

&lt;p&gt;If you’d rather see it in action than read about it, I put together a short video walkthrough:&lt;/p&gt;

&lt;p&gt;

  &lt;iframe src="https://www.youtube.com/embed/exlvtijDc10"&gt;
  &lt;/iframe&gt;


&lt;br&gt;
ATO doesn’t try to “optimize productivity”.&lt;/p&gt;

&lt;p&gt;It focuses on &lt;strong&gt;reducing friction&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;The extension uses AI only when needed and organizes tabs using different &lt;em&gt;organizing lenses&lt;/em&gt;.&lt;br&gt;&lt;br&gt;
Each lens creates a different workflow, depending on how you browse.&lt;/p&gt;

&lt;p&gt;Here are the three main ones.&lt;/p&gt;




&lt;h2&gt;
  
  
  1. By Category (Semantic Grouping)
&lt;/h2&gt;

&lt;p&gt;This is the most straightforward mode.&lt;/p&gt;

&lt;p&gt;ATO analyzes each tab’s:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;title
&lt;/li&gt;
&lt;li&gt;URL
&lt;/li&gt;
&lt;li&gt;domain
&lt;/li&gt;
&lt;li&gt;lightweight metadata
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Then it groups tabs by &lt;strong&gt;semantic intent&lt;/strong&gt;, not just by domain.&lt;/p&gt;

&lt;p&gt;Examples:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Docs
&lt;/li&gt;
&lt;li&gt;Developer Tools
&lt;/li&gt;
&lt;li&gt;Research
&lt;/li&gt;
&lt;li&gt;Finance
&lt;/li&gt;
&lt;li&gt;Entertainment
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Two different websites can belong to the same mental bucket - and that’s exactly what semantic models are good at detecting.&lt;/p&gt;

&lt;p&gt;No manual grouping.&lt;br&gt;&lt;br&gt;
No naming things.&lt;br&gt;&lt;br&gt;
One click.&lt;/p&gt;




&lt;h2&gt;
  
  
  2. By Last Access (Time Awareness)
&lt;/h2&gt;

&lt;p&gt;Not all tabs are equally important - and recency matters.&lt;/p&gt;

&lt;p&gt;This mode groups tabs by &lt;strong&gt;when you last interacted with them&lt;/strong&gt;, for example:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Recently used
&lt;/li&gt;
&lt;li&gt;Earlier today
&lt;/li&gt;
&lt;li&gt;Yesterday
&lt;/li&gt;
&lt;li&gt;Older than a few days
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Nothing is closed automatically.&lt;/p&gt;

&lt;p&gt;But once you see your tabs organized by time, you often realize that many of them are simply &lt;em&gt;old&lt;/em&gt;, not &lt;em&gt;useful&lt;/em&gt;.&lt;/p&gt;




&lt;h2&gt;
  
  
  3. By Frequency (Prediction Mode)
&lt;/h2&gt;

&lt;p&gt;This is the most interesting one.&lt;/p&gt;

&lt;p&gt;ATO tracks how often you return to tabs and predicts which ones you’re likely to need next.&lt;/p&gt;

&lt;p&gt;Instead of asking:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;What should I close?&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;It asks:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;What do I actually use?&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Frequently accessed tabs rise to the top.&lt;br&gt;&lt;br&gt;
Rarely touched ones quietly fade into the background.&lt;/p&gt;

&lt;p&gt;It also suggests tabs you’re unlikely to return to - without forcing any action.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fcodur82hbye25x4gkx4p.png" alt=" "&gt;
&lt;/h2&gt;

&lt;h2&gt;
  
  
  Supporting Tools (Small but Important)
&lt;/h2&gt;

&lt;p&gt;On top of grouping, ATO includes some practical tab tools:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Collapse / expand all tab groups
&lt;/li&gt;
&lt;li&gt;Ungroup everything instantly
&lt;/li&gt;
&lt;li&gt;Search across all open tabs
&lt;/li&gt;
&lt;li&gt;Rename tabs
&lt;/li&gt;
&lt;li&gt;Automatically clean duplicate tabs
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Nothing fancy - just things that keep you in flow.&lt;/p&gt;




&lt;h2&gt;
  
  
  Tech Stack (High Level)
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Chrome Extension (Manifest V3)
&lt;/li&gt;
&lt;li&gt;TypeScript
&lt;/li&gt;
&lt;li&gt;Plasmo
&lt;/li&gt;
&lt;li&gt;AWS Lambda backend
&lt;/li&gt;
&lt;li&gt;Google Gemini API for AI classification
&lt;/li&gt;
&lt;li&gt;DynamoDB for token tracking&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;AI usage is explicit and transparent - no background calls, no hidden consumption.&lt;/p&gt;




&lt;h2&gt;
  
  
  What Changed After Using It Daily
&lt;/h2&gt;

&lt;p&gt;The biggest change wasn’t having fewer tabs.&lt;/p&gt;

&lt;p&gt;It was:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;faster orientation when opening the browser
&lt;/li&gt;
&lt;li&gt;less hesitation about closing things
&lt;/li&gt;
&lt;li&gt;less background anxiety about unfinished work
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The browser became calmer.&lt;/p&gt;

&lt;p&gt;That alone was worth building it.&lt;/p&gt;




&lt;h2&gt;
  
  
  If You Want to Try It
&lt;/h2&gt;

&lt;p&gt;ATO is available on the Chrome Web Store:&lt;br&gt;&lt;br&gt;
👉 &lt;a href="https://chromewebstore.google.com/detail/dhljacmljbbiihhjfjcjaebajabeedfg" rel="noopener noreferrer"&gt;https://chromewebstore.google.com/detail/dhljacmljbbiihhjfjcjaebajabeedfg&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you have ideas, feedback, or strong opinions about tab management - I’d genuinely love to hear them.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>productivity</category>
      <category>webdev</category>
      <category>sideprojects</category>
    </item>
  </channel>
</rss>
