<?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: Deepak Kumar</title>
    <description>The latest articles on DEV Community by Deepak Kumar (@deepak_kumar_2c179cbac31c).</description>
    <link>https://dev.to/deepak_kumar_2c179cbac31c</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%2F4018650%2F06a4f596-100d-4456-b66e-5f7d53cc1b88.jpg</url>
      <title>DEV Community: Deepak Kumar</title>
      <link>https://dev.to/deepak_kumar_2c179cbac31c</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/deepak_kumar_2c179cbac31c"/>
    <language>en</language>
    <item>
      <title># I'm Not a Developer. I Built an AI Bot That Tells Me What to Focus On Every Morning.</title>
      <dc:creator>Deepak Kumar</dc:creator>
      <pubDate>Tue, 07 Jul 2026 03:41:18 +0000</pubDate>
      <link>https://dev.to/deepak_kumar_2c179cbac31c/-im-not-a-developer-i-built-an-ai-bot-that-tells-me-what-to-focus-on-every-morning-1fd6</link>
      <guid>https://dev.to/deepak_kumar_2c179cbac31c/-im-not-a-developer-i-built-an-ai-bot-that-tells-me-what-to-focus-on-every-morning-1fd6</guid>
      <description>&lt;p&gt;I used to forget client calls.&lt;/p&gt;

&lt;p&gt;Not because I didn't care — I had the meetings in my head, I knew they mattered. But between juggling database consulting projects for mining companies, chasing follow-ups, and trying to remember basic household stuff like booking a doctor's appointment or picking up medicines, things slipped. The embarrassment of realising mid-afternoon that a client had been waiting on a call I never joined — that feeling is what eventually made me build something.&lt;/p&gt;

&lt;p&gt;I'm not a professional developer. I've never shipped commercial software. I built Wingman — a Telegram AI productivity bot — entirely using AI coding assistance over several months, and I want to tell you honestly how that went.&lt;/p&gt;




&lt;h2&gt;
  
  
  What Wingman Actually Does
&lt;/h2&gt;

&lt;p&gt;Wingman lives inside Telegram. You tell it your tasks in plain English — "call client Friday 3pm", "buy medicines today", "submit report next Monday" — and it understands, schedules, and reminds you. No app to open, no dashboard to check. It just shows up in your Telegram, where you already are.&lt;/p&gt;

&lt;p&gt;The feature I love most is /focus. When I type it in the morning, the bot doesn't just list my tasks — it picks one, tells me why that one matters right now, and gives me a short plan. The AI-driven analysis is surprisingly good. It factors in deadlines, what's overdue, what I've been avoiding. It feels like a smart colleague pointing at the board and saying "this one, today."&lt;/p&gt;

&lt;p&gt;Other features: snooze/done workflows with context-aware actions (a future task shows different buttons than an overdue one), a morning briefing, and natural language scheduling that understands "tonight", "next week", "tomorrow 9am".&lt;/p&gt;




&lt;h2&gt;
  
  
  What Actually Broke
&lt;/h2&gt;

&lt;p&gt;&lt;em&gt;The Telegram outage.&lt;/em&gt; For about a week, Telegram was restricted by the government where I live. The bot went dark. No reminders, no focus recommendations, nothing. I realised how much I'd come to depend on it — and also how fragile a single-platform tool is. It came back, but that week taught me something about building on infrastructure you don't control.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;The timezone bug.&lt;/em&gt; When rescheduling tasks, the bot was picking up UTC time instead of the user's local time. So "reschedule to 9am" would land at 2:30pm IST. Weird to debug, obvious in hindsight. Fixed now, but it took longer than it should have because I didn't have proper observability in place early enough.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;The first-user problem.&lt;/em&gt; Building something that works for you and building something that works for a stranger are very different things. When I started thinking about beta users, I realised my onboarding was essentially nonexistent — a new user arriving cold had no idea what to type first.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Stack (for the curious)
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;em&gt;Backend:&lt;/em&gt; Node.js&lt;/li&gt;
&lt;li&gt;
&lt;em&gt;AI:&lt;/em&gt; OpenAI API&lt;/li&gt;
&lt;li&gt;
&lt;em&gt;Database:&lt;/em&gt; SQLite&lt;/li&gt;
&lt;li&gt;
&lt;em&gt;Platform:&lt;/em&gt; Telegram Bot API&lt;/li&gt;
&lt;li&gt;
&lt;em&gt;Hosting:&lt;/em&gt; Railway&lt;/li&gt;
&lt;li&gt;
&lt;em&gt;Scheduling:&lt;/em&gt; Cron-based reminder engine&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;No frameworks I didn't understand, no infrastructure I couldn't debug at 11pm alone.&lt;/p&gt;




&lt;h2&gt;
  
  
  Where It Is Now
&lt;/h2&gt;

&lt;p&gt;Wingman is in early beta. You can try it free — it's rough in places, but the core loop works: capture a task, get reminded, ask for focus, move forward.&lt;/p&gt;

&lt;p&gt;👉 Try it: t.me/winghman_ai_bot&lt;/p&gt;




&lt;h2&gt;
  
  
  The Guide
&lt;/h2&gt;

&lt;p&gt;I documented everything — the architecture decisions, the bugs, the fixes, the things I'd do differently. Not as a polished tutorial, but as an honest record of how a non-developer ships an AI product in 2025 using AI assistance.&lt;/p&gt;

&lt;p&gt;If you're thinking about building a Telegram bot, an AI productivity tool, or just want to see how the sausage gets made — it's a $9 early access guide. Price goes up once the video walkthrough is added.&lt;/p&gt;

&lt;p&gt;👉 Guide: smartie306.gumroad.com/l/ai-telegram-bot-guide&lt;/p&gt;




&lt;h2&gt;
  
  
  What I Learned
&lt;/h2&gt;

&lt;p&gt;The hardest part wasn't the code. AI handled most of that. The hardest part was deciding what to build next when everything felt equally important, and shipping instead of polishing.&lt;/p&gt;

&lt;p&gt;That tension never fully goes away. But a bot that reminds you what to focus on helps — even when you built it yourself.&lt;/p&gt;




&lt;p&gt;Built with Node.js, OpenAI, SQLite, Railway, and a lot of AI pair programming. Currently v0.11, early beta.&lt;/p&gt;

</description>
      <category>productivity</category>
      <category>node</category>
      <category>telegram</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
