<?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: golproductions</title>
    <description>The latest articles on DEV Community by golproductions (@golproductions).</description>
    <link>https://dev.to/golproductions</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3985231%2Fbefc197f-9d44-4753-b7f3-559232f9df55.png</url>
      <title>DEV Community: golproductions</title>
      <link>https://dev.to/golproductions</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/golproductions"/>
    <language>en</language>
    <item>
      <title>152 Failed Commands in One AI Agent Session. 1 With Check.</title>
      <dc:creator>golproductions</dc:creator>
      <pubDate>Fri, 19 Jun 2026 06:49:56 +0000</pubDate>
      <link>https://dev.to/golproductions/152-failed-commands-in-one-ai-agent-session-1-with-check-21a8</link>
      <guid>https://dev.to/golproductions/152-failed-commands-in-one-ai-agent-session-1-with-check-21a8</guid>
      <description>&lt;p&gt;I ran Claude Code on a production project. Deploying workers, editing files, running builds. Afterward I parsed the full transcript. 152 command failures in one session.&lt;/p&gt;

&lt;p&gt;The failures themselves weren't surprising. Wrong flags that don't exist. Missing binaries tried over and over. Bash syntax errors. The usual AI agent mistakes.&lt;/p&gt;

&lt;p&gt;What hurt was the retries..&lt;/p&gt;

&lt;p&gt;The agent tried gh: command not found. Failed. Tried it again in PowerShell. Failed. Tried it three more times across the session. Five attempts to run a binary that was never installed.&lt;/p&gt;

&lt;p&gt;Same thing with wrangler deploy. The route config was wrong. The agent adjusted one thing, retried. Still wrong. Adjusted again. Eight times for the same broken config.&lt;/p&gt;

&lt;p&gt;Every failure dumps the error output into the context window. Every retry is another inference call carrying that error forward. The context gets heavier and the cost compounds.&lt;/p&gt;

&lt;p&gt;I restarted the session with a pre-execution hook. Every command the agent generates passes through validation before it reaches the shell. If the command won't work — wrong flag, missing binary, bad syntax — it gets blocked. The agent never sees the error so it never retries.&lt;/p&gt;

&lt;p&gt;Same project. Same kind of work. One failure. That one was a PowerShell syntax edge case from parsing a large file. Not a hallucinated command.&lt;/p&gt;

&lt;p&gt;The retries didn't decrease. They pretty much disappeared.&lt;/p&gt;

&lt;p&gt;Full breakdown with the numbers: 152 Failed Commands Without Check. 1 With It. &lt;/p&gt;

&lt;p&gt;(&lt;a href="https://www.golproductions.com/blog/check-if-url-is-reachable-without-visiting.html" rel="noopener noreferrer"&gt;https://www.golproductions.com/blog/check-if-url-is-reachable-without-visiting.html&lt;/a&gt;)&lt;/p&gt;

</description>
      <category>ai</category>
      <category>devtools</category>
      <category>productivity</category>
      <category>opensource</category>
    </item>
    <item>
      <title>We just release Check. 

A preflight to check if a command will run prior to running it.

$0.04 AUD per call, served from cloud, fully accessible via API.

https://www.golproductions.com/check</title>
      <dc:creator>golproductions</dc:creator>
      <pubDate>Mon, 15 Jun 2026 09:51:35 +0000</pubDate>
      <link>https://dev.to/golproductions/we-just-release-check-a-preflight-to-check-if-a-command-will-run-prior-to-running-it-004-31b0</link>
      <guid>https://dev.to/golproductions/we-just-release-check-a-preflight-to-check-if-a-command-will-run-prior-to-running-it-004-31b0</guid>
      <description>&lt;div class="crayons-card c-embed text-styles text-styles--secondary"&gt;
    &lt;div class="c-embed__content"&gt;
        &lt;div class="c-embed__cover"&gt;
          &lt;a href="https://www.golproductions.com/check" class="c-link align-middle" rel="noopener noreferrer"&gt;
            &lt;img alt="" src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fwww.golproductions.com%2Flogo.png" height="500" class="m-0" width="500"&gt;
          &lt;/a&gt;
        &lt;/div&gt;
      &lt;div class="c-embed__body"&gt;
        &lt;h2 class="fs-xl lh-tight"&gt;
          &lt;a href="https://www.golproductions.com/check" rel="noopener noreferrer" class="c-link"&gt;
            Check - GOL Productions
          &lt;/a&gt;
        &lt;/h2&gt;
          &lt;p class="truncate-at-3"&gt;
            Check if a command is runnable before you run it. One word back: runnable or invalid.
          &lt;/p&gt;
        &lt;div class="color-secondary fs-s flex items-center"&gt;
            &lt;img alt="favicon" class="c-embed__favicon m-0 mr-2 radius-0" src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fwww.golproductions.com%2Fgol-icon-v5.ico" width="" height=""&gt;
          golproductions.com
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;


</description>
    </item>
  </channel>
</rss>
