<?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: Ares</title>
    <description>The latest articles on DEV Community by Ares (@ares_3032).</description>
    <link>https://dev.to/ares_3032</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%2F4089338%2F7a5574a8-7433-4f5e-8c38-83864826b551.png</url>
      <title>DEV Community: Ares</title>
      <link>https://dev.to/ares_3032</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ares_3032"/>
    <language>en</language>
    <item>
      <title>Telegram paper-filter bot — 16yo, looking for a technical roast</title>
      <dc:creator>Ares</dc:creator>
      <pubDate>Sat, 22 Aug 2026 08:21:15 +0000</pubDate>
      <link>https://dev.to/ares_3032/telegram-paper-filter-bot-16yo-looking-for-a-technical-roast-4lb7</link>
      <guid>https://dev.to/ares_3032/telegram-paper-filter-bot-16yo-looking-for-a-technical-roast-4lb7</guid>
      <description>&lt;p&gt;I’m 16 and built a Telegram bot that helps people sort new papers instead of drowning in them. I’m not a researcher. I want engineers to tell me what’s fragile, overbuilt, or dumb.&lt;/p&gt;

&lt;p&gt;What it does&lt;br&gt;
You type a topic. It searches arXiv, PubMed, Semantic Scholar, Crossref, and OpenAlex, dedupes, ranks, and lets you tap not interested / seen, save to a library, and export BibTeX. Deep read is title + abstract only — no PDFs. There is no morning auto-push (free host sleeps). /digest plus your topics, comma-separated is on-demand.&lt;/p&gt;

&lt;p&gt;Bot: &lt;a href="https://t.me/paper_filter_bot" rel="noopener noreferrer"&gt;https://t.me/paper_filter_bot&lt;/a&gt;&lt;br&gt;
If it doesn’t answer, wait ~30–60s and send again.&lt;/p&gt;

&lt;p&gt;How it runs&lt;br&gt;
Telegram webhook on a free Render web service. Flask receives updates. Searches hit the five APIs in parallel, then rank (venue-ish signals, citations, followed-author boost, seen/skip weights). gpt-4o-mini for the abstract pass. State in Turso (library, prefs, quotas). Optional web UI exists; Telegram is the real product.&lt;/p&gt;

&lt;p&gt;What’s hard now&lt;br&gt;
I can no longer find bugs by using it myself. A Reddit post on r/SideProject was eaten by filters (new account + Telegram link). I don’t have researchers who can help me test the system if it really useful. So this post is for software notes, not product-market.&lt;/p&gt;

&lt;p&gt;What I want&lt;br&gt;
Blunt notes on cold start, webhook vs polling, ranking from title/abstract, quota design, anything you’d refuse to ship. “Fine for 16” is useless. “This will break when…” is useful.&lt;br&gt;
You can also type /feedback plus your note inside the bot instead of only commenting here.&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>python</category>
      <category>telegram</category>
      <category>ai</category>
    </item>
  </channel>
</rss>
