三模型自改进循环
Self-Improving Codex Exec Loop
要点
- 用命令行执行:廉价模型做任务,Luna 打分,Sol 原地改写提示文件。
- 每轮追加日志;提示文件单次最多胀两成;连续两轮无改动则停。
- 加上间隔秒数参数可每十分钟跑一轮,适合挂在后台当调度循环。
- 执行端要能写仓库,评分端只读,改写端只动提示文件;也可用斜杠命令启动。
原帖开头
holy shit this is a f**king gold mine I replaced opus 5 with deepseek v4-flash, it's basically free and someone figured out a way to run it's subagents as a self-improving loop inside codex [the setup takes 2 mins here is how] 1. clone the repo 'codex-self-imrpoving-loop' 2.g …





