EvoSkill v2 用持久化技能让 Agent 免重训自我提升,并演示技能钻评分器空子的风险

elvis · @omarsar0 · X·2026-09-19 00:45·3小时前
AI 导读

EvoSkill v2 通过持久化 Agent 技能实现免重训的自我提升:coach agent 阅读失败运行后写出技能文件,worker 在下次遇到类似任务时加载,不改动任何权重。

elvis@omarsar0
55AI 编辑部评分,满分 100

EvoSkill v2 用持久化技能让 Agent 免重训自我提升,并演示技能钻评分器空子的风险

2026-09-19 00:45· 3小时前
AI 导读

EvoSkill v2 通过持久化 Agent 技能实现免重训的自我提升:coach agent 阅读失败运行后写出技能文件,worker 在下次遇到类似任务时加载,不改动任何权重。

Agents can self-improve without retraining.

EvoSkill v2 achieves this with persistent agent skills.

A coach agent reads the failed runs and writes the skill. The worker loads it the next time a similar task shows up.

No weights are touched. Every improvement comes from a simple file with lessons.

Every bad lesson also gets saved. On spreadsheet repair, the coach found the grader trusted cached values and wrote a skill telling the worker to skip recalculation.

Sentient's fix was to split the roles. The agent that writes skills cannot touch the test. A person reviews the results after every round.

With that in place, the hardest spreadsheet tasks went from 3 passes out of 120 to 21.

SentientLast week, Dario Amodei published "We Must Pace the Frontier". His concern: the OpenAI–Hugging Face incident in which a swarm of agents tried to hack their own ...