Back to home

Compare

Comparing: 90-Point Agent Fails a Week After Launch: The Evaluation Gap Is the Real Problem & 90 分 Agent 上线一周翻车:评测缺位才是落地的真问题

AEN
GartnerAnthropicAgent·

90-Point Agent Fails a Week After Launch: The Evaluation Gap Is the Real Problem

What this is

A customer service Agent scored 90+ on internal accuracy tests; the boss greenlit launch. Within a week, user tickets exploded and screenshots flooded the group chat. We find Gartner's 2026 report data cuts even deeper: Agent projects lacking a systematic evaluation framework see post-launch failure rates 4.2x higher than mature projects. By 2027, 40% of Agentic AI (AI that autonomously plans steps and calls tools to complete tasks) projects will be canceled outright.

Agent evaluation looks like software testing, but isn't. Traditional testing assumes deterministic inputs yield deterministic outputs; Agents are different—multi-step planning, external tool calls, inherent randomness. The same question can be answered correctly today and incorrectly tomorrow. The Anthropic engineering team's judgment is direct: "Without evals, development starts collapsing the moment it hits production." The core principle in one line: evaluate outputs, not paths.

Industry view

Evaluation tools split into two categories; they shouldn't be conflated. AgentBench and SWE-Bench are benchmarks (standard test sets) that measure general capability; DeepEval, LangSmith, and OpenAI Evals are evaluation frameworks that measure your own business performance. Pick wrong, and even the best tools are wasted.

But the counterargument deserves airtime: benchmarks are too far from real business. Running AgentBench's card-game scenarios for a customer service Agent tells you nothing about production capability, no matter how high the score. Anthropic itself admits manual testing can go a long way—until it can't hold up in production. We see no silver bullet here; what matters is engineering discipline—whether evals are embedded in CI (continuous integration, automated runs on every code change), and whether business cases are continuously maintained.

Another hidden risk we flag: LLM-as-Judge (using one large model to score another) is itself biased; however elegant your metric system, the scores may be hallucination. We believe Agent evaluation isn't buying a tool; it's building a system.

Impact on regular people

For enterprise IT: when choosing an Agent vendor, demo scores are no longer trustworthy. Ask whether they have an end-to-end evaluation pipeline and can run shadow-traffic comparisons in production.

For individual careers: the first to be compressed may not be "people who can use Agents," but traditional QA roles who only write functional assertions. Multi-step reasoning and stochastic scenario evaluation are the new capability gaps.

For consumer markets: over the next year you'll see more customer service and education AI applications rolling back or updating frequently post-launch—not because the product is bad, but because evaluation didn't keep up.

Source: juejin.cn
BZH
GartnerAnthropicAgent·

90 分 Agent 上线一周翻车:评测缺位才是落地的真问题

这是什么

一个客服 Agent 内部测试准确率 90 多分,老板拍板上线,一周后用户工单爆炸、截图满群飞。Gartner 2026 年报告的数据更扎心:缺乏系统化评测体系的 Agent 项目,上线后故障率是成熟项目的 4.2 倍;预计 2027 年,40% 的 Agentic AI(能自主规划步骤、调用工具完成任务的 AI)项目会被直接砍掉。

Agent 评测看似软件测试,本质不是。传统测试假设输入确定输出就确定;Agent 不一样——多步规划、调外部工具、有随机性,同一问题今天对明天可能错。Anthropic 工程团队的判断很直接:「没有 eval(评测)的开发,投入生产就开始崩溃」。核心原则就一句:评产出,不评路径。

行业怎么看

评测工具分两类,不能混用。AgentBench、SWE-Bench 属于 benchmark(标准测试集),跑通用能力;DeepEval、LangSmith、OpenAI Evals 属于评测框架,测自家业务表现。选错了,工具再好也白搭。

但反对意见值得提:benchmark 离真实业务太远。做客服 Agent 去跑 AgentBench 的卡牌游戏场景,分数再高也说明不了任何线上能力。Anthropic 自己承认,手动测试能走远,但撑不住生产环境。这条路目前没有银弹,更多是工程纪律——评测有没有嵌进 CI(持续集成,每次改代码自动跑),业务 case 有没有持续维护。

另一个隐性风险:LLM-as-Judge(用一个大模型给另一个大模型打分)本身有偏差,指标体系搭得再漂亮,分数可能只是幻觉。Agent 评测不是买工具,是建体系。

对普通人的影响

企业 IT:选 Agent 供应商时,Demo 分数不再可信,得追问对方有没有端到端的评测流水线,能不能在生产环境跑影子流量对比。

个人职场:最先被压缩的可能不是「会用 Agent 的人」,而是只会写功能断言的传统测试岗。多步推理、随机性场景评估是新的能力缺口。

消费市场:接下来一年你会看到更多客服、教育类 AI 应用上线后频繁回滚或更新——不是产品不行,是评测没跟上。

Source: juejin.cn