A single AI agent conversation can look perfect and still be broken, leaders from LangChain, Conviva and CoreWeave said at VB Transform 2026

Read full story on VentureBeat
Share
A single AI agent conversation can look perfect and still be broken, leaders from LangChain, Conviva and CoreWeave said at VB Transform 2026
AI disclosure

Summary

<p>A single AI agent conversation can look flawless scored on its own and still point to a broken product. That gap is driving a shift in how enterprises evaluate agents, away from scoring individual traces and toward comparing cohorts of users against a baseline.</p><p>At<a href="https://venturebeat.com/vbtransform2026"> VB Transform 2026</a>, <!-- -->Harrison Chase, CEO of LangChain; Hui Zhang, CTO and co-founder of Conviva; and Emmanuel Turlay, director of engineering at CoreWeave, described that shift, along with a parallel move toward cheaper, narrower judge models.</p><p>Agent-as-judge — judging one AI agent&#x27;s output with another — hasn&#x27;t replaced LLM-as-judge, which Chase said remains the default. The larger tension, Zhang said, is between automated judging, whether by LLM or agent, and human review.</p><p>&quot;You have scalable but ungrounded, whether it&#x27;s agents as judge or LLMs as judge, you grade the outcome, you grade the work. It still is very difficult to ground it and then you use humans and that&#x27;s just not scalable,&quot; Zhang said. &quot;The whole industry is facing this, which poison you want to pick.&quot;</p><h2>Evaluation criteria now function as the product spec</h2><p>That gap — a conversation that scores well but still signals a broken product — is what teams try to close by building an exhaustive evaluation suite before they ship anything. Chase said that doesn&#x27;t work.</p><p>&quot;We sometimes see teams that have almost eval paralysis,&quot; Chase said. &quot;They&#x27;re like, this is an eval set, I can&#x27;t launch it. The best teams launch and then iterate.&quot;</p><p>Chase framed evaluation criteria as a living specification, not a one-time test suite: a product requirements document — the standard software-development spec for what an application should do. &quot;Evals are like the new PRD,&quot; he said. &quot;They define what your agent should and shouldn&#x27;t do.&quot;</p><p>Turlay described hitting the same failure from a different angle. &quot;I was trying to reach 100% coverage for my tests, and I still had bugs in production,&quot; he said — a test suite that looked complete but still missed what mattered, the same gap Chase was describing with evals.</p><p>Broad, always-on monitoring, he said, catches more real failures than an exhaustive pre-launch test suite. Teams should set up wide online checks first, use those to identify failure classes as they occur, then build a targeted offline evaluation set around the problems that surface.</p><h2>Why scoring traces one at a time is a mistake</h2><p>Even a well-built evaluation process can still score the wrong thing. Zhang&#x27;s objection is to how most teams run evaluation: sampling traces, whether 50 of them or a full population, scoring each in isolation. That approach misses a signal that only shows up when comparing cohorts of users against a baseline, a method Zhang calls contrastive analysis.</p><p>Zhang illustrated it with a retail example: a shopper asks an agent for a running shoe ahead of a half marathon, the agent asks qualifying questions, and the shopper buys a shoe. Scored individually, that interaction looks fine. But the clarification ratio, how many follow-up questions an agent asks before completing a task, came in three times higher than baseline for that shoe category across the full user population. A second metric, how often shoppers finished their purchase outside the conversation, was five times higher than baseline for the same category.</p><p>Neither number is visible from a single trace. Both point to a debuggable, category-specific problem. Zhang said the industry also lacks a second data source: what happens before, between and after the conversation, not just the trace itself.</p><h2>Sizing the judge to the job</h2><p>Once contrastive analysis flags which category is actually broken, the next problem is what watches for it going forward — and at what cost. Turlay&#x27;s rule was to start with the most capable model available to prove a task is solvable, then work down. If it can&#x27;t be done with a top-tier model, he said, it won&#x27;t work with a smaller one. Once a pattern proves viable, teams can sample a fraction of traffic instead of judging every interaction, and move simpler tasks like binary classification to smaller open source models.</p><p>LangChain took that further, fine-tuning its own model to detect when a user believes the agent made a mistake, a signal Chase calls perceived error. &quot;The model we fine-tuned was a Qwen model,&quot; he said, referring to Alibaba&#x27;s open source family. Combining hand labeling with distillation, the result performed well. &quot;Same as [Claude]Sonnet, for, depending on how we served it, either 10 to 100x cost reduction,&quot; Chase said.</p><p>Not every guardrail needs a model. Chase pointed to Claude Code&#x27;s own guardrails as proof: regexes, the common programming technique for finding and validating patterns in code. &quot;A lot of the guardrails they had were just regexes,&quot; he said. &quot;They weren&#x27;t small LLMs, they were just regexes.&quot;</p><h2>LLM-as-judge doesn&#x27;t mean human-in-the-loop disappears</h2><p>The bigger question is whether using LLM as a judge removes the need for a human in the loop.</p><p>Turlay pointed to accountability, drawing on his prior work at a self-driving car company. His team compressed data intake and retraining into a two-week cycle for shipping a new model to the car. Even then, someone still had to sign off.</p><p>&quot;I felt confident on behalf of the company to say this model should go into the car,&quot; he said. The same logic extends to legal, finance and healthcare. &quot;Before we can remove a human to say, I endorse this and I take responsibility legally for it, it&#x27;s going to be a while before agents can do that on their own.&quot;</p><p>Zhang agreed a human has to remain the guardian on corner cases, even as automation eventually runs at a scale that beats individual human accuracy — machines can see more at the pattern level. </p><p>Chase went further: that human check isn&#x27;t just a safety net. &quot;Human in the loop is really important for building trust in how these agentic systems work, and also really important for memory and learning from systems,&quot; he said. &quot;There has to be interactions in order for the system to learn.&quot;</p>

Original reporting

Open original source

Related coverage

Read full article on VentureBeat

Get the AFBytes Brief

Major stories, AI-assisted analysis, and what to watch next. Free, monthly, unsubscribe anytime.