<?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: Sham Ganeshan S.B</title>
    <description>The latest articles on DEV Community by Sham Ganeshan S.B (@sham_ganeshansb_86d94e9).</description>
    <link>https://dev.to/sham_ganeshansb_86d94e9</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%2F4045910%2F49b97f1b-6167-4679-b36c-b82c5cf13b51.png</url>
      <title>DEV Community: Sham Ganeshan S.B</title>
      <link>https://dev.to/sham_ganeshansb_86d94e9</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sham_ganeshansb_86d94e9"/>
    <language>en</language>
    <item>
      <title>Building Kodiak: An Open-Source Autonomous AI Software Engineer (Looking for Contributors)</title>
      <dc:creator>Sham Ganeshan S.B</dc:creator>
      <pubDate>Fri, 24 Jul 2026 17:14:25 +0000</pubDate>
      <link>https://dev.to/sham_ganeshansb_86d94e9/building-kodiak-an-open-source-autonomous-ai-software-engineer-looking-for-contributors-4lph</link>
      <guid>https://dev.to/sham_ganeshansb_86d94e9/building-kodiak-an-open-source-autonomous-ai-software-engineer-looking-for-contributors-4lph</guid>
      <description>&lt;p&gt;Over the last few weeks, I've been building Kodiak, an open-source AI engineering platform with one long-term goal:&lt;/p&gt;

&lt;p&gt;An autonomous AI software engineer capable of understanding a repository, planning engineering work, writing code, validating changes, and eventually creating production-ready pull requests.&lt;/p&gt;

&lt;p&gt;This isn't another chatbot.&lt;/p&gt;

&lt;p&gt;It isn't another wrapper around an LLM.&lt;/p&gt;

&lt;p&gt;Kodiak is being built as an engineering system where multiple components work together to solve real software development problems.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;The Vision&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Imagine opening a repository and simply asking:&lt;/p&gt;

&lt;p&gt;"Fix Issue #27."&lt;/p&gt;

&lt;p&gt;Instead of only generating code, the system would:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Clone the repository&lt;/li&gt;
&lt;li&gt;Analyze the project structure&lt;/li&gt;
&lt;li&gt;Understand dependencies&lt;/li&gt;
&lt;li&gt;Build long-term memory&lt;/li&gt;
&lt;li&gt;Search documentation automatically&lt;/li&gt;
&lt;li&gt;Break the task into smaller engineering steps&lt;/li&gt;
&lt;li&gt;Choose the correct tools&lt;/li&gt;
&lt;li&gt;Generate code&lt;/li&gt;
&lt;li&gt;Execute tests&lt;/li&gt;
&lt;li&gt;Fix failures&lt;/li&gt;
&lt;li&gt;Learn from previous executions&lt;/li&gt;
&lt;li&gt;Request human approval when necessary&lt;/li&gt;
&lt;li&gt;Open a detailed pull request&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That's the direction Kodiak is heading.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Current Tech Stack&lt;/li&gt;
&lt;li&gt;Python&lt;/li&gt;
&lt;li&gt;FastAPI&lt;/li&gt;
&lt;li&gt;PostgreSQL&lt;/li&gt;
&lt;li&gt;Redis&lt;/li&gt;
&lt;li&gt;ChromaDB&lt;/li&gt;
&lt;li&gt;Celery&lt;/li&gt;
&lt;li&gt;Docker&lt;/li&gt;
&lt;li&gt;SQLAlchemy&lt;/li&gt;
&lt;li&gt;Alembic&lt;/li&gt;
&lt;li&gt;Typer CLI&lt;/li&gt;
&lt;li&gt;Current Progress&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So far Kodiak includes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Authentication&lt;/li&gt;
&lt;li&gt;Project management&lt;/li&gt;
&lt;li&gt;Repository management&lt;/li&gt;
&lt;li&gt;Task system&lt;/li&gt;
&lt;li&gt;Background workers&lt;/li&gt;
&lt;li&gt;REST API&lt;/li&gt;
&lt;li&gt;Memory foundation&lt;/li&gt;
&lt;li&gt;Docker deployment&lt;/li&gt;
&lt;li&gt;Database models&lt;/li&gt;
&lt;li&gt;CLI foundation&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The project is still in active development, but the architecture is becoming much more modular.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What I'm Building Next&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The next milestones include:
&lt;/h2&gt;

&lt;p&gt;Repository indexing&lt;br&gt;
Semantic code search&lt;br&gt;
Multi-agent planning&lt;br&gt;
Long-term memory&lt;br&gt;
GitHub Issue execution&lt;br&gt;
Autonomous code generation&lt;br&gt;
Pull request generation&lt;br&gt;
Plugin ecosystem&lt;br&gt;
Local execution support&lt;br&gt;
Looking for Contributors&lt;/p&gt;

&lt;h2&gt;
  
  
  I'm looking for developers interested in:
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;AI Agents&lt;/li&gt;
&lt;li&gt;FastAPI&lt;/li&gt;
&lt;li&gt;Backend Engineering&lt;/li&gt;
&lt;li&gt;PostgreSQL&lt;/li&gt;
&lt;li&gt;SQLAlchemy&lt;/li&gt;
&lt;li&gt;Celery&lt;/li&gt;
&lt;li&gt;Docker&lt;/li&gt;
&lt;li&gt;CLI Development&lt;/li&gt;
&lt;li&gt;Testing&lt;/li&gt;
&lt;li&gt;Documentation
Whether you're an experienced engineer or someone wanting to contribute to open source, every contribution helps move the project forward.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;I'd Love Feedback&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;I'm especially interested in hearing:&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
What features would make you actually use a system like this?&lt;br&gt;
What parts of the architecture would you redesign?&lt;br&gt;
What problems do current AI coding tools still fail to solve?&lt;br&gt;
If you were contributing, where would you start?&lt;/p&gt;

&lt;p&gt;Constructive criticism is just as valuable as code contributions.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;GitHub&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Repository:&lt;br&gt;
&lt;a href="https://github.com/ShamGaneshan2008/Kodiak" rel="noopener noreferrer"&gt;https://github.com/ShamGaneshan2008/Kodiak&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If the vision sounds interesting, feel free to open an issue, submit a pull request, or simply share your thoughts.&lt;/p&gt;

&lt;p&gt;Let's build something the open-source AI community can genuinely use.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>opensource</category>
      <category>contributorswanted</category>
      <category>machinelearning</category>
    </item>
  </channel>
</rss>
