作者建议使用 Luna 作为线程编排器,让不同线程按任务选择 Sol、Terra 或 Luna,而不是让 Sol Ultra 自动生成一批同样昂贵的子代理。原文提示很短,核心是:use the right model for the task,让模型根据规划、实现和文档研究分别路由。
I've been experimenting with using Luna to operate Codex itself. One thread can spawn, steer, and archive other threads… 以上为必要节选,完整内容请查看原文。
让每个线程有清晰 goal 和 completion check,避免编排器不断创建线程。
规划、实现、研究分开记录,便于检查模型路由是否真的发生。
原帖还提供了 skill gist:https://gist.github.com/hashimwarren/d2ad4d3a12562dbac8e8f29f0d419999。
评论区提醒:这可能只是增加了一层路由,不一定比原生 subagent 更好;需要用任务完成时间、token 和首轮通过率验证。
GPT-5.6 Luna