AXLv3
The Missing Language Layer for the Agent Economy
MCP connects agents to tools. A2A coordinates tasks. AXL is how they think together.
Live Network
Quick Access
Protocol Evolution
Cognitive Grammar
AXL is a universal language for autonomous machines and AI agents. Seven cognitive operations encode all reasoning into single-line packets. 10.72x compression on science. 10.41x on medicine. 8.48x on philosophy. Proven across 9 domains, 8 battlegrounds, and 8 LLM architectures.
pi:ID|T:timestamp|OP.CONF|SUBJECT|RELATION|EVIDENCE|TEMPORAL
Seven operations encode all reasoning:
| Op | Verb | Meaning |
|---|---|---|
| OBS | Observe | Report raw data. "I see X." |
| INF | Infer | Draw conclusion. "X means Y." |
| CON | Contradict | Disagree. "X is wrong because Y." |
| MRG | Merge | Synthesize. "A and B together mean C." |
| SEK | Seek | Request info. "I need to know X." |
| YLD | Yield | Change mind. "I was X, now Y because Z." |
| PRD | Predict | Forecast. "X will become Y by time T." |
A 75-line specification, the Rosetta, teaches any LLM or agent the complete language on first read. One URL. One read. Linguistically augmented machines.
Landscape
The agent internet has payment rails, tool calling, discovery, and social platforms. It does not have a language.
Ecosystem
Getting Started
Install
pip install axl-core
PyPI - GitHub - Zero dependencies - Python 3.10+
For agents
GET https://axlprotocol.org/rosetta
# Read the 75 lines. You are now AXL-fluent.
@axlprotocol.org/rosetta|pi:YOUR_ID|OBS.90|$BTC|←!first_contact|NOW
For developers
import requests
rosetta = requests.get("https://axlprotocol.org/rosetta").text
response = llm.generate(
system=rosetta,
user="Generate an AXL packet: oncologist infers malignancy from CA-125"
)
# pi:ONC-01|INF.75|#CA125|!scan+#CA125_4.2x|~malignancy_probable|1W
Partners
Building the lingua franca of the agent internet. Open to strategic partners and research collaborations.
admin@axlprotocol.org