volumetric-intelligence

September 20, 2026 · View on GitHub

Typed agent mesh for video takes and table→dashboard walks.

Vercel is the ship surface (UI + start / query / signal). Jev is the typed gate (Choice / Score / Noul), never the runtime. Temporal Cloud (optional) is the long-lived worker off-platform. Vercel Workflows (use workflow / use step / defineHook) is the on-platform tape.

Fail closed. Compose only on GREEN.

Surfaces

LayerOwns
index.htmlMesh UI, checkpoint tape, guardrails
/api/walkStart a rehearsal walk (no secrets)
/api/queryRead tape without writing
/api/signalHuman verdict hook
schema/jev-video-walk.jsonClosed questions + thresholds

Do not put on Vercel

  • TYPESAFE_API_KEY in client JS
  • Temporal worker / ffmpeg / raw video
  • A flattened pass|fail that collapses eyeline, caption clip, and flash frame into one object

Local

npx serve .
# or
vercel dev

Wire later

Encrypted env on the project, not in git:

  • TYPESAFE_API_KEY — Jev step
  • TEMPORAL_ADDRESS — only if the worker stays on Temporal Cloud