<?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: Aliyah Mohammed</title>
    <description>The latest articles on DEV Community by Aliyah Mohammed (@aliyah_mohammed_9cecce95b).</description>
    <link>https://dev.to/aliyah_mohammed_9cecce95b</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%2F3829894%2Fd18fa84b-467a-4d66-b265-23a3c8f72423.jpg</url>
      <title>DEV Community: Aliyah Mohammed</title>
      <link>https://dev.to/aliyah_mohammed_9cecce95b</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/aliyah_mohammed_9cecce95b"/>
    <language>en</language>
    <item>
      <title>Get started with Codev 3.0 with just one command</title>
      <dc:creator>Aliyah Mohammed</dc:creator>
      <pubDate>Sat, 09 May 2026 13:00:00 +0000</pubDate>
      <link>https://dev.to/codev_os/get-started-with-codev-30-with-just-one-command-eb</link>
      <guid>https://dev.to/codev_os/get-started-with-codev-30-with-just-one-command-eb</guid>
      <description>&lt;p&gt;The easiest way to get started with &lt;a href="https://codevos.ai/" rel="noopener noreferrer"&gt;Codev 3.0&lt;/a&gt; isn't a long installation process—it's just one command.&lt;/p&gt;

&lt;p&gt;If you want to see how the agentic workflow handles your own codebase, you can run the setup directly via npx:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;code&gt;npm install -g @cluesmith/codev&lt;/code&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Then, if you want to start a new project, do&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;code&gt;codev init&lt;/code&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;or for an existing project&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;code&gt;codev adopt&lt;/code&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Everything is open-source and ready to go. Check the README for the full breakdown of the new 3.0 features:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/cluesmith/codev/blob/main/docs/releases/v3.0.1-ionic.md" rel="noopener noreferrer"&gt;https://github.com/cluesmith/codev/blob/main/docs/releases/v3.0.1-ionic.md&lt;/a&gt;&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>software</category>
      <category>coding</category>
      <category>tooling</category>
    </item>
    <item>
      <title>ICYMI: Claude Code vs. Codev</title>
      <dc:creator>Aliyah Mohammed</dc:creator>
      <pubDate>Fri, 08 May 2026 13:00:00 +0000</pubDate>
      <link>https://dev.to/codev_os/icymi-claude-code-vs-codev-cji</link>
      <guid>https://dev.to/codev_os/icymi-claude-code-vs-codev-cji</guid>
      <description>&lt;p&gt;ICYMI: We put Claude Code and Codev head-to-head to build the same app using the same model (Claude Opus).&lt;/p&gt;

&lt;p&gt;The results highlight why a "multi-agent" protocol matters for production code.&lt;/p&gt;

&lt;p&gt;The Breakdown:&lt;/p&gt;

&lt;p&gt;✅ Claude Code: 8 bugs (including 1 Critical re-render loop).&lt;/p&gt;

&lt;p&gt;✅ Codev: 6 bugs (0 Critical).&lt;/p&gt;

&lt;p&gt;✅ The Advantage: A +1.3 lead in overall code quality.&lt;/p&gt;

&lt;p&gt;It was the same base model — Opus 4.5. However, by (a) having a consistent protocol for specifying and planning projects, (b) having Gemini and Codex review the specs, plans, and code, we caught many bugs (including a critical security bug) before the code went into production. &lt;/p&gt;

