<?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: jarzebowsky_dev</title>
    <description>The latest articles on DEV Community by jarzebowsky_dev (@jarzebowsky_dev).</description>
    <link>https://dev.to/jarzebowsky_dev</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%2F3392441%2F51ef1018-1676-4ac8-9808-8de952393e40.jpg</url>
      <title>DEV Community: jarzebowsky_dev</title>
      <link>https://dev.to/jarzebowsky_dev</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jarzebowsky_dev"/>
    <language>en</language>
    <item>
      <title>I built an open-source AI agent for macOS in Rust - here's how it works</title>
      <dc:creator>jarzebowsky_dev</dc:creator>
      <pubDate>Tue, 02 Jun 2026 17:04:40 +0000</pubDate>
      <link>https://dev.to/jarzebowsky_dev/i-built-an-open-source-ai-agent-for-macos-in-rust-heres-how-it-works-29n6</link>
      <guid>https://dev.to/jarzebowsky_dev/i-built-an-open-source-ai-agent-for-macos-in-rust-heres-how-it-works-29n6</guid>
      <description>&lt;p&gt;I spent weeks building &lt;strong&gt;openMOON AI&lt;/strong&gt; — an agent that executes multi-step tasks on your Mac, not just answers questions.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;"Find the invoice email and reply I'll pay Friday"&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
→ searches Mail → reads email → drafts reply → asks approval → sends&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;GitHub:&lt;/strong&gt; &lt;a href="https://github.com/niceappspl/openmoon-ai" rel="noopener noreferrer"&gt;https://github.com/niceappspl/openmoon-ai&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;
  
  
  How it works
&lt;/h2&gt;

&lt;p&gt;Tauri 2 + Rust backend, React frontend, Node.js MCP servers.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;prompt → agent loop → McpManager → MCP server → result → back to LLM → repeat
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Agent loop&lt;/strong&gt; — multi-step, streams every action to UI in real time&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;MCP host&lt;/strong&gt; — 77 tools across 5 servers (Mail, Calendar, Finder, Spotify, Safari...)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Security model&lt;/strong&gt; — every risky action needs your approval, everything logged to SQLite&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Local-first&lt;/strong&gt; — Ollama works out of the box, zero cloud required&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Looking for contributors
&lt;/h2&gt;

&lt;p&gt;10+ &lt;code&gt;good first issue&lt;/code&gt; tickets open — new MCP servers, dark mode, voice input, token counter.&lt;/p&gt;

&lt;p&gt;Happy to answer questions about the Rust architecture in the comments.&lt;/p&gt;

</description>
      <category>agents</category>
      <category>opensource</category>
      <category>rust</category>
      <category>showdev</category>
    </item>
    <item>
      <title>How do your teams manage AI-generated code without losing control?</title>
      <dc:creator>jarzebowsky_dev</dc:creator>
      <pubDate>Sun, 27 Jul 2025 20:18:00 +0000</pubDate>
      <link>https://dev.to/jarzebowsky_dev/how-do-your-teams-manage-ai-generated-code-without-losing-control-4fdm</link>
      <guid>https://dev.to/jarzebowsky_dev/how-do-your-teams-manage-ai-generated-code-without-losing-control-4fdm</guid>
      <description>&lt;p&gt;I’m curious how teams are adapting AI coding tools like GitHub Copilot or Cody in daily workflows.&lt;br&gt;
We found them super fast individually — but at the team level, issues popped up:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Code quality and architecture drifting&lt;/li&gt;
&lt;li&gt;Security risks from AI-added dependencies&lt;/li&gt;
&lt;li&gt;Misaligned features vs. Jira tickets&lt;/li&gt;
&lt;li&gt;Difficult code reviews from AI output&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;How are you managing these as a team? Do you review AI code differently? Do you have process checks in place?&lt;/p&gt;

&lt;p&gt;Would love to hear your experience.&lt;/p&gt;

</description>
      <category>githubcopilot</category>
      <category>ai</category>
      <category>codequality</category>
      <category>discuss</category>
    </item>
  </channel>
</rss>
