Find bad data before the trainer does.
Surface broken schemas, duplicates, leakage, and missing provenance before compute begins.
In development · Local-first AI model studio
Prepare the data, establish a baseline, fine-tune an open model, and prove the candidate is better—all inside one portable project.
Core journey · 6 of 7 / Experiment decision
The run completed. The package did not. Review the regression examples before promoting this candidate.
Open failed examples →Open-model tools can already launch a run. The difficult part is preserving the task, dataset, baseline, method, hardware, holdout, and outcome well enough to make a defensible decision.
Surface broken schemas, duplicates, leakage, and missing provenance before compute begins.
Pin the model, configuration, environment, and checkpoints so a useful run can be recovered.
Compare task quality and holdout behavior; do not confuse lower training loss with a better model.
Studio is designed around one ordered experiment record, not a collection of disconnected utilities.
Read the product documentationName the task, the behavior you need, and the constraints that decide whether the project is useful.
Inspect canonical JSONL, isolate quality issues, preserve provenance, and freeze honest evaluation splits.
Measure the unchanged base model before spending time on a customization run.
Run a bounded MLX and LoRA experiment on Apple Silicon with the configuration recorded beside it.
Put the candidate against the baseline, holdout, regressions, and target-device constraints.
Keep the adapter, experiment, evaluation, provenance evidence, and known limits together.
Tensor Cortex Studio is meant to make that distinction visible. Baselines, holdouts, regressions, latency, hardware, and limitations stay attached to the candidate that produced them.
“Completed” describes compute. “Improved” requires evidence.
The canonical project lives on your Mac. Source revisions, configuration, evidence, and export intent remain inspectable instead of disappearing behind a hosted dashboard.
project_id: invoice-extraction
schema_version: 1
dataset:
format: jsonl
revision: sha256:41c…
holdout: frozen
base_model:
source: open-model
revision: immutable
experiment:
method: lora
backend: mlx
evidence:
baseline: required
regressions: required
provenance: includedBegin with the machine already on your desk. The same project contract can later reach more compute without changing who owns it.
Apple Silicon · MLX · local project
Free local network compute direction
Managed, budgeted acceleration
Your provider account, one experiment model
Local training does not require a cloud account. Multi-Mac, Tensor Cortex Cloud, and BYOC are planned product directions—not generally available services today.
It decides which copy is authoritative.
Studio is designed so the local project remains canonical. Cloud compute, when explicitly selected, acts as a temporary execution resource rather than the permanent owner of your experiment.
A practical protocol for measuring the base model, protecting the holdout, and deciding whether a local fine-tuning experiment actually improved the task.
Read the evidence noteTensor Cortex Studio is a local-first environment for building task-specific open models on Apple Silicon. It is designed to help technical users prepare data, choose an appropriate customization method, establish a baseline, fine-tune or distill a model, evaluate the result, and export a portable package.
Not yet. The product is under active development and there is no public application build today. The website documents the intended product boundary and will publish download, compatibility, and benchmark information only when supported by tested release evidence.
No. The product is intended to connect method selection, dataset health, baseline evaluation, hardware-aware planning, training, regression checks, and packaging in one reproducible project. A lower training loss alone is not treated as proof that a model improved.
The first product target is Apple Silicon Mac hardware and text decoder language models through an MLX-based workflow. A deliberately small supported model and task matrix will expand only after compatibility is measured.
Local projects are designed to keep their canonical copy on the Mac, and local training does not require a cloud account. If a user later chooses managed cloud compute, the interface will show the region, estimated cost, data movement, and hard budget boundary before a job is submitted.
The planned core Studio application, local training, and Multi-Mac compute are free. The commercial model is based on optional managed cloud compute and paid orchestration for users who connect their own cloud accounts. Final pricing will be published before those services become available.
That is not the initial product. Tensor Cortex Studio focuses on adapting existing open models with methods such as prompt design, retrieval, supervised fine-tuning, preference optimization, and distillation, then measuring whether the adapted model is better for a defined task.
The intended output is more than a checkpoint: a portable model or adapter package accompanied by its dataset and model revisions, experiment configuration, evaluation comparison, hardware and cost measurements, provenance, and known limitations.
In developmentEvidence before promises
Tensor Cortex Studio is under active development. There is no public app download or generally available cloud service yet; published capabilities and benchmarks will be tied to reproducible product evidence.