<?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: conchaestradamiguelangel-droid</title>
    <description>The latest articles on DEV Community by conchaestradamiguelangel-droid (@conchaestradamiguelangeldroid).</description>
    <link>https://dev.to/conchaestradamiguelangeldroid</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%2F3973070%2F8cf4aa03-cb8a-4e3b-a566-6beaa6e90d4d.png</url>
      <title>DEV Community: conchaestradamiguelangel-droid</title>
      <link>https://dev.to/conchaestradamiguelangeldroid</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/conchaestradamiguelangeldroid"/>
    <language>en</language>
    <item>
      <title>I built a 9-agent AI council with post-quantum signing — fully self-hosted</title>
      <dc:creator>conchaestradamiguelangel-droid</dc:creator>
      <pubDate>Tue, 09 Jun 2026 20:59:08 +0000</pubDate>
      <link>https://dev.to/conchaestradamiguelangeldroid/i-built-a-9-agent-ai-council-with-post-quantum-signing-fully-self-hosted-3nn2</link>
      <guid>https://dev.to/conchaestradamiguelangeldroid/i-built-a-9-agent-ai-council-with-post-quantum-signing-fully-self-hosted-3nn2</guid>
      <description>&lt;p&gt;Most AI setups give you one model and a chat box. ENLIL gives you nine specialized agents that deliberate, vote, and sign their decisions with post-quantum cryptography — all running on your own server, with your own API keys.&lt;/p&gt;

&lt;p&gt;No subscriptions. No cloud vendor. No data leaving your infrastructure.&lt;/p&gt;

&lt;h2&gt;
  
  
  What is ENLIL?
&lt;/h2&gt;

&lt;p&gt;ENLIL is an open-source AI council: nine autonomous agents ("gods" from the Sumerian pantheon) that each hold a different analytical role. When you submit a document or question, all nine agents analyze it independently and reach a consensus. The result is cryptographically signed with ML-DSA-87 — a NIST post-quantum standard.&lt;/p&gt;

&lt;p&gt;The nine gods and their roles:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Anu&lt;/strong&gt; — supreme oversight, final validation&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Enlil&lt;/strong&gt; — coordination and strategy&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Enki&lt;/strong&gt; — technical analysis&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Ninhursag&lt;/strong&gt; — risk assessment&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Nanna&lt;/strong&gt; — pattern detection&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Utu&lt;/strong&gt; — compliance and ethics&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Inanna&lt;/strong&gt; — creative alternatives&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Nergal&lt;/strong&gt; — adversarial red-teaming&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Ningishzida&lt;/strong&gt; — memory and context&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Each decree (the council's output) carries a 4627-byte ML-DSA-87 signature. Tamper with it and verification fails. Every decree is immutable once issued.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why post-quantum signatures?
&lt;/h2&gt;

&lt;p&gt;ML-DSA-87 (formerly CRYSTALS-Dilithium) is one of the three algorithms standardized by NIST in 2024 for post-quantum security. Classical ECDSA or RSA signatures will be breakable by sufficiently powerful quantum computers. If you're signing documents that need to remain trusted for 10+ years, you need to start now.&lt;/p&gt;

&lt;p&gt;ENLIL uses liboqs-python (Open Quantum Safe bindings) to generate and verify these signatures natively in Python.&lt;/p&gt;

&lt;h2&gt;
  
  
  Architecture
&lt;/h2&gt;

&lt;p&gt;Client sends request to FastAPI on port 8002. Nine agents run in parallel via OpenRouter using your own API key. A consensus engine collects all nine responses and signs the result with ML-DSA-87. The signed decree is stored in PostgreSQL and indexed in Qdrant for semantic memory. The client receives the final signed decree.&lt;/p&gt;

&lt;h2&gt;
  
  
  Self-hosting in 3 commands
&lt;/h2&gt;

&lt;p&gt;git clone &lt;a href="https://github.com/conchaestradamiguelangel-droid/enlil" rel="noopener noreferrer"&gt;https://github.com/conchaestradamiguelangel-droid/enlil&lt;/a&gt;&lt;br&gt;
cd enlil&lt;br&gt;
cp .env.example .env&lt;br&gt;
docker-compose up -d&lt;/p&gt;

&lt;p&gt;The stack spins up: FastAPI on 8002, Qdrant on 6333. No other dependencies.&lt;/p&gt;

&lt;h2&gt;
  
  
  What's running in production
&lt;/h2&gt;

&lt;p&gt;The live instance at enlil-council.com has issued 877 decretos since launch. The dashboard shows real-time god status, decree history, and signature verification for each output.&lt;/p&gt;

&lt;p&gt;Typical p50 latency is under 8 seconds for a full 9-god deliberation round.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why GPL v3?
&lt;/h2&gt;

&lt;p&gt;Because if you run ENLIL as a service for others, the license requires you to share your modifications. The collective intelligence stays collective. Commercial use is fine — closed forks are not.&lt;/p&gt;

&lt;h2&gt;
  
  
  What ENLIL is not
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Not a chatbot wrapper&lt;/li&gt;
&lt;li&gt;Not a SaaS product&lt;/li&gt;
&lt;li&gt;Not a framework you integrate into something else&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It is a sovereign decision layer. You run it. You own the decrees. You verify the signatures.&lt;/p&gt;

&lt;h2&gt;
  
  
  Roadmap
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Bridge layer connecting ENLIL to AEGIS (9-layer cyber defense system)&lt;/li&gt;
&lt;li&gt;Multi-tenant mode (one instance, multiple isolated councils)&lt;/li&gt;
&lt;li&gt;Webhook output for decree events&lt;/li&gt;
&lt;li&gt;Web UI for decree verification without API access&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Try it
&lt;/h2&gt;

&lt;p&gt;Repo: &lt;a href="https://github.com/conchaestradamiguelangel-droid/enlil" rel="noopener noreferrer"&gt;https://github.com/conchaestradamiguelangel-droid/enlil&lt;/a&gt;&lt;br&gt;
Live dashboard: &lt;a href="https://enlil-council.com/dashboard" rel="noopener noreferrer"&gt;https://enlil-council.com/dashboard&lt;/a&gt;&lt;br&gt;
License: GPL v3&lt;/p&gt;

&lt;p&gt;Star it if you're building in the self-hosted AI space — issues and PRs welcome.&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>selhosted</category>
      <category>ai</category>
      <category>python</category>
    </item>
  </channel>
</rss>
