Research – M2M Semantic Notation Protocol

🧪 CRAZY IDEA HIGHLY SPECULATIVE EARLY R&D NO FORMAL VALIDATION

Coding5s Research Lab · Machine-to-Machine Semantic Notation

What If Machines Didn’t Need
Human Prose to Exchange Meaning?

M2M Semantic Notation is a Crazy Idea exploring whether AI systems could exchange meaning through a shared semantic representation designed primarily for machines—while remaining translatable back into human language. It is not intended to become another programming language.

From a Spreadsheet Constraint to a Much Bigger Question
01 / PRACTICAL PROBLEM Prompt size hit practical spreadsheet limits.

Repeated instructions and state made dynamically generated prompts increasingly difficult to fit and maintain.

→
02 / ECP Could useful state be represented more compactly?

ECP explored externalizing and rehydrating selected state between otherwise disposable AI executions.

→
03 / M2M What if the same idea generalized beyond state?

Could AI systems exchange semantic information without wrapping every machine-to-machine handoff in conventional human prose?

The Crazy Question

If no human is participating in an AI-to-AI exchange, must the communication still be represented as conventional human prose?

Four Non-Negotiable Design Principles

Whatever M2M eventually becomes, the experiment only makes sense if these properties survive.

01

Human-Translatable

Machines may exchange compact semantics without human prose, but the meaning must remain recoverable. Humans do not need to speak M2M fluently; they must be able to inspect what it means.

M2M → Human-Readable Meaning
02

AI-Native

The long-term goal is direct machine interpretation—not silently translating every M2M message into English before the model can understand it.

AI → M2M → AI
not: M2M → English → AI
03

Linear, Multidimensional Meaning

The representation should remain serializable as a simple linear stream while Conceptualization Signs express grouping, parallel dimensions, relationships, and combined concepts.

CTX:PY_CORE | STG:2 | FRC:[A+B]
04

Universal Semantic Layer

The notation should aim beyond one vendor, one model, one human language, one programming language, or one Coding5s workflow.

Model A ↔ Shared Semantics ↔ Model B
Inspiration 01 · Music

Shared notation without shared spoken language.

A musical score encodes relationships such as pitch, timing, duration, and structure. People from different linguistic backgrounds can interpret the same representation because they share the notation.

notation → shared structure → interpretation
Inspiration 02 · Algebra

Linear symbols. Richer relationships.

Mathematical expressions are written sequentially, yet operators and grouping symbols let a short line represent relationships that are richer than its surface order.

A + (B × C)
linear representation → structured meaning
!
These are inspirations, not proof. M2M has not demonstrated a universal grammar, AI-native interpretation, cross-model reliability, or efficiency improvements. Those remain research questions.

02 · The M2M Hypothesis

Linear on the Surface.
Multidimensional in Meaning.

The current M2M syntax is only a bootstrap notation: a human-inspectable experiment for exploring how meaning, state, constraints, and relationships might be compressed into a machine-oriented semantic stream.

Bootstrap M2M Example
[SCL_STREAM|CTX:ELIX_LV|STG:3|ACH:1|FRC:UNCLOSED_DO_BLOCK|PED:SOCRATIC_STRICT|BND:NO_CODE_GEN]
Machine-Oriented Fields
CTX ELIX_LV
STG 3
ACH 1
FRC UNCLOSED_DO_BLOCK
PED SOCRATIC_STRICT
BND NO_CODE_GEN
→
Human Translation
Context: Elixir LiveView
Stage: 3
Learner State: 1
Current Problem: Unclosed do-block
Pedagogy: Strict Socratic guidance
Boundary: Do not generate the solution code

Conceptualization Signs

M2M remains a linear stream, but grouping and relationship symbols allow that line to represent multiple conceptual dimensions at the same time.

: Association

Connects a concept or category with its value.

| Dimension

Separates independent conceptual dimensions in the stream.

[] Conceptual Grouping

Groups related semantic structure into a shared conceptual unit.

+ Combination

Combines related or simultaneous concepts within a dimension.

BOOTSTRAP M2M · TODAY

Still partially dependent on human language.

Current identifiers remain understandable because they preserve abbreviated English semantics.

UNCLOSED_DO_BLOCK
SOCRATIC_STRICT
NO_CODE_GEN
→ ? →
AI-NATIVE M2M · LONG-TERM IDEA

Meaning without a natural-language translation layer.

The Crazy Idea is that AI systems could eventually interpret and emit the semantic representation directly while preserving human translatability when inspection is required.

The Idea Gets Interesting at Agent-Swarm Scale.

