<?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>DEV Community: 0xzerolight</title>
    <description>The latest articles on DEV Community by 0xzerolight (@0xzerolight).</description>
    <link>https://dev.to/0xzerolight</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4064757%2F63bfa506-6632-4329-8502-a7c6b77625d3.png</url>
      <title>DEV Community: 0xzerolight</title>
      <link>https://dev.to/0xzerolight</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/0xzerolight"/>
    <language>en</language>
    <item>
      <title>Topic Watch: open-source, self-hosted news monitor for productivity</title>
      <dc:creator>0xzerolight</dc:creator>
      <pubDate>Wed, 05 Aug 2026 20:52:42 +0000</pubDate>
      <link>https://dev.to/0xzerolight/topic-watch-open-source-self-hosted-news-monitor-for-productivity-8jl</link>
      <guid>https://dev.to/0xzerolight/topic-watch-open-source-self-hosted-news-monitor-for-productivity-8jl</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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Ffdm0unte31smtgjvh9c8.gif" 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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Ffdm0unte31smtgjvh9c8.gif" alt="Topic Watch demo" width="720" height="382"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Topic Watch
&lt;/h2&gt;

&lt;p&gt;Topic Watch is a self-hosted news monitor that only notifies you on truly new information using LLM-powered novelty detection.&lt;br&gt;
Fully free and open-source.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why not RSS readers?
&lt;/h2&gt;

&lt;p&gt;RSS news readers notify you on every single new article on a topic. &lt;/p&gt;

&lt;p&gt;This often forces you to re-read the same exact story rehashed 20 times in the periods between truly new information.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/0xzerolight/topic_watch" rel="noopener noreferrer"&gt;Topic Watch&lt;/a&gt; tracks a topic and notifies you only when something is genuinely new.&lt;/p&gt;

&lt;p&gt;Thus, you save precious time while staying informed on the latest news.&lt;/p&gt;

&lt;h2&gt;
  
  
  Pipeline
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;RSS / Bing News / Exa search
        ↓
fetch → dedup → extract content
        ↓
knowledge state + new articles → LLM
        ↓
    has_new_info?
     ├─ no  → record, stay silent
     └─ yes → update state → notify → record
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Knowledge state, not keyword matching
&lt;/h2&gt;

&lt;p&gt;Each topic has a knowledge state: a rolling LLM-written summary of what is already established. Every check compares the new articles against that summary to check for truly new details.&lt;/p&gt;

&lt;p&gt;Nothing new: the check is recorded, nothing is sent. &lt;br&gt;
Something new: the state absorbs the fact, then a notification goes out with the summary, key facts, and source links.&lt;/p&gt;

&lt;h2&gt;
  
  
  Cost
&lt;/h2&gt;

&lt;p&gt;You can use any LLM API via LiteLLM - Claude, ChatGPT, Grok, Deepseek, etc. The provider is a single config string.&lt;/p&gt;

&lt;p&gt;Roughly $0.0003 per check on a small model (e.g. Claude Haiku 4.5).&lt;br&gt;
Or run Ollama locally and pay nothing. &lt;/p&gt;

&lt;h2&gt;
  
  
  GitHub link
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Fully self-hosted and open-source.&lt;br&gt;
Feel free to share issues and feature ideas!&lt;br&gt;
A star on GitHub is appreciated if you like it :).&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Check it out:&lt;br&gt;
&lt;strong&gt;&lt;a href="https://github.com/0xzerolight/topic_watch" rel="noopener noreferrer"&gt;github.com/0xzerolight/topic_watch&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>python</category>
      <category>productivity</category>
      <category>ai</category>
    </item>
  </channel>
</rss>
