<?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: Alok Bishoyi</title>
    <description>The latest articles on DEV Community by Alok Bishoyi (@alokbishoyi97).</description>
    <link>https://dev.to/alokbishoyi97</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%2F3885376%2Fbdab2271-15b1-4ad7-a7c6-8138cb07e38f.jpg</url>
      <title>DEV Community: Alok Bishoyi</title>
      <link>https://dev.to/alokbishoyi97</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/alokbishoyi97"/>
    <language>en</language>
    <item>
      <title>a claude code/codex plugin to run autoresearch on your repository</title>
      <dc:creator>Alok Bishoyi</dc:creator>
      <pubDate>Sat, 18 Apr 2026 02:39:50 +0000</pubDate>
      <link>https://dev.to/alokbishoyi97/a-claude-codecodex-plugin-to-run-autoresearch-on-your-repository-45oa</link>
      <guid>https://dev.to/alokbishoyi97/a-claude-codecodex-plugin-to-run-autoresearch-on-your-repository-45oa</guid>
      <description>&lt;p&gt;i built&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/evo-hq/evo" rel="noopener noreferrer"&gt;https://github.com/evo-hq/evo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;for those of you who are autoresearch pilled , or have been meaning to get into autoresearch but dont know how. Its an opensource Claude Code &amp;amp; Codex plugin that optimizes code through experiments&lt;/p&gt;

&lt;p&gt;you hand it a codebase. it finds a benchmark, runs the baseline, then fires off parallel agents to try to beat it. kept if better, discarded if worse.&lt;/p&gt;

&lt;p&gt;inspired by karpathy's autoresearch, but with structure on top:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;tree search over greedy hill-climb — multiple forks from any committed node&lt;/li&gt;
&lt;li&gt;N parallel agents in git worktrees&lt;/li&gt;
&lt;li&gt;shared failure traces so agents don't repeat each other's mistakes&lt;/li&gt;
&lt;li&gt;regression gates&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;under the hood: each experiment is a git worktree branching from its parent. commits on score improvement + gate pass. discards + worktree cleanup on regression. everything observable in a local dashboard&lt;/p&gt;

&lt;p&gt;Apache 2.0, no signup, no API keys beyond what Claude Code already has:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;/plugin marketplace add evo-hq/evo&lt;/code&gt;&lt;br&gt;
&lt;code&gt;/plugin install evo@evo-hq-evo&lt;/code&gt;&lt;/p&gt;

</description>
      <category>claudecode</category>
      <category>ai</category>
      <category>algorithms</category>
    </item>
  </channel>
</rss>
