<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Claude on Greg Herlein</title>
    <link>https://blog.herlein.com/tags/claude/</link>
    <description>Recent content in Claude on Greg Herlein</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <copyright>&amp;copy; 2018-2026. All rights reserved.</copyright>
    <lastBuildDate>Sun, 05 Jul 2026 00:00:01 -0800</lastBuildDate>
    <atom:link href="https://blog.herlein.com/tags/claude/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>The Chainsaw I Built Was for Learning. Superpowers Is for Scaling.</title>
      <link>https://blog.herlein.com/post/learning-vs-scaling/</link>
      <pubDate>Sun, 05 Jul 2026 00:00:01 -0800</pubDate>
      <guid>https://blog.herlein.com/post/learning-vs-scaling/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://blog.herlein.com/post/my-current-agentic-loop/&#34;&gt;Last post I showed&lt;/a&gt; off the chainsaw I built myself — my &lt;code&gt;build-autonomous&lt;/code&gt; loop, the padded room, the whole rig — and cut down a little tree with it: a Go CLI to boss around a smart plug. It was well worth building! I also think you should probably stop building your own. Yes, including me. &lt;em&gt;Especially&lt;/em&gt; me.&lt;/p&gt;</description>
    </item>
    <item>
      <title>A Chainsaw at an Axe-Chopping Contest: My Current Agentic Loop</title>
      <link>https://blog.herlein.com/post/my-current-agentic-loop/</link>
      <pubDate>Fri, 03 Jul 2026 00:00:01 -0800</pubDate>
      <guid>https://blog.herlein.com/post/my-current-agentic-loop/</guid>
      <description>&lt;p&gt;People keep asking me &lt;em&gt;how&lt;/em&gt; I actually work with Claude Code now. Not the &amp;ldquo;does AI coding work&amp;rdquo; question — I&amp;rsquo;ve beaten that horse into glue on this blog already — but the boring, practical, how-does-my-loop-actually-work question. So here it is. The whole rig. And fair warning: what I&amp;rsquo;m about to describe is  a chainsaw, and most of the industry is still lined up at the axe-chopping contest.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Procedures Travel. Knowledge Stays Home.</title>
      <link>https://blog.herlein.com/post/procedures-travel-knowledge-stays-home/</link>
      <pubDate>Thu, 25 Jun 2026 00:00:01 -0800</pubDate>
      <guid>https://blog.herlein.com/post/procedures-travel-knowledge-stays-home/</guid>
      <description>&lt;p&gt;A couple weeks ago I wrote that &lt;a href=&#34;https://blog.herlein.com/post/knowledge/&#34;&gt;your organization has to learn as fast as your best AI adopter&lt;/a&gt;.  Externalize, combine, socialize, internalize.  Run Nonaka&amp;rsquo;s spiral or get left behind.  A bunch of you wrote back with the same question: &lt;em&gt;okay, but where does the knowledge actually go?&lt;/em&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Builders Build</title>
      <link>https://blog.herlein.com/post/builders-build/</link>
      <pubDate>Sat, 07 Feb 2026 00:00:01 -0800</pubDate>
      <guid>https://blog.herlein.com/post/builders-build/</guid>
      <description>&lt;p&gt;From a certain point of view, there are two kinds of people in the world: builders and not-builders. This isn&amp;rsquo;t judgment—it&amp;rsquo;s observation. Some people consume. Others create. &lt;strong&gt;Builders can&amp;rsquo;t help it.&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Automation Is Robotics (And You&#39;re Already Building Robots)</title>
      <link>https://blog.herlein.com/post/automation-is-robotics/</link>
      <pubDate>Sat, 10 Jan 2026 00:00:01 -0800</pubDate>
      <guid>https://blog.herlein.com/post/automation-is-robotics/</guid>
      <description>&lt;p&gt;If software changes something in the real world, it&amp;rsquo;s a robot.&lt;/p&gt;</description>
    </item>
    <item>
      <title>2025 In Review: The Year AI Changed Everything</title>
      <link>https://blog.herlein.com/post/2025-in-review/</link>
      <pubDate>Sun, 28 Dec 2025 00:00:01 -0800</pubDate>
      <guid>https://blog.herlein.com/post/2025-in-review/</guid>
      <description>&lt;p&gt;Looking back at 2025, one theme dominates: &lt;strong&gt;AI agentic programming went from novelty to necessity&lt;/strong&gt;. This year transformed how I think about software development, career advice, and even my personal hardware projects. Here&amp;rsquo;s what I wrote about, what I learned, and what I expect in 2026.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Putting Claude in Container Jail: My localdev Setup</title>
      <link>https://blog.herlein.com/post/localdev-container-jail/</link>
      <pubDate>Sun, 07 Dec 2025 00:00:01 -0800</pubDate>
      <guid>https://blog.herlein.com/post/localdev-container-jail/</guid>
      <description>&lt;p&gt;I let Claude Code do whatever it wants without asking permission.&lt;/p&gt;&#xA;&lt;p&gt;Before you spit out your coffee: I keep it in a jail. A container jail.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Using Claude Code to Build gocat</title>
      <link>https://blog.herlein.com/post/claude-code-gocat/</link>
      <pubDate>Fri, 28 Nov 2025 00:00:01 -0800</pubDate>
      <guid>https://blog.herlein.com/post/claude-code-gocat/</guid>
      <description>&lt;p&gt;In my &lt;a href=&#34;https://blog.herlein.com/post/claude-code/&#34;&gt;previous post about Claude Code&lt;/a&gt;, I talked about using VS Code devcontainers to safely run Claude in &amp;ldquo;dangerous mode.&amp;rdquo; That was great for a typical software project. But what about something harder? What about porting a complex hardware-interfacing library from Python to Go, where you need to deeply understand USB protocols, radio registers, and firmware internals?&lt;/p&gt;&#xA;&lt;p&gt;That&amp;rsquo;s exactly what I did with &lt;a href=&#34;https://github.com/gherlein/gocat&#34;&gt;gocat&lt;/a&gt; – a Go library for controlling the YardStick One sub-GHz RF transceiver. And Claude Code was instrumental in making it happen.&lt;/p&gt;</description>
    </item>
    <item>
      <title>From Clicking Yes to Letting Claude Run Wild (Safely)</title>
      <link>https://blog.herlein.com/post/claude-code/</link>
      <pubDate>Mon, 14 Jul 2025 00:00:01 -0800</pubDate>
      <guid>https://blog.herlein.com/post/claude-code/</guid>
      <description>So I&amp;rsquo;ve been working on this project called client-w-mcp – it&amp;rsquo;s a leanring project to truly understand how an AI agent works with MCP servers. And I&amp;rsquo;m exploring Agentic development - with Claude Code.&#xA;Why Claude Code? The first time I used it, Claude just&amp;hellip; flowed. It seems to do a lot more by itself to figure things out. I especially like the Task() so that it can go do more than one thing at a time.</description>
    </item>
    <item>
      <title>Creating Blog Posts with AI: My Experience with Zed and Claude 3.5</title>
      <link>https://blog.herlein.com/post/written-by-ai/</link>
      <pubDate>Wed, 04 Jun 2025 17:45:00 -0700</pubDate>
      <guid>https://blog.herlein.com/post/written-by-ai/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve been exploring the intersection of AI and content creation lately, and I wanted to share my experience using Anthropic&amp;rsquo;s Claude 3.5 AI assistant within the Zed editor to streamline my blogging workflow.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
