Cyberdione Labs
Cyberdione Labs
HYPRSTREAM

An open network for self-improving intelligence

Open-weight models that improve themselves from real use — served behind a standard API, owned by you, federated across nodes.

Self-improving
Models get smarter the more you use them — every change staged, evaluated, reversible.
Sovereign
Your weights, your data, your hardware. No lock-in, no central authority.
Federated & open
Share across an open network by identity. Open weights, open protocols, verifiable.

THIS TALK · THE OPEN FEDERATED PLAN 9 AGENTIC OS

Cyberdione Labs · HyprStream© 2026
Cyberdione Labs
Cyberdione Labs
HYPRSTREAM
No Lock-In

No lock-in. Local, cloud, or both.

Run inference, training & Workers anywhere — everything is a file, so everything federates.

ModelsToolsWorkersReposStreamsNetwork
Cyberdione Labs · HyprStream© 2026 · 2 / 17
Cyberdione Labs
Cyberdione Labs
HYPRSTREAM
The Lens

For this room: a Plan 9 agentic OS

The broad story is a platform for agentic infrastructure. The sharper lens — the one for this room — is an operating system for agents: everything is a file, per-process namespaces, capability-scoped by construction.

Built on Wanix
In the browser, HyprStream runs as Wanix tasks and mounts Wanix's filesystem over 9P. We're extending the model — capabilities and files — to a federated network of self-improving agents.
github.com/tractordev/wanix
Cyberdione Labs · HyprStream© 2026 · 3 / 17
Cyberdione Labs
Cyberdione Labs
HYPRSTREAM
The Thesis

Everything is a file

A Plan 9-inspired virtual filesystem — models, streams, MCP tools, repos & sandboxed apps are all composable files in one namespace.

/models
Git-native weights, branch per checkpoint
/streams
Tokens, events & I/O over MoQ
/tools
MCP tools mounted as files
/repos
Verifiable Git state
/apps
Wanix WASM, Kata microVMs
/net
Federated nodes by identity

One abstraction, laptop → federation: the filesystem is the OS and the agentic interface.

Cyberdione Labs · HyprStream© 2026 · 4 / 17
Cyberdione Labs
Cyberdione Labs
HYPRSTREAM
The Network

Addressed by identity, not by host

Every node, model & stream is named by portable cryptographic identity — reached by who owns it, not where it's hosted.

atproto identitydid:web · did:key · at:// handles — discovery without a central registry
↓ resolves to transport ↓
iroh · direct P2P
Dial by Ed25519 node ID (pkarr) · hole-punch NATs — lowest latency, no middleman
MoQ · CDN fabric
Media over QUIC · anycast edge fan-out — tokens, events & I/O at CDN scale

Direct when you can, anycast when you can't — same identity either way.

Cyberdione Labs · HyprStream© 2026 · 5 / 17
Cyberdione Labs
Cyberdione Labs
HYPRSTREAM
wanix · the browser is a node

The browser is a real node

A high-performance bus for real AI payloads — built to move tensors, tokens, video, and world-model frames between the model, your GPU, and your UI.

Wanix kernel
Plan 9 filesystem · optional Linux support — runs in WASM / WASI.
High-performance RPC
Built for big payloads like tensors — DMA-style transfers, not JSON over postMessage.
Browser-native transport
Runs in any modern browser — QUIC over WebTransport.
tokenstensorsvideoshaders

The browser computes and renders — a real participant, not a viewer.

Cyberdione Labs · HyprStream© 2026 · 6 / 17
Cyberdione Labs
Cyberdione Labs
HYPRSTREAM
Tool Command Language

A shell built for tools

Models are already fluent in shell syntax. HyprStream gives them a real one — Tcl (molt), exposed as files — so agents compose tools into programs instead of emitting one rigid JSON call at a time.

Written, not serialized
Agents write commands as plain text — Tcl is built for it. No rigid JSON tool-call envelope to satisfy.
A real shell
Variables, pipes, control flow, a /bin PATH — agents compose tools into programs, not one-shot calls.
Typed underneath
Every command resolves to a Cap’n Proto RPC over the Plan 9 VFS — strongly typed, capability-scoped, a sandboxed guest.

A language the model can write; types the machine can trust.

Cyberdione Labs · HyprStream© 2026 · 7 / 17
Cyberdione Labs
Cyberdione Labs
HYPRSTREAM
The Improvement Loop

Agentic recursive self-improvement

Inputs → inference → outputs; the outcomes feed back, and the STEP loop turns them into a candidate model — driven by tool calls.

