<?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: Sushrut Verma</title>
    <description>The latest articles on DEV Community by Sushrut Verma (@sushrutverma).</description>
    <link>https://dev.to/sushrutverma</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%2F3236091%2F6813cec7-03e3-4013-86b7-d96fe6ac8fa9.png</url>
      <title>DEV Community: Sushrut Verma</title>
      <link>https://dev.to/sushrutverma</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sushrutverma"/>
    <language>en</language>
    <item>
      <title>I Built My First AI Agent Within Hours Using n8n Automation ⚡</title>
      <dc:creator>Sushrut Verma</dc:creator>
      <pubDate>Sun, 01 Jun 2025 14:18:21 +0000</pubDate>
      <link>https://dev.to/sushrutverma/i-built-my-first-ai-agent-within-hours-using-n8n-automation-34l6</link>
      <guid>https://dev.to/sushrutverma/i-built-my-first-ai-agent-within-hours-using-n8n-automation-34l6</guid>
      <description>&lt;p&gt;&lt;strong&gt;Imagine sending a photo of your meal to a &lt;em&gt;Telegram bot&lt;/em&gt; – and instantly getting back the calories, protein, carbs, and fats. That’s exactly what I built using n8n and OpenAI’s GPT-4o-mini, customized with real food data. **&lt;br&gt;
 **What it does:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;You send a meal photo to the Telegram bot&lt;/li&gt;
&lt;li&gt;The image is analyzed by a custom-trained GPT-4o-mini model&lt;/li&gt;
&lt;li&gt;You get a clear macro breakdown: calories, protein, carbs, and fats&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;How I built it:&lt;/strong&gt;&lt;br&gt;
 &lt;em&gt;Telegram Trigger (n8n)&lt;/em&gt;&lt;br&gt;
I used the Telegram Bot node in n8n to receive meal photos.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Telegram API File Fetching&lt;/em&gt;&lt;br&gt;
Telegram only gives you a file_id – so I used the Telegram API to fetch the actual image URL.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Custom GPT-4o-mini Model&lt;/em&gt;&lt;br&gt;
Instead of a pre-trained API, I used OpenAI’s GPT-4o-mini and fine-tuned the prompts using custom food libraries (covering Indian, Western, and packaged foods). This allowed the model to better recognize regional meals and give realistic macro estimations.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Prompt Crafting&lt;/em&gt;&lt;br&gt;
The prompt I used included meal-type context and nutrition lookup logic based on trained libraries. This made GPT-4o-mini behave more like a smart nutritionist.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Response Parsing + Return&lt;/em&gt;&lt;br&gt;
I parsed the output and sent back a clear, well-formatted macro summary via Telegram.&lt;/p&gt;

&lt;p&gt;Try it here - &lt;a href="https://t.me/coach09bot" rel="noopener noreferrer"&gt;https://t.me/coach09bot&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;⚠️ Friendly heads-up: I built this project entirely using free tools – so it has its limits.&lt;br&gt;
If the bot doesn't respond or breaks under load, don’t worry – just ping me, and I’ll sort it out. 😊&lt;/p&gt;

&lt;p&gt;Now you can build these kinds of AI-powered automations yourself — without writing a single line of code.&lt;br&gt;
💬 Hit me up if you need any help!&lt;/p&gt;

</description>
      <category>nocode</category>
      <category>programming</category>
      <category>automation</category>
      <category>ai</category>
    </item>
  </channel>
</rss>
