PulseAugur
实时 04:21:43
English(EN) I stopped prompting my agent. Now I design the loop that prompts it.

开发者构建了具有自提示循环的自主 AI 代理

一位开发者创建了一个通过自提示循环运行的自主 AI 代理,超越了传统的手动提示。该代理通过采用提议-执行-评估-保留/丢弃周期来管理电子邮件分类和日历组织等任务,其灵感来自 Karpathy 的自动研究。该系统设计有用于合同定义、目标文件编辑和防止自我攻击的不可变评估函数的独立组件,并记录所有实验以确保透明度。一个关键的设计选择是将生成和评估步骤分开,通常使用不同的 LLM 模型,以减轻相关错误并提高整体质量。 AI

影响 这种方法可以实现更复杂的 AI 代理自主性,减少在任务执行中对持续人工监督的需求。

排序理由 开发者描述了一个定制构建的自主代理系统,而不是来自主要实验室的产品发布。

在 dev.to — LLM tag 阅读 →

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

开发者构建了具有自提示循环的自主 AI 代理

报道来源 [1]

  1. dev.to — LLM tag TIER_1 English(EN) · Sébastien Conejo ·

    I stopped prompting my agent. Now I design the loop that prompts it.

    <p>We're moving past the era where working with an agent meant typing a prompt, waiting, reading the diff, typing again.</p> <p>You are the loop in that setup. Your attention is the constraint, not the model. The agent sits idle until you show up.</p> <p>I wanted out of that cycl…