Tibo · @thsottiaux · X·2026-06-15 05:24·76天前
AI 导读

Codex 可以查看并设置它自己的 /goal。 我们所构建的一切,也都是作为该智能体的工具而构建的。 这是元提示的一种泛化,即让智能体根据你的意图自行设定任务。

Tibo@thsottiaux
精选
68AI 编辑部评分,满分 100
2026-06-15 05:24· 76天前
AI 导读

Codex 可以查看并设置它自己的 /goal。 我们所构建的一切,也都是作为该智能体的工具而构建的。 这是元提示的一种泛化,即让智能体根据你的意图自行设定任务。

推荐理由

让 Agent 自己给自己写 /goal 这个思路很小但很实用,把 meta prompting 泛化成工具调用后,Codex 用户可以直接抄作业,手写指令的痛苦省掉一大半。

Codex can see and set its own /goal. Everything we build, we build also as a tool for the agent. This is a generalization of meta prompting, where you let the agent set its own task based on your intent.

Pietro SchiranoI basically never write my own /goal anymore. I ask Codex to write one for itself, and one for each agent it spawns. Like this 👇