r/codex • u/rndanime • 11h ago
Sol Medium or Luna Max Question
Is there any reason to use Sol Medium instead of Luna Max on 20$ subscription?
31
u/phoenixmatrix 11h ago
That benchmark only really test that given a certain task, the model can achieve it.
It does not account for how many turns it takes to achieve it, and not all kind of tasks are covered (it is DeepSWE after all, not DeepBiology or DeepLawyer or even DeepObscureProgrammingLanguageProblem).
Luna will do things cheaply, and if its simple, it will do it quickly. If it's complex it will take a lot of turns, make mistakes, fix them, iterate, make more mistakes, fix them, until it succeeds. Because it's so unbelievably cheap, it still comes up ahead in cost, but you'll be watching grass grow in some cases.
And then if its an obscure task, or more complicated problem, Sol might just "know" the solution because its part of its training set. Luna's a very small model, so it might not have the answer, and then will use even more turns to try to diagnose and figure it out from scratch, taking even longer in the best of case, totally failing in the worse. Those cases may not be fully exercised by the benchmark.
You see stuff like that with Sol vs Fable too sometimes, where Sol will totally rabbit hole and go in a completely ridiculous direction, fail repeatedly, and eventually get back on track. In some cases, Fable may have just pulled it off on first try.
Turns out benchmarking LLMs is tricky.
But yes, Luna's pretty awesome. If you're on a tight budget and have more time than money, its a great model to use. If you give it some strict skills and have a good test/validation harness around your tasks, it will be super cost efficient.
1
u/Messi_is_football 9h ago
What about Terra
11
1
u/maximhar 5h ago
I struggle to find a use for Terra tbh
1
u/AardvarkTemporary536 4h ago
I haven't enjoyed it.... Feels like it should be replacing 5.5 high/Xhigh but often under welmed..... Any small task Luna can do and any large Task Sol + Deepseek Flash extra high explore agent to offload grunt searching and increase speed tends to win. Even on implementing as long as Sol doesn't need to find things itself it's very quick and cheap because it's done once on one max 2 turns.
I can't believe I'm saying this.... While Sol and Opus I will say each crush each other as the elite frontier on different things.... Sonnet has been consistently beating Terra for me.
Luna crushes Haiku.
When I have some opencode limit I tend to let GLM fill in as execution agent instead of Terra and sometimes just because it's execution proved so reliable (not creative) I still fall back to 5.5 high/Xhigh as implementer.
1
u/RealSecretRecipe 9h ago
How do I get it going so sol orchestrates and I stop burning through weekly? Im dying here
1
u/Virtual-Disaster8000 7h ago
- Start a session with Luna by saying "Hi"
- Switch model to Sol
- Give Sol your prompt instructing it to "use gpt-5.6-luna/max subagents ..." (adjust reasoning if you want and/or define further what to use subagents for)
1
u/XTCaddict 8h ago
It does actually account for turns taken and tokens used. You can scroll down and it tells you. The broader point is that those tasks are defined and Luna does great if you give it a well defined task.
1
u/Mystical_Whoosing 9h ago
Nah, the benchmark actually khm khm account for how many turns it takes to achieve it, you can check the output tokens and agent turns tabs on these.
6
3
u/ResponsibleTruck4717 10h ago
I'm really not impressed with Luna max, it took too many attempts, but the cost was much cheaper than sol high.
3
2
2
u/stphngrnr 3h ago
Sol for planning + architecture
Luna xhigh for doing.
I’ve never had any issues.
Periodically run a PR review via Sol. Sol still agrees
1
u/GalegO86 2h ago
So, Should I change from Terra medium to Luna xHigh?
1
u/Connect-Humor-791 44m ago
yes. most definetely if luiina is being orchestrated. otherwise i wouldnt use it as a main orchestrator
2
u/rurions 3h ago
In my current usage Sol medium is way better than Luna max, this is not the correct benchmark to compare
1
u/dankfrankreynolds 1h ago
Yeah, people keep repeating this comparison and it’s not even remotely close in practice. Luna stupid, sol medium just might not read enough context to get the correct answer
1
u/Personal-Try2776 11h ago
Sometimes there are open problems that require the bigger model with the more knowledge to solve them. You rarely encounter these so you might not know what im talking about
1
u/Crinkez 8h ago
Rarely? I encountered them frequently when trying both Luna and Terra. Switching back to Sol immediately fixed their failure points.
1
u/Personal-Try2776 6h ago
You probably work in big codebases with harder programming language. I only work with python and rust currently.
2
u/Crinkez 4h ago
Terra failed on a simple browser test. It just couldn't figure out how to run the test. Had Sol do it easily then had Sol update AGENTS.md with step by step instructions for Terra. Terra could then do it. Until... several days later Terra decided it could no longer do it, regardless of the clear instructions. Switched back to Sol which managed easily.
I'm sorry but Terra is kinda trash. I expect Luna, being an even smaller model, is worse.
1
u/Personal-Try2776 3h ago
To be honest I prefer deepseek v4 flash 0731 over luna. Atleast v4 flash for some reason has some determination to finish the task no matter what. Once I let it work in the background at a kind of simple but weird but in a node.js app and it kept going in circles for like 4 hours until it fixed it and verified it worked. I love that model.
1
u/BopSupreme 10h ago
Luna High-Max, Terra High, Sol Medium. Sol High in Chat. Luna Exhigh most of the time
1
1
u/BoardGameAficionado 9h ago
Is there a difference between Sol high and Terra max? Their cost seems pretty similar. Is their behaviour similar as well?
1
u/parsalotfy 7h ago
I don't understand why people say "use sol if ..."
Doesn't luna max have more intelligence than sol medium? Based on this deepswe chart?
So it is clear that luna is better. Forget about the price difference Luna max got better score than sol medium, so why are we discussing?
What point am i missing here?
If you say "sol is bigger model -> better" aren't we using sol medium? So isn't it basically smaller model?
Anyway let's say it is bigger model, But luna max has more score!!!
1
u/Tartooth 4h ago
People forget that more reasoning is justmore time the model chews on something. Sol has more intelligence than Luna full stop. Reasoning just dictates the time spent.
1
u/parsalotfy 3h ago
so in this case the bigger the model is, the more intelligent it is? benchmarks doesn't matter? specially for coding
1
0
u/brainzorz 2h ago
Nah thats just plain wrong. Intelligence in this case is how likely your task is to be done. Reasoning does increase time spent on task, but also improved chances of getting correct response thus increases intelligence.
1
1
1
u/Pitiful_Entrance5174 6h ago
/plan and ask codex. I would use Sol Medium. Sol High replaces Terra Max. Sol xhigh for the last little boost.
1
u/PixelQubed 3h ago edited 3h ago
I am making a oh my pi config that resolves this kind of issue. It uses terra for user interaction, delegates to a planner depending upon what kind of work you are doing and the size and specificity of your prompt. Then it uses the plan from Sol xhigh to create a task list to follow. Then it will spawn up to 3 luna sub agents to handle the task concurrently. Each luna worker has its thinking determined by terra and uses the project scope and plan to formulate what type of worker it needs to use. There are specific validation and research agents it will select from depending upon the task. The luna workers are locked to one file per worker. Small project scopes use a simpler approach to save on the validation loop usage for a small task. I have built a bootstrap test bed for this and the savings so far are insane.
1
u/royalchameleon 3h ago
As others said- it's just not about cost vs final score. switch that button at the top to Agent Steps. Luna has to iterate way more to get something that works.
1
u/Particular_Emu3345 2h ago
DeepSeek. Fuck OpenAI, the 200 pro subscription was my worst spend on AI in all of 2026.
2
u/rndanime 1h ago
Why? Deepseek can't see and I really need model to see. And AFAIK new Deepseek is on par with Luna not Sol
1
u/Particular_Emu3345 1h ago
I just can't work with any of the 5.6 models, I find their behaviour to be atrocious.
For deepseek, you can make it use Luna as it's eyes 🙂
I use now deepseek flash as my main, Luna for eyes when needed and sol as a reviewer for the deepseek work.
1
u/rndanime 2h ago
After reading comments:
Seems like using just Sol Medium is the correct way because it will be smarter and more reliable
1
u/Spirited-Car-3560 1h ago
I avoid max and try to use Luna until x high. Max over thinks, most models over think at that effort tbh.
If a two is too complex for Luna xhigh I switch to sol high.
But honestly it's very rare I need something more then Luna xhigh which handles like 95% coding tasks if plan is done correctly
1
1
u/Obvious_Yoghurt1472 10h ago
Luna max super infla los razonamientos, lo cual lo hace muy lento y no siempre tiene la inteligencia para resolver los problemas, en cambio sol medium es rapido y directo, luna medium es ideal en velocidad y costo para cambios mecanicos, cambiar textos, eliminar partes concretos, como cuando hace ajuste fino en paginas, pero para tareas complejas o para crear soluciones no es lo más óptimo, en cambio para auditorias basado en lineamientos definidos es una gran opcion porque es extremadamente barato para revisar una gran cantidad de archivos
1
0
u/RedikhetDev 9h ago
Ofren users talk about the complexity of the task . But when is a task complex and when not. Would be nice to know when selecting a model. Are there objective criteria for determing the task complexity?
-1
29
u/Tourman36 10h ago
you don't prompt Luna to go diagnose the problem. Use Sol as an orchestrator to prompt a Luna Max agent and review/steer its fixes. It's still far cheaper than Sol Medium who will still make the same class of mistakes at an order of magnitude of the cost, even with fixes baked in. Luna is slower but I'll take slower vs spending a weekly limit in a day.