<?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: Elia Gambalung</title>
    <description>The latest articles on DEV Community by Elia Gambalung (@elia_gambalung_c87fef14bf).</description>
    <link>https://dev.to/elia_gambalung_c87fef14bf</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%2F3984418%2F9ff58013-24a8-4134-b5ab-b876a43a3cd1.png</url>
      <title>DEV Community: Elia Gambalung</title>
      <link>https://dev.to/elia_gambalung_c87fef14bf</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/elia_gambalung_c87fef14bf"/>
    <language>en</language>
    <item>
      <title>I built a CLI tool that explains any error in plain English — just pipe it</title>
      <dc:creator>Elia Gambalung</dc:creator>
      <pubDate>Sun, 14 Jun 2026 21:38:58 +0000</pubDate>
      <link>https://dev.to/elia_gambalung_c87fef14bf/i-built-a-cli-tool-that-explains-any-error-in-plain-english-just-pipe-it-1lf1</link>
      <guid>https://dev.to/elia_gambalung_c87fef14bf/i-built-a-cli-tool-that-explains-any-error-in-plain-english-just-pipe-it-1lf1</guid>
      <description>&lt;p&gt;Tired of googling cryptic stack traces, I built errxplain.&lt;/p&gt;

&lt;p&gt;Just pipe any error into it:&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;npm run build 2&amp;gt;&amp;amp;1 | errxplain
python app.py 2&amp;gt;&amp;amp;1 | errxplain
cargo build 2&amp;gt;&amp;amp;1 | errxplain
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;It uses an LLM to tell you what went wrong, why, and how to fix it.&lt;br&gt;
Free to use (needs a free Groq API key).&lt;/p&gt;

&lt;p&gt;GitHub: &lt;a href="https://github.com/EliaGambalunga/Errxplain" rel="noopener noreferrer"&gt;https://github.com/EliaGambalunga/Errxplain&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Would love feedback!&lt;/p&gt;

</description>
      <category>ai</category>
      <category>cli</category>
      <category>llm</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
