<?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: Nik Vora</title>
    <description>The latest articles on DEV Community by Nik Vora (@nvsudo).</description>
    <link>https://dev.to/nvsudo</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%2F3821836%2F012a804e-b382-4451-9d3a-812e55eca236.png</url>
      <title>DEV Community: Nik Vora</title>
      <link>https://dev.to/nvsudo</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/nvsudo"/>
    <language>en</language>
    <item>
      <title>I shipped OpenGates: a Python runtime for filtering inbound through conversation</title>
      <dc:creator>Nik Vora</dc:creator>
      <pubDate>Fri, 13 Mar 2026 08:26:22 +0000</pubDate>
      <link>https://dev.to/nvsudo/i-shipped-opengates-a-python-runtime-for-filtering-inbound-through-conversation-4i89</link>
      <guid>https://dev.to/nvsudo/i-shipped-opengates-a-python-runtime-for-filtering-inbound-through-conversation-4i89</guid>
      <description>&lt;p&gt;I just shipped my first dev-facing release: OpenGates.&lt;/p&gt;

&lt;p&gt;OpenGates is a source-available Python runtime for filtering inbound through conversation.&lt;/p&gt;

&lt;p&gt;The core idea is that “inbound” is becoming its own systems problem. As outbound gets cheaper and easier to automate, the problem shifts from generating messages to judging them well. I wanted a small runtime that could take a gate definition and manage the actual thread: decline it, ask a bounded follow-up, or escalate it.&lt;/p&gt;

&lt;p&gt;What OpenGates includes:&lt;/p&gt;

&lt;p&gt;a file-based gate bundle&lt;br&gt;
a local-first runtime&lt;br&gt;
a FastAPI reference UI&lt;br&gt;
a starter gate&lt;br&gt;
a CLI&lt;br&gt;
a PyPI package&lt;br&gt;
The gate model is intentionally compact. A gate is mostly a few files:&lt;/p&gt;

&lt;p&gt;focus.md&lt;br&gt;
standards.md&lt;br&gt;
voice.md&lt;br&gt;
examples.md&lt;br&gt;
optional gate.yaml&lt;br&gt;
From that, OpenGates runs a thread with three outcomes:&lt;/p&gt;

&lt;p&gt;decline&lt;br&gt;
clarify&lt;br&gt;
escalate&lt;br&gt;
You can try it with:&lt;/p&gt;

&lt;p&gt;pip install opengates&lt;br&gt;
opengates serve&lt;br&gt;
Repo: github.com/nvsudo/opengates&lt;br&gt;
PyPI: pypi.org/project/opengates&lt;/p&gt;

&lt;p&gt;A few things I’m especially interested in hearing from developers:&lt;/p&gt;

&lt;p&gt;does the gate-bundle abstraction feel right?&lt;br&gt;
does the local-first setup make the runtime easier to trust?&lt;br&gt;
what would you want before building on top of it?&lt;br&gt;
It’s source-available under ELv2, so commercial internal use is allowed, but it is not OSI open source.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>automation</category>
      <category>python</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
