<?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>An anti-hallucination layer for Claude Code</title>
      <dc:creator>golproductions</dc:creator>
      <pubDate>Sat, 12 Sep 2026 19:38:30 +0000</pubDate>
      <link>https://dev.to/golproductions/an-anti-hallucination-layer-for-claude-code-1oca</link>
      <guid>https://dev.to/golproductions/an-anti-hallucination-layer-for-claude-code-1oca</guid>
      <description>&lt;p&gt;AI hallucination has two sides: what the model knows, and what the model can check.&lt;/p&gt;

&lt;p&gt;Knowledge is hard. The best frontier model in 2026 scores 43 out of 100 on open-domain factual knowledge. Reasoning models made it worse. o3 hallucinates at 33% compared to o1's 16%. Nobody has solved this yet.&lt;/p&gt;

&lt;p&gt;Verification is easy. A command exists on your machine or it doesn't. A path is real or it isn't. These aren't opinions. They're facts you can look up before the command runs. Claude Code doesn't look them up.&lt;/p&gt;

&lt;p&gt;Check does. It reads your machine before the AI reasons and validates every command before it runs. Two hooks. Nothing in your project.&lt;/p&gt;

&lt;p&gt;We build tools that sit between AI and the places it touches. Check is the first. It handles the verification side because that's the side we can actually solve. We're not trying to make models smarter. We're trying to make the environment honest enough that smart models stop guessing.&lt;/p&gt;

&lt;p&gt;We tested it twice. Once it scored 41% higher. Once the AI reviewing itself said it made no difference. We published both, along with four declared biases and three ways to falsify the results. That's how we think companies should ship.&lt;/p&gt;

&lt;p&gt;Full literature review, case studies, and methodology at golproductions.com/research.&lt;/p&gt;

&lt;p&gt;120 free checks a day. No signup, no card. Windows, Claude Code, Node 18+.&lt;/p&gt;

&lt;p&gt;npx &lt;a class="mentioned-user" href="https://dev.to/golproductions"&gt;@golproductions&lt;/a&gt;/check@latest --install&lt;/p&gt;

</description>
      <category>ai</category>
      <category>aihallucination</category>
      <category>claudecode</category>
      <category>claude</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>
