<?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: Empire Labs Pty Ltd</title>
    <description>The latest articles on DEV Community by Empire Labs Pty Ltd (@narko4u).</description>
    <link>https://dev.to/narko4u</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%2F4036034%2Fd831d65e-aedd-4ef8-ab71-e13f313fc278.png</url>
      <title>DEV Community: Empire Labs Pty Ltd</title>
      <link>https://dev.to/narko4u</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/narko4u"/>
    <language>en</language>
    <item>
      <title>We Built the Missing Layer for AI Agents — Here's What It Looks Like in Action (🚀 Launch Video)</title>
      <dc:creator>Empire Labs Pty Ltd</dc:creator>
      <pubDate>Mon, 20 Jul 2026 12:16:54 +0000</pubDate>
      <link>https://dev.to/narko4u/we-built-the-missing-layer-for-ai-agents-heres-what-it-looks-like-in-action-launch-video-3m0h</link>
      <guid>https://dev.to/narko4u/we-built-the-missing-layer-for-ai-agents-heres-what-it-looks-like-in-action-launch-video-3m0h</guid>
      <description>&lt;h1&gt;
  
  
  We Built the Missing Layer for AI Agents
&lt;/h1&gt;

&lt;h3&gt;
  
  
  Introducing the Autonomous Company Interface (ACI)
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;An AI agent can call thousands of APIs, write code, query databases, and invoke language models. But until now, there's been one thing it couldn't do reliably:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;Determine what an organization is, what it offers, and how to trust it — without scraping or bespoke integration.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  🎬 The Launch Video
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://github.com/narko4u/aci-spec/releases/download/aci-launch-video-v1/Empire_Labs_ACI_Cinematic_Explainer.2.mp4" rel="noopener noreferrer"&gt;https://github.com/narko4u/aci-spec/releases/download/aci-launch-video-v1/Empire_Labs_ACI_Cinematic_Explainer.2.mp4&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;2-minute explainer — built with AI-generated script, voiceover, and visuals&lt;/em&gt;&lt;br&gt;&lt;br&gt;
&lt;em&gt;(replace URL with your browser player if it doesn't auto-embed)&lt;/em&gt;&lt;/p&gt;


&lt;h2&gt;
  
  
  What Is ACI?
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;ACI (Autonomous Company Interface)&lt;/strong&gt; is an open specification that lets organizations describe themselves in machine-readable format — designed specifically for autonomous agents.&lt;/p&gt;

&lt;p&gt;It's a &lt;strong&gt;five-manifest system&lt;/strong&gt; that any organization can publish alongside their website:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Manifest&lt;/th&gt;
&lt;th&gt;What it tells an agent&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Identity&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Who you are — name, jurisdiction, verifiable identifiers&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Capability&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;What you offer — products, services, documentation&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Knowledge&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;What your domain is — concepts, terminology, relationships&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Trust&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Why you're trustworthy — certifications, attestations, linked evidence&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Agent&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;How to interact — endpoints, auth requirements, interaction methods&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;An agent discovers your first manifest via &lt;code&gt;/llms.txt&lt;/code&gt; and follows links to the rest. No scraping. No guessing.&lt;/p&gt;
&lt;h2&gt;
  
  
  Why This Exists
&lt;/h2&gt;

&lt;p&gt;OpenAPI describes &lt;em&gt;interfaces&lt;/em&gt; — how to call an endpoint. But agents need organizational context first:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Who owns this API?&lt;/li&gt;
&lt;li&gt;What business is this company in?&lt;/li&gt;
&lt;li&gt;Are they certified or regulated?&lt;/li&gt;
&lt;li&gt;Can I trust their claims?&lt;/li&gt;
&lt;li&gt;Do they even want autonomous agents interacting with them?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;ACI bridges that gap.&lt;/strong&gt; It's the layer between "I found a website" and "I can safely do business here."&lt;/p&gt;
&lt;h2&gt;
  
  
  🚀 How You Can Adopt ACI Today
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;The fastest path — fork the template (it takes 5 minutes):&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;strong&gt;&lt;a href="https://github.com/narko4u/aci-pages-template" rel="noopener noreferrer"&gt;GitHub: narko4u/aci-pages-template&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This GitHub Pages template includes everything: &lt;code&gt;identity.json&lt;/code&gt;, &lt;code&gt;capabilities.json&lt;/code&gt;, &lt;code&gt;/llms.txt&lt;/code&gt;, and a landing page. Replace the placeholders, enable Pages, and you're live. Zero build tools required.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Or explore a live example:&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;python3 &lt;span class="nt"&gt;-c&lt;/span&gt; &lt;span class="s2"&gt;"&lt;/span&gt;&lt;span class="si"&gt;$(&lt;/span&gt;curl &lt;span class="nt"&gt;-s&lt;/span&gt; https://raw.githubusercontent.com/narko4u/aci-spec/main/demo/aci-explorer.py&lt;span class="si"&gt;)&lt;/span&gt;&lt;span class="s2"&gt;"&lt;/span&gt; empirelabs.com.au
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;This zero-dependency script discovers all five manifests at empirelabs.com.au — our own Level 3 implementation.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Path Forward
&lt;/h2&gt;

&lt;p&gt;ACI is currently &lt;strong&gt;Draft v0.9&lt;/strong&gt; — published as an open specification under CC BY 4.0, with MIT-licensed tools. Empire Labs Pty Ltd is the initial steward, with a governance path to transition to a neutral foundation.&lt;/p&gt;

&lt;p&gt;The spec repository: &lt;strong&gt;&lt;a href="https://github.com/narko4u/aci-spec" rel="noopener noreferrer"&gt;github.com/narko4u/aci-spec&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The v1.0 milestone requires three independent implementations.&lt;/strong&gt; I'm actively seeking organizations to implement ACI, validate the draft, and help shape the standard. If that sounds like you, jump in.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;ACI agents don't scrape. They read.&lt;/em&gt;&lt;/p&gt;




&lt;p&gt;🙏 &lt;strong&gt;If this resonates:&lt;/strong&gt; Fork the template. Deploy it. Open an issue with feedback. And if you know someone building in the agentic space — tag them. The standard only matters if we build it together.&lt;/p&gt;

</description>
      <category>agents</category>
      <category>opensource</category>
      <category>standards</category>
      <category>webdev</category>
    </item>
    <item>
      <title>The Missing Layer for Autonomous Agents: Introducing the Autonomous Company Interface (ACI)</title>
      <dc:creator>Empire Labs Pty Ltd</dc:creator>
      <pubDate>Sun, 19 Jul 2026 04:53:18 +0000</pubDate>
      <link>https://dev.to/narko4u/the-missing-layer-for-autonomous-agents-introducing-the-autonomous-company-interface-aci-2d75</link>
      <guid>https://dev.to/narko4u/the-missing-layer-for-autonomous-agents-introducing-the-autonomous-company-interface-aci-2d75</guid>
      <description>&lt;h1&gt;
  
  
  The Missing Layer for Autonomous Agents: Introducing the Autonomous Company Interface (ACI)
&lt;/h1&gt;

&lt;h2&gt;
  
  
  The Problem
&lt;/h2&gt;

&lt;p&gt;An AI agent can call thousands of APIs. It can write code, query databases, and invoke language models. But there's one thing it cannot do reliably:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Determine what an organization is, what it offers, and how it should be trusted — without scraping, inference, or bespoke integration.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;When an agent reaches a company website, it sees pages designed primarily for humans — not a stable organizational contract. It can scrape text and make inferences, but it cannot reliably distinguish between a product, a pricing tier, a support contact, or a certification. It cannot reliably determine what identity claims, attestations, certifications, and supporting evidence the organization publishes, what APIs it exposes, or even which of its AI indexing tools are meant for autonomous consumption versus human reading.&lt;/p&gt;

&lt;p&gt;We built an entire web for humans — semantic markup, structured data, accessibility standards. But we left autonomous agents to fend for themselves.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why OpenAPI Isn't Enough
&lt;/h2&gt;

&lt;p&gt;OpenAPI is excellent. It describes HTTP APIs with precision. But it describes &lt;em&gt;interfaces&lt;/em&gt;, not &lt;em&gt;organizations&lt;/em&gt;. An API definition tells you how to call an endpoint. It does not tell you:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Which organization owns this API&lt;/li&gt;
&lt;li&gt;What business the organization is in&lt;/li&gt;
&lt;li&gt;Whether the organization is certified or regulated&lt;/li&gt;
&lt;li&gt;Where to find its other manifests&lt;/li&gt;
&lt;li&gt;Which of its offerings are available to autonomous agents&lt;/li&gt;
&lt;li&gt;What trust mechanisms it supports&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;An agent trying to decide whether to interact with a company needs organizational context first, API details second. That's the gap ACI fills.&lt;/p&gt;

&lt;h2&gt;
  
  
  What ACI Provides
&lt;/h2&gt;

&lt;p&gt;ACI (Autonomous Company Interface) is an open specification that lets organizations describe themselves in a machine-readable format designed for autonomous agents.&lt;/p&gt;

&lt;p&gt;The core model is five manifest types:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Manifest&lt;/th&gt;
&lt;th&gt;Purpose&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Identity&lt;/td&gt;
&lt;td&gt;Who the organization is: name, jurisdiction, identifiers, contact&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Capability&lt;/td&gt;
&lt;td&gt;What the organization offers: products, services, documentation&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Knowledge&lt;/td&gt;
&lt;td&gt;What the organization knows: domain concepts and relationships&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Trust&lt;/td&gt;
&lt;td&gt;How organizational claims are supported: assertions, certifications, attestations, and evidence&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Agent&lt;/td&gt;
&lt;td&gt;How autonomous agents can interact: endpoints, authentication requirements, and capabilities&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;In the reference implementation, each manifest is a linked JSON document. An agent discovers the first one - typically via &lt;code&gt;/llms.txt&lt;/code&gt; - and follows links to the rest.&lt;/p&gt;

&lt;h2&gt;
  
  
  A Concrete Example
&lt;/h2&gt;

&lt;p&gt;Consider a fictional company called &lt;strong&gt;NovaDynamics&lt;/strong&gt;. At &lt;code&gt;https://novadynamics.example/llms.txt&lt;/code&gt;, an agent finds:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;# AI manifests

- [Identity Manifest](https://novadynamics.example/identity.json)
- [Capability Manifest](https://novadynamics.example/capabilities.json)
- [Knowledge Manifest](https://novadynamics.example/knowledge.json)
- [Trust Manifest](https://novadynamics.example/trust.json)
- [Agent Manifest](https://novadynamics.example/agents.json)
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Fetching the identity manifest reveals:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight json"&gt;&lt;code&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"manifest_version"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"0.9.0"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"last_updated"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"2026-07-19T00:00:00Z"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"publisher"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"NovaDynamics Inc."&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"jurisdiction"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"US-DE"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"website"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"https://novadynamics.example"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"description"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"Autonomous infrastructure operations platform"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"identifiers"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="w"&gt;
    &lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
      &lt;/span&gt;&lt;span class="nl"&gt;"id"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"org.novadynamics"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
      &lt;/span&gt;&lt;span class="nl"&gt;"type"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"domain"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
      &lt;/span&gt;&lt;span class="nl"&gt;"value"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"novadynamics.example"&lt;/span&gt;&lt;span class="w"&gt;
    &lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="p"&gt;],&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"discovery"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
    &lt;/span&gt;&lt;span class="nl"&gt;"llms-txt"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"https://novadynamics.example/llms.txt"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
    &lt;/span&gt;&lt;span class="nl"&gt;"capability-manifest"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"https://novadynamics.example/capabilities.json"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
    &lt;/span&gt;&lt;span class="nl"&gt;"knowledge-manifest"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"https://novadynamics.example/knowledge.json"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
    &lt;/span&gt;&lt;span class="nl"&gt;"trust-manifest"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"https://novadynamics.example/trust.json"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
    &lt;/span&gt;&lt;span class="nl"&gt;"agent-manifest"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"https://novadynamics.example/agents.json"&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;The agent now has a stable identity anchor and machine-readable paths to NovaDynamics' capabilities, knowledge, trust assertions, and exposed agents. It can build an organizational profile from published contracts rather than site-specific scraping.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Conformance Path
&lt;/h2&gt;

&lt;p&gt;ACI defines three incremental conformance levels:&lt;/p&gt;

&lt;p&gt;Level 1 — Discovery: Identity, Capability, and an operational discovery chain&lt;br&gt;
Level 2 — Understanding: Knowledge, Trust, and resolved cross-references&lt;br&gt;
Level 3 — Interaction: Agent Manifest, an operational interaction method, and a validator score of at least 90&lt;/p&gt;

&lt;p&gt;A pre-conformance starter — publishing only an identity manifest and &lt;code&gt;/llms.txt&lt;/code&gt; — is a useful first step, but is not a formal conformance level.&lt;/p&gt;

&lt;p&gt;Level 1 takes about five minutes to implement. Create an &lt;code&gt;identity.json&lt;/code&gt;, a &lt;code&gt;capabilities.json&lt;/code&gt;, and an &lt;code&gt;/llms.txt&lt;/code&gt; that links to them. Done.&lt;/p&gt;
&lt;h2&gt;
  
  
  How to Implement ACI Level 1 in Five Minutes
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;The fastest path — fork the template:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/narko4u/aci-pages-template" rel="noopener noreferrer"&gt;GitHub: narko4u/aci-pages-template&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This GitHub Pages template includes everything you need: &lt;code&gt;identity.json&lt;/code&gt;, &lt;code&gt;capabilities.json&lt;/code&gt;, &lt;code&gt;/llms.txt&lt;/code&gt;, and a landing page. Replace the placeholders with your organization's details, enable Pages, and you're live. No build tools required.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Or, do it manually:&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Create &lt;code&gt;identity.json&lt;/code&gt; with your organization name, website, identifiers, and a short description&lt;/li&gt;
&lt;li&gt;Create &lt;code&gt;capabilities.json&lt;/code&gt; listing your products or services&lt;/li&gt;
&lt;li&gt;Create &lt;code&gt;/llms.txt&lt;/code&gt; pointing to both manifests&lt;/li&gt;
&lt;li&gt;Run the ACI validator to confirm:
&lt;/li&gt;
&lt;/ol&gt;
&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;python3 validator/validate.py https://yourdomain.com
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;


&lt;p&gt;&lt;strong&gt;See a live example:&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="c"&gt;# Zero-dependency explorer — discover what Empire Labs exposes&lt;/span&gt;
python3 demo/aci-explorer.py empirelabs.com.au
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  What This Enables
&lt;/h2&gt;

&lt;p&gt;Once ACI is adopted broadly, an autonomous agent can:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Discover&lt;/strong&gt; an ACI-enabled organization's published manifests without site-specific scraping&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Understand&lt;/strong&gt; its declared products, services, capabilities, and domain vocabulary&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Evaluate&lt;/strong&gt; identity claims, trust assertions, and linked evidence&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Discover&lt;/strong&gt; declared agent endpoints and authentication requirements&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Supply&lt;/strong&gt; structured organizational data to external policy and governance systems&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This is the missing layer for autonomous commerce, supply chain automation, compliance checking, and agent-to-agent coordination at scale.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Open Standard
&lt;/h2&gt;

&lt;p&gt;ACI is published as an open draft specification under CC BY 4.0. The validator, schemas, and examples are MIT-licensed. Empire Labs serves as the initial steward. The governance documents define a path to transfer ACI to a neutral foundation or standards body after v1.0 and the published independence criteria are met.&lt;/p&gt;

&lt;p&gt;The repository is at: &lt;strong&gt;&lt;a href="https://github.com/narko4u/aci-spec" rel="noopener noreferrer"&gt;https://github.com/narko4u/aci-spec&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The specification, validator, and full examples are available now.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;ACI is currently in Draft v0.9. The path to v1.0 requires three independent implementations, community feedback, and a stable core. We are not declaring a finished standard — we are proposing one, and inviting the community to shape it.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Empire Labs Pty Ltd is the initial steward of the ACI draft specification.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Next: Fork the &lt;a href="https://github.com/narko4u/aci-pages-template" rel="noopener noreferrer"&gt;ACI Pages Template&lt;/a&gt;, replace the placeholders, deploy it through GitHub Pages, validate the result, and submit your implementation to the &lt;a href="https://github.com/narko4u/aci-spec/issues/6" rel="noopener noreferrer"&gt;Independent Implementation Tracker&lt;/a&gt;. Help us reach three independent implementations for ACI v1.0.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>api</category>
      <category>opensource</category>
      <category>standards</category>
    </item>
  </channel>
</rss>
