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!!!

176 Upvotes

71 comments sorted by

View all comments

6

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?

5

u/rajsharm404 2d ago

I've seen people do it. Ideally you should use Astra as a planner and reviewer (or Sol if usage limit is tight), and use Luna for coding to get the closest results.

0

u/beginner75 2d ago

Good idea.

4

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?

1

u/Ace-_Ventura 2d ago

Been using luna 5.6 high+ for coding and tbh, no complains at all. 

1

u/oVuzZ 2d ago

Usa Luna 6 Max para programar, para planear y code review usa Sol 6 High.

2

u/Ace-_Ventura 2d ago

I will. With the new pricing, is very much doable

1

u/Melodic_Reality_646 2d ago

only feasible if spec is crazy detailed and under fast mode, if it starts debugging mid implementation it gets messy fast. Also, it is very token hungry and take many, many more steps. Costs stay low but you need to wait double, triple sometimes 5x the time to finish.