DEOS Computing

Whitepapers

Technical papers on the DEOS architecture and the systems built on top of it, authored by Jean N Pijeau.

Tesserav1.3 · April 2026

DEOS Tessera: Verifiable Shared Sequencer for Ethereum L2s

A shared sequencer for Ethereum L2s built on the DEOS kernel. Every state transition is logged to a per-CPU event ring and made provable through a three-tier ZK proof pipeline that lands on-chain as a Groth16 verification. Ordering is decided by a hybrid VDF before transaction contents are decryptable, which removes content-based MEV.

Verifiable Inferencev1.0 · June 2026

Verifiable AI Inference on DEOS

A working primitive for LLM inference where the kernel emits a cryptographic certificate identifying the prompt, weights, tokenizer, architecture, and output bytes of every run. Any third party with the public weights can re-execute and confirm the certificate is honest, without trusting the operator who produced it.

DAVv1.0 · January 2026

DAV: DEOS Agent Verification

A runtime for AI agents that logs every decision, API call, and data access into a tamper-evident execution trace. The trace can be replayed and verified by an outside party, which matters in settings where the operator's own log files would not be accepted as evidence.

DCOv1.0 · January 2026

DCO: DEOS Computing Oracle

A verifiable computation layer for blockchain applications. Where typical oracle networks run the same job on many nodes for redundancy, DCO runs it once and produces a proof of correctness via deterministic replay, with an optimistic fraud-proof fallback. The paper reports roughly an order of magnitude lower cost at equivalent security.

Determinism Modelv1.0 · December 2025

DEOS Determinism Model

The formal model behind the determinism claims. Separates two distinct guarantees, replay determinism on the same host and cross-host reproducibility, gives the conditions each requires, and lists the failure modes that fall outside scope.

FP Determinismv1.0 · December 2025

DEOS Floating-Point Determinism Specification

How DEOS gets bit-identical floating-point results across CPUs, compilers, and machines. Covers IEEE 754 mode pinning, SIMD reduction order, FMA contraction policy, and the compiler flags that make AI inference outputs reproducible across hosts.

DMS-1v0.1.0 · March 2026

DEOS Model Standard (DMS-1) Specification

The DEOS-native AI model format and runtime contract. How models are packaged, addressed, and run on the deterministic kernel so every inference is replayable from a content hash, with prompt, weights, tokenizer, architecture, and output bound together.

ReceiptsDraft v1 · May 2026

Receipt-Rooted Reputation

A reputation model rooted in DEOS substrate receipts rather than self-reported scores. Each claim about an actor's behavior points back to a signed execution receipt that records what actually happened, so reputation can be checked against evidence instead of negotiated.

Author

Jean N Pijeau

Founder, DEOS Computing

Connect on LinkedIn