<?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: Bondarev Evgeni Yurievich</title>
    <description>The latest articles on DEV Community by Bondarev Evgeni Yurievich (@evgenibondarev).</description>
    <link>https://dev.to/evgenibondarev</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%2F3952955%2F62a5ef65-45de-4bae-b404-8937565227bc.jpeg</url>
      <title>DEV Community: Bondarev Evgeni Yurievich</title>
      <link>https://dev.to/evgenibondarev</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/evgenibondarev"/>
    <language>en</language>
    <item>
      <title>I built a tool that extracts tasks from Telegram messages into structured workflows</title>
      <dc:creator>Bondarev Evgeni Yurievich</dc:creator>
      <pubDate>Tue, 26 May 2026 17:09:09 +0000</pubDate>
      <link>https://dev.to/evgenibondarev/i-built-a-tool-that-extracts-tasks-from-telegram-messages-into-structured-workflows-11oo</link>
      <guid>https://dev.to/evgenibondarev/i-built-a-tool-that-extracts-tasks-from-telegram-messages-into-structured-workflows-11oo</guid>
      <description>&lt;p&gt;Someone would say:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Can you update the landing page and check the API later?&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;And a few hours later… it’s gone in the noise of the conversation.&lt;/p&gt;

&lt;p&gt;So I built a small tool to solve this.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it does
&lt;/h2&gt;

&lt;p&gt;TaskExtraction takes Telegram messages and:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;detects actionable tasks&lt;/li&gt;
&lt;li&gt;extracts them from natural conversation&lt;/li&gt;
&lt;li&gt;converts them into structured items&lt;/li&gt;
&lt;li&gt;organizes them into a Kanban-style workflow&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Instead of scrolling chats trying to remember what needs to be done, you get a clear task board.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why I built it
&lt;/h2&gt;

&lt;p&gt;I didn’t want another project management tool.&lt;/p&gt;

&lt;p&gt;I just wanted:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;less context switching&lt;/li&gt;
&lt;li&gt;no manual copying of tasks&lt;/li&gt;
&lt;li&gt;something that works directly from where conversations already happen (Telegram)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Current state
&lt;/h2&gt;

&lt;p&gt;This is still an MVP.&lt;/p&gt;

&lt;p&gt;Right now I’m testing:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;how well task extraction works on real conversations&lt;/li&gt;
&lt;li&gt;edge cases (unclear messages, multi-task sentences)&lt;/li&gt;
&lt;li&gt;different workflow formats for output&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What I’m looking for
&lt;/h2&gt;

&lt;p&gt;Would love feedback from anyone who:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;manages tasks inside chats&lt;/li&gt;
&lt;li&gt;uses Telegram for work or side projects&lt;/li&gt;
&lt;li&gt;has tried automating task capture before&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;What would make this actually useful for you?&lt;/p&gt;

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