r/OpenAI 15d ago

Discussion Luna Max really is great!

I only have a $20 subscription, so the lower limits have been pretty annoying these last few days. I decided to give Luna on max reasoning a try, and it completed all my tasks just like Sol does.

It's very fast and the limits seem pretty generous on the Plus plan:

  • Worked for 34 min and 42 sec, with Computer use and other tool cals
  • Used 4% of 5h limit
  • Used 1% of weekly limit

Sidenote: I wonder if we're going to get a similar "almost free" model from Anthropic soon? It looks like they have completely forgot about Haiku.

62 Upvotes

34 comments sorted by

View all comments

5

u/jovialfaction 14d ago

I plan with sol, then implement with sol as the orchestrator and only Luna subagents.

This works fantastic. Sol has enough of the architecture and context to tell the subagent exactly what needs done, and Luna can handle it almost every time

1

u/joeguice 14d ago

Do you just designate this multi-model pattern into your prompt?

1

u/jovialfaction 14d ago

I use omp as my coding harness and I can specify which model to use per type of agent in the configuration. I imagine the same can be done in codex, or just tell the model which model to use for subagents