I build systems that have to prove they're right — identity, agents, evidence, receipts.

AI ENGINEER × IAM × AUTHOR

SEC.01 — PROOF

The numbers.

6
commands in the learning loop
BrainOS · proof-gated · local
1
custom MCP server
ReVerse — Claude Code drives UEFN
44
gear sectors
Righteous Recon · 80/100 gate · live
5
IAM mechanisms
Northbridge Horizon · live

plus: public-key verify live · ~1s revocation · two-person approval

SEC.02 — KERNEL

BrainOS, running.

This is the loop BrainOS runs: a run starts, a claim or lesson gets made, it's checked against a proof gate, and a record gets written either way — pass or fail. Nothing gets promoted unless the proof passes. The learning loop runs the same way — lessons become skills, and a skill only activates once a proof passes. The runs below are synthetic; the rule they show is real, and it's running on my machine right now.

The loop never trusts itself. That's the point.

Every cycle binds a claim to evidence before anything ships. Pass the proof gate, get a receipt. Miss the threshold, get rejected — and the rejection is logged too.

task enters with a budget
claim is stated explicitly
verify claim ⇄ evidence
gate pass ≥ 80/100 · else hold
receipt stamped either way
IN FLIGHT
ZG_KERNEL — agent loop
> task.received"verify: northbridge revocation ~1s"
> plan.compiled3 steps · budget 12s
> exec.step[1/3]fetch JWKS · keys=1 · ok
> exec.step[2/3]revoke token · ~1s · ok
> exec.step[3/3]replay attempt · denied · ok
> claim"revocation propagates in ~1s"
> verifyclaim ⇄ evidence · MATCH
> proof.gatePASS · scored 96/100
> receiptstamped · sha256:9f2c…
> task.closedloop complete
demo receipts · this visit: 0static transcript

demo loop · synthetic tasks

SEC.03 — CASEFILES

What I've built, and why.

Tap one. It'll explain itself.

CF-09

Sites

Websites I've built — client work and one-file experiments.

4 sites · gallery
CF-10

Evolution

How this site got here — every version that stayed live, with the real dates.

timeline
CF-11

Rubik AI Tutor

A 3D Rubik's Cube that solves itself as you scroll. Real cube math, no faked moves.

live
CF-12

Music

Original tracks, made in Suno.

suno
CF-13

Carbon Heartbeat

A live AI fleet-orchestration dashboard — 16 agents, a force-graph topology, and a streaming signal feed that runs itself.

live · demo
CF-14

zg-stocks

A long-term investing decision cockpit — surface an idea, then gate it through primary-source verification before it earns a watchlist spot.

live · demo
SEC.04 — ARSENAL

Thirty tools, in rotation.

The working stack behind everything above — literally on a belt. Tap a mark: the belt pauses and the logo charges to full glow.

SEC.05 — DOCTRINE

Three rules, checkable.

01

HTML is truth

The semantic layer never leaves the DOM — kill every script on this page and it still reads, ranks, and works.

02

Status is honest

Live, prototype, private, draft. Labels describe reality. Nothing on this site claims a state it hasn't earned.

03

Proof over polish

Every claim binds to evidence — receipts, gates, audit trails. Even the demo above shows a rejection, because real systems get told no.