S
Stage
Adapt to the task via agentic (MCP) tools
T
Train
Learn from live traffic or a teacher — speculatively, reversibly
E
Evaluate
Score the change; only real improvements survive
P
Promote
Propose the winner for review; merge on consensus

Stage and train speculatively · evaluate · then propose the winner.

Cyberdione Labs · HyprStream© 2026 · 8 / 17
Cyberdione Labs
Cyberdione Labs
HYPRSTREAM
Alignment & Consensus

Alignment is a merge request

A candidate isn't auto-promoted — it's proposed as a branch, evaluated, and reviewed by humans and agents. It merges only on consensus.

model:main
candidate checkpoint
review + evals
✕ reject
✓ merge → main′

Consensus before promotion — every merge is reviewed, signed, and reversible.

Cyberdione Labs · HyprStream© 2026 · 9 / 17
Cyberdione Labs
Cyberdione Labs
HYPRSTREAM
Workers & Triggers · experimental

Containers that react

Tool callinput · a Plan 9 file
Worker · Kata microVM
Security
Hardware-isolated microVM — untrusted code contained, capability-scoped.
Portability
Run anywhere; live-migrate across the federation (planned).
Sandboxed
Tools, agents & evals run isolated — no ambient authority.
Tool responseoutput · a 9p file
Cyberdione Labs · HyprStream© 2026 · 10 / 17
Cyberdione Labs
Cyberdione Labs
HYPRSTREAM
Architecture

Identity, separate from infrastructure

Yours
Moves with you
Identityatproto · your keys
you hold it — portable
Workloadsagents · containers · weights
migrate with their identity
Infrastructure
Any node · interchangeable
PolicyCasbin
enforced where you run
TransportMoQ · QUIC · iroh
replaceable plumbing

You keep your identity; workloads migrate across federated nodes — never tied to a provider.

Cyberdione Labs · HyprStream© 2026 · 11 / 17
Cyberdione Labs
Cyberdione Labs
HYPRSTREAM
Post-Quantum Crypto

Trust the keys, not the transport

Signatures
Composite ML-DSA-65 + Ed25519
FIPS 204 · JOSE pq-composite-sigs. Classical verifies today; PQ blocks future forgery.
Key exchange
Hybrid X25519 + ML-KEM-768
FIPS 203 + AES-256-GCM-SIV. Beats harvest-now-decrypt-later.
PQUIP-aligned · WNSweak non-separability — verifiers require every alg in a key's JWKS, so a stolen classical key can't strip the PQ signature.
Untrusted transportiroh's dial is classical Ed25519 — a CRQC could MITM it. So we don't trust the wire: PQ signing & hybrid encryption run inside, and a MITM can't forge or read what it carries. Keys rotate (envelope weekly · root 90d).
Cyberdione Labs · HyprStream© 2026 · 12 / 17
Cyberdione Labs
Cyberdione Labs
HYPRSTREAM
Observable by Design

Every STEP is observable

OpenTelemetry
including tool calls
TracesMetricsLogs

Traces, metrics & logs across STAGE · TRAIN · EVALUATE · PROMOTE — observe every stage of improvement.

Cyberdione Labs · HyprStream© 2026 · 13 / 17
Cyberdione Labs
Cyberdione Labs
HYPRSTREAM
Runs on Your Hardware

One binary. Your hardware.

NVIDIA · CUDA
Tensor cores, optimized runtimes
AMD · ROCm
gfx1151 / Strix Halo, MI series
CPU
x86_64 & ARM64, full support

Universal AppImage or Nix flake, auto-detecting your accelerator · built on stable libtorch.
Tenstorrent — coming soon.

Cyberdione Labs · HyprStream© 2026 · 14 / 17
Cyberdione Labs
Cyberdione Labs
HYPRSTREAM
Connected to the World

Bridged to the physical world

Autonomous drones
Digital twin · hardware- & software-in-the-loop · safe autonomous flight
Home Assistant
Private, local automation · devices, sensors & IoT
BCI / neurotech
Low-latency inference at the edge
Data & federated nodes
Endpoints provide inputs, consume outputs

Real-world inputs in, real-world actions out — the same file interface, at the edge.

Cyberdione Labs · HyprStream© 2026 · 15 / 17
Live Demo · HyprStream

Your models train themselves. You version them with Git. You serve them with APIs you already know.

one open Rust binary · OpenAI-compatible API · MCP · Arrow Flight SQL

Cyberdione Labs · HyprStream© 2026 · 16 / 17
Cyberdione Labs

An open substrate — come build on it

Open weights, open protocols, verifiable by design. Run a node, extend the model, federate.

github.com/hyprstream/hyprstream

built on Wanix · ← all talks

Cyberdione Labs · HyprStream© 2026