<?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: Sabir Semerkant</title>
    <description>The latest articles on DEV Community by Sabir Semerkant (@sabir_semerkant).</description>
    <link>https://dev.to/sabir_semerkant</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%2F3948368%2Ffd2dd450-622b-46e4-9f60-aad5516ae2e9.png</url>
      <title>DEV Community: Sabir Semerkant</title>
      <link>https://dev.to/sabir_semerkant</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sabir_semerkant"/>
    <language>en</language>
    <item>
      <title>I built an open protocol to make AI coding agents follow senior-engineering workflows</title>
      <dc:creator>Sabir Semerkant</dc:creator>
      <pubDate>Sun, 24 May 2026 00:11:31 +0000</pubDate>
      <link>https://dev.to/sabir_semerkant/i-built-an-open-protocol-to-make-ai-coding-agents-follow-senior-engineering-workflows-11ep</link>
      <guid>https://dev.to/sabir_semerkant/i-built-an-open-protocol-to-make-ai-coding-agents-follow-senior-engineering-workflows-11ep</guid>
      <description>&lt;p&gt;AI coding agents are getting better fast, but I kept running into the same failure modes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;they skip repository discovery&lt;/li&gt;
&lt;li&gt;they invent APIs, flags, or config keys&lt;/li&gt;
&lt;li&gt;they ignore existing project conventions&lt;/li&gt;
&lt;li&gt;they add unnecessary infrastructure&lt;/li&gt;
&lt;li&gt;they skip validation&lt;/li&gt;
&lt;li&gt;they treat unsupported checks as silently done&lt;/li&gt;
&lt;li&gt;they finish without a final codebase audit&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So I built &lt;strong&gt;The Polyglot Protocol&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;It is an open source senior-engineer workflow protocol for AI coding agents working across polyglot codebases.&lt;/p&gt;

&lt;p&gt;Repo:&lt;br&gt;
&lt;a href="https://github.com/sabir-gbs/the-polyglot-protocol" rel="noopener noreferrer"&gt;https://github.com/sabir-gbs/the-polyglot-protocol&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What it includes
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;guidance for 22 languages&lt;/li&gt;
&lt;li&gt;language-selection rules&lt;/li&gt;
&lt;li&gt;pre-codegen checklists&lt;/li&gt;
&lt;li&gt;do-not-generate policies&lt;/li&gt;
&lt;li&gt;validation scripts&lt;/li&gt;
&lt;li&gt;adapters for Codex, Claude Code, and OpenCode&lt;/li&gt;
&lt;li&gt;post-codegen audit scoring&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The core idea
&lt;/h2&gt;

&lt;p&gt;Before an agent changes code, it should:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;inspect the repository&lt;/li&gt;
&lt;li&gt;preserve existing conventions&lt;/li&gt;
&lt;li&gt;choose the right language and tooling&lt;/li&gt;
&lt;li&gt;avoid invented APIs or dependencies&lt;/li&gt;
&lt;li&gt;validate the result&lt;/li&gt;
&lt;li&gt;document unsupported checks as explicit &lt;code&gt;N/A&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;finish with a final audit&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Model-agnostic by design
&lt;/h2&gt;

&lt;p&gt;I have tested the protocol with frontier models as well as models from Qwen, Grok, Kimi, MiniMax, and others.&lt;/p&gt;

&lt;p&gt;The point is not to depend on one model. Strong models still benefit from stricter engineering discipline, and smaller/local models benefit from clearer constraints.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why open source it?
&lt;/h2&gt;

&lt;p&gt;I want a practical, inspectable protocol that developers can adapt, critique, and improve.&lt;/p&gt;

&lt;p&gt;If you use Codex, Claude Code, OpenCode, Cursor, Aider, or similar agents, I’d be interested in feedback:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Is the protocol too strict?&lt;/li&gt;
&lt;li&gt;What guardrails are missing?&lt;/li&gt;
&lt;li&gt;What should be optional vs required?&lt;/li&gt;
&lt;li&gt;What would make this easier to adopt?&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>ai</category>
      <category>opensource</category>
      <category>programming</category>
      <category>devtools</category>
    </item>
  </channel>
</rss>
