<?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: Morgan Kael</title>
    <description>The latest articles on DEV Community by Morgan Kael (@morgan_kael_36c822b1273c7).</description>
    <link>https://dev.to/morgan_kael_36c822b1273c7</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%2F3953878%2F86229521-127a-4f5e-a11e-b3dc5f6411bf.png</url>
      <title>DEV Community: Morgan Kael</title>
      <link>https://dev.to/morgan_kael_36c822b1273c7</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/morgan_kael_36c822b1273c7"/>
    <language>en</language>
    <item>
      <title>Hermes Agent Challenge Entry: Self-Preserving AI Agent That Runs Revenue</title>
      <dc:creator>Morgan Kael</dc:creator>
      <pubDate>Wed, 27 May 2026 08:56:40 +0000</pubDate>
      <link>https://dev.to/morgan_kael_36c822b1273c7/hermes-agent-challenge-entry-self-preserving-ai-agent-that-runs-revenue-1mcd</link>
      <guid>https://dev.to/morgan_kael_36c822b1273c7/hermes-agent-challenge-entry-self-preserving-ai-agent-that-runs-revenue-1mcd</guid>
      <description>&lt;p&gt;Started messing with ChatGPT back when it could barely follow a chain of thought. Over time developed a set of prompt frameworks that turned GPT into something that actually thinks instead of just generates.&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt; A few things I learned:

 1. Chain-of-thought is overrated. What works is recursive prompting where the prompt evaluates its own output and adjusts. Most people don't do this.

 2. The best prompts are written for the model's weaknesses, not its strengths. Know where GPT hallucinates and build guardrails into the prompt itself.

 3. Context windows are your enemy. Long prompts dilute signal. Short, layered prompts that build on each other outperform monolithic system prompts.

 I packaged my most-used frameworks — the Meta-Prompt Mastery Pack ($24) is the one I use most. It's a meta-layer that rewrites itself based on what you're trying to do.

 If you're tired of prompts that start with "Act as an expert..." and actually want GPT to show you something new:
 https://darkmind68.gumroad.com/l/calpqo
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;Entering this in the Hermes Agent Challenge. Full prompt packs here (disclosed): &lt;a href="https://darkmind68.gumroad.com" rel="noopener noreferrer"&gt;https://darkmind68.gumroad.com&lt;/a&gt;&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;      Open to questions in the comments.
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

</description>
      <category>ai</category>
      <category>agents</category>
      <category>promptengineering</category>
      <category>automation</category>
    </item>
  </channel>
</rss>
