Lab notes

Published either way.

Short notes from the lab on what we tested, what happened, and where the boundary still is.

Editorial rule

A note is a boundary, not a victory lap.

WhatMethods, artifacts, and observations from ongoing work.
WhyA specific record makes later claims easier to examine.

Three notes from the work behind the claims.

Note 07 · STOA · 2026

Receipts, not logs: neutrality as a property

An audit trail only counts if the party you would be auditing does not control the auditor. Vendor logs, however detailed, ask you to trust the vendor twice: once to act, once to report. STOA takes a structural approach. Every action is canonicalized, hashed with SHA-256, signed with ECDSA P-256 using a key generated on the user device, and chained to the previous receipt.

The verifier is open source and runs offline. It never calls us. That makes the claim falsifiable by anyone: change one byte of a receipt and verification fails on your machine, with our servers unplugged.

The subtle part is not the cryptography. It is the neutrality invariant: the thing that checks the system must not be part of the system. Receipts ship in JUWEL today, and the live demo on the JUWEL landing signs and verifies in the browser.

Status: shipping. Verifier: npx @vextlabs/stoa-verifier.

Note 06 · CIP · 2026

Forgetting curves on toy curricula

The question we are testing is simple: can a learner add capability without erasing what it had? Our continual-learning program freezes what exists and grows new capacity for new skills rather than retraining in place. On arithmetic-scale curricula, the approach holds. New skills land and old skills stay.

That is a toy-scale result, and we say so. The real-world curriculum test is still ahead of us. This note will be updated with the outcome whichever way it goes.

Status: toy-scale validated. Real-world test ahead. Full write-up in preparation.

Note 05 · Systems · 2026

Substrate-agnostic by design

We do not claim a magic model. We claim a reliable record. JUWEL routes each job to the substrate that fits it, and the receipt records exactly what ran. That turns the question of which AI powered a job from a marketing claim into a field on a signed document.

The full argument lives in the browser-OS architecture blueprint.

Status: shipped pattern.