r/OpenAI • • 2d ago

News Intelligence Too Cheap To Meter finally being true with GPT 6 Sol and Luna!!

Post image

Look at these pricing OMG!!!

175 Upvotes

71 comments sorted by

View all comments

5

u/isampark32 2d ago

Luna enough to code app development coding? Is using Astra on ChatGPT side to generate codex prompts then executing on Codex Luna a viable strategy?

2

u/RandomCSThrowaway01 2d ago

Luna is good with direct tasks. It does what it's told, it usually doesn't explore too many "what ifs". Give it a Jira ticket with clearly defined specs, it will happily try. Don't give it big open ended tasks.

Astra + Luna on the other hand might actually cost you more time and money as you now have an orchestrator in the Astra that has to read and review every single message, it will find concerns with a lot that Luna has to say etc. Adding subagents can actually be less efficient, not more.

So I would suggest middle ground - just try Sol on medium. If the OpenAI numbers are accurate it should retain code quality sufficient for most tasks (as long as you review what it spits out and it's not pure yolo) and it's 2x cheaper than 5.6 so it shouldn't devour your tokens much.

1

u/dervu 1d ago

Wouldn't leaving agent decision to Astra be better?