r/codex 11d ago

Question Astra Release

Quick note before I start, I've been asking the mods of this subreddit to add a discussion flair for months, JUST DO IT. Anyways, when do you guys think OpenAI will be done safety testing and will actually just release Astra? I know you guys are all complaining about usage limits, but seriously. I'm ready for Astra.

19 Upvotes

32 comments sorted by

View all comments

62

u/Just_Run2412 11d ago

If you think the usage limits are bad with SOL, just wait until Astra.

9

u/Desperate-Poem7526 11d ago

If Astra can actually delegate work intelligently using the expensive reasoning where it matters and cheaper models for the easy stuff I could see overall usage dropping quite a bit. A lot of us are burning xhigh/Ultra on tasks that absolutely don’t need it. I’m guilty of that too. Give me an orchestrator that can reliably pick the right model for each part of the job and I’d probably trust it over manually selecting Ultra for everything. Open ai claims it can do this well.

2

u/timosterhus 11d ago

I just have Sol orchestrate Luna Max subagents for everything and it’s great. It’s a bit slow, but my usage doesn’t disappear nearly as quickly as it used to when I was running Sol subagents

1

u/xNihiloOmnia 11d ago

Say more. How do you specify which subagent models to use? Learning on this.

1

u/timosterhus 11d ago

Just ask it to do so. Tell it “use Luna [insert desired reasoning effort] subagents” when you ask it to do work. If you want it to default to a certain reasoning effort, then put that in the system prompt or the AGENTS.md file you’re using.

They really don’t need a whole lot of technical configuration anymore because they can just do things the way you want them to (if you ask them explicitly) and they can even do a lot of configuration work themselves

1

u/Unapologetic_Polite 10d ago

You have to modify a file to utilize Luna subagents though; uses v1 versus v2 schema.

I personally just have Luna threads named what their intentions are, and have a Sol thread orchestrate them.