返回
RCreddit.com

How I’m Using ASTRA on Plus Without Burning Through My Limit

OpenAI订阅权益
时间与来源
发布
09/06 08:02
收录
09/06 18:00
来源类型
开发者社区
档位
社区
信源状态
正常
档位是按信源手工设定的编辑判断,不是逐条打分。

If you’re on Plus, I really wouldn’t use ASTRA for the whole coding task. It can burn through the 5 hour limit insanely fast, sometimes in just 1 prompt and 10 minutes. What I’ve been doing instead: Use ASTRA first for planning and figuring out the architecture. Then let Sol break the task into smaller parallel chunks. Use Gemini 3.8 as the workers to actually implement those chunks. (Way better and faster than luna max agents) Once everything is done, have Sol review the implementation and catch issues. Then if you some more 5hour limit left, use ASTRA one more time for the final review. Basically I’m treating ASTRA like the senior engineer, not the person writing every line of code.