PulseAugur
实时 13:14:33
English(EN) Fascinating paper on self-improving agents.

新的AI代理方法解决了技能管理和自我改进问题

一篇新论文介绍了一种名为SkillComposer的方法,通过将技能选择视为联合决策而非独立选择来管理AI编码代理中的技能。该方法使用约束自回归解码器一次性生成技能计划,在SkillsBench基准测试上,GPT-5.2 Codex的性能提高了23个百分点以上,Gemini 3 Pro Preview的性能提高了18个百分点。另一篇论文提出了Red Queen Gödel Machine,这是一个自改进代理系统,代理及其评估器共同进化,防止代理仅仅学会满足固定的评估器,并确保持续改进。 AI

影响 AI代理技能管理和自我改进方面的这些进步可能导致更强大、更稳健的AI系统,以应对复杂任务。

排序理由 该集群包含两篇详细介绍AI代理开发新方法的学术论文。

在 X — Omar Sanseviero (HF research) 阅读 →

AI 生成摘要 · Google Gemini · 来自 2 个来源。 我们如何撰写摘要 →

新的AI代理方法解决了技能管理和自我改进问题

报道来源 [2]

  1. X — Omar Sanseviero (HF research) TIER_1 (TL) · omarsar0 ·

    关于管理代理技能的优秀论文。

    Great paper on managing agent skills. Skill libraries keep growing, and picking the right skills has become a bottleneck for coding agents. The defaults are to expose the agent to the whole skill collection, or retrieve skills with embeddings and rerankers. Both treat the https…

  2. X — Omar Sanseviero (HF research) TIER_1 English(EN) · omarsar0 ·

    关于自改进代理的有趣论文。

    Fascinating paper on self-improving agents. (bookmark it) If you are working on agentic loops, you will quickly realize that they are only as good as the effectiveness of the evaluator. Self-improvement loops tend to stall the moment the judge stops getting harder. The agent h…