ECDYSIS:按跨任务失败模式训练 LLM 智能体运行时

Rohan Paul · @rohanpaul_ai · X·2026-09-21 15:33·57分钟前
AI 导读

ECDYSIS 提出按跨任务反复出现的同类失败模式、而非失败次数来训练 LLM 智能体的运行时框架,避免为每次错误改写运行时而学错教训。该方法将不同任务中的同类问题归组后再决定是否修改 harness,从而获得更高准确率、更快训练和更强的跨模型迁移能力。

Rohan Paul@rohanpaul_ai
40AI 编辑部评分,满分 100

ECDYSIS:按跨任务失败模式训练 LLM 智能体运行时

2026-09-21 15:33· 57分钟前
AI 导读

ECDYSIS 提出按跨任务反复出现的同类失败模式、而非失败次数来训练 LLM 智能体的运行时框架,避免为每次错误改写运行时而学错教训。该方法将不同任务中的同类问题归组后再决定是否修改 harness,从而获得更高准确率、更快训练和更强的跨模型迁移能力。

If an agent rewrites its runtime for every bad decision, it can learn the wrong lesson

Fix recurring failures across tasks, not every failure.

Agent runtimes should learn from failure patterns, not failure counts: ECDYSIS grouped recurring problems across tasks and delivered higher accuracy, faster training, and stronger cross-model transfer.

Patch every miss, and you can accidentally hard-code one model's bad habits into the system.

ECDYSIS instead looks for the same kind of failure across different tasks before deciding the harness itself needs fixing.

– arxiv. org/abs/2609.11677

Title: "Ecdysis: Efficient and Effective Training of Runtime Harnesses for LLM Agents"

来源:Rohan Paul· x.com