Skip to content

Labs & experiments

Research with the stage label left on.

Prototypes, utilities and architecture explorations that inform product work. Each experiment is described at its current level—not as a finished platform.

Research · prototypes · utilities · learning in public where possible

Active research

Market Replay Workbench

A private research workbench for exercising market-data contracts, freshness checks, evaluation workers, audit commands and paper-trade safeguards. It is not represented as live brokerage execution or evidence of financial returns.

TypeScriptRedisWebSocketsNext.jsPython
  • Fail-closed gates make missing or stale inputs explicit
  • Replayable snapshots help compare decisions across research runs
Early scaffold

Design-to-HTML Compiler

The current work covers architecture and an initial monorepo scaffold: a custom design-plugin snapshot, canonical IR, browser rendering, visual comparison and deterministic repair stages. Complete high-fidelity and responsive output are future milestones.

TypeScriptNode.jsFigma Plugin APIPlaywrightVitest
  • A canonical intermediate representation separates design extraction from code generation
  • Per-node traceability makes visual differences easier to investigate
In development

Safe Generation Sandbox

An in-development sandbox for schema validation, unsafe-output rejection, versioned artifacts, rebuilds and human approval around generated page sections.

LaravelDockerWordPressAnthropic APIJSON Schema
  • Generated markup needs a narrow allowlist and explicit rejection rules
  • Versioned artifacts make rebuild and rollback behaviour easier to reason about
Public utility

Interactive Disk Usage Scanner

A public utility experiment that scans a chosen path, surfaces large entries, supports interactive navigation and handles invalid or inaccessible paths defensively.

Python
  • Filesystem tools need graceful handling for permissions and disappearing paths
  • Interactive navigation can keep a command-line utility approachable
View public source