<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[sherman > /dev/null]]></title><description><![CDATA[sherman > /dev/null]]></description><link>https://shermanboyd.com</link><generator>RSS for Node</generator><lastBuildDate>Thu, 17 Sep 2026 18:34:11 GMT</lastBuildDate><atom:link href="https://shermanboyd.com/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[A flattering mouth works ruin]]></title><description><![CDATA[The men up there don't like a lot of blabber
— Ursula the Sea Witch
I'm building software with AI on a daily basis now. AI is not my friend, not my emotional support. It's strictly business. However, ]]></description><link>https://shermanboyd.com/a-flattering-mouth-works-ruin</link><guid isPermaLink="true">https://shermanboyd.com/a-flattering-mouth-works-ruin</guid><category><![CDATA[AI]]></category><category><![CDATA[#PromptEngineering]]></category><category><![CDATA[Prompt Engineering]]></category><category><![CDATA[claude]]></category><category><![CDATA[gemini]]></category><category><![CDATA[chatgpt]]></category><category><![CDATA[software development]]></category><category><![CDATA[Productivity]]></category><dc:creator><![CDATA[Sherman Boyd]]></dc:creator><pubDate>Fri, 24 Apr 2026 18:19:57 GMT</pubDate><enclosure url="https://cdn.hashnode.com/uploads/covers/666afccfac39aa3f51f42187/e9356d8e-c750-4ec7-8c8b-2c3ea6113776.jpg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p><em>The men up there don't like a lot of blabber</em></p>
<p><em>— Ursula the Sea Witch</em></p>
<p>I'm building software with AI on a daily basis now. AI is not my friend, not my emotional support. It's strictly business. However, even in that strictly technical context, I feel myslelf slowly succumbing to AI psychosis. Claude routinely praises routine, banal decisions as brilliant. Every decision I make is "much better" than the alternative approach. Redirections are always a "Great catch!". These little validations feel good, a hit of dopamine for each minor turn of the wheel. It's motivating, and addicting. It's not always earned, it's not always factual.</p>
<p>Am I slipping into a reality distortion field?</p>
<p>Enter <a href="https://github.com/JuliusBrussee/caveman">Caveman</a>. Caveman is a clever bit of prompt engineering that instructs Claude to speak like a caveman resulting in faster generations and less output tokens used. The central instuction:</p>
<pre><code class="language-plaintext">Drop: articles (a/an/the), 
filler (just/really/basically/actually/simply),
pleasantries (sure/certainly/of course/happy to),
hedging. Fragments OK. Short synonyms (big not extensive,
fix not "implement a solution for").
Technical terms exact.
Code blocks unchanged.
Errors quoted exact.
</code></pre>
<p>Instead of verbose flattery filled exposition you get a blunt report:</p>
<ul>
<li><p><strong>Not this:</strong> "That is an excellent and very sharp observation. You are correct that the initialization logic is missing from that script...."</p>
</li>
<li><p><strong>This:</strong> "Bug in script. Initialization logic missing."</p>
</li>
</ul>
<p>As advertised it reduces output tokens greatly. The brief and to the point interactions are a breath of fresh air. But the thing that really hits different is the total lack of Wormtongue-esqe sycophancy. The little unearned dopamine hits are gone.</p>
<p>I'm cool with that.</p>
]]></content:encoded></item></channel></rss>