<?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: Andy Stewart</title>
    <description>The latest articles on DEV Community by Andy Stewart (@lcmd007).</description>
    <link>https://dev.to/lcmd007</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%2F3890210%2F844dfe22-6b9d-4b32-87aa-ff45eaf98145.jpg</url>
      <title>DEV Community: Andy Stewart</title>
      <link>https://dev.to/lcmd007</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/lcmd007"/>
    <language>en</language>
    <item>
      <title>The Architectural Gap Between Hermes and OpenClaw</title>
      <dc:creator>Andy Stewart</dc:creator>
      <pubDate>Tue, 21 Apr 2026 08:58:53 +0000</pubDate>
      <link>https://dev.to/lcmd007/the-architectural-gap-between-hermes-and-openclaw-4j6k</link>
      <guid>https://dev.to/lcmd007/the-architectural-gap-between-hermes-and-openclaw-4j6k</guid>
      <description>&lt;p&gt;Building a cross-platform solution that supports multiple AI Agents sounds easy on paper. In reality? The underlying directory structures and versioning logic are worlds apart. After deep-diving into both Hermes and OpenClaw, here are the technical nuances you need to know.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;State Management &amp;amp; Workspace Persistence&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;OpenClaw: Extremely clean. Everything lives in ~/.openclaw/workspace. It’s a dream for backup scripts and containerization.&lt;/p&gt;

&lt;p&gt;Hermes: A bit more "wild west." Memories and configs are scattered. If you’re looking for a stable backup, start with ~/.hermes, but keep an eye on external paths.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Model Adaptation: Ease vs. Extensibility&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;OpenClaw: Straightforward support for domestic and international LLMs. It’s "plug-and-play" for the most part.&lt;/p&gt;

&lt;p&gt;Hermes: Offers a shiny GUI with a long list of models, but don't let that fool you. To get them working correctly, you must follow the Hermes-specific adaptation rules. It's more powerful but requires more "glue code."&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Versioning &amp;amp; Deployment Workflows&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;OpenClaw: Leverages npm for seamless version switching. Standard and predictable.&lt;/p&gt;

&lt;p&gt;Hermes: Requires a more manual "DevOps" approach. I recommend downloading specific GitHub tags/zips and using symbolic links (symlinks) to manage version swaps safely.&lt;/p&gt;

&lt;p&gt;Compatibility isn't just about API calls; it’s about managing the filesystem and lifecycle differences. Hope this saves you some debugging time!&lt;/p&gt;

</description>
      <category>ai</category>
      <category>openclawchallenge</category>
      <category>hermes</category>
      <category>programming</category>
    </item>
    <item>
      <title>Why I Returned to Coding After 7 Years as a "Pure" CEO?</title>
      <dc:creator>Andy Stewart</dc:creator>
      <pubDate>Tue, 21 Apr 2026 07:39:41 +0000</pubDate>
      <link>https://dev.to/lcmd007/why-i-returned-to-coding-after-7-years-as-a-pure-ceo-4m7a</link>
      <guid>https://dev.to/lcmd007/why-i-returned-to-coding-after-7-years-as-a-pure-ceo-4m7a</guid>
      <description>&lt;p&gt;In the Pre-AI era, a responsible CEO had three jobs: Raise money, recruit talents and set the vision. If you spent your day writing code, you were "irresponsible." You were indulging in your own joy while neglecting the ship's direction. I followed this rule and stopped coding six or seven years ago to focus entirely on strategy.&lt;/p&gt;

&lt;p&gt;The AI Pivot:&lt;br&gt;
Late last year, I went All-in on AI. Everything changed. I’ve been a dev for 20+ years, and my core strength is understanding users. Previously, building a "polished" software product required 100% of my energy—leaving zero room for leadership.&lt;/p&gt;

&lt;p&gt;Now? I use AI as my force multiplier. I can "code" while walking the kids, waiting for a green light, or shopping with my wife. I spend 10% of my time building high-quality software and 90% on high-level thinking.&lt;/p&gt;

&lt;p&gt;The Organizational Insight:&lt;br&gt;
CEO-coding isn't just about output; it's about AI-First intuition. By being in the trenches, I’ve realized:&lt;/p&gt;

&lt;p&gt;The New MVP: The most valuable engineers aren't just "technical geniuses." They are the ones who love the customer, push for progress, and ask "Why?"&lt;/p&gt;

&lt;p&gt;The Risk: Knowledge is no longer the bottleneck—execution and empathy are. Highly skilled devs who refuse to talk to users will be replaced by AI-augmented "Product Engineers."&lt;/p&gt;

&lt;p&gt;My Advice:&lt;br&gt;
Stop asking what AI is for. Start coding. The moment you understand the AI workflow, your anxiety will vanish, and your passion will return. The steam engine era for startups is here.&lt;/p&gt;

</description>
      <category>programming</category>
      <category>productivity</category>
      <category>ai</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
