blog

Field notes on production AI evaluation.

Claim-level grounding, retrieval relevance, deterministic scoring — what we learn building the evaluation methodology behind variA/Bly.

  • LLM-as-judgeMulti-agent systemsAgent evaluationDeterministic evaluationAI agents

    Why LLM-as-Judge Breaks for Multi-Agent Evaluation

    The obvious way to evaluate a multi-agent trace is an LLM judge — and it's the one tool that reintroduces the failure you're trying to catch. Why determinism isn't correctness, why a judge on a chain drifts the same way the chain does, when a judge is still fine, and what to use instead (typed handoffs + deterministic semantic checks).

    Read the post
  • Multi-agent systemsAI agentsAgent evaluationEvaluation frameworkDeterministic evaluationAgent tracesLLM-as-judge

    Why Multi-Agent AI Needs Three Levels of Evaluation

    A multi-agent system doesn't have one correctness problem — it has three: was each agent faithful, did meaning survive the handoff, did the workflow solve the user's task? A production-style diabetes assistant passed its 88% final-answer faithfulness check and still gave the wrong advice. Why a single score can't debug an agent pipeline, how to check all three levels deterministically between the agents, and why an LLM-judge makes reproducible gating and root-cause localization harder.

    Read the post
  • Hallucination evaluationNLIDeterministic evaluationRAGAI agentsFluency Trap

    Demystifying Hallucination Evaluation for RAG and AI Agents

    A practitioner's guide to detecting fluent-but-wrong outputs — and why scores you can't reproduce aren't really scores. Anatomy of a hallucination grader, the Fluency Trap, the six categories of hallucination, determinism, per-claim verdicts, domain routing, public benchmark numbers, and an honest 0-to-1 roadmap.

    Read the post
  • CostLLM-as-judgeRAGASDeepEvalLow-cost AI evaluation

    The Hidden Bill Shock in LLM-as-Judge Evaluation

    Your LLM bill shocked you last year. The evaluation bill is next. Why RAGAS and DeepEval — both LLM-as-judge under the hood — can quietly double your AI cost, with worked math at 10K calls/month.

    Read the post
  • Deterministic evaluationReproducibilityLLM-as-judgeCompliance

    Run It Twice. Did You Get the Same Score?

    Why deterministic LLM evaluation is the foundation regression detection, statistical A/B testing, and compliance audits all build on — and the reproducibility test most eval vendors don't want you to run.

    Read the post