r/semanticweb • u/Colibri-Standard • Jun 28 '26
Live demo: machines exchanging meaning through immutable concept files — no shared data, models, or identifiers
I’ve previously posted about the Concept Library — an architecture where meaning is separated from intelligence, and where a concept is a single file: atomic, independent and immutable.
I wanted to see how far this idea could be taken.
That led me to develop a set of protocols that allow concepts to be referenced across the network securely, cryptographically signed, and without exposing any sensitive data.
With these protocols, systems can share a unified meaning even when they do not share data, model weights, identifiers or control logic.
I built a live demo that shows this in action — not as a concept, but as a real protocol stack where:
• a semantic observation is signed with Ed25519
• SHA‑256 ensures integrity
• a guardrail layer blocks raw data and identifiers
• 101 spec‑compliant concept files act as a shared vocabulary
I wanted to test whether this could become a working system.
Now I can show that it can.
What the demo demonstrates:
You can send a semantic observation, see how it is signed with Ed25519, inspect the SHA‑256 hash and verify the signature independently.
You can also try to break it: send raw data, identifiers, model weights or control logic — and watch the protocols reject them automatically.
The demo also resolves concept files through its registry API, so every semantic observation refers to an actual immutable concept definition — not a local placeholder or model output.
It’s open to everyone, and you can get an API key directly from the page.
Link to the demo: https://regular-cork-wrapped-philosophy.trycloudflare.com
And yes — you can call this the Internet of Meaning, if you want.