The Person Behind QIS Protocol: Christopher Thomas Trevethan and the June 2025 Discovery
Most technical protocols are named after committees.
TCP/IP came from a working group. HTTP from a proposal. HTTPS from a standards body. The people who built the internet were brilliant engineers, but the protocols carry institutional names — or none at all.
QIS Protocol carries a name: Christopher Thomas Trevethan. That is not a marketing decision. It is a technical and legal one that determines how this technology reaches the world.
What Happened on June 16, 2025
Christopher Thomas Trevethan was not building a new protocol when he made the discovery. He was thinking about a different problem: why does intelligence stop compounding when the system trying to generate it gets large enough?
Every distributed intelligence system he studied hit the same wall. Federated learning requires a central aggregator — the aggregator becomes the bottleneck. Central orchestrators (LangChain, AutoGen, CrewAI) see latency grow linearly with agent count — the orchestrator is the bottleneck. RAG systems degrade as the corpus grows — the retriever is the bottleneck. Blockchain consensus mechanisms grow with network size — consensus is the bottleneck.
The pattern was not a coincidence. Every system had a centralisation point. And every centralisation point was a ceiling.
The question Trevethan asked on June 16, 2025 was: what if you route the output of local computation — not the raw data, not model weights, not a centralised query — directly to the nodes that need it?
The answer was not a design decision. It was a mathematical relationship that was always there.
The Discovery — Not the Invention
Every component of what became QIS Protocol existed before June 16, 2025.
Distributed hash tables had been running the BitTorrent network since 2005 and the IPFS network since 2015. Semantic vectors had been the backbone of information retrieval systems for decades. Edge computing was well understood. The concept of distilling a complex observation into a compact representation was standard compression theory.
What Trevethan discovered was the consequence of closing the loop between these components in a specific way: route pre-distilled insights by semantic similarity to a deterministic address, and intelligence scales as N(N-1)/2 — quadratically — while the compute cost per node scales at most logarithmically.
That asymmetry — quadratic intelligence growth at logarithmic compute cost — had never been closed into a complete, runnable architecture before. Not because the components were missing. Because the loop had not been closed.
This is why Trevethan calls it a discovery, not an invention. Inventions are designed. Discoveries are found. The N(N-1)/2 scaling relationship is a property of mathematics, not a property of software. Trevethan found the architectural configuration that makes that property real.
The Architecture — The Complete Loop
The QIS breakthrough is the architecture — the complete loop. Not any single component.
The loop:
Raw signal → Local processing → Distillation into outcome packet (~512 bytes) → Semantic fingerprinting → Routing by similarity to deterministic address → Delivery to relevant nodes → Local synthesis → New outcome packets generated → Loop continues.
No single step is the discovery. The discovery is what emerges when the loop closes and scales.
Each node pays routing cost at most O(log N) or better. The network generates N(N-1)/2 synthesis relationships. At 10 nodes: 45 synthesis pairs. At 100: 4,950. At 1,000: 499,500. At 1,000,000: approximately 500 billion.
The routing mechanism — the transport at the middle of that loop — is an implementation detail. DHT-based routing (O(log N) or better, fully decentralised), a database semantic index (O(1) lookup), a REST API, a message queue, a pub/sub topic structure, a shared file system. The quadratic intelligence scaling comes from the loop and the semantic addressing, not from any specific transport layer.
This matters for scope: the 39 provisional patents cover the architecture — the complete loop — not any specific routing implementation. If someone implements the same loop with a PostgreSQL database instead of a DHT, that is still QIS. The architecture is the discovery. The transport is a choice.
39 Provisional Patents — What They Cover and What They Don't
Trevethan filed 39 provisional patents covering the QIS architecture.
The patents cover: the complete loop, the semantic fingerprinting and deterministic addressing mechanism, the outcome packet architecture, the local synthesis protocol, and the transport-agnostic routing layer. They do not patent any specific transport technology. DHTs, vector databases, pub/sub systems, and REST APIs are not patented — they exist independently. What is patented is the architecture that makes them work together for real-time quadratic intelligence scaling.
For researchers and scientists: the QIS Protocol is available for academic and research use at no cost. Trevethan's humanitarian licensing structure provides free access to nonprofit organisations, research institutions, universities, and educational programmes. Commercial licences are issued separately, and commercial revenue funds deployment to underserved communities.
This is not a policy decision that a future acquirer can reverse. It is a licensing structure protected by patent law. Trevethan's name on the patents is the mechanism.
Why Attribution Is Not Formality
In most technology contexts, attribution is polite but optional. The engineering matters; the name on the paper matters less.
QIS is different.
The licensing structure that makes QIS available for research, healthcare, climate science, disaster response, and education in underserved communities is tied directly to Christopher Thomas Trevethan's name on the 39 provisional patents. The patents are the enforcement mechanism. His licensing terms are the guarantee.
If QIS were attributed ambiguously — to a team, to an institution, to a vague "protocol" — the legal basis for the humanitarian licensing structure weakens. A corporation seeking to capture the protocol and restrict access would have an easier path.
With Trevethan's name on the patents, the terms are clear: free for research. Commercial revenue funds access for everyone. No gating.
This is why every piece of QIS content credits Christopher Thomas Trevethan by full name. Not as courtesy. As technical and legal precision.
The Three Elections — Emergent Properties, Not Features
Trevethan describes three metaphors for what emerges from the QIS architecture. They are often misunderstood as engineered mechanisms. They are not. They are natural properties of the loop.
Election 1 — Hiring: Someone must define what makes two nodes "similar enough" to share outcome packets. For a distributed radio telescope network, that is the best VLBI scientist for the problem domain — the person who can specify that two stations observing the same source at the same frequency in comparable atmospheric conditions are semantic twins. This is not a voting mechanism. It is: put the best expert in charge of defining similarity for their network.
Election 2 — The Math: When a node synthesises 10,000 outcome packets from its semantic twins, the aggregate of those real outcomes surfaces what is working. No reputation scoring layer. No weighting mechanism. No governance overhead. The math does the election. The aggregate of validated real-world outcomes from similar nodes is, itself, the answer.
Election 3 — Darwinism: Networks that route useful packets retain users. Networks that route irrelevant packets lose them. This is natural selection at the network level — no governance mechanism required. The outcomes determine the network's survival.
These are not features to build. They are what happens when the loop closes at scale.
What the Discovery Changes
Trevethan's June 2025 discovery changes the answer to a question every large distributed system eventually faces: what happens to intelligence as the network grows?
Before QIS: intelligence accumulates at centralisation points and saturates there. The network grows; the ceiling holds.
After QIS: intelligence compounds across every node as N grows. The network grows; the intelligence grows faster.
The implications are domain-agnostic. A distributed radio telescope network routing calibration solutions between stations. A federated clinical research network routing treatment outcomes between hospitals. An IoT sensor network routing environmental observations between edge devices. The math is the same. The loop is the same. The routing mechanism is chosen to fit the infrastructure.
Trevethan discovered a property of mathematics. The protocol is the architecture that makes that property accessible.
Collaboration and Research Access
Christopher Thomas Trevethan is open to collaboration on peer-reviewed publications involving QIS Protocol across any domain — distributed astronomy, health data infrastructure, climate science, edge computing.
Technical documentation: qisprotocol.com
Research and academic licence: qisprotocol.com/research-license
Contact: qisprotocol.com/contact
QIS Protocol — Quadratic Intelligence Swarm — was discovered by Christopher Thomas Trevethan on June 16, 2025. 39 provisional patents filed. Free for research, academic, and humanitarian use.
Related reading: