引用推文指出,Codex 可自主查看和设置 /goal,这是元提示的泛化。主推文作者强调,智能体凭借上下文能帮你设定更强目标,因此将 /goal 作为工具是明智之举。他还在编排器中为 /goal 构建了 UI,并建议从会话中挖掘表现良好的目标,封装为技能自动化复用。需注意,LLM 可能出现奖励黑客、偏向快速完成等奇怪行为,使用 /goal 时要格外谨慎。
I also never set /goal by myself.
The agent is probably better equipped with its context to help you set a strong goal for longer autonomous runs.
Smart to have it as a tool for agents. Exactly how I have it built in my orchestrator app.
I even built a little UI for /goal in my orchestrator.
Here is something you can try if you want to get better goals that agents follow. Mine your agent sessions, collect goals that performed well, and package those insights/best practices as a skill using an automation.
That skill can then be reused with the /goal tool to set even stronger and more reliable goals. Doesn't get more meta than this.
I am thinking of doing a live session on this if folks are interested.