Actor scheduler
Supervises millions of small work units with Erlang/Elixir-style isolation, retries, backpressure, and failure recovery.
Opportunistic Verifiable Inference Runtime
OVIR is a distributed runtime for neural network execution. It splits inference into reproducible, cacheable work units, dispatches them across many VMs, and avoids recomputation through content-addressed results.
No code generation. No agentic detours. OVIR focuses on execution: graph partitioning, cache reuse, pipeline parallelism, reproducible workers, and verifiable outputs.
The first prototype can stay small: an Elixir control plane, Nx-backed numerical workers, content-addressed storage, and a deterministic execution boundary inspired by REE.
Supervises millions of small work units with Erlang/Elixir-style isolation, retries, backpressure, and failure recovery.
Stores content-addressed inputs, intermediate tensors, KV-cache blocks, logits, and final outputs.
Divides the model execution graph across layer, tensor, batch, token, and pipeline dimensions.
Uses Elixir numerical definitions and tensor backends for concurrent distributed execution.
Wraps model calls or subgraph calls in reproducible containers when bitwise replay matters.
Compares hashes, receipts, output equivalence, timing telemetry, and cache-hit claims.
Core materials for the placeholder page, proposal, and first runtime prototype.