<?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: Debmalya Sen</title>
    <description>The latest articles on DEV Community by Debmalya Sen (@debmalyasen34).</description>
    <link>https://dev.to/debmalyasen34</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%2F3955552%2F90e5590d-1c27-4af4-be50-5520558d187e.png</url>
      <title>DEV Community: Debmalya Sen</title>
      <link>https://dev.to/debmalyasen34</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/debmalyasen34"/>
    <language>en</language>
    <item>
      <title>Helium Agent</title>
      <dc:creator>Debmalya Sen</dc:creator>
      <pubDate>Sat, 06 Jun 2026 01:16:33 +0000</pubDate>
      <link>https://dev.to/debmalyasen34/helium-agent-3307</link>
      <guid>https://dev.to/debmalyasen34/helium-agent-3307</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;h3&gt;
  
  
  What is Helium
&lt;/h3&gt;

&lt;p&gt;Helium is a terminal based local AI agent that does everything a propriety agent does. It can code, research, execute bash, manipulate files, and more. It is built with a lightweight harness so that only things that you need are eating your ram.&lt;/p&gt;

&lt;h3&gt;
  
  
  How it started
&lt;/h3&gt;

&lt;p&gt;I was absolutely stunned by how good claude code and other big tech agents were. It felt almost magical but then when openclaw came into the light I got to know that under the hood it was run by &lt;strong&gt;Pi&lt;/strong&gt;. I looked around about it and found why it was being used. I was inspired by a speech of its creator telling to embrace the &lt;strong&gt;simplicity&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;I thought to myself why not built something that lives between the &lt;strong&gt;simplicity of Pi&lt;/strong&gt; and &lt;strong&gt;throughput of claude code&lt;/strong&gt;. Hence, Helium was conceived.&lt;/p&gt;

&lt;p&gt;I started coding it in python, keeping the stack as minimal as possible. I also added a voice wakeup command but scratched that because I couldn't get the voice recognition work properly without using a large model contradicting the entire &lt;strong&gt;lightweight&lt;/strong&gt; claim.&lt;/p&gt;

&lt;p&gt;This was when I took a break from it.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Helium is the biggest project I have ever made and worked on. I spent days looking for free LLM providers because my mac was not good enough for medium models and the small models were not satisfactory. Yes, I tried quantization but it was meh.&lt;br&gt;
I was lucky to get one and from there it was no looking back. &lt;/p&gt;
&lt;/blockquote&gt;

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

&lt;p&gt;The github repo is here: &lt;a href="https://github.com/DebmalyaSen34/helium-agent" rel="noopener noreferrer"&gt;https://github.com/DebmalyaSen34/helium-agent&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I made a video walkthrough here:&lt;br&gt;
&lt;a href="https://drive.google.com/file/d/14x6sn06KoIgq_b5kDoT_VdB7MYQC_HTG/view?usp=drive_link" rel="noopener noreferrer"&gt;Watch Demo video&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Screenshots:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F1zyeljfufzklt0vmolsq.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F1zyeljfufzklt0vmolsq.png" alt="Helium TUI" width="800" height="300"&gt;&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;Helium was just a few python files with no UI, no orchestrator, but only few tools that couldn't talk to each other. I lost the motivation to continue it and went to my home town. That time away from it made me complete it even more than when it started.&lt;/p&gt;

&lt;p&gt;I have had a lot of free time on my hand recently so I thought why not continue Helium. I was also motivated the &lt;strong&gt;AI Engineer&lt;/strong&gt; event in Europe to test new things. I continued researching on the harness development, context management, memory, tool execution and web search.&lt;/p&gt;

&lt;h3&gt;
  
  
  Features added
&lt;/h3&gt;

&lt;p&gt;The first feature that I added was a &lt;code&gt;web_search&lt;/code&gt; because I always fancied a agent that could utilize the internet. So, I used scraping libraries and duckduckgo search api. I tested it heavily like asking about very recent news in sports and geopolitical areas. Soon many tools and features followed:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Research/Deep research&lt;/li&gt;
&lt;li&gt;Bash execution&lt;/li&gt;
&lt;li&gt;File manipulation&lt;/li&gt;
&lt;li&gt;Coding workflows&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Moving on from past
&lt;/h3&gt;

&lt;p&gt;I had to remove the entire &lt;strong&gt;voice suite&lt;/strong&gt; because it was becoming heavy due to models being used for voice recognition and complex to maintain.&lt;/p&gt;

&lt;p&gt;I also removed the &lt;strong&gt;web ui&lt;/strong&gt; because it was difficult already to maintain the terminal operations so I scrapped that.&lt;/p&gt;

&lt;p&gt;Removing these features allowed me to completely focus on one task. Giving a beautiful experience in terminal.&lt;/p&gt;

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

&lt;blockquote&gt;
&lt;p&gt;We live in an era where you are limited only by your imagination and not the technology.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;I have a student plan for &lt;strong&gt;Github Copilot&lt;/strong&gt;. Every idea was passed through it and double checked to make it is serving its purpose. Copilot &lt;strong&gt;wrote all the extensive tests&lt;/strong&gt; to make sure the agent behaves as intended.&lt;/p&gt;

&lt;p&gt;Github Copilot contributed heavily to the &lt;strong&gt;memory management&lt;/strong&gt; and &lt;strong&gt;coding workflow&lt;/strong&gt; implementation as I was unsure which directions to take. It and I conversed for long discussing different architecture designs and chose the one best suited for my constrains.&lt;/p&gt;

&lt;p&gt;It would create detailed &lt;code&gt;architecture-design.md&lt;/code&gt; files which I would review and then move on to the &lt;code&gt;implementation.md&lt;/code&gt; file where all the magic happened. These files were in detailed and contained all the edge cases for testing. I didn't expect this level of consistency and quality from any agent.&lt;/p&gt;

&lt;p&gt;Bottom line: without Github Copilot it would've taken few months to make it work and few more to make it not break.&lt;/p&gt;

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