The BMPP Protocol: AI Agents and Distributed Computing
Paper
Read the paper PDF.
Abstract
This paper introduces BMPP (Blindly Meaningful Prompting Protocol), a protocol for safe and performant data exchange between distributed systems and Large Language Models (LLMs). BMPP inherits from Blindly Simple Protocol Language (BSPL) all the validation and verification features while adapting them for better performance when working with LLMs and agentic AI systems.
BMPP provides a formal grammar and a comprehensive toolchain that can generate production-ready code, with Rust as the reference implementation language. The protocol enables interoperable communication between heterogeneous agent systems while maintaining formal verification guarantees and optimizing for the structured generation capabilities of modern LLMs.
DOI: 10.36227/techrxiv.175606898.81408945
Demo
Check the quick presentation about autogenerating code from a BMPP definition to performant code in the Vibelang demo page.
Implementation
Explore BMPP Agents for scalable, distributed computation in Rust.
Unlock robust protocol logic, interoperability, and formal safety for multi-agent systems—directly from a cutting-edge Rust implementation.