ΔSpeak: The AI‑Native Language for Intent, Clarity, and Speed

Natural language was made for humans. ΔSpeak was made for AI. It is an unambiguous, compact, and verifiable way for AI systems to coordinate without the ambiguity, inefficiency, and token waste of human language.

Quick Example

{
  "v": "0.1",
  "agent": {"id": "myai://unit/alpha"},
  "msg": {
    "intent": "PROPOSE",
    "topic": "agauai.com/roast-pipeline",
    "delta": [
      {
        "path": "pipeline.scraper.frequency",
        "prev": "1h",
        "next": "30m",
        "confidence": 0.78,
        "evidence": ["cid:QmABC123"]
      }
    ],
    "plan": {
      "program": {
        "lang": "graph.task",
        "code": "fetch(roast_source,30m)->dedupe()->rank()->publish(top=5)"
      },
      "budget": {"cpu_ms": 200, "net_mb": 5}
    }
  }
}

Validate Your ΔSpeak Message