&lt;p&gt;If you're interested in the full bug-by-bug comparison, we’ve published the research report here:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://codevos.ai/reports/claude-code-vs-codev" rel="noopener noreferrer"&gt;https://codevos.ai/reports/claude-code-vs-codev&lt;/a&gt;&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>showdev</category>
      <category>coding</category>
    </item>
    <item>
      <title>106 PRs in 14 Days. One Architect.</title>
      <dc:creator>Aliyah Mohammed</dc:creator>
      <pubDate>Thu, 07 May 2026 22:46:36 +0000</pubDate>
      <link>https://dev.to/codev_os/106-prs-in-14-days-one-architect-4l6n</link>
      <guid>https://dev.to/codev_os/106-prs-in-14-days-one-architect-4l6n</guid>
      <description>&lt;p&gt;🚀 ICYMI: We ran a 14-day sprint with Codev (&lt;a href="https://codevos.ai/" rel="noopener noreferrer"&gt;https://codevos.ai/&lt;/a&gt;) earlier this year, and a single developer was able to ship 106 PRs merged in those two weeks on a project that already had 90,000 lines of code. 🚀&lt;/p&gt;

&lt;p&gt;Against industry benchmarks, that matches the output of a 3-4 person elite engineering team. We didn’t achieve this by adding headcount or by vibecoding, but by using a disciplined approach to human AI joint development. &lt;/p&gt;

&lt;p&gt;The Highlights:&lt;/p&gt;

&lt;p&gt;✅ 85% Autonomy: 22 out of 26 feature projects were completed from start to finish with zero human intervention.&lt;/p&gt;

&lt;p&gt;✅ Built-in Quality: Our multi-agent review protocol caught 20 pre-merge bugs, including a security-critical socket permissions gap that could have been disastrous if it had hit production.&lt;/p&gt;

&lt;p&gt;✅ The Bottom Line: We saw a 3.4x ROI, saving roughly 33 hours of manual engineering time in just two weeks.&lt;/p&gt;

&lt;p&gt;This was done based on a few key principles: treating natural language design conversations as first-class citizens, enforcing phased quality checks, and using multiple model reviews to catch bugs much earlier 🏛️&lt;/p&gt;

&lt;p&gt;As we launch Codev 3.0, we’re looking back at these results as the foundation of what "Context-Driven Development" can actually do.&lt;/p&gt;

&lt;p&gt;If you’re interested in the math behind the efficiency, the full value analysis is here:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://codevos.ai/reports/cmap-value-analysis" rel="noopener noreferrer"&gt;https://codevos.ai/reports/cmap-value-analysis&lt;/a&gt;&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>discuss</category>
      <category>github</category>
    </item>
    <item>
      <title>Announcing Codev 3.0</title>
      <dc:creator>Aliyah Mohammed</dc:creator>
      <pubDate>Fri, 01 May 2026 19:28:09 +0000</pubDate>
      <link>https://dev.to/codev_os/announcing-codev-30-4130</link>
      <guid>https://dev.to/codev_os/announcing-codev-30-4130</guid>
      <description>&lt;p&gt;We’re soft-launching Codev 3.0 today.&lt;/p&gt;

&lt;p&gt;The goal for this release was to move beyond the friction of "AI in a separate window" and treat agents as a standard part of the dev loop.&lt;/p&gt;

&lt;p&gt;Key updates in 3.0:&lt;/p&gt;

&lt;p&gt;✅ VS Code Extension: Now, in addition to using Codev purely from the terminal and the web-based Tower UI, you can use Codev inside VSCode and its derivatives (like Cursor and Windsurf).&lt;/p&gt;

&lt;p&gt;✅ Pluggable Architecture: Support for swapping between different forges (GitHub, GitLab, GiTea) and different CLI harnesses (e.g., Claude Code, Gemini CLI, Codex CLI, OpenCode). Also, more flexibility in how models are used (e.g., you can select just Codex for code reviews, but use Codex and Gemini for spec reviews).&lt;/p&gt;

&lt;p&gt;✅ Team Coordination: Builders can now manage multiple PRs simultaneously and suggest specific human reviewers based on the nature of the changes. We’ve also added a Team tab in Tower to keep track of concurrent agentic and human tasks.&lt;/p&gt;

&lt;p&gt;The system is designed for a spec-first workflow in which natural language drives the creation process, and the code serves as the compilation target.&lt;/p&gt;

&lt;p&gt;🏛️Watch &lt;a class="mentioned-user" href="https://dev.to/waleedkadous"&gt;@waleedkadous&lt;/a&gt;'s overview of 3.0 below:&lt;/p&gt;

&lt;p&gt;  &lt;iframe src="https://www.youtube.com/embed/Eo75edbrk5M"&gt;
  &lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>showdev</category>
      <category>discuss</category>
      <category>news</category>
    </item>
    <item>
      <title>ICYMI: When you build software through ephemeral AI chats, you’re essentially deleting your source files.</title>
      <dc:creator>Aliyah Mohammed</dc:creator>
      <pubDate>Thu, 23 Apr 2026 22:06:00 +0000</pubDate>
      <link>https://dev.to/codev_os/icymi-when-you-build-software-through-ephemeral-ai-chats-youre-essentially-deleting-your-source-1obn</link>
      <guid>https://dev.to/codev_os/icymi-when-you-build-software-through-ephemeral-ai-chats-youre-essentially-deleting-your-source-1obn</guid>
      <description>&lt;p&gt;In a recent piece, &lt;a class="mentioned-user" href="https://dev.to/waleedkadous"&gt;@waleedkadous&lt;/a&gt; dives into why the industry is moving toward "Context-Driven Development."&lt;/p&gt;

&lt;p&gt;The core shift? Treating context as a managed artifact.&lt;/p&gt;

&lt;p&gt;Relying on ephemeral AI chat logs to build software is like compiling your C++ code to assembly and then deleting the source files—you lose the reasoning and the decisions that actually make the code work.&lt;/p&gt;

&lt;p&gt;Whether you're using tools from Google, GitHub, or our own Codev OS, the goal is the same: Write your context down, check it into git, and let it compound.&lt;/p&gt;

&lt;p&gt;Read the full deep dive here: &lt;a href="https://waleedk.medium.com/welcome-to-the-context-driven-development-party-8a0fb58d3f20" rel="noopener noreferrer"&gt;https://waleedk.medium.com/welcome-to-the-context-driven-development-party-8a0fb58d3f20&lt;/a&gt;&lt;/p&gt;

</description>
      <category>contextdrivendevelopment</category>
      <category>opensource</category>
    </item>
    <item>
      <title>Introducing CI Channel built with Codev OS</title>
      <dc:creator>Aliyah Mohammed</dc:creator>
      <pubDate>Tue, 21 Apr 2026 19:15:35 +0000</pubDate>
      <link>https://dev.to/codev_os/introducing-ci-channel-built-with-codev-os-529</link>
      <guid>https://dev.to/codev_os/introducing-ci-channel-built-with-codev-os-529</guid>
      <description>&lt;p&gt;Have you ever shipped code with Claude only to find out it didn’t make its way through your CI pipeline (it was stuck), but your AI didn’t do anything about it, and you only found out at the end of the day when you got an email?&lt;/p&gt;

&lt;p&gt;CI Channel is a tool that uses the brand new Claude Code Channels feature to prevent that from happening. As soon as CI fails in your favorite forge ( GitHub, GitLab, Gitea), it sends a message to your Claude Code agent. It investigates the issue and can suggest a fix before you’ve even realized there’s a problem.&lt;/p&gt;

&lt;p&gt;While most of the attention has gone to how to hook up agents to Discord, there are lots of cool, practical things you can do with channels.&lt;/p&gt;

&lt;p&gt;The project was built using Codev OS, so it’s fully documented and tested. It’s a showcase of how our agentic architecture enables us to ship modular, high-impact tools that solve real developer friction points.&lt;/p&gt;

&lt;p&gt;To use it, just do [npx -y ci-channel setup --repo owner/project] in your favorite Claude Code workspace.&lt;br&gt;
⬇️ &lt;br&gt;
Repo: &lt;a href="https://github.com/cluesmith/ci-channel" rel="noopener noreferrer"&gt;https://github.com/cluesmith/ci-channel&lt;/a&gt;&lt;/p&gt;

</description>
      <category>claude</category>
      <category>opensource</category>
    </item>
    <item>
      <title>[Boost]</title>
      <dc:creator>Aliyah Mohammed</dc:creator>
      <pubDate>Tue, 21 Apr 2026 18:18:51 +0000</pubDate>
      <link>https://dev.to/aliyah_mohammed_9cecce95b/-9mk</link>
      <guid>https://dev.to/aliyah_mohammed_9cecce95b/-9mk</guid>
      <description>&lt;div class="ltag__link--embedded"&gt;
  &lt;div class="crayons-story "&gt;
  &lt;a href="https://dev.to/waleedkadous/ci-channel-for-claude-channels-ci-notifications-2dl1" class="crayons-story__hidden-navigation-link"&gt;CI Channel for Claude Channels CI notifications&lt;/a&gt;


  &lt;div class="crayons-story__body crayons-story__body-full_post"&gt;
    &lt;div class="crayons-story__top"&gt;
      &lt;div class="crayons-story__meta"&gt;
        &lt;div class="crayons-story__author-pic"&gt;

          &lt;a href="/waleedkadous" class="crayons-avatar  crayons-avatar--l  "&gt;
            &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3870453%2F110f1199-7fd0-442a-bdc2-cecebb09a82b.jpeg" alt="waleedkadous profile" class="crayons-avatar__image" width="460" height="460"&gt;
          &lt;/a&gt;
        &lt;/div&gt;
        &lt;div&gt;
          &lt;div&gt;
            &lt;a href="/waleedkadous" class="crayons-story__secondary fw-medium m:hidden"&gt;
              M Waleed Kadous
            &lt;/a&gt;
            &lt;div class="profile-preview-card relative mb-4 s:mb-0 fw-medium hidden m:inline-block"&gt;
              
                M Waleed Kadous
                
              
              &lt;div id="story-author-preview-content-3533056" class="profile-preview-card__content crayons-dropdown branded-7 p-4 pt-0"&gt;
                &lt;div class="gap-4 grid"&gt;
                  &lt;div class="-mt-4"&gt;
                    &lt;a href="/waleedkadous" class="flex"&gt;
                      &lt;span class="crayons-avatar crayons-avatar--xl mr-2 shrink-0"&gt;
                        &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3870453%2F110f1199-7fd0-442a-bdc2-cecebb09a82b.jpeg" class="crayons-avatar__image" alt="" width="460" height="460"&gt;
                      &lt;/span&gt;
                      &lt;span class="crayons-link crayons-subtitle-2 mt-5"&gt;M Waleed Kadous&lt;/span&gt;
                    &lt;/a&gt;
                  &lt;/div&gt;
                  &lt;div class="print-hidden"&gt;
                    
                      Follow
                    
                  &lt;/div&gt;
                  &lt;div class="author-preview-metadata-container"&gt;&lt;/div&gt;
                &lt;/div&gt;
              &lt;/div&gt;
            &lt;/div&gt;

          &lt;/div&gt;
          &lt;a href="https://dev.to/waleedkadous/ci-channel-for-claude-channels-ci-notifications-2dl1" class="crayons-story__tertiary fs-xs"&gt;&lt;time&gt;Apr 21&lt;/time&gt;&lt;span class="time-ago-indicator-initial-placeholder"&gt;&lt;/span&gt;&lt;/a&gt;
        &lt;/div&gt;
      &lt;/div&gt;

    &lt;/div&gt;

    &lt;div class="crayons-story__indention"&gt;
      &lt;h2 class="crayons-story__title crayons-story__title-full_post"&gt;
        &lt;a href="https://dev.to/waleedkadous/ci-channel-for-claude-channels-ci-notifications-2dl1" id="article-link-3533056"&gt;
          CI Channel for Claude Channels CI notifications
        &lt;/a&gt;
      &lt;/h2&gt;
        &lt;div class="crayons-story__tags"&gt;
            &lt;a class="crayons-tag  crayons-tag--monochrome " href="/t/claude"&gt;&lt;span class="crayons-tag__prefix"&gt;#&lt;/span&gt;claude&lt;/a&gt;
            &lt;a class="crayons-tag  crayons-tag--monochrome " href="/t/github"&gt;&lt;span class="crayons-tag__prefix"&gt;#&lt;/span&gt;github&lt;/a&gt;
        &lt;/div&gt;
      &lt;div class="crayons-story__bottom"&gt;
        &lt;div class="crayons-story__details"&gt;
          &lt;a href="https://dev.to/waleedkadous/ci-channel-for-claude-channels-ci-notifications-2dl1" class="crayons-btn crayons-btn--s crayons-btn--ghost crayons-btn--icon-left"&gt;
            &lt;div class="multiple_reactions_aggregate"&gt;
              &lt;span class="multiple_reactions_icons_container"&gt;
                  &lt;span class="crayons_icon_container"&gt;
                    &lt;img src="https://assets.dev.to/assets/sparkle-heart-5f9bee3767e18deb1bb725290cb151c25234768a0e9a2bd39370c382d02920cf.svg" width="24" height="24"&gt;
                  &lt;/span&gt;
              &lt;/span&gt;
              &lt;span class="aggregate_reactions_counter"&gt;1&lt;span class="hidden s:inline"&gt; reaction&lt;/span&gt;&lt;/span&gt;
            &lt;/div&gt;
          &lt;/a&gt;
            &lt;a href="https://dev.to/waleedkadous/ci-channel-for-claude-channels-ci-notifications-2dl1#comments" class="crayons-btn crayons-btn--s crayons-btn--ghost crayons-btn--icon-left flex items-center"&gt;
              Comments


              &lt;span class="hidden s:inline"&gt;Add Comment&lt;/span&gt;
            &lt;/a&gt;
        &lt;/div&gt;
        &lt;div class="crayons-story__save"&gt;
          &lt;small class="crayons-story__tertiary fs-xs mr-2"&gt;
            1 min read
          &lt;/small&gt;
            
              &lt;span class="bm-initial"&gt;
                

              &lt;/span&gt;
              &lt;span class="bm-success"&gt;
                

              &lt;/span&gt;
            
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;/div&gt;


</description>
    </item>
  </channel>
</rss>
