# W&B alternative

Decide whether InstantML fits your team as a W&B-style tracker: log runs, compare metrics, inspect configs and artifacts, and keep enough context to reproduce a result.

Use this page if your team already understands experiment tracking and wants a tool that stays focused on that daily loop rather than a broad MLOps suite.

## Decide whether InstantML fits

InstantML is a fit when you want:

- Fast run tables and metric charts for many training runs.
- A Python SDK for logging scalar metrics, configs, tags, notes, artifacts, and checkpoints.
- Hosted usage without tracked-hour billing.
- W&B, Neptune, MLflow, and TensorBoard import paths for evaluation and migration.
- Data export and documented schemas so experiment history stays portable.
- A product focused on training observability rather than a broad MLOps suite.

InstantML is especially useful for lean ML teams, research groups, fine-tuning teams, and reinforcement-learning or simulation workflows where researchers compare many runs repeatedly throughout the day.

## Compare against your daily workflow

The best W&B alternative depends on what your team needs to keep. Compare tools against the workflow you run every day:

| Question | Why it matters |
| --- | --- |
| Can the SDK log metrics without slowing the training loop? | Logging should not become the bottleneck in experiments. |
| Can the run table stay fast as projects grow? | Teams often compare many more runs than they expected. |
| Can charts fetch bounded metric series instead of full history? | Default dashboard reads should stay responsive. |
| Are artifacts and checkpoints separate from scalar metric logging? | Large files should not block the metric hot path. |
| Can you import or dual-log while evaluating? | Migration should not require a risky cutover. |
| Is pricing understandable before the team scales? | Small teams need predictable costs. |
| Can you export your data later? | Experiment history should remain portable. |

## See what InstantML optimizes for

InstantML focuses on the parts of experiment tracking that researchers keep open all day:

- Run lists with summary values.
- Metric-best and newest sorting.
- Bounded chart reads for selected runs.
- Side-by-side run comparison.
- Tags, notes, configs, artifacts, checkpoints, and source metadata.
- Import paths for existing experiment history.

The current [hosted benchmark](/docs/benchmarks.md) covers a 50,000-run showcase project with 522,000,000 metric points. In that benchmark, newest-page, metric-best sort, overview, and bounded chart reads stayed sub-second on the hosted ClickHouse path.

## Evaluate without a cutover

You do not need to switch everything at once. A practical evaluation path is:

1. Install the SDK in one representative training script.
2. Log a small number of current runs to InstantML.
3. Import one historical W&B project with a dry-run first.
4. Compare run names, configs, tags, metric charts, notes, and artifact references in the dashboard.
5. Dual-log or import a larger project only after the shape looks right.

For the CLI flow, see the [W&B import guide](/docs/guides/wandb-import-guide.md).

## Know the boundaries

InstantML does not claim full parity with every W&B workflow. It focuses first on training runs, scalar metrics, configs, tags, notes, artifacts, checkpoints, imports, and comparison. Vendor features and pricing change over time, so use this page as an InstantML workflow guide rather than a complete third-party feature audit.

## Next steps

- [Quickstart](/docs/quickstart.md): Install the SDK, log a first run, and open its charts in five minutes.
- [W&B import guide](/docs/guides/wandb-import-guide.md): Dry-run and import one historical W&B project from the CLI.
- [Benchmarks](/docs/benchmarks.md): See the measured 50,000-run hosted benchmark and methodology.
- [Pricing and limits](/docs/guides/pricing-limits-billing.md): Check plan allowances, usage limits, and overage rates before you scale.

## Agent navigation

- [Docs index](/llms.txt)
- [Full docs bundle](/llms-full.txt)

### Get Started

- [Overview](/docs/index.md)
- [Quickstart](/docs/quickstart.md)
- [Core Concepts](/docs/concepts/core-concepts.md)
- [Pricing](/docs/pricing.md)
- [Benchmarks](/docs/benchmarks.md)
- [Examples](/docs/guides/examples.md)
- [Troubleshooting](/docs/troubleshooting.md)

### SDK

