Notes from the build

Design principles, architecture, opinions.

What we're building, why it's shaped this way, and what we've learned along the way. Sovereign AI infrastructure from first principles.

Fewer bytes, fewer round trips

Two cheap wins that never touch the model: move fewer bytes, and don't ask the same question twice. Vera's transport compression (74% smaller responses) and per-tenant response cache (22× faster repeats) — the real numbers, the TTL model, and why tightening a PII rule invalidates the cache for free.

The Silent Agent: how we found, measured, and re-architected our assistant's last mile

A user asked for a document and got a blank canvas; a 7am agent worked and told no one. The trace to the agent loop's last mile, the terminal contract we designed, the 100-prompt adversarial review that scored it at 31% — and the v2 that closed six structural clusters with fewer concepts: a manifest, a write-ahead journal, one reconciler, durable approvals, and a ledger for the irreversible.

Can a small local model replace the cloud for intent routing?

A rigorous, honest investigation: thirteen models through a real replay harness, two embedders, four prompt levers, and a frontier adjudication panel. What actually moves a local-first router — and the four dead ends and one dangerous bug we found on the way.

Fifty thousand photos.

A real 42k-photo library froze our photo grid. The investigation, the four fixes (thumbnails, a virtualizer, one SQL index, loading it all into memory), the self-inflicted 1,000-row bug — and what profiling the real library said.

We tried to break our own app host.

We built a way to run other people's apps inside Veya, then wrote hostile ones and attacked the real build. Two holes, the fix — and the defense layer we were wrong about.

The sovereign AI fabric.

Veya the application fabric. Vera the intelligence hub. Open-weight models written for the work. Three layers, one stack, and the argument for why the public cloud can't ship any of them.

Hello.

Why this blog exists, what to expect, and a note on shipping three platforms in a day.