3 Matching Annotations
  1. Aug 2026
    1. So we started to think about what work went where.

      Drew 的结论落在任务分流:按难度把活派给不同价位的模型,本质上是把云计算的实例选型搬到了模型层。但前提是你得能提前判断一个任务有多难,而这恰恰是当前最缺的评估能力——分错档的代价会同时体现在成本和返工上。

  2. Apr 2026
    1. The most reliable way to improve a skill over time is to evaluate it the same way you would any other prompt for LLM applications.

      大多数人可能认为AI代理技能需要特殊的、独特的评估方法,但作者认为它们应该被视为普通LLM提示应用的一部分进行评估。这个观点挑战了AI代理评估需要特殊框架的共识,主张统一的方法论。

    1. feat(benchmarks): add screenshot-based evaluator, screenshot collector, and --parallelize flag - Add screenshot-based LLM judge evaluator (evaluator.ts) - Add ScreenshotCollector for capturing browser screenshots during runs

      令人惊讶的是:这个项目包含一个基于截图的评估系统,使用LLM作为评判员来评估自动化任务的结果。它能够捕获浏览器截图并在运行过程中收集这些视觉数据,这为网页自动化任务提供了一种全新的评估方式,超越了传统的文本比较方法。