<?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>Forem: Harald Reisinger</title>
    <description>The latest articles on Forem by Harald Reisinger (@hr-sirius).</description>
    <link>https://forem.com/hr-sirius</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%2F3855923%2Fb89fd097-5713-4b46-90db-ffc3b11ad0da.png</url>
      <title>Forem: Harald Reisinger</title>
      <link>https://forem.com/hr-sirius</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/hr-sirius"/>
    <language>en</language>
    <item>
      <title>AI coding created a new class of creators. I'm one of them.</title>
      <dc:creator>Harald Reisinger</dc:creator>
      <pubDate>Wed, 01 Apr 2026 16:54:35 +0000</pubDate>
      <link>https://forem.com/hr-sirius/ai-coding-created-a-new-class-of-creators-im-one-of-them-242l</link>
      <guid>https://forem.com/hr-sirius/ai-coding-created-a-new-class-of-creators-im-one-of-them-242l</guid>
      <description>&lt;p&gt;Something remarkable is happening. People who aren't developers &lt;br&gt;
are building real software.&lt;/p&gt;

&lt;p&gt;Not toy demos. Not no-code drag-and-drop pages. Real, compiled, &lt;br&gt;
native applications with backends, databases, and streaming &lt;br&gt;
architectures. AI coding tools — Claude Code in particular — &lt;br&gt;
have made this possible.&lt;/p&gt;

&lt;p&gt;I'm one of these people. I come from the world of ideas, products, &lt;br&gt;
and design. I've never written Rust. I've never dealt with code &lt;br&gt;
signing, DMG packaging, or IPC bridges. But over the past months, &lt;br&gt;
I built CodeMantis [(&lt;a href="https://codemantis.dev)" rel="noopener noreferrer"&gt;https://codemantis.dev)&lt;/a&gt;] — a native macOS desktop application for Claude Code — using nothing but Claude Code itself.&lt;/p&gt;

&lt;p&gt;Tauri v2. Rust backend. React 19 frontend. TypeScript. Real-time &lt;br&gt;
streaming. Multi-process management. Under 30MB, launches in 3 &lt;br&gt;
seconds, uses 40-120MB of memory. Signed, notarized, and shipping.&lt;/p&gt;

&lt;p&gt;A non-developer shipped a native Mac app with a Rust backend. That &lt;br&gt;
sentence would have been absurd two years ago.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Problem I Solved
&lt;/h2&gt;

&lt;p&gt;Claude Code is the most capable coding AI I've used. But it lives &lt;br&gt;
in a terminal — a scrolling wall of text where your conversation, &lt;br&gt;
file changes, and command output all share one lane. I kept losing &lt;br&gt;
track of what Claude had changed. Every developer I talked to had &lt;br&gt;
the same complaints. They loved the AI. They tolerated the interface.&lt;/p&gt;

&lt;p&gt;For someone like me — not a developer, but someone who wants to &lt;br&gt;
build — the terminal wasn't just inconvenient. It was a wall.&lt;/p&gt;

&lt;h2&gt;
  
  
  What CodeMantis Does
&lt;/h2&gt;

&lt;p&gt;CodeMantis wraps Claude Code in a three-panel interface: file tree &lt;br&gt;
on the left, conversation in the center, activity feed on the right.&lt;/p&gt;

&lt;p&gt;The separation matters. When Claude reads 15 files and edits 3, &lt;br&gt;
you see the reads in the activity feed and the conversation stays &lt;br&gt;
clean. No more scrolling through file contents to find the AI's &lt;br&gt;
next message.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;SpecWriter&lt;/strong&gt; is the feature I'm most proud of. It's an AI &lt;br&gt;
conversation that draws out the details you'd forget to mention: &lt;br&gt;
loading states, error handling, validation rules, edge cases. It &lt;br&gt;
produces a spec document with verification checklists. You hand &lt;br&gt;
the spec to Claude Code, and the implementation quality jumps &lt;br&gt;
dramatically.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Preview Browser&lt;/strong&gt; shows your running app in a native window. &lt;br&gt;
Describe a change → Claude implements it → see it live.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;11 Project Templates&lt;/strong&gt; scaffold new projects with a CLAUDE.md &lt;br&gt;
that teaches Claude your project's structure from the first message.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Multi-AI Assistants&lt;/strong&gt; let you chat with GPT, Gemini, or Claude &lt;br&gt;
alongside your coding session for second opinions.&lt;/p&gt;

&lt;h2&gt;
  
  
  Who This Is For
&lt;/h2&gt;

&lt;p&gt;Let me be honest. CodeMantis is probably a boring tool for senior &lt;br&gt;
developers. They already have their terminal customized, their &lt;br&gt;
workflows dialed in, their muscle memory trained.&lt;/p&gt;

&lt;p&gt;CodeMantis wasn't built for them.&lt;/p&gt;

&lt;p&gt;It was built for the founder with a SaaS idea and no engineering &lt;br&gt;
team. For the designer who can see every pixel but has never &lt;br&gt;
shipped a binary. For the domain expert who understands their &lt;br&gt;
industry better than any developer could. For anyone staring at &lt;br&gt;
a blank folder, wondering if this is really possible.&lt;/p&gt;

&lt;p&gt;AI coding doesn't remove the adventure of building something. It &lt;br&gt;
removes the barriers to starting one.&lt;/p&gt;

&lt;h2&gt;
  
  
  Try It
&lt;/h2&gt;

&lt;p&gt;Free and open source (MIT license). macOS only for now.&lt;/p&gt;

&lt;p&gt;Website: [(&lt;a href="https://codemantis.dev)" rel="noopener noreferrer"&gt;https://codemantis.dev)&lt;/a&gt;]&lt;br&gt;
GitHub: [(&lt;a href="https://github.com/codemantis-dev/codemantis)" rel="noopener noreferrer"&gt;https://github.com/codemantis-dev/codemantis)&lt;/a&gt;]&lt;br&gt;
The full story: [(&lt;a href="https://codemantis.dev/about)" rel="noopener noreferrer"&gt;https://codemantis.dev/about)&lt;/a&gt;]&lt;br&gt;
About me and my motivation: [&lt;a href="https://codemantis.dev/about/harald" rel="noopener noreferrer"&gt;https://codemantis.dev/about/harald&lt;/a&gt;]&lt;/p&gt;

&lt;p&gt;Requires Claude Code CLI with a Claude Pro or Max subscription.&lt;/p&gt;

&lt;p&gt;I'd love to hear from anyone who's building with AI — what works, &lt;br&gt;
what's missing, what would make the experience better.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>opensource</category>
      <category>macos</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
