W&B Weave logo

W&B Weave Review (2026)

Weights & Biases' LLM tracing and evaluation product, now owned by CoreWeave after a reported $1.7B acquisition. Billed on GB of trace data ingested rather than spans or requests, which is a genuinely different cost model to everything else in the category.

Researched

Rating

4.0

Starting Price

Per-seat plus usage

Free Plan

Yes

SDKs & Frameworks

7

Deployment

3

Best For

Teams already running Weights & Biases for model training and experiment tracking, who want LLM traces and evals in the same platform as their fine-tuning runs and are comfortable with usage-based ingestion billing.

Last Updated:

10 Things You Should Know About W&B Weave

  1. 1 CoreWeave closed its acquisition of Weights & Biases for a reported $1.7 billion
  2. 2 Weave bills data ingestion by GB of logged traces, a separate metric from W&B Models' tracked hours
  3. 3 Weave ingestion, W&B Inference and storage are billed monthly in arrears based on usage
  4. 4 The platform reports more than 60 framework and SDK integrations as of May 2026
  5. 5 Instrumentation is via the @weave.op Python decorator
  6. 6 The trace data model is W&B-native, with OpenTelemetry as a secondary ingest path

Pros & Cons

Pros

  • If you already use W&B for training and experiment tracking, models fine-tuned in Sweeps appear in the same UI as the evals testing them - nothing else in the category offers that lineage
  • The @weave.op decorator is among the lowest-friction instrumentation APIs available
  • Custom scorers are just Python functions, with no DSL or framework to learn
  • Very broad integration coverage, 60+ frameworks and SDKs
  • Comparison dashboards for eval runs are mature and well-designed

Cons

  • Billed on GB of trace data ingested, which is hard to forecast - verbose traces with large prompts and retrieved context cost far more than terse ones for the same request count
  • Per-seat pricing is bundled with the wider W&B subscription, so an LLM-only team subsidises ML experiment-tracking surfaces it may never use
  • The trace data model is W&B-native, with OpenTelemetry as a secondary path rather than the primary one
  • Now owned by CoreWeave following the acquisition - interoperability has been pledged but the long-term independence question is open
  • Evaluation does not sit at the centre of a release workflow, so teams wanting CI/CD quality gates often add a second tool

Features

One-line tracing via the @weave.op decorator, producing searchable versioned traces
Evaluations that run scoring functions over datasets with side-by-side comparison dashboards
Built-in scorers plus custom scorers written as ordinary Python functions
Shared lineage with W&B Models, so fine-tuning runs and the evals testing them live in one UI
60+ framework and SDK integrations as of May 2026
OpenTelemetry ingest as a secondary path alongside the native data model

What Weave is, and the one team it is clearly built for

W&B Weave is the LLM half of Weights & Biases. Tracing captures every LLM call with one line of instrumentation - the @weave.op decorator - producing searchable, versioned, shareable traces. Evaluations run scoring functions over datasets and produce comparison dashboards.

The instrumentation API is genuinely one of the best in the category. You decorate a function, and you are done. Custom scorers are ordinary Python functions, not a DSL or a framework you have to learn, and the built-in ones cover exact match, regex, model-graded and embedding similarity.

But the reason to choose Weave over anything else is narrower and more specific: lineage. If your team fine-tunes models in W&B Sweeps, those models appear in the same interface as the eval runs testing them. No AI-native observability tool can offer this, because none of them do training. Langfuse does not know what a Sweep is. That single fact is the whole argument, and it is a strong one for the teams it applies to.

For everyone else, the argument gets much weaker, and the pricing is why.

Billing: GB ingested, not spans or requests

Weave introduced a value metric that is genuinely different from the rest of the category. Where Datadog charges per span and LangSmith charges per seat plus traces, Weave bills data ingestion measured in GB of logged traces. This is distinct from the “tracked hours” metric W&B Models uses. Weave ingestion, W&B Inference and storage are billed monthly in arrears based on usage.

The practical consequence is easy to miss and expensive to get wrong: your bill scales with trace verbosity, not just traffic.

Two applications making identical numbers of requests can have wildly different Weave bills. A RAG system logging a long system prompt, ten retrieved document chunks and a lengthy completion produces an enormous trace payload. A classification endpoint logging a short prompt and a one-word answer produces a tiny one. Per-span pricing would treat these similarly. GB-based pricing does not.

If you are evaluating Weave, measure your average trace payload size in a trial before you model anything. Request counts will mislead you.

The second pricing issue is bundling. Weave sits inside the wider W&B per-seat subscription, and a fair criticism is that the per-seat maths subsidises ML experiment-tracking surfaces that an LLM-application team may never touch. If you are not training models, you are paying for a platform whose other half you will not open.

We have not published a per-GB rate or a per-seat figure here because we could not verify current numbers against W&B’s own pricing page with confidence. Treat the exact rates as not verified and check wandb.ai/site/pricing directly.

The CoreWeave acquisition

CoreWeave closed its acquisition of Weights & Biases for a reported $1.7 billion, folding the developer platform into its GPU cloud.

CoreWeave has pledged continued interoperability across infrastructure providers and models. We have no evidence contradicting that, and W&B has continued shipping - the platform reports more than 60 framework and SDK integrations as of May 2026, which is not the profile of a neglected product.

The open question is structural rather than observed. A GPU cloud now owns the tool many teams use to decide which models to train and where. That is not an accusation of anything; it is a conflict of interest worth naming in a review, and worth raising directly with their sales team if you are signing a multi-year commitment. Compare this with the Helicone situation, where the acquisition immediately produced maintenance mode - nothing like that has happened here, and Weave should not be tarred with it.

