Assets stay local
Datasets, model weights, locally pinned base models, checkpoints, and private configurations do not cross the coordination boundary.
Neural Forge is built for users who want direct control over their data, models, checkpoints, and execution environment. The public page explains the boundary; the training environment remains under the user's control.
The Hub coordinates approved jobs without taking custody of the training environment. It receives bounded metadata, opaque identifiers, resource classes, and lineage—not model or dataset bytes.
Training runs natively through C++/CUDA on the user's own machine. The private inputs and detailed runtime state remain there.
Datasets, model weights, locally pinned base models, checkpoints, and private configurations do not cross the coordination boundary.
Private kernels, CUDA calls, filesystem paths, device details, optimizer state, and local execution settings remain with the training machine.
Raw process output and detailed telemetry remain local. Public surfaces expose only bounded, sanitized status when the approved entitlement and runtime contract allow it.
The Hidden Canopy Hub coordinates approved jobs through organization-scoped identity, opaque IDs, resource classes, and lineage. Local deployment bindings resolve those IDs into the actual models, datasets, binaries, checkpoints, and hardware available on the training machine.
The workflow is designed to reject requests that would require guessing, authority expansion, or hidden access to private state.
Callers do not select local paths, private kernels, GPU ordinals, optimizers, or private training settings.
Invalid, ambiguous, stale, incomplete, or unauthorized requests fail rather than being silently corrected or expanded.
From-scratch training, locally pinned base models, and checkpoint resume all use the same bounded execution boundary.
A private, native, user-controlled training workflow with a narrow and auditable coordination boundary. Your machine. Your data. Your models. The Hub coordinates without taking custody.