Braintrust
Eval-first observability for agents: datasets, scorers and experiments in one loop. Unlimited seats on every tier, Pro at $249 a month flat. SaaS only unless you buy Enterprise.
Overview
The positioning is deliberate. Observability is the entry point but evaluation is the product, and everything is organised around one loop: capture production traces, promote the interesting ones into a dataset, write scorers, run experiments, compare. Scorers can be plain code, an LLM judge or a human in a review queue. Runs get diffed side by side, so a prompt change that improves factuality while quietly wrecking p95 latency shows up as two numbers moving in opposite directions instead of a general feeling that things got better.
Two pieces are worth knowing about independently. Autoevals is the MIT-licensed scorer library, usable standalone if you want the graders without the platform behind them. Brainstore is a custom datastore built because Postgres and generic OLAP engines both struggle with full-text search across very large, deeply nested agent traces. Loop, added during 2026, is an in-product agent that reads your traces and proposes candidate prompts, scorers and dataset rows. Useful for getting a first eval suite off the ground. Much less useful as a substitute for knowing what quality actually means in your domain.
Commercially this is SaaS. Starter is free with 1 GB and 10k scores a month at 14-day retention, Pro is a flat $249/month with 5 GB and 50k scores, and only Enterprise offers on-prem or hybrid deployment. The genuinely unusual choice is seats: unlimited users on every plan, free included, which sidesteps the per-seat friction that keeps logins rationed inside large organisations using per-seat competitors. Billing tracks processed data and score count instead, and that is the number to model carefully before committing, because agent traces carrying tool arguments and retrieved documents are large.
Key Features
- ✓ Experiment loop built on datasets, scorers and trials, with side-by-side diffs between runs
- ✓ Autoevals, an MIT-licensed scorer library of code checks and LLM-as-judge graders usable without the platform
- ✓ Loop, an in-product agent that drafts prompts, scorers and dataset rows from a description of what you want to improve
- ✓ Brainstore, a purpose-built datastore for full-text search across large, deeply nested agent traces
- ✓ An AI proxy fronting multiple model providers behind one key, with caching
- ✓ Human review queues and quality gates that can block a merge in CI
Where it holds
- • Unlimited seats on every tier including free, the opposite of the LangSmith model, which ends the argument about who gets a login
- • The dataset-scorer-experiment loop is the cleanest expression of eval workflow in this category; it treats evals as tests rather than as dashboards
- • Framework-agnostic, so nothing pushes you toward a particular orchestration library
- • Notion's published figure of moving from roughly 3 to 30 AI fixes a day across 70 engineers is specific and checkable, not a vague testimonial
Where it breaks
- • Closed source, and self-hosting only appears at Enterprise. Wrong tool if traces must stay inside a mainland China or EU-only boundary on a startup budget
- • Billing on processed data plus score count is hard to forecast. A verbose agent trace carrying large tool payloads eats the 5 GB Pro allowance quickly
- • Pro retention is 30 days, short for anyone wanting quarter-over-quarter quality trends without paying $0.50/GB/month on top
- • The jump from free to $249/month is steep for a small team that only runs evals occasionally
My Take
Most teams arrive after discovering that agent regressions are invisible in a conventional APM tool. What is right here is treating an eval like a test: a dataset, a scorer and a run you can diff against the previous one, which is a far better mental model than reading trace waterfalls and guessing. An $80M Series B in February 2026 led by ICONIQ, with Notion, Stripe, Vercel and Cloudflare on the customer list, suggests the bet is landing. Closed source though, and self-hosting starts at Enterprise, so anyone with a hard data residency constraint should price Langfuse or Phoenix first.
Quick Info
- Pricing:
- freemium
- Openness:
- Proprietary
- Starting at:
- Starter is free: 1 GB processed data, 10k scores, 14-day retention and $10 of model credits a month. Pro is $249/month flat, including 5 GB, 50k scores, 30-day retention and $249 of model credits, with overage at $3/GB and $1.50 per 1k scores; extended retention adds $0.50/GB/month. Enterprise is quoted and is the only tier offering on-prem or hybrid deployment. No per-seat charge on any tier, free included. The autoevals scorer library is separately open source under MIT.
- Added:
- Aug 2026
- Updated:
- Aug 2026
Use Cases
Judge it on your own work
The notes above say where Braintrust holds and where it breaks. The fastest check is your own workload.
Visit website ↗Alternatives to Braintrust
Langfuse
open-sourceOpen-source LLM tracing, prompt management and evals. MIT core with no seat or usage caps when self-hosted, cloud from $29 a month. Acquired by ClickHouse in January 2026.
Arize Phoenix
open-sourceSelf-hosted LLM tracing and evals built on OpenTelemetry. Free and uncapped under Elastic License 2.0, source-available rather than OSI open source. Runs in a notebook or on Kubernetes.
Weights & Biases
freemiumExperiment tracking and model registry for ML training, plus Weave for tracing and evaluating production LLM agents. CoreWeave-owned since May 2025.
Promptfoo
freemiumOpen source CLI for LLM evaluation and red teaming. Generates adversarial cases against your prompt templates and agents, runs them in CI, reports vulnerabilities. MIT licensed.