Published February 20, 2026 | Version v3

Streamlined Interagent Protocol (Slipstream): Semantic Quantization for Efficient Multi-Agent Coordination

Description

As multi-agent LLM systems scale, coordination bandwidth becomes a primary cost driver: every token spent on routing, intent framing, and redundant context is paid repeatedly across agents and turns. Current approaches waste 40–60% of compute on coordination overhead, with communication costs scaling O(n2) as agent counts increase.

This paper introduces Slipstream v3, a protocol that performs semantic quantization by mapping free-form messages onto a factorized Force-Object intent model. Unlike Slipstream v2, which used 46 flat mnemonics (a hard 46-way classification problem for small models), v3 splits intents into two orthogonal dimensions: Force (12 closed tokens describing speech acts) and Object (31+ extensible tokens describing domain concepts).

This reduces the classification difficulty to 12-way + 31-way while maintaining the same semantic expressiveness. Unlike syntactic compression (which fails due to BPE tokenizer fragmentation), Slipstream transmits natural-language mnemonics that tokenize efficiently across model architectures. The system combines (1) a symbolic 4D semantic manifold—Action, Polarity, Domain, Urgency—with (2) a pointer-based fallback mechanism for unquantizable content. Results show 82% token reduction (41.9 → 7.4 tokens average) while maintaining semantic fidelity. 

The v3 implementation includes 506 conformance tests, zero core dependencies, and is published on PyPI. This makes large-scale multi-agent deployments economically viable while enabling small models (<10B parameters) to reliably learn the protocol.

Keywords: Semantic Quantization, Factorized Intent Models, Multi-Agent Systems, Protocol Standards, Token Efficiency, Agentic AI

Files

slipstream-paper-v3.pdf

Files (437.6 kB)

Name Size Download all
md5:6d9eaf6d5b61bcfec42c0e5a8ff1c63d
3.1 kB Preview Download
md5:da7caf364dffdc29d3be5d87b4b48e70
392.3 kB Preview Download
md5:97c21d3b33d4dd04d71b3161c5c8c24a
37.8 kB Download
md5:72271f034152f15aabc8f0ba54468948
4.4 kB Download

Additional details

Related works

Is supplemented by
Software: 10.5281/zenodo.18063537 (DOI)
Software: https://github.com/anthony-maio/slipcore (URL)

Software

Repository URL
https://www.github.com/anthony-maio/slipcore
Programming language
Python
Development Status
Active

References

  • Reimers, N., & Gurevych, I. (2019). Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks. EMNLP-IJCNLP 2019
  • Lloyd, S. (1982). Least squares quantization in PCM. IEEE Transactions on Information Theory
  • Sculley, D. (2010). Web-scale k-means clustering. WWW 2010
  • Linux Foundation. (2025). Agentic AI Foundation Announcement
  • Anthropic. (2024). Model Context Protocol Specification