# BrowserBC开源：人类浏览器轨迹转可复用技能

- 来源：Chubby♨️ (@kimmonismus)
- 发布时间：2026-06-28 05:45
- AIHOT 分数：67
- AIHOT 链接：https://aihot.virxact.com/items/cmqwwvi3o00ueslp0nomus1ua
- 原文链接：https://x.com/kimmonismus/status/2070986798092702034

## AI 摘要

ViDA 团队开源的 BrowserBC 项目，探索更高效的 web agent 运行方式：先用强模型录制一次人类浏览器操作流程，将其蒸馏为可复用技能，再交给更小更便宜的模型执行。一次录制即可泛化技能。在 WebArena-Hard 上，tool calls 降低 27%，成功率从 60% 升至 81%。

## 正文

BrowserBC， a new open-source project from the ViDA team， explores a more efficient way to run web agents.

Instead of using a frontier model for every step of an agent workflow， BrowserBC records a human web flow once with a stronger model， distills it into a reusable skill， and then lets a smaller， cheaper model handle execution.

The reported results are notable： on WebArena-Hard， tool calls drop by 27%， while success increases from 60% to 81%.

A very good open source project at the right time.

### 引用推文

> Vida：We open-sourced BrowserBC: A system that turns human browser trajectories into reusable agent skills. Just one recording is enough to generalize a skill. 🛠️ Gi...
