Seeing what happened
Their tracing, dataset curation and eval UX are mature in a way ours is not. If the question you need answered is what did my agent do and did it get better, that is what they are for, and train.cloud does not replace them.
Nearly everything train.cloud gets compared to operates on context: a better prompt, a bigger retrieval window, a smarter scaffold. All of it is thrown away when the session ends. train.cloud operates on weights — which is a different kind of thing, and the reason the matrix below mostly explains itself.
| Capability | train.cloudthe loop | Capture & eval cloudsLangSmith · Braintrust · Weave | Tuning platformsTogether · Fireworks · managed FT | RL toolkitsprime-rl · verifiers · verl | Agent harnessesClaude Code · Codex · Cursor |
|---|---|---|---|---|---|
| Kind of thing | A loop: capture → mine → train → deploy → switch | A dashboard over runs you already made | A service you hand a finished dataset to | Libraries you assemble and operate yourself | The agent doing the work — not a competitor |
| What your agent's work becomes | Weights. Mined into tasks, trained on, served back. | A trace you can search. It never becomes a model. | Whatever you turned it into first — they train what you hand them. | Weights, if you build and run the pipeline that gets it there. | Context, discarded when the session ends. |
| Who builds the training set | task-mine does — dedup, provenance, verifiers | — | You, before you arrive | You, plus an environment per task | — |
| What you own at the end | The weights. Export them, self-host, air-gap. | Your traces, and the dashboard over them | Varies — some export the adapter, some only serve it | Everything. It is your cluster. | Nothing to own — same base model tomorrow |
| Improves without you starting it | Yes — retrains as you ship | — | No — each run is a job you launch | No — you operate the loop | No — better prompts, same weights |
| Where raw traces live | Your machine. PII redacted at source, before upload. | Their cloud by default; several offer self-hosting | Wherever you put the dataset | Your infrastructure | The vendor's, per their terms |
| Runs offline | The capture half does — Border Collie needs no account | — | — | Yes | — |
The row that sorts the field is the second one: what your agent's work becomes once the task is over. Everything else on this page follows from that answer.
We are in private beta and Border Collie is not public yet. Against shipped tools, that matters — so here is where they win.
Their tracing, dataset curation and eval UX are mature in a way ours is not. If the question you need answered is what did my agent do and did it get better, that is what they are for, and train.cloud does not replace them.
If your training data is already clean and labelled, a managed fine-tune is fewer moving parts than a loop, and it is available today. The loop earns its keep only when building the dataset is the expensive part — which, for agent traces, it usually is.
PrimeIntellect has trained frontier-scale models — INTELLECT-1 at 10B, INTELLECT-2 at 32B — and their Environments Hub is live with hundreds of community environments. Ours are per-tenant and unbuilt. Those are real advantages of a shipped project over a young one, and they stand until our own milestones retire them.
Claude Code, Codex, Cursor and Gemini are not on the other side of this table. Border Collie drives them through one adapter contract, and the model you train is served back to whichever one you already use. Nothing about your setup changes except the base URL.