<?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: Shirshak Nandy</title>
    <description>The latest articles on DEV Community by Shirshak Nandy (@shirshak_nandy_2cd2a85ce0).</description>
    <link>https://dev.to/shirshak_nandy_2cd2a85ce0</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%2F3957603%2F9e7e3cd1-f781-4248-b897-686f48974ffe.png</url>
      <title>DEV Community: Shirshak Nandy</title>
      <link>https://dev.to/shirshak_nandy_2cd2a85ce0</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shirshak_nandy_2cd2a85ce0"/>
    <language>en</language>
    <item>
      <title>My First Look at Hermes Agent</title>
      <dc:creator>Shirshak Nandy</dc:creator>
      <pubDate>Sat, 30 May 2026 03:10:26 +0000</pubDate>
      <link>https://dev.to/shirshak_nandy_2cd2a85ce0/my-first-look-at-hermes-agent-1ofa</link>
      <guid>https://dev.to/shirshak_nandy_2cd2a85ce0/my-first-look-at-hermes-agent-1ofa</guid>
      <description>&lt;p&gt;&lt;strong&gt;&lt;em&gt;# My First Look at Hermes Agent: Exploring the Future of Open-Source AI Agents&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Introduction
&lt;/h2&gt;

&lt;p&gt;Artificial intelligence has evolved rapidly over the past few years. While chatbots are useful, AI agents represent the next step because they can reason, plan, use tools, and complete multi-step tasks. Recently, I explored Hermes Agent, an open-source AI agent developed by Nous Research, and I wanted to share my observations.&lt;/p&gt;

&lt;h2&gt;
  
  
  What is Hermes Agent?
&lt;/h2&gt;

&lt;p&gt;Hermes Agent is an open-source AI agent framework designed to perform complex tasks through planning, tool usage, memory, and reasoning. Unlike traditional chatbots that respond to a single prompt, Hermes Agent can break down larger objectives into smaller steps and work through them systematically.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why Open-Source Agents Matter
&lt;/h2&gt;

&lt;p&gt;Many AI systems today are cloud-based and closed-source. Open-source projects such as Hermes Agent give developers greater flexibility, transparency, and control. Developers can customize the system, choose their preferred models, and deploy it on their own infrastructure.&lt;/p&gt;

&lt;h2&gt;
  
  
  Key Features
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. Multi-Step Reasoning
&lt;/h3&gt;

&lt;p&gt;Hermes Agent can analyze a problem and divide it into multiple steps before generating a solution.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Tool Integration
&lt;/h3&gt;

&lt;p&gt;The framework can interact with external tools and services to complete tasks more effectively.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Memory and Learning
&lt;/h3&gt;

&lt;p&gt;One of the most interesting aspects is its ability to retain useful information and improve future interactions.&lt;/p&gt;

&lt;h3&gt;
  
  
  4. Model Flexibility
&lt;/h3&gt;

&lt;p&gt;Developers are not locked into a single provider and can experiment with different AI models.&lt;/p&gt;

&lt;h2&gt;
  
  
  Potential Applications
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Research assistants&lt;/li&gt;
&lt;li&gt;Study assistants for students&lt;/li&gt;
&lt;li&gt;Productivity automation&lt;/li&gt;
&lt;li&gt;Knowledge management systems&lt;/li&gt;
&lt;li&gt;Software development workflows&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  My Thoughts
&lt;/h2&gt;

&lt;p&gt;What impressed me most is the project's focus on openness and adaptability. As AI agents become more capable, frameworks like Hermes Agent could help developers build powerful applications without depending entirely on proprietary solutions.&lt;/p&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;Hermes Agent demonstrates how open-source AI agents are evolving beyond simple chat interfaces. Its support for reasoning, memory, and tool usage makes it an exciting project for developers interested in the future of AI automation. I look forward to seeing how the community continues to build and innovate around this framework.&lt;/p&gt;

</description>
      <category>hermesagentchallenge</category>
      <category>agents</category>
      <category>ai</category>
      <category>opensource</category>
    </item>
    <item>
      <title>CyberShield AI — My Revived Phishing Detector (Finish-Up-A-Thon Submission)</title>
      <dc:creator>Shirshak Nandy</dc:creator>
      <pubDate>Fri, 29 May 2026 04:17:36 +0000</pubDate>
      <link>https://dev.to/shirshak_nandy_2cd2a85ce0/cybershield-ai-my-revived-phishing-detector-finish-up-a-thon-submission-3d4l</link>
      <guid>https://dev.to/shirshak_nandy_2cd2a85ce0/cybershield-ai-my-revived-phishing-detector-finish-up-a-thon-submission-3d4l</guid>
      <description>&lt;p&gt;[*&lt;em&gt;_`*This is a submission for the &lt;a href="https://dev.to/challenges/github-2026-05-21"&gt;GitHub Finish-Up-A-Thon Challenge&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

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

&lt;p&gt;I built CyberShield AI, a phishing email detector using HTML, CSS, and JavaScript. It checks messages for suspicious words and warns users about possible phishing attempts.&lt;/p&gt;

&lt;p&gt;This project was originally incomplete, but I revived and finished it for the GitHub Finish-Up-A-Thon Challenge.&lt;br&gt;
`&lt;br&gt;
!_**Image description](&lt;a href="https://dev-to-uploads.s3.amazonaws.com/uploads/articles/gsoi651bjckwuie4p8gh.png" rel="noopener noreferrer"&gt;https://dev-to-uploads.s3.amazonaws.com/uploads/articles/gsoi651bjckwuie4p8gh.png&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;_&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;&lt;br&gt;
`&lt;code&gt;&lt;br&gt;
_&lt;br&gt;
&lt;/code&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;

&lt;p&gt;GitHub Repository:&lt;br&gt;
&lt;a href="https://github.com/nandyshirshak-cloud/cybershield-ai" rel="noopener noreferrer"&gt;https://github.com/nandyshirshak-cloud/cybershield-ai&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The Comeback Story
&lt;/h2&gt;

&lt;p&gt;This project was previously unfinished. During this challenge, I completed the logic, improved the design, and made it fully functional.&lt;/p&gt;

&lt;h2&gt;
  
  
  My Experience with GitHub Copilot
&lt;/h2&gt;

&lt;p&gt;GitHub Copilot helped me improve code structure and speed up development by suggesting better logic and cleaner code.&lt;/p&gt;

&lt;p&gt;`&lt;em&gt;****&lt;/em&gt;&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>githubchallenge</category>
    </item>
  </channel>
</rss>
