> For the complete documentation index, see [llms.txt](https://docs.layerlens.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.layerlens.ai/6.-build-wire-your-code/from-braintrust.md).

# From Braintrust

Migrate from Braintrust to Stratix.

## What maps

| Braintrust | Stratix                              |
| ---------- | ------------------------------------ |
| Dataset    | Private benchmark                    |
| Experiment | Evaluation run                       |
| Scorers    | Stratix scorers + judges             |
| Project    | Org-scoped collection of evaluations |

## Steps

1. Export Braintrust datasets (CSV / JSONL).
2. Upload as private benchmarks.
3. Re-author scorers — Braintrust scorers map to Stratix scorers (deterministic) or judges (LLM).
4. Re-run; verify against last Braintrust experiment.

## See also

* [Cookbook: port a Braintrust eval](https://github.com/LayerLens/gitbook-full/blob/main/06-build/migration/recipes/migration-braintrust.md)
