Projects

11 projects

Things I've built or experimented with: what I tried, what I found, what surprised me.

Aug 22, 2026 Second Draft 7 min read

Anchor stopped my agent from skipping declared steps. Ratchet came from the next question: after an interrupted or overlapping run, could I prove what happened and restart without making it worse?

Aug 22, 2026 Build Note 9 min read

A technical look at the small execution runtime I built for overlapping and interrupted agent workflows: ownership, effect recovery, verified completion and the limits of a local alpha.

From Reconstruction to Visual Twin Part 1 of 3
Aug 21, 2026 Untangle 8 min read

A Gaussian splat can reproduce a place convincingly while knowing almost nothing about its identity, scale or behavior. This article separates reconstruction, visual readiness, operational readiness and simulation readiness—and defines the boundary SplatStage is designed to cross.

From Reconstruction to Visual Twin Part 2 of 3
Aug 21, 2026 Build Note 17 min read

SplatStage turns a Gaussian reconstruction into a versioned editing workflow, exports the selected PLY as an OpenUSD Gaussian ParticleField, and composes it with replaceable engineered assets. The hardest bug was at the seam between editing and export.

From Reconstruction to Visual Twin Part 3 of 3
Aug 21, 2026 Build Note 15 min read

One Garden scene made the promises and gaps in SplatStage measurable: 2.07 million Gaussians removed, an edited OpenUSD particle field, three composed assets, a dependency-complete stage—and no measured scale, colliders or external runtime proof.

Digital Twin Fidelity Series Part 2 of 3
Aug 15, 2026 Build Note 10 min read

ReconStudio turns camera media into Gaussian splats and OpenUSD through a browser and job API. I built it to expose reconstruction stages, retain experiment evidence and test where on-demand GPU execution fits. Part 2 of a three-part series.

Digital Twin Fidelity Series Part 3 of 3
Aug 15, 2026 Build Note 13 min read

I built ReconStudio, then used 24 job records across six scenes to test its evidence. Metric bugs, repeated runs and paired-frame comparisons changed what I could claim about training, capture and GPU capacity. Part 3 of a three-part series.

Jul 21, 2026 Build Note 10 min read

A repeatable agent workflow kept skipping different steps on different runs. The fix wasn't a stronger prompt; it was moving the plan into a DAG and letting deterministic code control sequence and verification.

Jul 11, 2026 Build Note 13 min read

A month ago I drew a five-stage loop for a robot training center and admitted most of it was an educated guess I hadn't tested. So I built the loop as a real, orchestrated pipeline on one GPU and carried two tasks around it — a pole that balances by trial and error, and a Franka arm that learns to stack cubes by copying demonstrations. This is the environment, the stack, the architecture, and what actually ran. Part 1 of two.

Jul 11, 2026 Untangle 9 min read

Running the training loop for real surfaced one concept the diagram doesn't capture: the same five stages take two different shapes depending on how the robot learns — by trial and error (reinforcement learning) or by copying demonstrations (imitation). This part is the mechanism behind that fork, grounded in the two tasks I ran, plus the open questions the build left unproven. Part 2 of two.

Jul 2, 2026 Build Note 7 min read

A browser-based USD viewer, RTX-rendered server-side and streamed over WebRTC, built to see if the library-first pitch holds up under real interactivity.