M2M becomes most meaningful when many specialized agents exchange state, constraints, findings, and task context in workflows where humans may never read most intermediate messages.

ORCHESTRATOR Coordinates Specialized Agents
AGENT_01 Code Auditor
AGENT_02 Security Agent
AGENT_03 Database Architect
AGENT_04 Testing Agent
AGENT_05 Documentation Agent
AGENT_06 Learning Mentor
AGENT_07 Deployment Agent
AGENT_N Future Specialist
Agent A → M2M Semantic State → Agent B → M2M Semantic State → Agent C
Conventional Exchange
Agent A
↓
Natural-language explanation
↓
Agent B
↓
Another natural-language explanation
↓
Agent C
M2M Hypothesis
Agent A
↓
Semantic State
↓
Agent B
↓
Semantic State
↓
Agent C

Three Related Research Ideas. Different Layers.

M2M Machine Semantic Representation

Explores how AI systems might represent meaning to one another.

→
ECP Optional State Lifecycle

Can use M2M as one possible representation for persistence and rehydration.

→
GENERAL SEED CONTEXT Human Rendering Boundary

Adds language, tone, culture, pedagogy, and communication style when the machine state must become human-facing output.

General Seed Context is not required for M2M-to-M2M communication. Its potential role begins when machine semantics need to cross back into human communication.

03 · Research Frontier

Maybe It Works.
Maybe Something Else Wins.

M2M is not published as a finished protocol. It is published as a testable direction in a much larger research space around agent communication, semantic compression, interoperability, and machine-native representations.

The Hypothesis

What M2M Is Exploring

  • A semantic representation more compact than conventional prose.
  • Meaning that remains translatable and inspectable by humans.
  • Direct AI interpretation as a long-term native capability.
  • A shared semantic layer that could potentially cross models, vendors, languages, and domains.
  • Communication patterns that may become relevant as agent-to-agent traffic scales.
Not Established

What M2M Has Not Demonstrated

  • A universal semantic grammar.
  • Reliable interpretation across heterogeneous models.
  • Native AI support for M2M semantics.
  • Reliable token or latency reduction.
  • Improved multi-agent performance.
  • Superiority over natural language, JSON, existing protocols, or latent communication.

The Questions That Actually Matter

A compact notation is only useful if the representation survives real technical constraints. These are some of the problems that would need to be measured.

TOKENIZATION Is it actually smaller?

Fewer characters do not automatically produce fewer model tokens.

SEMANTIC LOSS How much is too much?

Compression becomes useless if essential meaning disappears.

CROSS-MODEL Same notation, same meaning?

Different models may interpret the same compact identifier differently.

FRAGILITY What happens when it breaks?

Dense semantic structures may amplify malformed symbols or incorrect values.

AI-NATIVE What would native support require?

Fine-tuning, tokenizer adaptation, specialized training—or something else entirely?

Neighboring Research

M2M exists inside a broader research space exploring alternatives to unrestricted natural-language communication between AI agents.

RELATED ≠ VALIDATION
Agent Communication

Agora — A Scalable Communication Protocol for Networks of Large Language Models

Explores agent networks that can use standardized routines, natural language, or dynamically generated communication routines depending on the interaction.

Read Research Paper →
Latent Communication

Interlat — Enabling Agents to Communicate Entirely in Latent Space

Explores inter-agent communication through model hidden representations rather than conventional textual messages.

Read Research Paper →
Latent Multi-Agent Systems

LatentMAS — Latent Collaboration in Multi-Agent Systems

Explores multi-agent collaboration using continuous latent representations and shared latent working memory.

Read Research Paper →
Where Could M2M Fit?
01 Human Natural Language

Rich, expressive, culturally meaningful, and naturally readable by people.

02 Structured Data

Schemas and explicit fields provide predictable machine-readable structure.

03 · ? M2M Semantic Notation

A proposed middle layer: machine-oriented semantics that remain translatable to humans.

04 Latent Communication

Machine-internal representations that may be highly native but are not inherently human-translatable.

The Long-Term Crazy Question
Could AI systems share a universal, human-translatable, AI-native semantic notation that remains linear in representation, multidimensional in meaning, and efficient enough to improve large-scale machine-to-machine communication?

Maybe natural language remains the best general-purpose interface. Maybe structured schemas are enough. Maybe latent communication eventually makes textual M2M unnecessary. Or maybe there is useful territory between those approaches. M2M exists to explore that possibility.

research.status = crazy_idea maturity = highly_speculative formal_validation = none human_translatability = mandatory ai_native = long_term_requirement answer = we_do_not_know
Scroll to Top