Luna Max — Workhorse!

vsat 2026-09-04 09:52 1


Hello everyone! I realize I might be beating a dead horse here, but I wanted to offer my experiences as someone who’s been on a ChatGPT Plus plan for quite some time, and has used Sol-High and Luna-Max extensively.


These are just my own thoughts of course, and feel free to add commentary about your experiences with both GPT and GLM/Deepseek, since I’ve tried all of them! ^o^


Of course, we can’t talk about Sol on codex without talking about the usage limits. The usage limits for Sol are astounding; it eats tokens for breakfast and deletes them for dinner! It is very good at planning, but execution is sometimes over-engineered to the point where human-reading the code is impossible unless you’re very experienced with complex codebases or you just keep using AI for the entire codebase as a result.


What I’ve noticed about Luna (I only use MAX as it is a lower-intelligence model, and MAX doesn’t seem to burn quota any more than the lesser thinking levels) is that it can get jobs done fairly quickly, concisely, and efficiently. I’m comparing this to models like GLM 5.3 (slow currently unless using Flash), and Deepseek V4 (pro/flash; I have ~15 USD deposited into the website since I use it from time to time). The only cases where Luna struggles is sometimes with multi-layered plans as well as in weird random cases. I had an issue that when editing a text bubble, it had a minimal width/height instead of the regular width/height of the text bubble, and it took three prompts to get them to match..


The main reason to use Sol at this point is for projects which require ‘true’ reasoning (that’s what I call it, anyway). What do I mean by this? I mean that projects which have never been seen before by the training data of the model. Luna and Terra, along with GLM and Deepseek, fail spectacularly at these sorts of problems for whatever reason. My example is making a script for a game to automate something, and the script has never existed before, with the video game also not in the mainstream, so it’s unlikely in the training data. The only model which can accurately make a plan, execute on it, and even edit the existing script is Sol and Sol only.


(not sure about GPT-6.. not paying API pricing and it’s not on Codex plan yet)


What are your thoughts? Maybe I’m using GLM or Deepseek wrong, and there are prompts that enhance their workflow? Or maybe MCP that I can configure for these models for them to be smarter? Let me know!




最新回复 (10)
  • calendar 09-04 10:00
    1

    确实,现在基本是和 sol max 讨论方案,然后用 luna max 来实现。就是感觉太慢了 ^-^

  • 董炸淘 09-04 10:04
    2

    luna max不错的,比较均衡,spec写好的话基本没问题,但前提是spec要写好。除了慢没啥大问题。


    sol调度,luna干活,一个plus账号都够用了,一天4个亿不成问题,sol还用不了2轮压缩

  • 一般路过不热心群众 09-04 10:32
    3

    luna有望拿下廉价组最佳质量.


    训练集都没有的东西吗,这个领域有些高级

  • qyy 09-04 10:35
    4

    你们 codex 更新之后还能选到 max 嘛,我的更新之后选不到 max 了

  • 爱琴炫彩 09-04 10:44
    5

    我这cli可以选 v0.153.2

  • 阿笑 09-04 10:46
    6

    deepseek目前我用下来觉得并不好用,可能是我没有深入的在DSH中体验把。

    我和佬的用法一样,用sol来规划文档,用luna max来执行文档。

    gpt的问题是防御性规划和防御性写代码,还有那个讨厌的smok测试脚本

    所以我一直都在review中提醒“不过度防御”“不在项目内标记修订内容,让修订计划自然的融入进去”

  • 🅄🄽🄲🄻🄴𝕁𝕚𝕞𝕒𝕠 09-04 10:48
    7



    确实!

    比起来又臭又长的 sol 不知道好到哪里去了 ^-^

  • 如果你也喜欢哈温 09-04 11:39
    8

    佬,请问一下,sol调度,luna干活是指sol模型使用plan模式生成plan,然后再切换luna去执行吗

  • 董炸淘 09-04 11:59
    9

    我一般是网页版GPT PRO生成spec,尽量详细。


    然后sol xh做主agent,要求派发subagent干活,一个实施,一个review,交替进行。同时sol也能做一些兜底的review工作。


    spec当中规定好代码质量,过度编程等要求,基本上都能连续干

  • vsat 楼主 09-04 12:00
    10

    You should be able to select “Max” for Luna; but sometimes the higher reasoning settings are hidden behind a different setting.



    For example, after the most recent Codex update to the app, “Max” was deselected for me as well. You need to re-select it in the “Model Features” setting, in the “Configuration” tab.


    Sidenote: for some reason it reset some settings.. like my CTRL+ENTER to send ALWAYS and not just for multiline prompts so that just ENTER just inserts a new line.. and horrifyingly it turned on “Full Access” in permissions; basically YOLO mode and increased risk.

    Not sure what the Codex team is doing.


* 帖子来源Linux.do
返回