Where it is weaker than a dedicated eval platform

Weave’s evaluation tooling is good at comparison and analysis. It is less naturally suited to release gating.

You can run evals programmatically and act on the results, so a CI/CD quality gate is buildable. But the product’s centre of gravity is the comparison dashboard - understanding how run A differs from run B - rather than blocking a deploy when a score regresses. Critics note that teams needing trace-level scoring, CI/CD quality gates and a direct path from a production issue back to a regression test frequently add a second tool alongside Weave.

The other structural note is the data model. Traces are W&B-native, with OpenTelemetry available as a secondary ingest path rather than the primary representation. If portability matters - being able to leave without re-instrumenting - Langfuse and Arize Phoenix are more standards-centric.

Should you use it?

Use W&B Weave if you already run Weights & Biases for training and experiment tracking. The lineage between fine-tuning runs and the evals testing them is unmatched, the instrumentation is excellent, and you are already paying for the seats.

Don’t use it if you are an LLM-only team with no training workload, your traces are large and your budget is tight, or release-gating evals are your primary requirement.

Bottom line: an excellent product with an unusually narrow ideal customer. For W&B shops it is close to an automatic choice and we rate it accordingly. For everyone else, the bundled per-seat pricing and the hard-to-forecast GB ingestion metric make it an expensive way to buy tracing you could get from Langfuse for free. Measure your trace payload size before you decide.


Corporate status and billing model verified against public sources on 31 July 2026. Exact per-seat and per-GB rates could not be confirmed against primary pricing pages and are flagged as unverified. This is a researched directory entry - we have not yet instrumented this platform with our reference application.

Pricing Plans

Free

$0

  • Personal use, limited seats
  • Includes a monthly trace ingestion allowance
  • Exact GB allowance not clearly published
Most Popular

Pro / Team

Per-seat plus usage

  • Per-seat subscription
  • Weave data ingestion billed by GB in arrears
  • Storage billed separately
  • Bundled with W&B Models experiment tracking

Enterprise

Custom

  • SSO, dedicated support, on-prem options
  • Volume commitments
  • Contact sales

SDKs & Frameworks

Python SDK (@weave.op decorator) TypeScript SDK OpenAI, Anthropic and other provider auto-patching LangChain LlamaIndex DSPy OpenTelemetry (secondary ingest path)

Deployment

Cloud (wandb.ai) Dedicated cloud On-prem / self-managed on Enterprise

Eval Methods

Dataset-driven evaluations Built-in scorers (exact match, regex, model-graded, embedding similarity) Custom scorers as plain Python functions Comparison dashboards across eval runs Human annotation

Billing Unit

GB of trace data ingested

Our Verdict

W&B Weave is the strongest option in the category for one specific team - the one already on Weights & Biases. The lineage story is real and unmatched - a model fine-tuned in Sweeps and the eval run testing it appear in the same interface, which no AI-native competitor can offer because none of them do training. The instrumentation API is excellent, the custom scorers are plain Python, and the integration coverage is among the broadest available. Two things temper it. The billing metric is GB of trace data ingested, which is genuinely harder to forecast than per-span or per-seat pricing because it scales with prompt and context size, not just traffic. And CoreWeave now owns it following a reported $1.7B acquisition, which has come with interoperability pledges but leaves an open question about long-term direction. If you are not already a W&B customer, the bundled per-seat maths works against you and there are cheaper focused tools.

Similar Tools

Frequently Asked Questions

Who owns W&B Weave now?

CoreWeave. It closed its acquisition of Weights & Biases for a reported $1.7 billion, folding the developer platform into its GPU cloud business. CoreWeave has publicly pledged continued interoperability across infrastructure providers and models, which matters because the obvious concern with a GPU cloud owning your experiment tracking is preferential treatment for its own compute. We have no evidence of that happening. But it is a reasonable thing to raise in a vendor review, and worth a direct question to their sales team if you are signing a multi-year commitment.

How does Weave billing actually work?

Weave introduced a value metric distinct from the rest of W&B - data ingestion measured in GB of logged traces. This sits alongside per-seat subscription costs, and W&B Inference and storage are billed separately, monthly in arrears based on usage. The practical consequence is that your bill scales with how verbose your traces are, not just how many there are. An application logging long prompts with large retrieved context blocks will cost substantially more per request than one logging short completions. Estimate your average trace payload size, not just your request count.

Is Weave worth it if I don't already use W&B?

Usually not. The single strongest argument for Weave is lineage - your fine-tuning runs and the evals testing them in one UI - and that argument only applies if you are already doing training in W&B. Standalone, you are paying per-seat into a bundled subscription whose ML experiment-tracking surfaces an LLM-application team will likely never open. Critics of the pricing make exactly this point, and we think it is fair. If you are LLM-only, look at Langfuse for open source or Braintrust for evals.

Does Weave support OpenTelemetry?

Yes, but as a secondary path. The native trace data model is W&B-specific, and OpenTelemetry is supported as an ingest route rather than being the primary representation. That is a meaningful difference from Langfuse or Arize Phoenix, which are more standards-centric. If portability of your trace data is a priority - being able to leave without re-instrumenting - weight this. If you expect to stay, it matters much less.

Can Weave gate my CI/CD pipeline?

Not as naturally as a dedicated eval platform. You can run evaluations programmatically and read the results, so building a quality gate is possible. But the product's centre of gravity is experiment comparison and analysis rather than release blocking, and critics note that teams needing trace-level scoring, CI/CD quality gates and a direct path from a production issue back to a regression test often end up adding a second tool. If release gating is your primary requirement, Braintrust is built around that workflow in a way Weave is not.