<?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: ghostdev</title>
    <description>The latest articles on DEV Community by ghostdev (@secretbuilds).</description>
    <link>https://dev.to/secretbuilds</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%2F3987955%2F548e1b5b-0290-4b01-af09-750164ac9e9d.png</url>
      <title>DEV Community: ghostdev</title>
      <link>https://dev.to/secretbuilds</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/secretbuilds"/>
    <language>en</language>
    <item>
      <title>I got tired of being told I'm using Claude Code wrong, so I built Loopy</title>
      <dc:creator>ghostdev</dc:creator>
      <pubDate>Tue, 16 Jun 2026 21:27:57 +0000</pubDate>
      <link>https://dev.to/secretbuilds/i-got-tired-of-being-told-im-using-claude-code-wrong-so-i-built-loopy-4i14</link>
      <guid>https://dev.to/secretbuilds/i-got-tired-of-being-told-im-using-claude-code-wrong-so-i-built-loopy-4i14</guid>
      <description>&lt;p&gt;Every few weeks, there’s a new thread telling me I’m using Claude Code wrong.&lt;/p&gt;

&lt;p&gt;New workflow. New meta. New “you should be doing X.”&lt;/p&gt;

&lt;p&gt;I’m tired of it.&lt;/p&gt;

&lt;p&gt;I didn’t want another hot take. I wanted something that actually looks at how I work and tells me what’s worth automating based on my sessions — not someone’s tweet.&lt;/p&gt;

&lt;p&gt;So I built Loopy!!&lt;/p&gt;

&lt;p&gt;What it is&lt;/p&gt;

&lt;p&gt;Loopy is a small local agent that runs in your terminal next to Claude Code.&lt;/p&gt;

&lt;p&gt;It watches your sessions, notices the things you keep doing by hand, and proposes ready-to-install automation loops.&lt;/p&gt;

&lt;p&gt;You review the proposals, approve the ones that make sense, and the loop runs.&lt;/p&gt;

&lt;p&gt;That’s it.&lt;/p&gt;

&lt;p&gt;It’s free, open source, and runs entirely on your machine.&lt;/p&gt;

&lt;p&gt;How it works&lt;/p&gt;

&lt;p&gt;loopy is a quiet background pipeline:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Watch&lt;br&gt;
A launchd daemon notices each new Claude Code session transcript.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Digest&lt;br&gt;
Each session gets compressed and redacted into a compact text digest. Secrets are stripped before anything moves.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Propose&lt;br&gt;
Your own &lt;code&gt;claude -p&lt;/code&gt; reads the digests, finds patterns, and drops a ready-to-install loop into your inbox.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Install&lt;br&gt;
You approve it. loopy writes the loop, its trigger, and a manifest, wired into Claude Code or Codex.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;You drive everything from a terminal dashboard: inbox, installed loops, and activity log.&lt;/p&gt;

&lt;p&gt;Privacy&lt;/p&gt;

&lt;p&gt;This was non-negotiable for me.&lt;/p&gt;

&lt;p&gt;Transcripts never leave your machine. The only LLM calls go through your own &lt;code&gt;claude -p&lt;/code&gt; binary, using your own credits.&lt;/p&gt;

&lt;p&gt;Before any digest is sent, loopy redacts API keys, tokens, passwords, and high-entropy strings that look like secrets.&lt;/p&gt;

&lt;p&gt;Install&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;curl &lt;span class="nt"&gt;-fsSL&lt;/span&gt; https://raw.githubusercontent.com/secretbuilds/loopy/main/install.sh | bash
loopy setup
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Requirements: Node 20+, git, the Claude Code CLI in your PATH, and macOS for now.&lt;/p&gt;

&lt;p&gt;Windows and Linux daemon support are on the roadmap.&lt;/p&gt;

&lt;p&gt;Honest status&lt;/p&gt;

&lt;p&gt;It’s early software.&lt;/p&gt;

&lt;p&gt;It works, and I use it daily, but it’s macOS-only right now and I’m actively building. If you try it and something feels rough, open an issue. I’d rather hear it.&lt;/p&gt;

&lt;p&gt;Repo: &lt;a href="https://github.com/secretbuilds/loopy" rel="noopener noreferrer"&gt;https://github.com/secretbuilds/loopy&lt;/a&gt;&lt;br&gt;
Site: &lt;a href="https://loopyagent.com" rel="noopener noreferrer"&gt;https://loopyagent.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Will forever be free!&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>cli</category>
      <category>codex</category>
      <category>ai</category>
    </item>
  </channel>
</rss>