- [Installation Auth](/docs/sdk/installation-auth.md)
- [Logging](/docs/sdk/logging.md)
- [Tracing](/docs/sdk/tracing.md)
- [Metrics Steps](/docs/sdk/metrics-steps.md)
- [Config Tags Notes](/docs/sdk/config-tags-notes.md)
- [Artifacts Checkpoints](/docs/sdk/artifacts-checkpoints.md)
- [Rich Objects](/docs/sdk/rich-objects.md)
- [Distributed Training](/docs/sdk/distributed-training.md)
- [Console System Integrations](/docs/sdk/console-system-integrations.md)
- [Reliability](/docs/sdk/reliability.md)
- [Cli Login](/docs/sdk/cli-login.md)
- [Querying Data](/docs/sdk/querying-data.md)
- [Agent Mcp](/docs/sdk/agent-mcp.md)
- [Examples Patterns](/docs/sdk/examples-patterns.md)

### Integrations

- [Overview](/docs/integrations/overview.md)
- [Pytorch Lightning](/docs/integrations/pytorch-lightning.md)
- [Huggingface Transformers](/docs/integrations/huggingface-transformers.md)
- [Keras](/docs/integrations/keras.md)
- [Wandb](/docs/integrations/wandb.md)

### Dashboard

- [Tour](/docs/dashboard/tour.md)
- [Organizations Workspaces](/docs/dashboard/organizations-workspaces.md)
- [Runs Workspace](/docs/dashboard/runs-workspace.md)
- [Metrics Charts](/docs/dashboard/metrics-charts.md)
- [Run Detail](/docs/dashboard/run-detail.md)
- [Traces](/docs/dashboard/traces.md)
- [Compare Runs](/docs/dashboard/compare-runs.md)
- [Research Dashboards](/docs/dashboard/research-dashboards.md)
- [Artifacts Files](/docs/dashboard/artifacts-files.md)
- [Run Health](/docs/dashboard/alerts.md)
- [Datasets](/docs/dashboard/datasets.md)
- [Checkpoints](/docs/dashboard/checkpoints.md)
- [Reports](/docs/dashboard/reports.md)
- [Settings Api Keys](/docs/dashboard/settings-api-keys.md)
- [Api Tab](/docs/dashboard/api-tab.md)
- [Onboarding Team Billing](/docs/dashboard/onboarding-team-billing.md)

### Data

- [Imports](/docs/guides/imports.md)
- [W&B alternative](/docs/guides/wandb-alternative.md) (current page)
- [InstantML vs MLflow](/docs/guides/instantml-vs-mlflow.md)
- [W&B import guide](/docs/guides/wandb-import-guide.md)
- [W&B and Neptune imports](/docs/guides/wandb-neptune-imports.md)
- [Export Usage Limits](/docs/guides/export-usage-limits.md)
- [Pricing Limits Billing](/docs/guides/pricing-limits-billing.md)
- [Auth Billing Storage](/docs/guides/auth-billing-storage.md)
- [Customer Owned Clickhouse](/docs/guides/customer-owned-clickhouse.md)
- [Observability](/docs/guides/observability.md)

### API

**Practical API guides**

- [Authentication](/docs/api/authentication.md)
- [Errors And Limits](/docs/api/errors-and-limits.md)
- [Health Observability](/docs/api/health-observability.md)
- [Projects Runs](/docs/api/projects-runs.md)
- [Metrics Series](/docs/api/metrics-series.md)
- [Attributes Objects](/docs/api/attributes-objects.md)
- [Artifacts](/docs/api/artifacts.md)
- [Reports](/docs/api/reports.md)
- [Iframe Embeds](/docs/api/iframe-embeds.md)
- [Import Export Usage](/docs/api/import-export-usage.md)
- [Dashboard Control State](/docs/api/dashboard-control-state.md)
**Architecture**

- [System Overview](/docs/architecture/system-overview.md)
- [Service Planes](/docs/architecture/service-planes.md)
- [Storage Model](/docs/architecture/storage-model.md)
- [Google Clickhouse](/docs/architecture/google-clickhouse.md)
- [Auth Tenancy](/docs/architecture/auth-tenancy.md)
- [Schema Reference](/docs/architecture/schema-reference.md)

### API Reference

- [API Reference](/docs/api-reference.md)
