Comparison · Observability
MCP-Native Agent Eval vs Decorator-Instrumented Agent Observability Platform.
TL;DR
Iris grades what an agent did with its tools — the trace, the answer, the cost — not whether an MCP server honours its own contract; a server test harness answers that question, and Iris runs beside it. For the method, see the agent eval guide.
Feature comparison
Twelve features, the same twelve on every comparison. Every Weave cell links the page it was read from and the date. The highlighted cells are Iris's own call on which side is stronger for a team running MCP agents — 3 to Iris, 3 to Weave — not a measurement.
| Feature | Iris | Weave |
|---|---|---|
| Integration method | One block in the MCP config, no code — the agent discovers Iris and its tools on connect | Python/TypeScript SDK: install weave, call weave.init, add @weave.op to functions; supported LLM clients auto-trackedWeave's page · read 2026-09-21 |
| Self-hosting | One process, one SQLite file; Docker image with a health check | Self-managed: Kubernetes 1.29+, Helm, ClickHouse, S3-compatible storage, existing W&B Platform, Weave-enabled licenseWeave's page · read 2026-09-21 |
| Where it runs | Nothing in the agent's process — Iris is a separate server the agent calls | In-process SDK: after importing and initializing weave inside your code, it records each request as a CallWeave's page · read 2026-09-21 |
| Evaluation | 21 built-in deterministic rules and 9 custom-rule types, in-process; 6 judge templates on a key you supply; every rule's precision and recall published | Evaluation over a Dataset with scorers: function-based, Scorer class, LLM-as-a-judge, predefined and local SLM scorersWeave's page · read 2026-09-21 |
| Cost tracking | Per-trace USD cost and tokens; a cost spike judged against the agent's own history | Automatic token usage and cost per call for supported providers; custom per-token costs; not in the TypeScript SDKWeave's page · read 2026-09-21 |
| MCP support | Protocol-native — Iris is an MCP server with 12 tools; OTLP traces in | Traces MCP servers and clients (patches FastMCP and ClientSession); W&B also ships an MCP server to query Weave tracesWeave's page · read 2026-09-21 |
| License | MIT, the whole package | Weave SDK is Apache-2.0; the hosted platform and the self-managed server require a license from W&BWeave's page · read 2026-09-21 |
| Ownership | Independent and founder-led | Built by Weights & Biases, which announced on 2025-05-05 that it had been acquired by CoreWeaveWeave's page · read 2026-09-21 |
| Dashboard | A local dashboard on its own port: traces, moments, regressions, five views | Web UI with trace tree and calls table; product page adds evaluation comparisons, playground, leaderboards, monitorsWeave's page · read 2026-09-21 |
| Framework support | Any MCP client (1 verified, 9 claimed — see /clients); OTLP/HTTP from anything else | OpenAI, Anthropic, Bedrock, Google, Mistral, LiteLLM; LangChain, LlamaIndex, CrewAI, DSPy, OpenAI and Claude Agent SDKsWeave's page · read 2026-09-21 |
| Prompt management | Not included | Prompt objects (StringPrompt, MessagesPrompt) published with weave.publish and versioned on the project's Prompts pageWeave's page · read 2026-09-21 |
| Enterprise and compliance | Self-hosted. Nothing leaves your machine unless you set IRIS_OTEL_ENDPOINT, which exports traces to the collector you name, or enable the LLM judge with your own key. No compliance certification is claimed before it is held | ISO 27001/27017/27018, SOC 2 Type 2, HIPAA; SSO via OIDC, LDAP or SAML; SaaS, dedicated cloud, customer-managedWeave's page · read 2026-09-21 |
Decision guide
Every Weave statement on this page was read from one of these pages on the date shown. The file behind this page is website/src/lib/compare/weave.json.
Last verified: 2026-09-21. This comparison is based on publicly available documentation and may not reflect recent changes to Weave. We aim to keep this page accurate and fair.
See something outdated or incorrect? Report an inaccuracy — we review and update within 48 hours.
Add Iris to your MCP config. First trace in 60 seconds. No SDK, no signup, no infrastructure.