Skip to main content
DeepEval is a metrics library; AgentX is a self-host evaluation platform. If you’ve built evals on DeepEval, almost everything you wrote maps directly - and the platform half (live scoring, review, calibration, dashboards) is what you gain. This page is the honest mapping, based on a side-by-side run of identical test cases through both systems.

Metric mapping

What works differently (on purpose)

  • One scorer, both surfaces. A DeepEval metric is an offline construct; online evaluation lives in its Confident AI cloud. An AgentX judge scorer grades dataset runs and live traffic with one rubric - see the two grading modes.
  • 0-10 with prose, not 0-1 ratios. DeepEval scores are claim/statement ratios (auditable arithmetic, occasional cliffs). AgentX judges holistically and states its counts in the justification (“2 of 3 claims supported”) - auditable prose, no cliffs.
  • Hallucinations fail hard. DeepEval’s ratio math gave a known contradiction 0.50 in our comparison; AgentX’s exact-fact rule floors a wrong core fact to 0-3 regardless of polish.

What we don’t have (and where to go instead)

  • Academic benchmarks (MMLU, HumanEval, GSM8K…): DeepEval ships 17. These benchmark foundation models, not your agents - if you need them, run DeepEval’s benchmark suite; it coexists fine with AgentX in the same codebase.
  • Dataset synthesizer: AgentX builds datasets from production traces and generates grounded cases from pasted source text (plain text or Markdown only); DeepEval’s synthesizer adds document-file parsing and larger-scale generation.
  • Red-teaming: use their deepteam; AgentX’s safety scorers monitor production, they don’t attack it.
  • Multimodal metrics (image, audio, voice): DeepEval only.

Migration in practice