<?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: Sumit Verma</title>
    <description>The latest articles on DEV Community by Sumit Verma (@lonerider007).</description>
    <link>https://dev.to/lonerider007</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%2F3919759%2F2e2d13b5-569f-421f-9ac2-54715635e672.png</url>
      <title>DEV Community: Sumit Verma</title>
      <link>https://dev.to/lonerider007</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/lonerider007"/>
    <language>en</language>
    <item>
      <title>I built ARIA (Autonomous Reasoning intelligent agent) for hard code developers – an open-source CLI coding agent with AST validation and RAG web search</title>
      <dc:creator>Sumit Verma</dc:creator>
      <pubDate>Fri, 08 May 2026 09:51:32 +0000</pubDate>
      <link>https://dev.to/lonerider007/i-built-aria-autonomous-reasoning-intelligent-agent-for-hard-code-developers-an-open-source-cli-2npj</link>
      <guid>https://dev.to/lonerider007/i-built-aria-autonomous-reasoning-intelligent-agent-for-hard-code-developers-an-open-source-cli-2npj</guid>
      <description>&lt;p&gt;## What is ARIA?                                                                 &lt;/p&gt;

&lt;p&gt;ARIA (Autonomous Reasoning and Intelligent Agent) is a free, open-source CLI&lt;br&gt;
  coding agent that works with any Ollama model — local or cloud.&lt;/p&gt;

&lt;p&gt;## What makes it different?                                                      &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;AST Pre-Validation&lt;/strong&gt; — catches Python errors before running code. Deterministic layer, no hallucination possible here.                   &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;RAG + Web Search&lt;/strong&gt; — when stuck on an error, searches real Stack Overflow and  &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Loop Detection + Pivot&lt;/strong&gt; — if the same error repeats 3 times, ARIA automatically abandons the approach and tries something completely different.    &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Plan → Approve → Execute&lt;/strong&gt; — never touches your files without showing you the plan first and getting your approval.                                            &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Project Memory&lt;/strong&gt; — remembers your stack decisions and context across sessions. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Live Status Bar&lt;/strong&gt; — always shows what ARIA is doing in real time.&lt;/p&gt;

&lt;p&gt;## Install                                                                       &lt;/p&gt;

&lt;p&gt;pip install aria-x                                                               &lt;/p&gt;

&lt;p&gt;## Run&lt;/p&gt;

&lt;p&gt;aria --model nemotron-3-super:cloud     &lt;/p&gt;

&lt;p&gt;## Links                                                                         &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;GitHub: &lt;a href="https://github.com/Lonerider007/aria-agent" rel="noopener noreferrer"&gt;https://github.com/Lonerider007/aria-agent&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Website: &lt;a href="https://lonerider007.github.io/aria-landing/" rel="noopener noreferrer"&gt;https://lonerider007.github.io/aria-landing/&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Built over one session. Feedback welcome!&lt;/p&gt;

</description>
      <category>ai</category>
      <category>python</category>
      <category>opensource</category>
      <category>claude</category>
    </item>
  </channel>
</rss>
