Passcode Gate

private workbench

Light gate only. This just keeps accidental visitors out of the way while the Rust backend and job rails are still under active construction.

branchless internal orchestration workbench

Hot path work

Flatten branch-heavy logic into table-driven form.

Feed a hot path, trace, or branchy module into the runner and keep the rewrite job, artifacts, and follow-up notes attached to one record.

Run Control

Queue input and run a job

Files
Stage inputs for this job.

Drop source files, traces, perf notes, or scratch docs. Mixed inputs are bundled into one job payload.

No files staged. You can still paste code or notes below.

If you stage files and paste notes, the UI bundles them into one payload before upload.

Active Thesis

Flatten to LUT

Use this page when you want the backend to inspect control flow, preserve the original constraints, and push toward a lookup-table or dispatch-table shape.

  • keep branch-heavy logic, traces, and rewrite notes attached to one job
  • leave room for multi-model passes before picking a final LUT shape
  • preserve clean seams for upload, queueing, workers, and artifact output
Expected output
LUT rewrite notes plus any generated artifacts returned by the job.
Input rail
presign -> upload -> enqueue -> poll
Input shape
single file, multi-file bundle, and optional inline notes
Backend direction
Rust gateway, job workers, artifact processors, later terminal adapters

Job State

Job state and artifacts

Stage files, paste notes if needed, then run a job through the gateway.
API origin
http://127.0.0.1:8787
Job id
None yet
State
idle
Trace
waiting
Input
no input staged

Artifacts

  • No artifacts yet.