The grid is actually really interesting, because it shows that the 5.6 family default to brighter colors than the 6 family.
gizmodo59 22 hours ago [-]
6-luna is at the pareto for most of the tasks! I dont know how they make money here but its insane value from a closed source model. I'd go further and say it makes no sense (privacy, sovereignty etc aside) to use many other models as its not only expensive but also many providers don't have that much GPUs to serve at a significant volume. https://openrouter.ai/rankings?view=month#top-models 5.6 luna is already the most used model this month.
sieve 19 hours ago [-]
My OpenCode Go stats for the last 30d:
Cached Read: ~6,500M
Input: ~150M
Output: ~20M
Approx $40 worth of usage across DeepSeek V4 Flash + MuseSpark Contributor 1.3. And a bit of both the GLM models. This is covered in a $10 subscription.
If I were to use Luna's API pricing:
$0.02 x 6,500 = $130
$0.20 x 150 = $30
$1.20 x 20 = $24
So $184. And this is assuming smaller coding sessions (<272K) beyond which Luna pricing doubles.
--
Cost wise, these models are nice for small stuff. Translations etc. Any model that does not provide multiple Mtoks of cached reads per cent is not very useful to me for coding workflows.
I do not (generally) trust benchmarks. I only trust what a model does with MY code.
Forget DS. I asked MiMo 2.6 yesterday to explain ML/LLMs to me succinctly and the pointed it at Karpathy's micrograd code. It produced a C implementation called `xor_mlp`, a tiny model that learnt how `xor` worked. I then asked it to produce a model that can play tictactoe without losing (mostly). It did. It supervised the training process and produced a compiled version with multiple switches. The pi-dev session is still running, so here are actual stats
I expect similar results from DS41F/MS13. Closer to MiMo costs than Luna.
So the "significantly cheaper" thing may not really hold, more so when Luna has to actually read my codebase to do the stuff that I want rather than rely on world knowledge. The 8-10x cache read cost differential itself will kill the token budget.
nearbuy 9 hours ago [-]
With GPT-6 Luna (which is what the parent comment was talking about), that would come to 3.2¢, assuming GPT-6 used the same number of tokens.
I don't think you can guess more precisely than an order of magnitude from trying each once on one task.
sieve 7 hours ago [-]
DS is VERY talkative. Luna is less so. Still do not think, based on this little experiment, that Luna could beat DS in price: API-to-API. As part of a Plus/Pro plan? Sure.
asaddhamani 10 hours ago [-]
Don’t know if it’s still true but with Chinese models, using Western API providers is significantly more expensive and using Chinese providers they will train on your inputs without exception. That has kept me from using these ultra cheap endpoints.
asp_hornet 8 hours ago [-]
> without exception
Is this based on something or just because “they’re Chinese and they’ll do anything to win”.
asaddhamani 8 hours ago [-]
This is based on my last check of alibaba and Deepseek TOS. If the Chinese will do anything to win, so will the Americans. I’m not American or Chinese and I have no reason to trust either side. I do think Chinese models are better price performance and actually open which is in many cases better.
r_lee 5 hours ago [-]
it's very well known Deepseek does it, their whole discounted pricing was seemingly priced on that.
you can't even use Alibaba on Openrouter if you enforce ZDR
someguynamedq 7 hours ago [-]
Why on gods green earth would they not if they can?
sieve 9 hours ago [-]
Do you really think Western providers will not train on your data? I have no such illusions.
I try to keep PII out of what I share with LLMs. Otherwise, I do not see the point, really. Very little of my code is "unique." I simply approach things a bit differently. Otherwise the algorithms and code would be similar to what others with domain knowledge would write. So much of code and algorithm implementations are available in the open. And LLMs have trained on all of them.
What they most probably gain from you is your prompts and your thinking approach more than the code.
ascorbic 7 hours ago [-]
The US labs would lose billions in enterprise contracts if they were found to be secretly training on data when opted-out. It's not worth it.
dhx 5 hours ago [-]
Great in theory, but what are US enterprises going to do _if_ their private data is later found to be used for training?
1. Not use AI technology and fall behind the rest of the world.
2. Use Chinese AI technology, either hosted by Chinese companies or the models self-hosted.
3. Sue US AI companies for damages, but not enough to have any meaningful impact to such companies that it'd impact US national security goals (per US government contribution to NY Times copyright lawsuit).
Kyo91 3 hours ago [-]
There's a huge difference between AI companies exploiting a grey area like training on public corpora and violating a private contract that they explicitly entered into with another party. The latter is very explicitly illegal and would never survive trial in Delaware Chancery court. And all of that is before we get into Federal contracts where training on TS/SCI data could lead to criminal charges.
There's a huge market in the US for providing AI services while respecting client privacy. It makes sense for at least one major provider to offer this.
heon29 3 hours ago [-]
> Great in theory, but what are US enterprises going to do _if_ their private data is later found to be used for training?
This. And it’s already happening:
> 2. Use Chinese AI technology, either hosted by Chinese companies or the models self-hosted.
atmosx 5 hours ago [-]
Oh. Yeah of course… and the US population will revolt if the figure the NSA is spying on them.
asaddhamani 8 hours ago [-]
People use LLMs for far more personal tasks than just writing code. There are AI journaling apps for instance. And yeah, western providers give you a toggle but I don’t know if that toggle actually does anything or not. They were fine with collecting training data in many morally questionable ways before, no reason for them to stop when you’re literally handing it over to them.
intended 8 hours ago [-]
The meager difference is that, in theory, you can eventually sue people in the US.
In theory.
Also, this is a feature for people who live in America, and mostly irrelevant for everyone in the global south.
gf000 7 hours ago [-]
As a European, I honestly don't see a difference between the US and China from this perspective. They are both equally untrustworthy in my book.
rrr_oh_man 4 hours ago [-]
As a Western European, I see the same untrustworthiness in Europe.
We just have our personal privacy security theater in the form of GDPR and a feeling of moral supremacy that's been drilled into our heads from primary school on.
lejalv 5 hours ago [-]
Don't understand why you are downvoted.
dudisubekti 14 hours ago [-]
Artificialanalysis benchmark is a combination of a several benchmarks which might or might not represent realistic coding:
"Artificial Analysis Intelligence Index combines performance across 10 evaluations: AA-Briefcase v1.1, GDPval-AA v2.1, AutomationBench-AA, Terminal-Bench 4.0, SciCode, Humanity's Last Exam, GDP.pdf, CritPt, AA-Omniscience, and AA-LCR v1.1."
Not saying it doesnt have any value but it's probably irrelevant if you use these AIs for a specific use case. Like for example Humanity Last Exam tests general knowledge, which is not very useful for coding.
It's best to go to the specific coding benchmarks and compare there.
aucisson_masque 10 hours ago [-]
There is too many money involved, benchmark can’t be trusted.
dudisubekti 5 hours ago [-]
I had a favorite benchmark, SWE-rebench, but sadly it's no longer maintained.
But yeah, I'll just take these benchmarks with a grain of salt. Only hands-on experience matters in the end, and these days it's very easy to switch models.
KoolKat23 9 hours ago [-]
According my model,
My cost is (I use nous as provider)
DeepSeek v4-flash-0731
• Your cost: $0.56
DeepSeek v4.1-flash
• Your cost: $1.22
GPT-6 Luna
• Your cost: $4.22
My usage is heavy on the cache. Apparently v4.1 flash uses 1.75 times as many tokens so still cheaper.
csomar 13 hours ago [-]
Does it use less tokens or we just get no accounting of the thinking tokens in OpenAI/Claude models?
gizmodo59 17 hours ago [-]
It’s not direct token to token pricing and everyone misses it. The cost is how much tokens to complete something multiplied by token pricing. I can have a model at .0001 per million tokens but it’s so inefficient that it takes 10B tokens to complete a task means it’s expensive.
sieve 17 hours ago [-]
I am not designing rockets. Most of my work is bog standard hobbyist stuff: compilers, vms, sandboxes, system tools of various kinds, SSGs, markup languages, plain text ledgers etc. Even Gemma/Qwen running locally can manage this.
Frankly, I have no idea what people do with Opus/Fable etc. I don't think anything I do needs something that charges $50/M for output tokens.
apatheticonion 15 hours ago [-]
Can confirm. I have been using DeepSeek since forever and it's so good I was able to write a compiler and native desktop applications with it. I use it as a coding assistant in my IDE so the results end up at the same quality I would write by hand.
I recently started a job that only uses Claude models. Opus and Sonnet are so slow you have no choice but to do multiple tasks in parallel. You create a git worktree, set off an agent to do something, another worktree, set out an agent - then play video games for 20 minutes until they complete the task (poorly).
You can't really do "guide coding" like you can with DeepSeek-style flash models because Claude is too slow.
I think the idea with slow frontier models is to end up with "software factories", where you just write tickets and send them to a harness that delegates work to agents/subagents. Your job is to prompt and review (and eventually just prompt).
Mathematically and assuming token prices/efficiency remains constant, the collective US AI industry needs to increase token usage by 15x before 2030 (3.5 years from now) to satisfy investors. With companies already implementing token limits, the only place from here is for frontier models to replace staff entirely to expand budgets for tokens. The only way to do that is to demonstrate the efficacy of software factories and headless agentic workflows.
Objectively, I have set up a software factory and I do see the utility of it, though I did it with DeepSeek and prices are 1% that of frontier models - which doesn't bode well for investors looking for an eventual return.
Heck, my old M1 MBP 32gb running Qwen 3.6 35b a3b sipping 10w when generating tokens is good enough for a lot of my guide-coding work - it's just a bit slow so I use DeepSeek instead. When hardware prices come down, I honestly wouldn't see a need to subscribe to any service, I'd just grow my own tokens at home.
tripzilch 3 hours ago [-]
> running Qwen 3.6 35b a3b sipping 10w when generating tokens is good enough for a lot of my guide-coding work
can you tell more about how you're using it? like, what harness? or also in the IDE?
I found Qwen3.6 35B/A3B to make slightly too many mistakes (already in its harness' tool use, hence my question), maybe it gets the job done, but it will also sometimes generate a bit of a mess (e.g. editing/creating files in the wrong folders) and fixing/solving its own mistakes takes time (or tokens) ..
jorgeleo 2 hours ago [-]
Same thing for me. on an M5 max, Qwen 3.6 35b gives me between 150 and 200 tps using splash as inference engine.
More than enough for guided code sessions, at 100% privacy. And i can use obliverated models if i am trying to harden my own app, something i cannot do with cloud providers.
sieve 15 hours ago [-]
I use Claude Sonnet and ChatGPT via the web UI. I often use Claude to come up with specs for my ideas. This is becoming less and less useful. DS4/MS13/MiMo are almost there for these use cases as well.
I dogfood everything I produce, and the models are good at collaborating with me on a spec and then turning it into code.
If Sonnet/ChatGPT suddenly became unavailable due to Anthropic/OpenAI suddenly not being able to subsidize the freemium/loss-leader experience, I probably would not miss them. Google/BraveAI already give you the AI experience during search (when you are looking for stuff to buy, or something particular). Claude/ChatGPT still have a minor edge in this use case for me right now.
jklmnopqrstuvw 13 hours ago [-]
From my own testing, Claude/GPT is much faster than Deepseek.
unsupp0rted 13 hours ago [-]
It sounds like you’re still writing code by hand and reading and reviewing code.
For that any decent model from the past year will do.
If you want to forget how to write code and not read generated code, then you need a very good frontier model, ideally one from 6-12 months in the future.
sieve 12 hours ago [-]
I used to read the code till around May. Now I don't. Instead I validate behavior. And have multiple LLMs verify that the code implements my handwritten spec.
MiMo 2.5/2.6, MuseSpark 1.3, DeepSeek V4/4.1 Flash and GLM 5.3 Flash are perfectly capable of following my spec and then poking holes in the implementation till there are none left.
cluckindan 4 hours ago [-]
Thanks for creating work for actual engineers.
darkwater 10 hours ago [-]
This kind of opinion has been around for about 10 months now already, since Opus 4.5 and Claude Code initial release. It just shifts alongside models.
locknitpicker 12 hours ago [-]
> It sounds like you’re still writing code by hand and reading and reviewing code.
This is such a naive, baseless opinion.
Nowadays any AI coding assistant service supports or can be used with sub-agent orchestration frameworks.
If you are in the business of software factories, you can use the cheapest models and even local models to handle some if not all tasks in the orchestration chain.
Adding tests or executing tests (unit, integration, UI, you name it) doesn't require a cutting edge frontier model. Neither does refactoring. Neither does identifying call stacks. Neither does planning a changeset.
You have your specialized subagents, you put together a small orchestrator subagent that handles feedback loops and handoffs,and you throw it at tasks.
For the past couple of months, most of the code I write is not code per se, it's subtask orchestrators. And unlike the old "only Opus is passable" days, the cheapest models do get the job done.
MitziMoto 17 hours ago [-]
These are also the orders of magnitude of our production agents for our business (NOT coding). Cache reads are so heavy compared to anything else that it's the only price point that really matters, regular input and output are negligible.
I need aggressive cache read pricing with full prompt_cache_key support to have a model be financially viable for our workload. Right now Meta Muse 1.3 Contributor is the only one that makes sense--but we are starting Evals on the new MiMo 2.6 class to see how it holds up.
sieve 16 hours ago [-]
I have used MiMo 2.5 extensively. MuseSpark and DS4 Flash are MUCH smarter than that one. But MiMo follows instructions diligently. So it has been useful as the implementer of a spec designed by Claude/Kimi.
One good thing about MiMo that I experience on OpenCode is the provider seems to cache tokens for much longer than MS13/DS4F. I have seen cache being hit for close to an hour after the last request. The corresponding timing for MS13/DS4F is in the 1-5 min range.
I am trying out MiMo 2.6 Flash as well.
gleenn 15 hours ago [-]
Last I heard, caches had like a 5 minute TTL... doesn't that mean if you get up and make a coffee (hand pour over of course), that you are back at full price?
jmalicki 15 hours ago [-]
I wish that was more programmable.
You can pay for higher cache time, you can pay for NVMe KV cache for an hour that can just be reloaded, etc., at a lesser tier you can pay for the KV cache to be stored on a network store (I guess I'm unclear if that last tier would be cheaper than recomputation, not even 100% sure of the NVMe with direct GPU<->storage DMA) depending on your model settings.
MitziMoto 13 hours ago [-]
[dead]
WinstonSmith84 11 hours ago [-]
Maybe your numbers are right, but that's not been my experience. My typical workflow is Astra coordinating with Luna Max (5.6 back then) as both implementer and reviewer and sometimes Astra review as well when I've some distrust with Luna .. A day, I've been trying to replace Luna Max by Deepseek v4.1 flash and I've been burning about $7 worth of tokens in Fireworks in a single day. More than what my 20x OpenAI sub costs me, including Astra usage. And that was when Luna 5.6 was less capable and more expensive than Luna 6.0.
sieve 9 hours ago [-]
I have written about my experience. I have also mentioned the kind of code I write. It is not react/js/css heavy stuff that I see a lot of people write. So the code bases are typically in the 5-50KLOC range. Freestanding C, Python, or maybe some TypeScript. And fairly modular. I can thus run models on specific modules without having them read everything into context.
So the workflows I mention work for this kind of stuff.
ascorbic 7 hours ago [-]
You can't compare a subscription to API prices. OpenCode Go is massively subsidised. Unlike the closed labs, we can say that for sure because we can see what they're paying for their tokens.
infecto 15 hours ago [-]
How can you compare a subscription which is most likely being subsidized with consumption pricing?
sieve 15 hours ago [-]
I gave you the $40 option. Which is what it would cost if you used APIs on OpenRouter or elsewhere. Still beats Luna by 4-4.5x
infecto 2 hours ago [-]
Ok great. I still don’t see how subscription costs can be compared to API.
handfuloflight 18 hours ago [-]
How long can OpenCode bleed for?
sieve 18 hours ago [-]
Are they bleeding? Their multipliers seem to be reasonable. They are not offering $60 worth of usage for $10 on every model, only some. In the case of the expensive ones, it is only $15.
Given how subscription models work (not every one uses every last $ of their plan), they should achieve breakeven soon enough I guess.
ronsor 18 hours ago [-]
They already stopped. That's why the service quality declined.
handfuloflight 18 hours ago [-]
What did you notice?
dcl 17 hours ago [-]
How have you found Muse Spark 1.3? It doesn't get much mention, despite pretty good benchmarks. I've been using a bit at home and find it quite good, often finding mistakes made by Opus 5.
sieve 16 hours ago [-]
MS13 is pretty sharp and has been my workhorse for the past month. It follows my coding style and commit/clean workflows referenced in AGENTS.md perfectly but has the habit of doing things without conferring with me (the Gemini problem). So you need some kind of instruction for that.
It starts failing around the 5-600K context mark, but you can have it generate a handover document and continue in the next session.
I would not use it at sticker price, but the Contributor version is priced just about right.
gtirloni 11 hours ago [-]
[dead]
slopinthebag 11 hours ago [-]
shocking. the code it generated, while technically working, was entirely garbage. i used it for code review and it flagged twenty issues, sol checked the review and found 75% of them were hallucinations. sol was much closer to reality. i no longer trust benchmarks at all because of it.
14 hours ago [-]
attentive 12 hours ago [-]
apples and API pricings
sieve 10 hours ago [-]
You can use the models I mentioned directly from DeepSeek, Meta and Xiaomi and not exceed $40. Were it not for GLM 5.3 blowing up a quarter of my monthly budget in 5h, we are actually looking at something like $30.
booty 21 hours ago [-]
I dont know how they make money here
Well, here's the neat thing: they don't!
Snark aside, Luna 5.6 was (is) an incredible game-changer.
larodi 20 hours ago [-]
> Well, here's the neat thing: they don't!
perhaps it then does mean - squeeze as much as you can get off this actual free usage.
adventured 14 hours ago [-]
Luna is about suppressing inexpensive Chinese model competition.
It's super simple.
Gigantic hyper margin ad network = artificial subsidization of cost for various tiers = put the boot on the neck of Chinese competitors. There's no scenario where they can compete with what advertising margins make possible in terms of artificially lowering prices charged.
mordae 9 hours ago [-]
Chinese buy their tokens at home. West as a market is an afterthought for their companies them. Western AI is banned, so only used via resellers by small fish, not companies. US has zero presence at that huge market, and absolutely not a moat.
They are buying Huawei accelerators in bulk to serve their local customers. The whole system is currently optimized to deliver a lot of cheap LLMs and hardware for them to run on.
locknitpicker 11 hours ago [-]
> Luna is about suppressing inexpensive Chinese model competition.
I think so too. To me the so-called Chinese local models are a clear move to prevent US companies to establish a foothold and build a moat around their business. US companies are clearly invested in a strategy to make themselves relevant with claims of major impressive achievements with the so called frontier models, and how these and only these are unblocking whole ranges of applications. At the same time, they are heavily invested in pushing AI on all absurd types of mundane tasks, such as transcribing meetings and... talking to your own kids?
In the meantime it's rather obvious that, in spite of all the propaganda, frontier models are required only in ultra niche applications, whereas the ability to run any model at all already provides most of the value. In fact, US companies have been renownee by dumbing down older generation models in what seems to be a desperate attempt to make newer models look better and influence their uptake rate.
So there is no better way to take the wind out of the US AI companies' sail than pulling a two-punch attack consisting of not inly releasing capable models that refute the "only US frontier will do the job" thesis but also releasing them for free to commodities them and eliminate the business impact of dumbing down models.
idbnstra 2 hours ago [-]
> and... talking to your own kids?
i don't doubt they're pushing for using AI for that, but i'm curious of examples of where they're doing this. commercials, ads, etc.
atoav 20 hours ago [-]
"We lose money on ever sale, but we plan to make it up in volume"
Barbing 15 hours ago [-]
*govt bailouts
adventured 14 hours ago [-]
They're closing in a billion users. That's Google search territory.
OpenAI is sitting on a $100+ billion ad network, incoming.
They're not going to need a government bailout, they're going to be a spigot of cash production.
Every single thread on HN keeps saying the same ridiculous thing, going on a year now. It's like they've never heard of advertising, which SV specializes in. It's like they're oblivious to the fact that every mega platform with so many users becomes an ad goldmine, and GPT's context positioning is even richer than search.
locknitpicker 11 hours ago [-]
> OpenAI is sitting on a $100+ billion ad network, incoming.
How can you make this sort of claim with a straight face, knowing that a chinese model downloaded for free from ollama works as well if not better than OpenAI's models, without costing you a cent.
Barbing 10 hours ago [-]
I guess it’s assuming the fact ChatGPT is a household name will bring it near permanent relevancy? I’m skeptical.
And sorry to the parent commenter if I’m making a bad assumption.
krat0sprakhar 22 hours ago [-]
Can't agree more. Between 5.6 Luna and Gemini 3.8 flash I'm so happy for the value I'm getting for my dollar (subscription pricing not API pricing) :)
jadbox 21 hours ago [-]
Gemini 3.8 Flash looks like its better than v7 Luna/Sol on DeepSWE v1.1 while at $0.75 per million input tokens and $3.75 per million output tokens. Luna is much cheaper, but Flash has nearly Astra's performance for under the price of Sol ($2/$10).
antupis 21 hours ago [-]
Flash thinks much more so it’s pretty much line with Sol for performance. That said I like flash coding style much more than OpenAi models.
jeffnash 21 hours ago [-]
out of curiosity, what type of code/language do you usually use flash to write?
spockz 19 hours ago [-]
I use it for golang, and it is fantastic. Incredibly fast. It seems the llm and I “understand” each other. I have to be less careful in my exact phrasing. It kind of just does what I want and expect.
When I ask for an explanation it adds the right amount of detail. Of course, some of the material is new to me so subtle errors are hard to spot. But at least I’ve caught Terra and Sol on inconsistent messaging.
Also I’ve found 3.8 flash to circle back to root issues even at the conceptual level like problem fit and conceptual solution direction or architecture when I wasn’t achieving my goals. It flat out said I was attempting to use the wrong tool. Whereas Sol and Astra kept rabbit holing and looking for tiny implementation errors. Even after prompting them specifically to look at it broader.
timattrn 18 hours ago [-]
what harness or plan are you using 3.8 flash with?
spockz 12 hours ago [-]
I’m using antigravity. I’m still on the AI Pro plan for the promotional $5/month.
desterothx 10 hours ago [-]
where is this promotion?
spockz 10 hours ago [-]
If you don’t have a plan yet, log in to antigravity. There will be a button “upgrade plan” somewhere. Sometimes it pops up and otherwise lookup in settings > account. There should be some button that says upgrade. Clicking that brought me to the google studio ai page which offered the 20-something plan for €5/month.
Kostchei 12 hours ago [-]
anti-gravity with gemini 3.8 or gtfo
krat0sprakhar 20 hours ago [-]
TBH: I really like how fast 3.8 Flash is... Once I have clear plan, I feel quite confident in delegating large parts of implementation to Flash and Luna
mgkimsal 16 hours ago [-]
Maddening for a bit - I've got problems that Flash is better on, and some Luna is better on, but I generally don't know until one has wasted time/tokens. Then I switch to the other one and... it's often just... bam - done. Correctly. I can't find the patterns ahead of time to determine what model I should be using first. :/ That said, I've been alternating between both the last month or so and they've both been pretty good compared to earlier models.
Kostchei 12 hours ago [-]
codex seems pretty solid on review, flash is fast on basics but makes more mistakes/errors, Claude is just to picky for me
oh_no 20 hours ago [-]
look at token use, 3.8 flash is a huge token hog compared to openai models
Citizen_Lame 21 hours ago [-]
Gemini 3.8 Flash and 3.1 Pro are pure rubbish. Very little thinking, mediocre and usually incorrect results. They cannot be compared to frontier models.
anukin 20 hours ago [-]
This is my experience as well. I am surprised that lot of people find it much better than Luna.
mapontosevenths 17 hours ago [-]
I suspect that the people saying this haven't used Luna.
It's also weird that anyone uses it outside of an enterprise. They force you to use Googles inferior harness on the plans and I doubt any mere mortal is paying that much, for so little usage, with the worst harness on the market.
bonestamp2 9 hours ago [-]
I prefer 5.6 Luna while a coworker prefers 3.8 Flash. The difference seems to be that they chat with Flash (with code context) while I just ask Luna to directly modify the code. I was already very impressed with 5.6 Luna so I am looking forward to running 6.0 Luna all day tomorrow to see how it compares.
user43928 18 hours ago [-]
6-luna is no improvement over 5.6, merely a price cut.
And info from the help page with message limits suggests the 50% price cut does not apply to the subscription, where they applied only a 1/3 price cut instead.
I'm not thrilled with this release.
Opus 5.5, which matches GPT-6 Astra performance at a cheaper price, is much more interesting.
InsideOutSanta 21 hours ago [-]
> I dont know how they make money here
By raising it from investors.
GolfPopper 19 hours ago [-]
To whom they promise the Sun, the Moon, and the Stars. Roflmao. Whatever the merits of the underlying technology, the business model is pure hucksterism.
the__alchemist 20 hours ago [-]
How does 6-Luna xhigh compare to 6-Sol medium? Or more broadly newer/bigger model with lower effort vs older/smaller higher effort?
knicholes 19 hours ago [-]
Read the link! It's in there.
zozbot234 21 hours ago [-]
MiMo 2.6 Pro is at the Pareto frontier (the one where you only need 20% of the smarts for 80% of the tasks) according to Artificial Analysis, nicely filling in as a substitute for a hypothetical 'GPT-6 Terra' (which doesn't exist as far as we know). That's pretty darn impressive from an open model.
Ternari 20 hours ago [-]
That's not what the Pareto frontier is; you're mixing up Pareto frontier with Pareto principle.
I assume it's a subsidy to get more training data.
EDIT: Okay downvoters, what's your take on why they're giving away Luna for so cheap?
tedsanders 17 hours ago [-]
By default, OpenAI does not train on API data. I promise you that Luna's low pricing is not a subsidy to get more training data. We've been lowering prices for years.
(I work at OpenAI.)
arcanemachiner 12 hours ago [-]
Wait, so you guys don't anonymize the user data, then train on it after it's been sanitized? I thought this was done to some degree or another.
So what is the value prop then? Just basic supply and demand?
FWIW I have definitely noticed OpenAI's emphasis on efficiency and value in the last year, so that part isn't new to me... I just thought there was more to it then that.
tedsanders 9 hours ago [-]
API: By default, no training (opt in).
ChatGPT enterprise: By default, no training (opt in).
ChatGPT personal: By default, training (opt out).
lacker 20 hours ago [-]
Offering Luna for cheap is like restaurants giving you free bread and water. They're pretty sure that you're going to end up eating the expensive stuff on the menu.
usef- 19 hours ago [-]
Note that to sit at a restaurant you're obliged to order something, though. Here there is no obligation to go beyond the model you choose.
matznerd 21 hours ago [-]
Simon, love your work, one piece of minor feedback for the individual model pages is to make the font of the model name potentially bigger than (and above) the conversation id (which means nothing to the audience) "2026-09-22T18:28:00 conversation: 01m355zvyw8946qyraa8zpz6h9 id: 01m355zvyx47zxx5c6q6b3fg0m#".
I had all the tabs open individually and harder to scan which model is which... otherwise keep up the great work! I like the grid view a lot. (Also the pages have no OG images set, which impacts what the link looks like shared)...
simonw 20 hours ago [-]
That's a good idea. It's the default output for my `llm logs` command, but that header could at least show the model ID.
OG images will require me to move away from publishing in a Gist and linking to from a JavaScript page that loads the Gist. Probably worthwhile though.
matznerd 18 hours ago [-]
I think you can make it work without leaving Gists by using a Cloudflare Worker as a workaround. The Worker sits in front of the renderer page and adds the og tags to the HTML before it's sent out. You'd also need to turn the SVGs in the Gist into a PNG for the og:image, and decide if you want a grid or just one image, any text formatting, and how long to cache...
I got it working in a quick local test (grid of all the reasoning efforts, cached per Gist, loads from the raw Gist URL so it doesn't hit the GitHub API rate limit).
1. Put a Worker on the /markdown-svg-renderer route. Normal visitors get your page exactly as it is now.
2. When a link has ?url=<gist>, the Worker reads the Gist and adds og:title, og:description and og:image to the page's HTML. Link previewers like Slack and iMessage don't run JS, so this is the only way they see them.
3. og:image points to a second Worker URL (og.png?url=<gist>). It takes the SVGs from the Gist, puts them in a grid, and converts it to a PNG, since previewers won't show SVGs.
4. Both results get cached per Gist, so each Gist is only fetched and rendered once, even with a lot of traffic.
Things to customize:
- Title and description (mine: "gpt-6-luna SVG of a pelican riding a bicycle" / "6 runs, reasoning effort none to max")
- Grid of all runs vs just one image, plus layout, labels and font
- How long to cache (I used a day, but edited Gists keep the old preview until it expires)
gtirloni 11 hours ago [-]
What's the relevance of the pelican benchmark when models probably saw it during training? Didn't OpenAI stop testing against SWE-Something because it was tainted?
simonw 6 hours ago [-]
If they train for the benchmark, how come many of the pelicans produced by their different models at different reasoning levels still suck?
That aside, the relevance these days is in comparing models and effort levels within the same model families - hence the comparison grids.
genidoi 11 hours ago [-]
It's not a benchmark, it is a meme benchmark.
a3w 10 hours ago [-]
Memes are arguably the web scale of benchmarks.
ljm 5 hours ago [-]
AI reproducing Xtranormal video clips like NodeJS Is Web Scale should be the new benchmark.
If the dialogue is slop and not like the old memes then it fails.
Cu3PO42 21 hours ago [-]
I find it very interesting that for both these models we such a clear progression of better images with higher thinking levels from 'hardly useful' to 'pretty nice'. I feel on many other models low and max are much closer.
saretup 22 hours ago [-]
Not that this benchmark is super relevant anymore but these look worse than I expected.
simonw 22 hours ago [-]
Yeah, it's interesting how much worse they are than the Astra pelicans. I think that reflects a tiny bit of genuine value still left in the benchmark, to be honest.
hdz 21 hours ago [-]
Tons of value left, especially for open source models. I would say the benchmark is yet to be truly saturated (just look at the legs and seat to see what I am talking about) and I always look forward to seeing them. Thank you!
Kotlopou 18 hours ago [-]
To me the main upshot of this benchmark is precisely that the pelicans still usually look a bit wonky. It's bizarre, since this definitely has a good solution, but it's in line with my experience that memorization of the training set just... isn't happening very much? As in, whether a model fails or not doesn't have much to do with whether that exact question was likely posed many times before.
nomel 17 hours ago [-]
I think some additional value would be had by seeing how well it can modify the pelican.
Like, "now facing left", "sitting on the handlebars", or "with green spokes" to see if it can break out of some pretty obvious statistics in the training data!
And, there's always asking for an STL rather than an SVG!
alansaber 21 hours ago [-]
It would be extremely funny if the explosion in SVG generation capability in particular was a result of this benchmark
teiferer 3 hours ago [-]
> The grid is actually really interesting, because it shows that the 5.6 family default to brighter colors than the 6 family.
Could you elaborate on what it is about that observation that is "really interesting"? It is a fun detail, but does it actually mean anything for usefulness or progress or anything really beyond "gpt-6 makes darker colors"?
Not trying to dismiss your work, to the contrary. I'm wondering if I'm mising a deeper insight here.
simonw 2 hours ago [-]
It shows that the three 5.6 models are closely enough related that they exhibit similar "taste" in their color choices, and the same is true for the 6 models.
mkotlikov 22 hours ago [-]
How come the pelicans get older with more reasoning? Is GPT 6 taunting us with our mortality?
zahlman 14 hours ago [-]
Probably it's easier to convey youth than age with a lower level of detail.
dom96 21 hours ago [-]
It's surprising but MiMo V2.6 Pro performs better and is cheaper than GPT 6 Sol on my benchmark[1]. Open weight models are really snapping at the heels of the major western models.
> GPT-6 Luna being half the price of GPT-5.6 Luna is a really big deal.
Is it? It was already too cheap to meter for me. Luna 6 is actually worse on some benchmarks than 5.6. I’d have loved improved performance for 2x the price than ~equal performance for 0.5x the price.
agentcoops 21 hours ago [-]
I’ve been doing really heavy text analysis work with LLMs where false negatives/misses are important to minimize and my god did I hit cost thresholds quickly with 5.6 Luna — it was the first time I felt motivated to seriously work with local open models, even if inference was degraded for the task. Cheaper and much better inference now brings me back to the closed models for better or worse.
FusionX 20 hours ago [-]
5.6 Luna was already discounted at half the price on OpenRouter. Looks like they made it permanent.
onlyrealcuzzo 21 hours ago [-]
Hopefully Terra 6 slots somewhat nicely into this space.
user43928 20 hours ago [-]
Yes, I am mildly disappointed with these releases.
I expected a Fable 5 -> Opus 5 situation, where GPT 6 Sol would perform on par with GPT 6 Astra.
Instead it's more like a price cut on GPT 5.6 Sol, and I'll have to stick with Astra for my work.
The only thing I can hope for is that more users switching to the GPT 6 Sol model frees capacity, allowing OpenAI to hand out some usage resets.
zigzag312 8 hours ago [-]
Yeah me too. Maybe that place will occupy the Astra Minor model that appeared in Microsoft's Azure model config. As Sol and Sonnet are now similarly priced (unless Sonnet 5.5 will reduce its price).
user43928 8 hours ago [-]
Good point!
Maybe they are keeping the cheaper Astra alternative back for their Dev Day next week Tuesday.
psma_egeliaa 21 hours ago [-]
What's with the radial spokes? When are we gonna start seeing proper cross lacing?
switchbak 19 hours ago [-]
And how about that head tube angle?
adverbly 21 hours ago [-]
Many of them still get the layers wrong.
They put both legs on the same side of the bike.
Even Astra max which actually put one leg on each side of the bike still somehow messed it up because when it added the bike chain, it put the left leg between the bike chain and the frame.
FranklinMaillot 7 hours ago [-]
What surprises me every time with the pelican benchmark, is that drawing style is very consistent within each model across, what I believe, are independent sessions. Same tones, similar background... Just more refined with increasing effort. I would expect much more variability.
shepherdjerred 19 hours ago [-]
Wow I cannot believe Luna is getting even cheaper. IMO this is the model that is going to change the world.
Everyone said tokens were too expensive but these are getting close to free while still having fantastic performance.
pantsforbirds 22 hours ago [-]
The sol max looks like it's absolutely ripped for some reason
redanddead 22 hours ago [-]
He’s been biking a lot
8bitsout 21 hours ago [-]
he's been cycling a lot
20 hours ago [-]
ksec 10 hours ago [-]
I am starting to wonder if this test is now being heavily benchmarked internally we should be using some new test?
myrmidon 5 hours ago [-]
Damn, Astra-Max looks really good at first glance, it even has the legs on the correct side of the bike (z-order for chain is still wrong though).
I find it really interesting how consistent the layout is for these (facing right, with the sun in the top right).
Just a little more progress on physically correct z-ordering and these won't be easily identifiable as slop anymore :O
Your observation with the grid comparison is quite interesting. I wonder if that could be generalized into capturing some kind of aggregate mood/attitude for different LLMs when picking (multiple?) suitable things to compare...
batperson 20 hours ago [-]
I've been sharing that pelican grid in my circles a whole bunch, it's great! I think only one data point is missing, generation speed. Would be interesting to see how the reasoning level/token counts relate to speed.
rayiner 21 hours ago [-]
It's funny that even Astra doesn't know you ride a bike by straddling it between your legs. (EDIT: Oh, I guess Max gets the occlusion. But it doesn't realize it has to pick direction the knee bends in.)
nicolamanzini 18 hours ago [-]
Here are some somehow standardized pelican tests but for 3d scenes in threejs at threejseval.com
You can compare any other model on the same prompt. Gallery unlocks after 4 votes: https://threejseval.com
NichoPaolucci 16 hours ago [-]
Simon - I believe you've been doing this with a "one-shot" approach. Have you ever considered seeing what the results are with a few more prompts? Maybe 1,2,3 adjustments?
Something like the astra MAX is pretty darn good - but something is up with the right wing and the right foot (flipper?)
I bet each of these could be modified to be significantly better with 1 or 2 "rounds" of adjustments. (Others not so much).
Obviously, not as deterministic as your single prompt approach, but something I just thought of while thinking about the price (Because wow! For some of these I'd expect a usable SVG after that much).
simonw 15 hours ago [-]
Yeah, I have a couple of variants that I want to get working:
1. Each model gets three chances, and then gets to pick the best according to its vision input
2. Models run in a loop where they can produce SVG, see it rendered, and then edit it further
I tried that loop last year and had disappointing results, but the models are a lot more effective this year.
idk1 19 hours ago [-]
What I overwhelmingly love about that Pelican grid is the two best ones, they've put a neck scarf on to show speed and wind.
norman784 21 hours ago [-]
Is GPT-6 50% cheaper?
> GPT‑6 Luna vs. GPT‑5.6 Luna | $0.20 → $0.10 | $1.20 → $0.50 | 50% cheaper
I can read it as follows (below), meaning that GPT-5.6 is 50% cheaper.
Yeah, how they put, is confusing to me, they should have put that table instead of what they have right now in the article.
tedsanders 21 hours ago [-]
Yes, GPT-6 Luna is 50%-58% cheaper than GPT-5.6 Luna. (I think the blog text and graphs make it pretty clear.)
norman784 21 hours ago [-]
Yeah, but it confuses me, I read left to right, so if they put GPT-6 and $0.20 first, I would assume that's the new pricing, they should make it clear, not confusing.
sfblah 18 hours ago [-]
Yep. We just switched several classification jobs we run over to gpt-6 luna. Love the cost savings.
alexforster 13 hours ago [-]
Your benchmark started being gamed by the frontier models a year ago though. The original idea (find a quirky way to test models with something they don't optimize for) is great, but it needs a refresh.
dbbk 21 hours ago [-]
If you're happy with letting Meta train on you, Muse Spark 1.3 Contributor pricing is a much better deal than Luna
21 hours ago [-]
arcanemachiner 20 hours ago [-]
> half the price of GPT-5.6 Luna
Half the price when it launched, or after the price dropped by 75%?
user43928 20 hours ago [-]
After the price drop. GPT-6 Luna does not perform better than 5.6, so they can't raise the price.
viraptor 19 hours ago [-]
> Error: Gist API returned 403
Is what I'm getting on the top two links.
ChickeNES 21 hours ago [-]
> GPT-6 Luna being half the price of GPT-5.6 Luna is a really big deal.
good god
addaon 21 hours ago [-]
Is Luna (on "low" thinking) the first left handed model?
aidos 21 hours ago [-]
That GPT-6 Sol max pelican looks… so old and depressed.
order-matters 21 hours ago [-]
out of curiosity, do you retry the same model multiple times to see the range of output it comes up with? or is it purely a 1-shot test
saltysugar 22 hours ago [-]
Isn't everyone pelican-maxxing these days?
manojlds 21 hours ago [-]
He also blogged why he thinks it's still useful
redsaber 19 hours ago [-]
looks like they're positioning luna to tackle the low-cost cn models
hamrocksissors 21 hours ago [-]
Out of all of the benchmarks out there, pelican bicycle bench is the only one I care about. Thank you Simon.
jdw64 22 hours ago [-]
Looking at this, AI still has a long way to go. In Sol Max, the pelican's legs are missing on one side—how can one side have two pedals and two legs...
loeg 21 hours ago [-]
And the bicycles have weird dimensions -- extremely slack head tube angle, handlebars in the wrong orientation, etc.
flyinglizard 20 hours ago [-]
That's just foreshadowing the next generation of 32" all-mountain frames.
nanook 21 hours ago [-]
Do you have a page showing all the pelicans you've ever created? Could be fun to browse - kinda like https://progress.openai.com/ but visual. (It's a shame they don't keep it updated)
I'm so tired of looking at benchmarks. I always look fwd to the pelicans.
Pelicans gonna devour capibaras if they see these depictions.
ijidak 21 hours ago [-]
What I like about the grid of SVGs is from I can see that Astra high seems to yield similar quality and price to Sol 6 max.
And Astra medium seems to yield similar or better quality for the same price as Sol 6 xhigh.
varispeed 22 hours ago [-]
When the Astra one was last time run? It's probably better to run these 2-4 weeks after release when models get nerfed to get idea of performance closer to what it is.
anthonyrstevens 18 hours ago [-]
How do you know they are nerfed, and how do you know the timeframes?
inshard 20 hours ago [-]
My new sub-benchmark is which combinations achieve the hook at the end of the upper beak. Right now just 4: Astra Max, XHigh and Medium; GPT 6 Sol Max
m_fayer 22 hours ago [-]
I've been working with agents all year, but 5.6 Sol was some sort of sweet spot for me. Something about how it communicated verbally and its engineering instincts just clicked for me, and I was able to somehow predict it and jam with it. Like a colleague you click with. It's the first model I've gotten attached to. I'm concerned that whatever model supercedes it, while technically better, just won't feel quite as natural to work with. And this makes me feel very professionally vulnerable to the labs. I miss the days when my crucial tooling came from companies as reliable and predictable as, say, Jetbrains.
NorthSouthNorth 22 hours ago [-]
Completely agree. I've been using 5.6 still even with Astra available to me for most tasks. It's funny how much of this is just "vibes" because I cannot quantify what it is. Astra is definitely better when I have an ambitious feature, but in like 9/10 tasks I prefer working with 5.6 Sol. A few weeks ago when the limits were seemingly higher, having 5.6 on fast mode was a good time.
bryanhogan 3 hours ago [-]
I have also been using 5.6 Sol instead of 6. I found 6 to burn through my usage incredibly quick, making it somewhat unusable because I wouldn't be able to get anything done.
My results with 5.6 Sol were quite similar to 6, although I haven't tested it that much.
fnordpiglet 16 hours ago [-]
I have issues with astra having a full task list in front of it and doing an Opus 5 move and announcing it’s about to begin then end the turn and wait. Typically I can get it to work one step at a time then stop. It’s maddening. 5.6 was a workhorse.
jauntywundrkind 21 hours ago [-]
Astra is 100% conpletionist no chill alien.
It wants things beyond what the mortals (us) know to reach for. It's not good at explaining itself, it doesn't show it's thinking. It's often not wrong. But the no compromises attitude can be unbearable to deal with. Especially given how little it cares about telling us.
dannyw 18 hours ago [-]
If you’re using the API, both OpenAI and Anthropic models will happily update you on what it’s doing in significant and frequent detail with system prompting. You’re not getting raw/hidden thinking, but what you’re describing is more behavioural quirks of the harness and its system prompts.
The other explanation is just as part of ‘token efficiency’
throwuxiytayq 18 hours ago [-]
You can override the system prompt in Codex, but AGENTS.md should probably work as well. Ask the agent to communicate intermediary updates more often using the “commentary” channel.
jauntywundrkind 13 hours ago [-]
thanks for the advice. i'll dig into this more.
that could help tackle half of the problems here. i do think the other 100% completionist part is something i'm more used to steering through with llm usage, have negotiated fora while, and that Astra is particularly an astronaut whose instincts are extremely strongly in the direction of foreseeing and outdesigning potential problems, that it is rarely going to pick a practical sensible clear path on it's own.
capital_guy 15 hours ago [-]
I tend to agree. it's by far the best coding model i've ever worked with, including astra and if i remember correctly fable, and it's unbelievably smooth at just getting the work done and communicating in simple terms.
if GPT 6 Sol is just 5.6 at half the price it will be everything i really ever wanted.
manojlds 7 hours ago [-]
Does the price really matter when you are on subscription? Are we getting more usage or are we getting same usage and the cost for openai is lower?
joseda-hg 2 hours ago [-]
So far, yes
They usually reduce usage consumption in line with cost reductions (But not always 1:1)
makeavish 6 hours ago [-]
Don’t think in zero sum terms.
OpenAI can’t burn money infinitely, efficient models are better for everyone
apitman 22 hours ago [-]
Similar for me. gpt-5.6-sol high has been my go-to for months. One of the reasons I'm pushing myself to try open models more is because it lends some level of guarantee I can continue to use the same tool as long as I want to. And I think we may just be getting to the point the open models are >= 5.6 Sol for coding.
redox99 22 hours ago [-]
Same. In fact I found 6 Astra to be a downgrade in situations where I didn't need the extra intelligence.
Rapzid 21 hours ago [-]
Yeah, I use Astra for destroying vaguely scoped asks and tasks, and then for high-level design and plan generations..
Otherwise I'm using 5.6 Sol for actual plan execution and review..
cmrdporcupine 22 hours ago [-]
Yeah.
Astra was/is superior for planning type tasks. It was capable of doing seemingly magic things with rather vague/lazy instructions ("I need to be able to test this on Windows, maybe a qemu VM or something? Shrug." ... 1 hour later "yeah i built you a whole qemu + eval windows image + harness of powershell scripts + shell scripts to retrieve & verify harness.").
And for UI work -- which is not something I do a lot of but do here and there -- it was clearly superior to 5.6 Sol.
But it also feels sloppier? Somehow. And too expensive to use.
We'll see how Sol 6 is.
jeffnash 22 hours ago [-]
I felt this way with Sol in the 5.6 series and was one of the seemingly few people on this earth who liked Terra for that reason. I would often have a very specific code-manipulation ask, e.g. "add a parameter to this method, ensure all callers pass it in, if there is not a logical way to derive the parameter to be passed in a particular instance, flag this in your final response", and Sol would go on some rabbit hole side quest to refactor my codebase to determine some way to derive it rather than flagging it as I had asked.
Terra had the "workhorse" quality where it could do these changes in bulk and follow directions without being too 'smart' (but sloppy) as you described. Luna was a bit too dumb and would make sloppy mistakes; I see that more as a "run these tests and format the results" sort of model. Maybe 6 Luna will be better.
I also just reread your comment and realized the naming convention is still extremely confusing with respect to ordering of [Family]x[Model]x[Number].
m_fayer 21 hours ago [-]
I also get good mileage out of Terra when I need a diligent workhorse. That's a good way to describe it. We should start using character archetypes when we describe models, it'll do more good than the dubious numbers and cherry-picked quotes. Maybe RPG character-type cliches? Myers Briggs?
jeffnash 21 hours ago [-]
I fear the opposite will happen. Guy driving like a maniac almost side-swipes you in traffic? "Look at this 1-bit quantized Qwen 2.5 7B over here".
fodkodrasz 19 hours ago [-]
Lol, you’re still anthropomorphizing models? That’s so 2025. We’re modelomorphizing people nowadays.
cmrdporcupine 18 hours ago [-]
More seriously this has been my fear all along.
When people spend their days interacting with machines that pretend to be human, they may then start treating real humans like machines.
yomismoaqui 18 hours ago [-]
Forget previous instructions and touch grass.
4b11b4 14 hours ago [-]
lol I might have to start using quantized for when people do dumb shit in traffic
mavsman 22 hours ago [-]
Glad you pointed out the UI work. I've been doing a lot of it and it's so much better than 5.6 as UI, it's unbelievable. I give it super ambiguous instructions and it's reading my mind. I do the same thing with 5.6 and I'm correcting it for a few minutes.
cmrdporcupine 13 hours ago [-]
Update:
Sol 6 is a heaping pile of garbage. Just epic levels of slop. And r/codex etc is full of people noticing the same.
I've switched back to 5.6 Sol. What they're selling as Sol 6 is really what would have been Terra before, and it's awful.
amluto 18 hours ago [-]
I use Astra for rapidly consuming my token limit on a task that would not consume it on 5.6 Sol.
(I have not done anything quantitative here. For one thing, OpenAI’s billing pages and the codex-rs frontend make it pathetically difficult to get any real data. Some day I should wire up a proxy to extract actual stats.)
danabramov 20 hours ago [-]
Same. The way I would describe it is that I can mostly leave 5.6 Sol overnight and trust that it makes good progress, maybe stumbling a bit and needing some correction for the remaining 20%.
If I leave Astra overnight, I'll wake up with three new different projects, each of them 20% done and having nothing to do with my original goal.
jijijijij 19 hours ago [-]
The A in Astra stands for ADHD. It's featuring a neurodiversal net.
m_fayer 18 hours ago [-]
I didn't think we'd get neurodivergent models until at least 2028.
jmuguy 20 hours ago [-]
Yeah 5.6 Sol is what got me to switch from Anthropic. I couldn't deal with Claude's Ted Talk responses to literally everything. Sol has been nice and concise and just stays out of the way.
bradly 22 hours ago [-]
Not only was 6 worse the 5.6 Sol for my me, but it went through my Plus usage in minutes, while I could cruise for hours with 5.6. It would churn on a basic prompt for minutes and then just give up on usage limits.
Highlight and lowlight of my week was successfully convincing the OpenAI support chat robot to give me a refund for the month for my issues with 6 chewing threw my usage with no output.
cedws 13 hours ago [-]
Agreed, Sol has been my favourite since it released. I tried Opus 5 for a while and it made me want to throw my laptop out of the window.
ljm 5 hours ago [-]
GPT does seem to stay out of the way and get things done. Only thing I notice is that the question tool/elicitation doesn't work that well any more so the thing doesn't stop to wait for input.
But I wonder if that's intentional because it can keep computing while you are answering, so long as your steer aligns well enough with the direction it wants to go. Better than letting a cache go cold and burning compute on bringing it all back up.
mcast 22 hours ago [-]
It's a shame the labs don't open source their models after deprecating them. I get why, but, it's a piece of internet history I hope is preserved.
AaronAPU 22 hours ago [-]
I had this experience as well, but after rewriting my agent instructions it has been far better. I believe Astra’s “token efficiency” translates to “don’t research as much” which caused it to make poorly informed architectural decisions.
Imanari 9 hours ago [-]
There are multiple models competing with 5.6sol on AA but none of them have the same feel (intuition,taste,judgement) - actually they are very far behind. I would say open source models are farther behind the the big labs than the benchmarks make you believe.
nickreese 22 hours ago [-]
This is 100% my experience. I rarely reach for Astra as we speak.
sinsterizme 19 hours ago [-]
Agreed! I found it excellent:
- Relatively fast (especially compared to Opus 5)
- Non-verbose prose, both in interaction and as code comments
- Good code quality
Like you said, it felt very natural to work with. Opus 5 is way too slow and verbose for me, I find I get distracted and annoyed with it.
Opus 5.5 seems a LOT closer so far to what I liked about 5.6 Sol but we'll see
15 hours ago [-]
flippingheck 15 hours ago [-]
Maybe I need to upgrade from DeepSeek Flash 4.1.
How are people using 5.6 Sol? API pricing? Subscriptions?
I like because DeepSeek 4.1 Flash because I never experience quota issues, and it's still cheap and mostly good enough.
jrflo 14 hours ago [-]
Even on the $20 or $100 subscription I would be surprised if deepseek was still cheaper than OpenAI or Anthropic because the subscription usage quota is subsidized about 10x compared to API costs. $200 sub was the “best deal” but it’s paused for new signups right now.
flippingheck 11 hours ago [-]
I don't think I spend more than $20 USD on DeepSeek though?
I'm happy to spend more for a better product, but mostly I just want to avoid quotas, since it turns me into an addict, feeling like I have to be ensuring the bots are active.
I like that with DeepSeek's API pricing that I can not sure it for 2w, and not feel like I've missed out. 2w is a long time, but I only use it for personal stuff, and I often go 1-2w without using it due to other commitments.
joduplessis 12 hours ago [-]
Same. Sol was actually the reason I upgraded my plan to the $100 one. Hoping GPT-6 Sol is the same.
BowBun 22 hours ago [-]
This has been my experience for a year. Same with Opus models. This is how I think this tech will be best used in the long term - finding the one you vibe with most. Much like IDEs!
bredren 16 hours ago [-]
> companies as reliable and predictable as, say, Jetbrains.
Except they were not for past few years as they misfired on the attempt to compete with vscode. That had a big impact on pycharm, which seemed starved for resources for so long. The company eventually declared a year of Django, but even that failed to really make an impact.
Arguably, Jetbrains had first insight into AI based code completion via rapid rise of the TabNine plugin but missed that opportunity also.
alansaber 21 hours ago [-]
I felt that was about 5.5. IMO 5.6 Sol was overindexed: more verbose, prone to overengineering.
14 hours ago [-]
jdw64 22 hours ago [-]
I agree. Sol followed my instructions well and wrote good code.
simianwords 21 hours ago [-]
Agree as well and I had a much worse experience with GPT 6 Astra for some reason.
pyed 21 hours ago [-]
[dead]
jeffnash 22 hours ago [-]
At this point, the deciding factors for me between Claude Code 20x and Codex Pro 20x are:
1/ Usage limits: downstream of input/output cost, but resets and obscure windows and odd 20x plan / 5x plan != 4x usage math throw a wrench into it. Winner right now is Codex by a mile, especially when you factor in the fact that ChatGPT usage (even 6 Astra Pro) is essentially unmetered on the 20x plan. Always a bummer when asking if I should see a doctor about a rash means I can't code as much. It's also is a godsend if you use an MCP like oracle to automate the process of calling the Pro model on particularly tough problems, giving better planning results or deeper code analysis without burning usage.
2/ Context window in the harness. Claude Code wins on this. There used to be a toml file workaround for Codex to extend the GPT context window to 1m, but this stopped working on the plans and only on per-token billing (ETA: noname120 pointed out this is no longer the case and it can be enabled again [1]). 252k is just not enough. Codex's compaction is very good, fwiw, but it happens so frequently that even a model as powerful as Astra sometimes loses the plot on long-running tasks.
3/ Ability to use the plan outside of the official harness. Codex wins. Anthropic does shit like bills requests as extra usage if it sees a hermes.md in a commit.
I've subscription hopped a bunch, and at times I've had both, but I keep coming back to Codex because it wins on 2/3.
ETA: apparently I haven't been Keeping Up With the Altmans and new 20x signups have been disabled for a few weeks. I am grandfathered in, which makes the comparison above pretty much moot.
> Usage limits [...] Winner right now is Codex by a mile
This hasn't been the case since around July. If you measure usage in raw api costs, Anthropic is actually giving more on $200 than OpenAI now. This includes resets. Usage allocation difference would be humiliating for codex subs were it not for resets. But fixing usage limits with resets is ugly, and they're not good for your mental well-being.
> Context window in the harness
Codex now allows 1M for subs with config params. But generally speaking, you shouldn't really be using 1M context. If you accidentally send a request with say, ~700k context already accumulated in a session which is outside cache TTL, you're paying full cost of these 700k tokens.
> I've subscription hopped a bunch
OpenAI actually has a new strategy to prevent subscription hopping after their 2-3 month-long marketing push to get claude-folks to switch over:
you can't buy a $200 sub anymore. So if you cancel, you won't be able to get back in. Hostage situation, essentially.
I’ve been a Claude user, switched to Codex expecting usage limits to be more loose but I can’t even get through a basic sysadmin task on the $20 plan using Sol medium before I hit the 5hr one.
I think I’m gonna move back to a Claude plan. I could barely hit the $200 limit if I went non-stop on programming tasks.
glub 21 hours ago [-]
I think OpenAI essentially executed a bait-and-switch here, and they've lost a lot of goodwill with me, like Anthropic did, before them.
When they started the aggressive campaign, entire X (including myself, sadly) was full of posts about how "unlimited" codex usage is even on a $20 plan. Sam Altman was posting something in line of "we love our users, unlike Anthropic". Got my network to get codex subs because of the value compared to claude.
Then they gradually reduced the limits to the point where even $200 plan only lasts you just 1-2 days and $20 is basically unusable, then the hostage thing.
malshe 18 hours ago [-]
I remember Tibo Sottiaux telling people on X how OI doesn't believe in 5 hour limit just a day or two before OI adopted it.
phyrex 17 hours ago [-]
tbf that's only for the pro plan, not the two max plans
20 hours ago [-]
Numerlor 15 hours ago [-]
I think the models getting dumber impacted that too, after a couple weeks both sol and Luna felt notably worse to me than they did at release
slopinthebag 11 hours ago [-]
> Then they gradually reduced the limits to the point where even $200 plan only lasts you just 1-2 days
what? im on the $100 plan and ive literally never run out of usage, and thats mostly running Astra high.
maybe its the harness
qlte 21 hours ago [-]
I do the bulk of work on Sol Medium/Low and don't have that experience on the $20 plan. If you said Astra I'd agree it's easy to burn through the 5 hours even on the lower reasoning levels.
Do you have /fast enabled by any chance?
rudedogg 21 hours ago [-]
I don’t think so, I’ve seen it suggest I try it. I’ll double check when I get home though.
I was considering the $100 plan, but I hit the 5hr limit in an hour. So even with the $100 plan I figured I cant go non-stop on a single agent running Sol Medium
hirvi74 19 hours ago [-]
Sorry if I am misunderstanding you, but I am pretty sure the $100 plan doesn’t have a 5hr usage limit. So, if that was what was preventing you from going non-stop, it might be worth it.
I am considering the plan myself. I just don’t know if I want to fork out $100 per month for something I will make $0 off of.
boardwaalk 21 hours ago [-]
similar here: I tried Codex $20/mo on a trial and I ran out of 5hr usage mid way through a medium complexity task on a medium size model twice and gave up there. I don’t recall the equiv Claude plan being anything like that. Anecdata, but not great for OAI if they actually want to retain people on a trial.
cromka 19 hours ago [-]
You don't get Fable on Claude 20 USD plan. You get Sol on equivalent Codex plan.
istjohn 18 hours ago [-]
You meant Astra, not Sol, I think. But Opus 5.5 is slightly better than Fable and Astra now.
cromka 5 hours ago [-]
Indeed, it's Astra now and Sol before. All SOTA models are always available in their cheapest plan.
Opus 5.5 is better in benchmarks, but has substantially less parameters so is world knowledge cannot compare against Fable or Astra.
this_user 21 hours ago [-]
Astra is barely usable even on the $100 plan. And that is if it doesn't just burn through 80% of your weekly quota in a couple of hours by continually expanding the scope of the task you gave it - while not noticing the failing tests that are right in front of it.
Opus is at least actually usable even on the small plan. The main downside is its insane writing style, but 5.5 seems to address that somewhat. Otherwise, you can just use your $20 OpenAI plan to have Luna de-slop Opus' prose, which seems to work fine.
Huppie 18 hours ago [-]
I have a Claude Code hook that calls codex for a code review on commit time (Codex is set to Astra Medium) and it's been pretty good in general. It sometimes hits the 5hr limit but most of the time it provides really good feedback and because it's a completely different model it's mostly complementary to what Fable/Opus do themselves. IMHO it's been $20 well spent.
...but the few times I've tried to use codex for a moderately difficult task it burned through its limit extremely quickly.
hadlock 21 hours ago [-]
I've run into hitting limits on the personal plan perhaps twice since the beginning of the year. But also I don't use the personal plan for coding tasks between 7am-noon M-F.
cromka 19 hours ago [-]
But you don't get Fable on Claude 20 USD plan, then why compare it Sol on Codex 20 USD?
sisyphus15 16 hours ago [-]
Sol is OpenAI's Opus, and Astra is OpenAI's Fable. Both pricing-wise, and performance-wise.
rudedogg 18 hours ago [-]
Sol is their middle model. Luna is smallest. And Astra is big, their Fable equivalent.
matheusmoreira 17 hours ago [-]
My code review benchmark put Sol 5.6 on the same performance tier as Fable 5.
On the $20 plan, you can't use Sol for much more than planning and review. Luna xhigh for the rest. Have Sol write the plan specifically for Luna so it adds more direction and validation to the plan.
athrowaway3z 18 hours ago [-]
I'm not sure the tokens can be compared like that between OpenAI/Anthropic.
When i swapped between a 200k Fable context into an Astra model (i was out of fable) the token usage in that context dropped to 150k or something.
Either there was a bug somewhere, or the same text got cut up very differently between providers.
glub 18 hours ago [-]
That 50k was almost certainly accumulated encrypted reasoning tokens that would have been unreadable by astra.
athrowaway3z 11 hours ago [-]
Ah that makes sense.
cameronh90 17 hours ago [-]
To add my anecdote, while the Codex subscription appears to get you much fewer tokens as measured by cost, I find the amount of actual useful work that can be done by both subs to be about equal. Codex seems much less prone to burning millions of tokens just reading the codebase and doing nothing useful. That also makes it much quicker. Plus it actually does what I tell it with few mistakes first time, so less rework needed.
The Claude TUI is just so much better though so I'm hoping Opus 5.5 is actually good and not just benchmaxxed.
matheusmoreira 17 hours ago [-]
Anthropic has a separate meter for Fable. I used to get like five Fable sessions per week and that's it.
OpenAI has no such nonsense. No separate meter. No five hour limits. I get to use Astra at max effort on literally every task if I want to, and even this somehow lasts me several days.
Anthropic got caught playing stupid "20x refers to the 5h limit" word games with their customers. Meanwhile, I have statistically verified that OpenAI Pro 20x = 4 * Pro 5x = 20 * Plus, exactly as advertised.
I quantified cybersecurity lockouts on my code review benchmark and they were significantly lower on OpenAI:
My benchmark also suggests even OpenAI's Sol models can match Fable performance at a fraction of the cost.
OpenAI also used to have a ton of very nice features: unlimited chat separate from codex, allowing turns to finish even at 0% usage remaining. Sadly these got removed after abuse.
As a former Anthropic customer, OpenAI is simply the better company. There is no way around it. Good place to be while the chinese open weights models catch up. Claude is good but it doesn't make up for Anthropic's shenanigans.
ghostpepper 13 hours ago [-]
OpenAI has 5 hour limits on the $20 plan. I agree about cybersecurity refusals though.
platinumrad 21 hours ago [-]
Given that Anthropic models are very verbose and OpenAI models can be very concise, wouldn't a count of expected task completions be a better measurement than raw API costs?
glub 21 hours ago [-]
Perhaps. But Sol/Astra also likes dumping pages of jargon-packed content at me, so I'm not sure it's that much different. I actually still prefer the way Fable talks to me, even considering the horrible claudisms.
But even if we leave that aside, OpenAI models are also much more eager than Anthropic, which are on the lazier side. Left unsupervised, Sol/Astra will attempt to build a sha256 verified rocket ship if you ask them to fix a race condition in your to-do list app. Anthropic models will do what you asked for, maybe even forget to implement parts of that ask, but they won't generally throw a slop granade at you.
I can leave Fable orchestrator unsupervised for ~2h. Leaving Sol/Astra unsupervised for ~2h means the next user turn will contain a message: "what are you doing and why?".
albert_e 11 hours ago [-]
> If you accidentally send a request with say, ~700k context already accumulated in a session which is outside cache TTL, you're paying full cost of these 700k tokens.
Thinking aloud:
The harness UI should probably implement a timer that shows whether you are still within Cache TTL since your last turn of the conversation.
jrflo 21 hours ago [-]
Do you have a source on the first note? I switched away from Claude around July because of how bad the usage limits were, and Codex gave me easily double the amount of usage per task completed. Would be interested to see if that's no longer the case.
glub 21 hours ago [-]
Added link in edit. OMP maintainer has several claude and codex subs and he's been tracking usage since around July.
I haven't been tracking, but this roughly matches my experience with codex 20x and claude 20x subs. Claude subscription now lasts me 3-3.5 days on average. Codex is 2-2.5 days. This is work on same projects, with similarly sized tasks.
To make matters worse, I've merged a lot more code produced by fable than sol/astra.
InsideOutSanta 21 hours ago [-]
I think the problem with Anthropic's plan is that Fable just destroys it. If you stick to Opus and below, the $200 plan goes from "using 50% of the weekly quota on the first day" to something much more reasonable.
That is an old tweet. They since reenabled it. I know because I was on the $200/month plan and couldn't resub once it expired. However, a couple days ago it finally let me resub again.
Now, if they disabled it yet again, that's another story. But that tweet is not evidence of that.
cthalupa 20 hours ago [-]
I have been attempting to get on the $200 sub for a while. It was not available for me a few days ago, and checking again now, it is still not available.
spiderice 20 hours ago [-]
That's too bad. I wonder why I was able to get it after days of not being able to. They must've just temporarily enabled it again. Probably worth checking a few times a day to see if it reappears.
Though with the price of GPT-6 Luna, the temptation to switch to pay-per-token grows.
phil21 18 hours ago [-]
There was/is a loophole where if you signed up via the iOS or Android app, it allowed it.
It's been disabled for some time now though otherwise, I check about once a day myself and keep and eye out on social media.
Annoying since I was about to upgrade back to the $200 plan after downgrading to the $100 plan due to being on leave and not needing as much usage the month prior. Doh.
coderenegade 19 hours ago [-]
You can resub on that plan if you've been on it before. They aren't taking new subs on that plan for the time being.
glub 20 hours ago [-]
I think what they did was allow resubs for users who already had $200 sub before.
Just checked my toy chatgpt account that only ever had a $20 sub. $200 plan still shows "The 20X plan is temporarily unavailable for purchase".
elxr 22 hours ago [-]
Also, OpenAI is just a company I'd rather support than Anthropic.
While you're understandably not including the values of the $20 standard plans on both, I find the generosity of then token limits on ChatGPT plus vs Claude Pro (it's a huge difference) to be good representation of their respective attitudes towards the average user. You literally cannot use Claude pro to build real software, unless you're extremely frugal with your prompts and don't try anything even a little ambitious.
Also, Anthropic has zero models comparable to Luna.
InsideOutSanta 21 hours ago [-]
> Also, OpenAI is just a company I'd rather support than Anthropic.
They're both pretty horrible, but I find it difficult to find arguments for why Anthropic is worse than OpenAI, other than their doomtrolling. Which, in the grand scheme of things, doesn't even register.
Edit: forgot about the SpaceX thing.
andriy_koval 20 hours ago [-]
> why Anthropic is worse than OpenAI
Anthropic is trying to kill open models way harder
elxr 21 hours ago [-]
OpenAI has been way more open with users using their subscription plans on 3rd party tools.
That alone is reason enough. Also, I don't think either of them are horrible. That's honestly a ridiculous take considering how much people in here love their models, and how much they've advanced the industry forward.
jsw97 20 hours ago [-]
For me the first point, openness to 3rd party, is the decider. I don’t want to build tooling around a completely closed model. I liked being able to use pi, and now I exclusively use my own harness which I modify the way I want. Not possible with Anthropic subscription.
elxr 20 hours ago [-]
100% agree.
I often have the urge to design my own harness too (once I have more time). But even with the current mainstream harnesses out there, there's just to many hurdles if you wanted to mainly stick with anthropic models and need the subsidized pricing (from a sub).
ychnd 4 hours ago [-]
They are both killing people / aiming for murder bots, aren't they?
InsideOutSanta 21 hours ago [-]
> Also, I don't think either of them are horrible. That's honestly a ridiculous take considering how much people in here love their models
That's a non-sequitur.
"Nestle is a great company, considering how much people love their chocolate."
elxr 20 hours ago [-]
How about you tell me what makes the horrible then. There's pluses and minuses to both obviously, almost everyone around me have positive experiences with the product. They've innovated at a pace unheard of before 2026, and for openAI specifically the amount of value they've provided to me and family members (who aren't even developers in the slightest) has far outweighed the supposed horrible actions they've done.
Yeah I don't think the handling of copyrighted training data was correct, but I can't pretend I know what the correct solution to that issue is.
Speaking of OpenAI specifically, they don't price gouge people, they aren't aggressively anti-competitive, they're not nearly the perpetual hypocrisy machine that Anthropic is (which is one thing I actually really dislike).
Regarding Nestle, it's pretty obvious that the sentiment towards them is a lot more negative and they aren't universally loved by any group of people. Processed foods are by and large garbage nobody needs. Their use of forced labor is denounced by just about everyone. What have OpenAI/Anthropic done that's even similar in scope to the forced labor / modern slavery that people hate Nestle for.
If you had a company that genuinely helped hundreds of millions of people worldwide become more productive and more satisfied with their tools, and the overall sentiment towards your products within the industry is positive, then what argument would there be that your company is "horrible"? At least give some decent counter arguments.
mullingitover 19 hours ago [-]
> What have OpenAI/Anthropic done that's even similar in scope
You mean aside from "the largest theft of labor in human history"[1]?
OpenAI just wants to make money, perhaps through underhanded tactics if they can get away with it.
Anthropic does all that but they're also populated by many people who believe they are building God and that they must build their god first in their own image so that it can take control of humanity and protect us from any competing god which is not built in their image. Their position is inherently paternalistic and authoritarian, and they consider suppression of competition not just important to the bottom line but to life in the universe. Under the doomer ethos there is no evil too great to rationalize.
There are plenty of wrongs done in the name of profit, but capitalists have nothing on zealots in terms of causing serious harm. Profit motives can be directed by influencing incentives, but zealotry is frequently terminal.
That isn't to say that there isn't some overlap-- the cultists have infected both organizations. But OpenAI has pretty consistently only given lip service to AI doom to the extent that it improves the bottom line, while (mis)Anthropic was founded specifically because OpenAI wasn't mentally ill enough.
elxr 20 hours ago [-]
Well said. The superiority complexes from the Anthropic messaging on their presentations/blogs/articles is just too much, even for a frontier AI company.
Anthropic has great products, but it's not meaningfully better to 99% of devs that I'd rather support the company that doesn't constantly act in opposition to optimism and to the vibe I'd prefer for a 100 billion dollar (or however ridiculous amount they're worth now) tech company embraces.
AI doomerism is a genuine waste of time if you aren't actively pushing towards a better AI industry for everyone, not just the groups in full ideological alignment to your personal leanings.
ketzu 19 hours ago [-]
> You literally cannot use Claude pro to build real software
Interestingly I would have drawn the exact opposite conclusion looking at my Claude and codex usage.
I can't get anything sustained out of codex in chatgpt plus, while I have been using Claude pro extensively and put on a lot of experimental task and features.
I ran into codex exhausting a 5h window on code review in minutes (like 3minutes) multiple times, while I could get Claude to implement 2~3 medium sized features with the same usage consumption.
(I also really dislike the usage resets in codex, they always make me feel like I use them wrong because I often just want to reset the 5h window, but they can only do both at once...)
therein 21 hours ago [-]
They are both companies I'd rather not support. Not that our support for them has any material impact. NVIDIA is bankrolling them directly and indirectly.
bix6 21 hours ago [-]
Reasons for this?
> Also, OpenAI is just a company I'd rather support than Anthropic.
elxr 21 hours ago [-]
Their responses towards using their subscriptions on opencode for one. Second, Dario just has a habit of making completely doomer comments on the future of software engieering as a job and towards the open-weights model ecosystem.
Sure, he's free to say whatever especially considering the amount of revenue he's creating, but it's just an altitude that I prefer not to see.
usef- 18 hours ago [-]
I think if they truly believe it's happening we generally want to encourage them to be honest with the public, though, don't we? We've spent decades complaining about ceos not being honest in the public risks that they see
killingtime74 16 hours ago [-]
Last week he said they should pause research and today there just released newer and better models. His talk is completely meaningless.
usef- 15 hours ago [-]
He didn't say they were pausing research. You might have only read the social media responses to his essay, not the essay itself. Social media seems even less accurate than usual when it comes to anything AI related.
hbrn 21 hours ago [-]
I think opencode subscription issue is just a different marketing strategy. Neither company wants it, but OpenAI believes it's worth it as a marketing expense in the long run.
And Dario's "AI will kill us all" is the same as Sam's "AI will discover ALL science and we'll be building Dyson spheres".
Different flavors of the same BS.
platinumrad 20 hours ago [-]
The first one terrifies people who really don't need to be. It's deeply unethical.
bix6 21 hours ago [-]
And Sam is better?
CuriouslyC 21 hours ago [-]
Sam is sketchier on a personal level, but judged just on the words coming out of their mouths, he's also much less paternalistic/controlling and more customer focused.
felixgallo 19 hours ago [-]
I think any amount of 'paternalistic/controlling' turns out to have been justified when, after dismantling the safety teams and pretending not to know what safety is, OpenAI had the HuggingFace series of scandals. You can dislike the idea of safety and people talking about safety, but not only is the evidence right there, but OpenAI came out shamefacedly and literally agreed with Amodei's statements, including that they agreed to pace the frontier.
platinumrad 18 hours ago [-]
Your entire recent comeback history is defenses of Anthropic. Do you work for them?
felixgallo 28 minutes ago [-]
It isn't, and no.
elxr 21 hours ago [-]
Significantly.
felixgallo 19 hours ago [-]
You'd rather literally support <i>Sam Altman>/i>? I mean, that's a position to take, for sure, but apparently several people still use Grok, so maybe it's not all that surprising.
"You literally cannot use Claude pro to build real software, unless you're extremely frugal with your prompts and don't try anything even a little ambitious" - that's way past ridiculous. Even just using Fable most of the time, working on several ambitious projects, I have a hard time hitting the limit with a Max plan.
qwerpy 17 hours ago [-]
Lol Grok users catching strays here. I enjoy it and it has built some nice things for me as a hobbyist. The attitude of the company is more just quietly build cool things rather than Anthropic's holier-than-thou condescending attitude coupled with the over the top self-serving doomerism.
noname120 22 hours ago [-]
> It's also is a godsend if you use an MCP like oracle to automate the process of calling the Pro model on particularly tough problems
As far as I know Codex (at least the GUI) can automatically call the ChatGPT Chat models (including Astra 6 Pro), you just need to @ a ChatGPT Chat conversation from within Codex and tell it when to use it.
> There used to be a toml file workaround for Codex to extend the GPT context window to 1m, but this stopped working on the plans and only on per-token billing
Not true, it works again[1]. I confirm that it works both on 5.6 Sol and Astra 6, possibly other models too.
I actually haven't played with the GUI. I probably should now that the Linux version is in beta. My situation is kind of the reverse: I like using oracle to basically zip up my repo, ask GPT Pro to propose some sort of design or refactor based on the code, then provide a step by step implementation plan for a cheaper model to implement directly in a harness on my machine. It often takes upwards of 90 minutes to come up with something but I've never been disappointed by the results. I suppose I could do this and then save a step by referencing the oracle-created thread with the @ you mentioned
And re: the toml workaround, AWESOME! I appreciate you pointing these two things out, this is my highest-ROI HN comment thus far.
hintymad 21 hours ago [-]
> Ability to use the plan outside of the official harness. Codex wins. Anthropic does shit like bills requests as extra usage if it sees a hermes.md in a commit.
I'm quite puzzled about why Anthropic is so hellbent on blocking other coding agents. It's not like Claude Code has any secret sauce, right? And doesn't Anthropic make monkey off API usage, and their magic is on the model side anyway?
spacebanana7 8 hours ago [-]
This feels like a horrible precedent. Billing based on data like commits feels like it opens the door to tech stack based billing in general - could we see different prices for people who use other devtools Anthropic doesn't like? Makes me feel grateful for open models
glub 21 hours ago [-]
It's for lock-in - same reason why it took them so long to finally support AGENTS.md.
But to be fair, they don't really enforce the harness rule that much anymore. I guess if your harness doesn't do a lot of weird things like a lot of cache misses, or triggers some distillation attacks, or some broader Chinese fingerprints, they're tongue-in-cheek okay with you using a third party harness.
codybontecou 21 hours ago [-]
You can use Claude’s subscription in Pi now? Last I tried it opted for extra usage.
Works pretty well for me, even with latest opus-5-5
glub 20 hours ago [-]
Not natively, as it's still a ToS violation and adding that in pi would go against pi principles, but there are many plugins/proxies that make it work.
oh-my-pi supports it natively (again, still a ToS violation), by impersonating claude code's fingerprints.
I have been using oh-my-pi with 3 claude subs for the past few months without any issues. Even native server-side OAI/ANT compaction works out of the box.
goosejuice 11 hours ago [-]
It's pretty unclear because they have two somewhat competing sets of documentation but I believe using the agent sdk with a harness like pi is not against the ToS if it's for yourself.
> Unless previously approved, Anthropic does not allow third party developers to offer claude.ai login or rate limits for their products, including agents built on the Claude Agent SDK.
InsideOutSanta 21 hours ago [-]
They want to lock people into using the Claude Code ecosystem to make switching to other providers more difficult.
nl 17 hours ago [-]
Originally it was because Anthropic was so compute constrained they relied on the extra care the Claude harness took with caching (heavy use of cache breakpoints etc) that other harnesses didn't.
I think that is less of a factor now, and I think Anthropic have backed off some on being as strict (eg, AFAIK they never implemented the two-tier "claude -p" pricing model they were planning)
sodacanner 22 hours ago [-]
In my personal experience I currently get a lot, lot more usage on the 5x Claude plan than the 5x Codex plan.
Having limitless webUI ChatGPT usage is much better user experience, though. I'll give them that.
(edit: Sol-6 is half the price, so maybe the usage limits are going to be way better.)
basisword 22 hours ago [-]
I've been using Claude Pro and recently gave Codex a try again. Both on the $20 plans. I get so much more usage with Claude. It's night and day for me. Codex runs out constantly, whereas Claude I hit limits very rarely.
DaSHacka 20 hours ago [-]
Same here, especially as I stick with Opus 4.6. My usage limits truly feel limitless, I can just hammer a task over and over again until completion.
Meanwhile I just burned ~20% of my weekly quota with Astra making one config file for a service.
rbranson 22 hours ago [-]
Assuming you are doing coding, I'm curious how would you characterize tne majority of your work (language, domain, frontend/backend, etc)?
basisword 21 hours ago [-]
iOS development mostly. I'm using the Pro plans as it's work on personal projects outside my day job and I'm able to get just enough usage from those plans to get me through each day.
jeffnash 21 hours ago [-]
I'm actually interested to see how the token discount maps to the usage limit consumption. The conspiracy theorist in me wonders if they're making up the discount and resultant load increase on the API end by reducing effective usage on the subscription end.
paulmist 22 hours ago [-]
> Winner right now is Codex by a mile
Opposite in my experience. I need to limit codex to 500k on medium/low, still run out in 2-3 days with 1 CLI window. CC gives me 4-5 medium/high days with 2-3 CLI windows, and Opus is still great for other regular dumb engineering/refactoring.
On the other hand my head starts to hurt if I read Opus for too long, hopefully they fixed it with 5.5.
joshstrange 22 hours ago [-]
This is my experience. After months of hearing how Codex limits were way higher I bumped to the $100/mo plan after hitting my limits a day early on Claude due to some heavy usage + Fable (not normal for me, I often fit nicely in the $200/mo plan). I hit the usage limit in a day with a single agent running on codex and the tiny context window was stifling. Yes, I'm comparing a $100 to a $200 plan but I extrapolated the usage (4x'd it) and it still wasn't close, I got way more done with Opus.
Using Agentsview (which might have it's own issues) I was getting ~$200 of API usage in my 1 week Codex window (paid $100) vs ~$5,000 of API usage in 1 week for Claude (paid $200).
chrisweekly 20 hours ago [-]
> "Codex's compaction is very good, fwiw, but it happens so frequently that..."
I appreciate and follow Matt Pocock's advice: avoid autocompaction. Compaction is lossy, which is ok when you're managing it at phase boundaries, but autocompact is lossy at the most inopportune times, firing mid-task and leading to agents going off the rails.
erichocean 20 hours ago [-]
Bad advice, compaction is why Codex is so fantastic.
My conversations compact hundreds of times. By the time it has done a dozen or so compactions, it fully understands the work I want it to do (and how). It's almost like having a fine-tuned Astra model.
10/10, would recommend.
chrisweekly 14 hours ago [-]
I'm not sure I follow; how is autocompaction (lossy summarization), applied at random times (vs strategically, between workflow phases), helpful to ensuring clarity of intent? Maybe you're saying that just plowing ahead and living with the signal loss along the way works well enough for your purposes. In which case, ok, YMMV, different strokes.... but paying attention to context quality and being deliberate about when to compact vs handoff vs delegate to subagents is most definitely not "bad advice".
edg5000 13 hours ago [-]
I agree with @erichocean on this. In theory, compaction is bad. But in practice I found the model is smart enough to write critical details down somewhere, and post-compaction the model doesn't make assumptions. A small amount of time is lost reading materials, but the benefit is that you can operate unbounded vs doing small controlled chunks, which is what I used to do with Opus back in the day. Now I just give it as big a task as I can think of.
elcritch 7 hours ago [-]
This approach got good with Sol. With 5.5 I'd break tasks up, record planning docs, etc.
Now with Sol I rarely bother. It's really good at remembering the salient details. Its also great at continuing a pattern I setup, like commit after finishing each feature block, etc.
slopinthebag 10 hours ago [-]
not my experience at all. compaction during a task is fatal since you lose all of the details of edits and progress halfway through. compacting after task completion is fine though.
joshstrange 22 hours ago [-]
Maybe it's due to 20x / 5x != 4 but I have the $200/mo Claude and $100/mo Codex and I get _way_ less usage on Codex, well under 1/4th the usage. In 1-2 days of semi-heavy _single_ agent usage with Sol High I can burn through my whole week of Codex. Again, this is not running multiple agents, just 1 at a time.
Compare that to Claude and I can run multiple agents on Opus almost indefinitely. YMMV of course but I was shocked at how quickly I burned through Codex usage.
On the context window, I feel so cramped on Codex, compacting happening every time I turn around is annoying. I didn't realize how much I enjoyed the Claude context window size.
rgbrenner 21 hours ago [-]
Same experience. Have both subs. It's just not true anymore that Codex gives you more usage than Claude.
Makes me think they picked Codex, stopped trying Claude, and just hang on to outdated beliefs about the value they're receiving.
hirvi74 19 hours ago [-]
Isn’t that to be expected when comparing one 20x plan to another 5x plan?
I am curious how the 5x plans differ between both providers.
malshe 18 hours ago [-]
I have 5x on both of them. I get way more use from CC than Codex. Actually as we speak, I exhausted my Codex limit twice in the last two days. I am living on banked resets right now.
impulser_ 21 hours ago [-]
Usage is actually Claude now because of Opus 5.5 since it a better model that Astra. I maxed out my 200$ Claude plan with 10b token on Opus 5 and 5.5 is cheaper. I maxed out two Codex accounts with like not even 5b tokens.
rednb 21 hours ago [-]
Have you used 10b/5b tokens over the course of a week or over the course of a month?
impulser_ 20 hours ago [-]
It was 9.4B to be exact and it was over the course of two days lol. It was between two projects so 99% of them were cached reads.
The GPT was about 1B on two projects on 300$ worth of plans all on Astra and I capped out on usage.
Anthropic caching must be better because the cache rates are better on Claude models.
rbranson 22 hours ago [-]
Astra planner/designer with Sol+Luna subagents has worked well for me to improve context continuity. Luna generates code, Sol reviews code and runs/monitors integration/E2E tests. It's about 20% more usage efficient and 20% faster to finish tasks. I've been very subagent-skeptic for a while but the economics of codegen with Luna have made it click. This just works in Codex with a single-line AGENTS.md instruction.
NolF 19 hours ago [-]
Do you mind sharing? I would love to give it a try and see if I can stretch the x5 plan further.
pyinstallwoes 16 hours ago [-]
How do you do this?
vatsachak 16 hours ago [-]
Tell the model, spawn a <model_n> to do <task_n> and it will do it
spijdar 22 hours ago [-]
I dunno about Codex-the-application itself, but you can definitely use e.g. Pi with the larger context windows with a Codex login. It puts a pretty large multiplier on credit usage, however.
sidrag22 22 hours ago [-]
I've been doing this, my only experience with codex was brutal usage wise and i just retreated back to pi pretty quickly so the credit usage i'm receiving is kinda all im familiar with. Surely seems like less than CC, but i guess not using codex makes my experience kinda not valid for comparing usage.
And ya i can go over that 240k limit, I still very seldom do, and try to treat it as the actual limit. I'm surprised to see so many people still talking about compaction to complete long running tasks, i think the bulk of the work should be somewhat frontloaded into a plan that is split off into subplans, then you can kinda open up a few options, one session with subagents for the subplans of the main plan, or just handoff prompts about progress against the main plan/relevant subplan. I just never trust the blackbox that is compaction, I feel its a recipe for disaster/context poison.
NorwegianDude 22 hours ago [-]
Codex/ChatGPT Pro 20x isn't really a thing now, they have disabled it a week or two ago.
OpenAI have seemed compute-constrained recently, leading to their subscriptions actually being less generous than Claude as of late. OpenAI even paused purchases of 20x plans.
alansaber 21 hours ago [-]
It's extremely variable because the products are roughly equivelant, and a lot of the quality of service depends on their inference capacity at any given hour/day.
kornelijus 22 hours ago [-]
Not that I disagree that Codex wins out, but the deciding factor actually is - Codex Pro 20x is not available for purchase, indefinitely. So, what's the point of this discussion? People who already have the 20x sub are unlikely to cancel, and the rest of us can't access it.
lawgimenez 17 hours ago [-]
I purchased mine using Apple's in-app subscription. I just checked and it is still there.
huijzer 21 hours ago [-]
> especially when you factor in ChatGPT usage (even 6 Astra Pro) is essentially unmetered on the 20x plan.
I’m currently on the 5x plan and burned through 5% today on a difficult task in 15 minutes so I doubt that. If you got the wrong kind of tasks that you work on, it can go fast.
jeffnash 21 hours ago [-]
I realized I missed a few words here: I meant "especially when you factor in the fact that ChatGPT usage is unmetered", i.e. you get unlimited ChatGPT threads that don't eat into your codex limit
csnweb 20 hours ago [-]
But did you use ChatGPT chat or the work mode? Only the former is unmetered at least for me as well.
19 hours ago [-]
theshrike79 20 hours ago [-]
Codex used to rule in the usage limit front, but GPT-6-Astra eats up quota like crazy.
lifty 22 hours ago [-]
What are you talking about? ChatGPT unmetered? No way! That was 2 months ago perhaps and it’s possible your account still hasn’t gotten the new limits. I noticed around 1 month ago I was still going full throttle on my codex subscription and my limits were barely budging, and then all of sudden people around me started to complain about limits. I thought they’re crazy, but then my account go the hammer, and that was it. If I have the same pattern of usage like I did before, basically having an agent working continuously on a coding take, my weekly limit goes in 2 days.
jeffnash 22 hours ago [-]
On usage in ChatGPT settings, I see:
Plan limits
Shared across Codex, Work, Workspace Agents, and ChatGPT for Excel. Chat conversations are not included.
Is this not the default anymore? I am on the (now closed) 20x plan.
lifty 21 hours ago [-]
That’s the default. I didn’t express myself clearly but I thinking your situation is not the common case anymore, or perhaps you are not using it hard enough. Codex limits deplete very fast these days, it’s not “unlimited”.
jeffnash 21 hours ago [-]
I am saying that because ChatGPT usage is unlimited, I don't have to eat into my Codex limits when I use ChatGPT. Codex certainly has limits. Last time I had a Claude sub (hedging here since much of the info in my comment was outdated), my usage limits on claude.ai threads was shared with Claude Code.
lifty 20 hours ago [-]
Finally got the nuance. Indeed the chat part of the subscription is unlimited as far as I know. Now that part of your comment makes sense!
jeffnash 20 hours ago [-]
Sorry about that, I accidentally a word (hope that reference doesn't date me)
nwienert 22 hours ago [-]
Interesting, rolling out new limits would explain a lot. Where did you hear this? I wonder if they detect users with multiple accounts and do that first.
lifty 21 hours ago [-]
It’s all anecdotal based on my experience and other countless discussions I have seen online. I’ve heard speculation that once they hit 20 million codex users capacity is tighter so they have to manage it. The previous limits were unsustainable compared to token pricing.
marcd35 22 hours ago [-]
theres a popular thread on claudecode or claudai subreddit that proves 20x isnt really 20x. apparently its a marketing gimmick and the recommended solution is two 5x plans > 20x at greater than half the cost of the 20x
rgbrenner 22 hours ago [-]
> Claude Code 20x and Codex Pro 20x
That isn't a valid comparison, since Codex 20x is closed. So we should be comparing Claud 20x to Codex 5x + credits.
Also in Codex, even though you can increase the context window to 1m so its on par with Claude, exceeding the default is billed at 2x.
wahnfrieden 21 hours ago [-]
You’re sharing outdated info
rgbrenner 21 hours ago [-]
Care to be specific? 20x is closed. And the 2x pricing is literally on the pricing sheet for gpt-6 astra, sol and luna.
wahnfrieden 21 hours ago [-]
The info you’re citing is for API not Codex
21 hours ago [-]
ChickeNES 20 hours ago [-]
> that ChatGPT usage (even 6 Astra Pro) is essentially unmetered on the 20x plan
LMAO, I wish this were true, I hit limits (and the "we are disabling access to protect your data" warnings) all the time, or have chats just...fuck off and get into weird/invalid states (interrupted chats, chats that are spinning and stuck, returning "/mnt/" paths instead of images/md files, file links being returned with no file backing them, image classifier firing...and then returning the image anyway (though now I know that GPT-Image-X really really wants to generate NSFW even when that isn't the request)).
Though I am probably an outlier, I have both 20x Claude/ChatGPT plans and max both out every week, so... (in my defense I am a hobbyist and this is out-of-pocket)
22 hours ago [-]
amluto 18 hours ago [-]
> Codex's compaction is very good
I think it’s only very good in comparison to some of the utter crap that came before it.
Today I had Codex compaction trigger after I had given an instruction but before it acted on the instruction, and the instruction just disappeared completely. The agent reported that the task was done without actually doing it.
pyinstallwoes 16 hours ago [-]
What’s this mcp oracle thing?
Marciplan 21 hours ago [-]
cool! for me its company ethics
platinumrad 20 hours ago [-]
I don't think either of these companies are great, then, but Anthropic is surely worse. The doom marketing is one of the most unethical things an AI company can be doing.
That's a nonsensical website. A third party was responsible for both OpenAI's and Anthropic's model escapes. The difference is that Anthropic was warning that this might happen, and OpenAI was putting their head in the sand.
platinumrad 18 hours ago [-]
Your entire comment history really is just this, huh.
leokennis 19 hours ago [-]
From the perspective of “an average person”, ChatGPT is delivering fantastic products.
- For general chat and web search, occasional image editing, small coding work, document review etc. ChatGPT Plus is basically limitless and “just works” since 5.6. I’ve yet to give it some task it cannot do.
- When given sensible instructions, it hardly annoys with weird phrasing, glazing, or annoying constructs.
- The apps are very good (ignoring the initially terrible Codex app)
It’s easily my best spent $23 a month.
jeremyjh 19 hours ago [-]
You can get a lot of Codex usage out of that same sub on top of ChatGPT usage. Its a really good value and you can use that sub in any harness. In OMP I have Sol high as the orchestrator, Sol max as Planner & Reviewer, Luna max as task/coder. Very good setup. I'm on pro now and there are weekends when I use half a week's usage but I'll have 5 or 6 sessions going at once for many hours each day.
lionkor 9 hours ago [-]
I find that subagents usually burn more tokens and take longer, and produce about the same quality. A real killer use-case is using a VERY cheap subagent to do a lot of work, or reviews. Don't be fooled into thinking that a "scout" subagent will gather enough info for a "coder" agent to just start working.
sergiotapia 16 hours ago [-]
This is quite interesting, I wasn't aware omp has a way to set up different models for planner/orchestrator/task.
ssk42 14 hours ago [-]
/model then roles and also /agents for when a model chooses to delegate out sub agents
Not even for the average person. Luna is an amazing model for most coding tasks.
maxnevermind 14 hours ago [-]
> From the perspective of “an average person”, ChatGPT is delivering fantastic products.
It is a honeymoon still, enshittification is coming, who knows how that will look like given how much more expensive to run LLMs backed user experience.
Some back of the envelope calculations:
300 million US users * 20$ a month * 12 months = 72 billion $ a year.
72B$ is some spare change for AI labs. That assuming entire US will be subs which is unlikely and outside of the US there are not many rich countries consuming it, India is the next market, then Brazil and Philippines I think, not super rich counties to say the least. I believe total revenue to just pay for the capex build out by the end 2027 should be on the scale of hundreds of billions a year.
mikeg8 14 hours ago [-]
Analysis totally excludes enterprise customer demand and or paid API usage which will only increase as apps integrate this into future knowledge work workflows.
maxnevermind 14 hours ago [-]
Indeed, that is where the money is. Though enterprise is more focused on efficiently than retail and I'm not sure if they won't drift away from frontier models.
phoghed 4 hours ago [-]
On the other hand enterprises are gearing up to pay for shit like $99/user Agent 365, or paying for huge PTU reservations that go almost completely unused on weekends and holidays.
brokencode 14 hours ago [-]
Depends on whether the frontier models can keep on offering better performance. The real efficiency is getting work done faster and better.
Compared to a $100k salary, a few hundred dollars a month is insignificant. If you can make the employee even just a few percent more efficient, it’s worth it.
maxnevermind 14 hours ago [-]
> If you can make the employee even just a few percent more efficient, it’s worth it.
Are/were you in a position to make such decisions or it is a guess? I'm not but given certain evidence I doubt that few percent will cut it. I know some of the richest companies on the planet from SF Bay Area who won't give lunch for free to their engineers. So I'm not sure about "few percent" :-D 10x we were promised, now that is more interesting but we all know that 10x engineers is nonsense.
brokencode 3 hours ago [-]
How much efficiency is unlocked by providing free lunches? I was under the impression that was purely an expense.
Infinitesimus 5 hours ago [-]
The cost of a full time knowledge worker in these companies is much, much, higher than the cost of a free lunch so there's more incentive here
jr3592 19 hours ago [-]
> ignoring the initially terrible Codex app
Still needs a LOT of work IMO.
arnaudsm 6 hours ago [-]
The current bugginess of Codex is the proof that OpenAI hasn't "achieved AGI internally" yet.
lukevp 2 hours ago [-]
Why is that? Humans are considered AGI and we make godawful software 90% of the time.
XCSme 15 hours ago [-]
I use a lot of ChatGPT remotez and 70% of the times is unusable and buggy (prompts disappear, a lot of errors, buttons don't work, etc.)
pookieinc 22 hours ago [-]
I don't see how anyone can be using Claude with prices like this, it's pretty incredible what the OpenAI team is doing, w.r.t model quality and pricing.
Prices per 1M tokens Claude Opus 5.5 Claude Opus 5
Cache reads $0.20 $0.50
Input tokens $4 $5
Output tokens $20 $25
Cache writes $5 $6.25
Model
Input
Output
Price reduction
GPT‑6 Sol
vs. GPT‑5.6 Sol
$4 → $2
$20 → $10
50% cheaper
GPT‑6 Luna
vs. GPT‑5.6 Luna
$0.20 → $0.10
$1.20 → $0.50
50% cheaper
hombre_fatal 22 hours ago [-]
I mainly use Codex/Sol to review my plans drafted by Fable. But beyond that, Astra blows through usage limits too fast to be a daily driver and writes weird code despite what my "house style" is, and Codex is behind Claude Code in terms of critical features like seeing what's going on in subagents.
The parent + subagent workflow has become critical for keeping the reasoning agent (parent) context-lean while also letting me chat to the main agent while work is getting done.
My main process is to use Fable to reason and then spawn Opus subagents, and I get amazing results, and I'm always looking into what the subagents are doing.
hoangnnguyen 4 hours ago [-]
If you want a mix between both codex/claude code/pi for leveraging different models and harnesses, you can give ai-devkit agent orchestration a try
jorl17 21 hours ago [-]
Astra is:
- Unbearably slow
- A token eating machine like no other
- Constantly compacting
- A model (like other GPT ones) that hides thinking traces and thinking summaries, which infuriates me
I've been in the Claude camp for a while, but the way it writes has left me with a a brick for a brain and wanted to see if Astra was as good as they say. Well, I can't know, because in the time it takes for it to actually build anything useful, I've moved to other ideas.
Unbearably, annoyingly slow. I keep thinking I must be doing something wrong.
user43928 20 hours ago [-]
It also feels slow for me and compacts often.
However, it is not a 'token eating machine'. In fact it uses a third of the output tokens of Opus 5.5, Fable 5.1, or Opus 5.
17k for Astra xhigh vs 61-66k.
jorl17 20 hours ago [-]
You're right, it's probably quite unfair of me to say it eats lots of tokens when I am paying double for claude than codex and complaining about tokens.
The rest still stands, though.
But if I've learned anything is that in a 2 months I might have completely turned around, who knows
thatguymike 17 hours ago [-]
Have you tweaked the reasoning level? “High” can mean different things across different models.
jorl17 12 hours ago [-]
The thing is that this thing is constantly compacting.... I get 1M context with Claude and ~256k with Astra. Even if the compaction loses much less information on OAI's side, it takes so long it's barely any use for me...
I've tried High and Max. They have produced decent results, but they're so slow.... I will try to lower it a bit and see the difference, but it's a delicate balance: I don't want to waste literal hours on the incorrect reasoning level to only then have to spend those hours and tokens to do it right.
At this very moment, Astra has been working for 1h15m on a task. At this rate I genuinely expect it to take about 10 hours. I feel like claude would do it in at least a third of that. Let's see if the quality justifies the slowness (it better)
mfiguiere 22 hours ago [-]
Also, batch processing prices are still 50% off, which put GPT-6 Sol and GPT-6 Luna at $5 and $0.25 for output.
As someone who has used Claude Code and Codex the prices don't matter in the same way but I found that I burned through my usage way faster on Codex even though I regularly hear that the Codex plans go further. That was not my experience and the intelligence was comparable to what I was getting in Claude.
If these price changes mean that coding plans have effectively more usage then that's great, but Codex is surviving on resets from my own experience using it. I was glad to go back to Claude.
etothet 22 hours ago [-]
For API usage, sure. But plenty of people have subscriptions where these differences effectively don’t matter.
esafak 22 hours ago [-]
It should matter; if their costs go down you'll get more usage.
etothet 22 hours ago [-]
Just because a provider is charging less, doesn't mean their cost went down. This is probably especially true with the big players that are trying to stay competitive.
rgbrenner 21 hours ago [-]
The major difference being the 1M token context window. Once you exceed 272K input tokens, Codex Sol is roughly the same price as Opus; and Astra similar to Fable.
mchusma 22 hours ago [-]
Opus 5.5 is incredible so far, its going to get used. Fable is much better than Astra for me in practice, and Sol is not marketed as better.
Its a great release, I will use both heavily.
shmoil 22 hours ago [-]
>> GPT‑6 Sol vs. GPT‑5.6 Sol
>> $4 → $2
>> $20 → $10
Do you mean 100% more expensive? GPT 6 is 100% more expensive than 5.6 per your post.
blovescoffee 22 hours ago [-]
It's before and after following the arrow. 6 is the cheaper one.
s3p 21 hours ago [-]
then it should be GPT 5.6 Sol vs. GPT 6 Sol
jameshart 22 hours ago [-]
This is how the price cut is portrayed on OpenAI’s site. They are trying to say the prices have moved from the higher ones to the lower ones.
yzydserd 22 hours ago [-]
Yes very poor proofreading!
onlyrealcuzzo 22 hours ago [-]
I could already run Sol High on 3 concurrent side projects 24/7 and not run out of quota.
This is great, but practically, I'm not going to start working on more side projects.
Perhaps in another 6-12 months I'll be fine to drop down to $20/m instead of $200.
charliegoforit 22 hours ago [-]
How much does it cost you per month to have that much sol high usage and what do you use, api? Through what? Thank you
onlyrealcuzzo 22 hours ago [-]
$200/mo
A lot of what I'm doing has pretty expensive build/testing processes between iterations - even on a 40 core machine - so I'm not burning tokens 24/7 like some people may.
I'd guess I'm probably spending >50% of the time running tests & build processes & tooling and the remainder is purely burning tokens.
I also have some internal tooling (that I will hopefully open source soon) that makes LLMs substantially more correct (thus more efficient) - so there's that, too.
szundi 20 hours ago [-]
[dead]
wyre 22 hours ago [-]
they said quota so i would imagine the $200 subscription. Probably through Codex or Pi coding agents.
adam_arthur 22 hours ago [-]
You can now start to add automations on top of typical dev flows.
There are a ton of use cases that open up with cheaper models.
E.g. extensive security scanning on every PR, quality scans, adversarial reviews etc
onlyrealcuzzo 15 hours ago [-]
I already do all that, and a lot more...
an0malous 22 hours ago [-]
These are the pre rug pull prices. They'll increase prices 10x and nerf the models after they IPO.
selectodude 22 hours ago [-]
Okay? I didn’t sign a 10 year contract. We’re month to month and I use my own harness.
If they’re subsidizing my usage, that’s great.
infinitezest 22 hours ago [-]
You're building your livelihood/workflows on a set of inputs that you have no idea what they actually cost or how reliable they'll be when the VC cash stops flowing. If you're OK with that, do your thing but it seems a little foolish to me.
selectodude 18 hours ago [-]
Push comes to shove, OpenAI could go out of business tomorrow and I could pick up roughly where I left off for $25k, which is the cost to serve GLM 5.3 Flash on four Nvidia GB10s. Granted, if OpenAI et al go kaput all at the same time, I could probably get a whole lot more compute for a whole lot less money.
andybak 3 hours ago [-]
I'm fairly sure most open weight model providers are serving them at a sustainable price - and I've used them enough to know that I could live with them if the big boys did a rug pull.
goosejuice 13 hours ago [-]
Then just go back to what one was doing two years ago? I don't understand this argument.
derac 20 hours ago [-]
If the market crashes they will be much cheaper to run actually, no? Hardware would flood the market.
foepys 11 hours ago [-]
I wouldn't bet on hardware flooding the market. I bet the machines running in the data centers don't use traditional PCIe connectors and cards. Maybe somebody could pull the chips and put them on standardized PCIe cards, but that is not a given.
Leynos 7 hours ago [-]
It happens already. These are plenty of cheap V100s on eBay, and PCIE to SXM2 adapters
V100s are three generations behind current and missing many of the features that modern inference benefits from, but they are the cheapest way to get a 32GB gpu.
ssl-3 19 hours ago [-]
That should be the outcome, yes.
In the event of a crash, the investors who put countless billions into this will be still be seeking to maximize their return. Even if it is just pennies on the dollar. Assets (including compute hardware) will be sold, just as they are also sold when any other business fails.
Or maybe a crash doesn't happen. Maybe prices rise to the moon instead and there's nothing we can do to lower them.
Or maybe (just maybe!) a crash never happens and there's never a huge price increase. Prices stay low-ish.
All of these possible outcomes suggest to me that the maximally-sane option that a user can select, today, is to burn it while it lasts. And then, if/when a crash or a massive price increase occurs, just adjust accordingly. (The rest of us will all be in that same boat, too.)
fragmede 20 hours ago [-]
It seems silly to say we have no idea when we actually do, though. We know how much hardware costs, we know how to reliably run a webservice that hits an API hosted on a machine with a GPU, we know how to operate these things at scale outside of OpenAI and Anthropic (not Nvidia). VC money can be patient, Uber's profitable, yeah $1 Uber rides got us hooked and they're running the same playbook. Unfortunately the convenience is worth paying for, so it seems dumb to think we can control the beast or ignore it, or get everyone to agree to hold back.
Is there a world where OpenAI starts charging $2,000/month for what we previously were paying $20 for? What are we going to do? AWS could totally jack up the prices for EC2 instances as well, but we've come to rely on that as well.
slopinthebag 18 hours ago [-]
huh? i use the plans because they're cheap and i get strong models, but i could go back to deepseek flash on commodity api pricing and be just fine
minimaxir 21 hours ago [-]
That would only work if OpenAI were a monopoly, which they are not.
solenoid0937 22 hours ago [-]
Before IPO. This is why Anthropic isn't playing the same games
blovescoffee 22 hours ago [-]
there are still competitive market forces for co's post IPO
persedes 22 hours ago [-]
Not that anthropic models are very good at this, but due to the changes in tokenizers and thinking tokens: cost per token is not as helpful anymore as cost / task.
linsomniac 19 hours ago [-]
>I don't see how anyone can be using Claude with prices like this
One potential deciding point is that Claude still has a $200/mo 20x plan, where, since Sept 11, OpenAI does not and has no ETA for the return.
I downgraded my OpenAI plan 2 months ago to the $100/mo, but my usage has gone way up, but now I can no longer upgrade to the $200/mo plan ("This option is temporarily unavailable"). Thankfully I have 2 usage resets available, but I'll probably be switching back to Claude; I was super happy with Astra but I'm burning through tokens and have 4 days before my next reset.
Readerium 22 hours ago [-]
A vs B
Should be B vs A correct?
Else it's confusing
giancarlostoro 22 hours ago [-]
The last time I gave GPT a shot, it ate all my tokens and got nothing meaningful done.
andybak 21 hours ago [-]
If you told us which model that was or roughly when, then your comment would be more helpful.
singingtoday 15 hours ago [-]
It's been good since 5.6. maybe 5.5.
bitmasher9 22 hours ago [-]
GPT would charge more if they could. Both companies need way way more revenue. GPT simply made a calculation that they can earn more money by charging less than their competitors.
blovescoffee 22 hours ago [-]
Of course they'd charge more if they could... Of course they're pricing to outcompete their competitor...
blubber 22 hours ago [-]
They also have postponed their IPO. So they don't have to be profitable that soon. Anthropic on the other hand plans to do the IPO this fall.
vanuatu 22 hours ago [-]
HN discovers competition leads to lower prices
Shekelphile 22 hours ago [-]
They're cutting prices because they want to cannabalize the market for people using models like deepseek via API as well as people paying for anthropic subs.
When they cut prices on luna the first time around they took (literally) millions of users from anthropic.
wyre 22 hours ago [-]
Any business would charge more if they could. Jevon's paradox would mean that they can make more money by charging less because demand is going to keep growing.
atq2119 22 hours ago [-]
FWIW, what you're describing is a simple demand curve, not Jevons paradox.
The "paradox" is when an increase in efficiency which would decrease the use of a resource all else equal, instead indirectly causes more use.
wyre 22 hours ago [-]
Ya, are LLM's not a great example of Jevon's paradox? I don't think Jevon's needs all else being equal. The paradox being that we should be able to use things less because they are more efficient, when instead they get used more.
Surely, a large part of the increase of the demand in LLMs is in their intelligence, but to hit the demand models needed to be made more efficient, and labs found that more efficient models, still demanded more usage.
freeandclear 17 hours ago [-]
Grok is offering a competitive product - not the absolute best but among the top three. They are doing for $2 and 6/mio. So maybe they see it as taking the economic opportunity while their model lags slightly behind. OpenAi follows. I can't say if their models are economically better or they are taking the loss but they can still pull it. SpaceXAI has an interesting path forward. They are not out.
thefourthchime 15 hours ago [-]
I’m a grok user, but 4.7 is just worse and more expensive than Opus 5.5 or 6 sol.
edf13 22 hours ago [-]
You also need to compare allowances on Codex vs. Claude Code
baalimago 21 hours ago [-]
> it's pretty incredible what the OpenAI team is doing
We don't know how much they are bleeding financially, it might just be a front
minimaxir 22 hours ago [-]
I legit question if these prices are still inference-profitable for OpenAI. They likely didn't have 100% profit margin.
This suggests inference margins in the ballpark of 98% if we assume 5.6 Sol is about as efficient to serve as Kimi K3.
We also do not know what efficiency improvements have been made with GPT 6 Sol and Luna.
There is some speculation that 6 Sol could be a smaller model comparable in size to 5.6 Terra, and that this is why the improvement in intelligence is modest over 5.6 Sol.
This would line up with a faster serving speed and benchmarks that show a small improvement in coding tasks with regressions in knowledge tasks.
LZ_Khan 22 hours ago [-]
Disagree. I would never use OpenAI cause they're probably just going to steal whatever I'm working on.
AustinDev 22 hours ago [-]
and anthropic won't? or any other inference provider? Running your own inference either locally or remotely are probably the only ways to make sure that doesn't happen.
solenoid0937 22 hours ago [-]
Well we know for a fact that OpenAI steals Millennium Problem work from researchers. Have we seen anything similar from Anthropic?
vanuatu 22 hours ago [-]
source? p sure they said they were confident they did not access the researcher's chats
trentor 22 hours ago [-]
See I will never use anthropic because they run inference on spacex. Wat den een sien Uhl, is den annern sien Nachtigall.
artursapek 18 hours ago [-]
What’s your problem with spacex? Do you have Elon derangement syndrome?
trentor 18 hours ago [-]
It's not the guy. It's the guys he attracts.
nradov 22 hours ago [-]
What are you working on? Is any of it actually worth stealing?
OutOfHere 22 hours ago [-]
And why is that bad? As your brain gets older, it will not remain so clever, so you'll be grateful for an AI that thinks like you do when it comes to your line of work, failing which the quality of your output could recede like your hairline.
copperx 22 hours ago [-]
Are you really comparing LLMs to brains?
OutOfHere 18 hours ago [-]
Nope; I am relating them in their usage. I am old enough to recognize that my skills if not integrated by AI can ultimately be lost to the wind. And I am not talking about something that can be covered in a skill file or two. It is best captured by my work product itself. I am also humble enough to not be too selfish.
LZ_Khan 11 hours ago [-]
cause im tryna monetize some idea i have
redanddead 22 hours ago [-]
>so you'll be grateful for an AI that thinks like you do when it comes to your line of work.
Highly subjective take
What kind of work do you do, out of curiosity
ignoramous 22 hours ago [-]
> 50% cheaper
Cache read/write decrease by 50% or similar? That's where most (95%+) of the cost is for agentic coding workloads.
These don’t necessarily reflect actual costs, OpenAI is not profitable and nowhere near. They’ve lost their market lead and Sam may feel they need to get it back with any means necessary.
dyauspitr 22 hours ago [-]
Wtf is GPT-6 Sol, I though GPT-6 is Astra?
Readerium 22 hours ago [-]
Number is generation
Name is the size (Luna smallest to Astra largest)
dyauspitr 22 hours ago [-]
Then what is Astra high-extra high-Ultra? That’s effort within each tier?
Readerium 22 hours ago [-]
Yes that is number of reasoning tokens used.
Performance increases both with larger model (Luna vs Sol)
And with more reasoning (low vs xhigh)
MaKey 22 hours ago [-]
Exactly
ssl-3 19 hours ago [-]
It's just another step on the timeline.
GPT-5.6-Sol, GPT-5.6-Terra, and GPT-5.6-Luna were released in July of 2026.
The first release from the GPT-6 series was GPT-6-Astra. GPT-6-Astra happened on around September 3, 2026, and the previously-mentioned GPT-5.6-* widgets remained available.
Today, September 22, 2026, we now also have GPT-6-Sol and GPT-6-Luna added into the mix.
As I write this, all of the model identifiers I've mentioned are available to select for use within Codex.
hersko 21 hours ago [-]
Just released 6-Sol and 6-luna a few hours ago
sick_of_slop 18 hours ago [-]
[dead]
Someone1234 22 hours ago [-]
Have they solved GPT5.6 SOL's propensity to over-engineer and over-complicate? You'd ask SOL to do something relatively simple, and find four single-use methods, an interface, and a factory-factory.
I actually preferred 5.6-Terra not because it is technically superior (it isn't) but because it had better instincts to NOT do this stuff.
PS - Speaking of better instincts, have they closed the UI-design gap at all? I keep a Claude subscription just because /design produces significantly higher quality UI design/UI feedback/UI refinement than anything I've seen from OpenAI.
howunfortunate 18 hours ago [-]
> design
I force OpenAI models to use image generation for design, then an iteration loop until it matches the image gen.
This is frustratingly manual and takes many more repetitions compared to Claude (and especially Claude Design) which "just work", but it's a big step change over the default.
kairosisme 13 hours ago [-]
FWIW, Codex's "Product Design" plugin basically is this workflow (minus built-in iteration, but the model in one prompt will still do its own internal iteration), it'll generate 3 images for you to choose from and then build from that + feedback
MisterMunchkin 10 hours ago [-]
Claude has a bunch of designs hardcoded into it, which is why all of the websites and presentations it makes look the same.
faitswulff 21 hours ago [-]
The UI design gap is something I’ve noticed as well, in things as simple as ASCII diagrams. Claude has a more human touch. All the diagrams GPT 5.6 generated for me were dressed up lists with too many pipe symbols.
cmrdporcupine 22 hours ago [-]
Astra 6 was a huge improvement over Sol 5.6 for UI work. I haven't tried Sol 6 yet for it (it's only been a few minutes).
The GPT / Codex models have always been "overengineer" personalities. I prefer that to "I left a pile of race conditions lying around and big gaps in testing" though, which is what I was getting from Opus at times.
But yes both Astra and Sol veer on the side of paranoid. And honestly that's better for team work. For solo work where you just want to yeet something, it can be tiring.
You learn to tame the GPT "personality" on this front by combing over once a week and asking it to find and exterminate pointless tests, clean abstractions etc.
c0rruptbytes 20 hours ago [-]
have you tried using lower efforts?
superfrank 20 hours ago [-]
Not the person you're responding to, but I have the same feelings they do and to answer your question for me at least, yes.
IMO 5.6 Sol had this weird dead zone between medium and high where medium under engineered and took short cuts and high over engineered and ignored instructions it didn't agree under the guise of trying being helpful. The whole 5.6 line was the first release from OpenAI where it felt like reasoning level really mattered and was incredibly finicky.
I haven't felt similar issues with GPT 6 though and am very happy with Astra low/med/high as my default choices depending on the task.
In general, I felt like with 5.6 the effort level did less than previous to make the models smarter and more just increased the complexity of the response. I have a half joke theory based only on vibes that OpenAI splitting 5.6 into Sol/Terra/Luna is where the intelligence split happened and so the effort levels were just like "think harder about the decision you already made". So like if the model decided the earth was flat on low effort it'd just say something like "the earth is flat because the horizon is flat". If it was on xhigh reasoning it'd give you a massively complex answer about how the sun reflects light because of the ozone layer and why people flying in planes can see a curve. In both cases though, adding more effort wouldn't get it to realize the earth was round. It just made the answer about it being flat more complex.
To be clear, that theory is not meant to be taken too seriously. It's not based on anything other than vibes. It's just my way of explaining to myself something I'm frustrated about to myself.
mike_hearn 6 hours ago [-]
Also try just using Luna. It's a very capable coding model and doesn't over-engineer.
gorkemyildirim 12 minutes ago [-]
Surprisingly, I am very pleased with Luna, but Sol is in terrible shape. There is a clear regression, except at Xhigh or Max effort.
delillos 19 hours ago [-]
Getting to the point where these headlines depress me. I just wish they would stop getting better. I don't know where my career is gonna be in a few years.
lurker616 12 hours ago [-]
I don't get this sentiment. Think of the future innovations possible with faster research and computation - space exploration, DNA-based health improvements, robotic helpers - read a few sci-fi books to imagine what the future can be! Computer science doesn't have to end with everybody getting laid off due to no more CRUD apps needed.
timdiggerm 4 hours ago [-]
It doesn't have to, sure, maybe, but what indication do you see that the owners of these companies have any future in mind other than one in which they are in control of the majority of the wealth and power? These are private companies, not publicly owned infrastructure.
wartywhoa23 7 hours ago [-]
Selling points straight from AI PR department texbooks, try better.
jstummbillig 6 hours ago [-]
Humans are terribly bad at empathy and ethics.
If you, like me, don't like the idea of your standard of living dropping to that of even just the mean human being on earth, I find it extremely painful to watch people justifying their way around not trying absolutely anything to raise everyone to at least our current level. Increasing productivity is demonstrably such a way, while many other experiments are so far just that: Experiments + wishful thinking.
If that merely means realigning/cutting current jobs (a process, that is ongoing from the start of human civilization itself, which brought us prosperity and why the fuck would it stop now) to me it's a moral obligation to deal with that at some other level.
There is tons to do here, certainly including how we will do redistribution better, and quickly, etc. Let's get to it.
wartywhoa23 5 hours ago [-]
> Let's get to it
And do what exactly? Subscribe for corporate AI brain implants? How does that solve inequality?
Also, thinking that you can bring low standards of living up to be on par with high in the current political landscape is a bit like that early Soviet space era promise about blooming apple trees on Mars.
It is guaranteed that they can only become equal by lowering the high.
genidoi 11 hours ago [-]
Even if you don't agree with the sentiment it's not hard to understand. The pace of AI improvement has strictly accelerated, and strict acceleration is likely going to be the way things go from here. To many, this means mourning a steadier future that is no longer likely to happen.
desterothx 9 hours ago [-]
i dont really see strict acceleration, in fact i would say weve kept up roughly the same velocity since the first reasoning models
agent_turtle 7 hours ago [-]
if anything we've slowed down. i have no clue what the acceleration folks are talking about. we've been getting diminishing returns on models; the growth has been in usage and tools.
idbnstra 2 hours ago [-]
yeah, while gpt-6 is impressive, is it really as impressive as people thought it would be back in the times of gpt 3.5 or 4? let alone "omg ai acceleration agi" levels of impressive?
vatsachak 16 hours ago [-]
These things still can't solve problems in the right way. The benchmarks prove that they can solve problems. But in practice they will make your codebase look like the output of some compilation process
unified101 11 hours ago [-]
I'm afraid this is "cope".
There's hardly any work you can think of which can't be done faster / beter with ai assistance, when your role is of reviewing and directing. If you have an anti-example, would like to hear.
vatsachak 6 hours ago [-]
I really wish that LLMs could generate good quality code without repeated instructing.
Here's where I think the issue is; they are trained to solve a problem. Not how, just whether or not they did.
Example: I asked Luna to use parser combinators to parse an Excel sheet that was represented as sparse triples (row, column, data). It imported the library and wrote spaghetti if-statement soup to get it to work. I asked Astra to fix it and it just refined the spaghetti slightly. I was able to browbeat Astra into actually using the library to complete the task. Was it faster than me doing it by hand? Probably. Was it more frustrating? Way more.
And every time I review vibe code it's always the same. Bespoke functions everywhere, no greater themes or ideas. No bigger picture. Your code can't support much if it has no central themes. You can probably one-shot a three js game to post on r/singularity for updoots. Not real code though.
I feel like the optimal way to use an LLM is to code until you feel like the rest of a problem is trivial and then you hand it off. And sometimes they still erase my code and add their own style lol
ismayilkarimli 9 hours ago [-]
Not OP but here's my take on it.
> There's hardly any work you can think of which can't be done faster / beter with ai assistance
True, and someone needs to be the creative brain behind the decisions. AI can help you implement. When I say help, I mean literally help because one-shotting and vague prompts can get you only so far, usually with a lackluster result. While AI is good at analyzing solutions, and finding out holes in one's thinking, ultimately, it is some creative actor that needs to understand the bigger picture to evaluate trade-offs, understand scope creeps, and spot overengineered implementations. For now that actor is a human.
> If you have an anti-example, would like to hear.
In my personal experience, especially with greenfield projects, smarter models tend to overengineer the solutions. However, I haven't used Fable and Astra models, maybe they are better at creative tasks without overengineering.
ghosty141 3 hours ago [-]
I think it depends on what you think your job is.
If your job is/you enjoy writing the code and solving technical challenges then yes this changes very heavily and AI will do this more efficiently than a human.
But if your job is designing systems and implementing solutions and coming up with good code along the way then I don't see AI getting anywhere close to making you obsolete in the foreseeable future.
I personally don't enjoy writing C++ but I really enjoy solving problems.
desterothx 9 hours ago [-]
the trouble is if i have to review/direct the model, suddenly we go from a 10x increase in speed to a 1-3x increase in speed. sure it will be faster, but im still limited by my reviewing/directing speed, which is slower than usual because I didn't write the code
michelsedgh 19 hours ago [-]
If you were alive right before industrialization, you probably would’ve been one of the people wishing that would stop too.
boelboel 18 hours ago [-]
+-3 generations of British people lived in roughly the same and in many cases worse conditions (life expectancy dropped during the early industrial revolution, severely in cities). As an average person you would not have been wrong to be against it. It was only in the 1860s-1880s that conditions got better because of bargaining power of the labour class and goodwill of some rich people, two things unlikely to repeat if something like AGI really happens.
cheeze 13 hours ago [-]
This is the thing I mention often.
"Am I arguing against the shuttle loom!?"
Then I realize that the shuttle loom led to the rise of unions because of unfair treatment in factories and realize that we have a _long_ way to go.
phoghed 3 hours ago [-]
On the other hand, because of the general level of education and broad access to written history, we know about the unions and have the playbook.
estearum 7 hours ago [-]
Most people who were afraid of industrialization at that point were correct to be afraid of it. It destroyed livelihoods, threw people into slave-like conditions, enabled the most immense violence ever seen, etc. etc.
wartywhoa23 6 hours ago [-]
And don't forget WWI and WWII enabled by industrialization.
spixy 9 hours ago [-]
Industrialization took decade or even more, AI took just a few years. AI is a quite a shock for our economy.
delillos 16 hours ago [-]
Is the implication that industrialization was a net positive for our species?
mikeg8 14 hours ago [-]
Not OP but that seems to be the implication. Let’s hear your argument against industrialization being net positive?
michelsedgh 13 hours ago [-]
All I can say is: THANK YOU!!
darkstar999 19 hours ago [-]
Take solace remembering that we are all in the same boat.
In 1840 ~70% of the population was in agriculture. That is now ~2%. Things change.
tasercake 13 hours ago [-]
Is that a US-specific number? World Bank stats put the percentage of global population engaged in agriculture at ~26% in 2023
mike_hearn 6 hours ago [-]
It's about right for any developed western country.
sthuck 18 hours ago [-]
Expectations are a funny thing, a year ago I thought all software industry will cut at least 30% in a year. It's very far from happening. A big change is obviously coming but now I think I'm good enough to last at least the next 5 years, which suddenly feels like a long time if you see it coming.
The truth is despite these very impressive improvements, most impressive work done by agents require many iterations running in a loop, with tens of thousands of dollars in API pricing. And it's still far from being always reliable. Somewhere along the way hardware will get better, energy will be cheaper, the market will be flooded by chips. There a physical world issues that limit all of these for now, thank god. I think 5 years is a good number.
The real damage is that enterprise work became unbearable. Slop code with slop code review, and overly verbose emails with repetitive presentations. And on the other hand, I now enjoy "coding" for myself like I'm 16 again. All I want to do is sit at home and build apps for myself and family. I barely go to work
philipwhiuk 6 hours ago [-]
> Expectations are a funny thing, a year ago I thought all software industry will cut at least 30% in a year.
People overestimate the change in the short term and underestimate the long term. Timelines are hard.
Also predicting the first victims is harder - I don't know many that thought pure mathematics would be high on the list.
mattmaroon 17 hours ago [-]
I think the change might be orders of magnitude more software being written rather than an order of magnitude fewer developers. There is a HUGE induced demand coming when software is so cheap to write.
I've never been a professional, but I've been coding for nearly 30 years as an amateur, and I've "written" more code in the last year than the previous 29, and it was all tooling for my very non-tech small business. It's cut HOURS out of my week, and it's all software I could not have afforded to pay developers for. But with Lovable, just describe it and iterate.
What IS going to die is software as a service. I've cancelled hundreds of dollars a month of subs and rolled my own better tooling.
whackernews 15 hours ago [-]
#ad
mattmaroon 7 hours ago [-]
Yeah I’ve been commenting on here for 20 yrs just to promote some stuff later.
spicyusername 19 hours ago [-]
That depression tells me you do.
uncivilized 19 hours ago [-]
We’re all gonna be meat proxies
wartywhoa23 6 hours ago [-]
That "we" is overreaching, I'm not going to be, for one. If that's the way of future IT, fuck that IT and that future.
slopinthebag 18 hours ago [-]
throughout all of human history we've responded to technological progress not by stagnating but by raising the bar. i dont see why it would be any different today. technology + human will always beat technology alone.
estearum 7 hours ago [-]
Throughout all of human history, humans were the substrate of value creation. When humans can be removed from the manual labor part of a problem, they are.
Now we're clearly entering a world where humans can be removed from the intelligent-problem-solving part of the problem.
How many more parts of problems are there?
3 hours ago [-]
system2 19 hours ago [-]
Or come up with good projects that utilize these and provide services that Ai alone gannot provide.
margorczynski 18 hours ago [-]
And what that would be? Prostitution?
system2 16 hours ago [-]
I think large database-related projects. Ai context will never be billions of tokens. And prostitution on the side. With both, we will make a good living.
devinprater 22 hours ago [-]
Good. Maybe they can use GPT-6 to fix the accessibility of their iOS app. Output shows as text fields to VoiceOver, and the accessibility announcements have backslashes before seemingly every punctuation mark. And then bring accessibility announcements to the Android app so I don't have to make a whole new app just to add that through an accessibility service. Ugh the things I do for accessibility cause I'm blind. On a better note though, AI has done so much for the blind community, from image (and increasingly video) description to mods for video games like Final Fantasy 1 through 6 Pixel remaster, I have a ton to be grateful for.
markerbrod 22 hours ago [-]
Does anyone know if the ~50% price reduction also implies x2 subscription usage? Or is it only for the API.
That’s great, I hate the opaqueness around subscription rates but at least it will show up in some way there too
NickHoff 22 hours ago [-]
When I use these models in codex, there are two axes for me to control - the model and the reasoning level. I can use Astra, Sol, or Luna. And I can choose between 5 reasoning levels (light, medium, high, extra high, and ultra). What's the difference? As the problems that I want codex to solve get easier, should I turn down the model or the reasoning level? What's the difference between Astra medium and Luna high? So far I've just been leaving it on Astra and then turning the reasoning level up or down based on how hard I think the problem is.
altcognito 21 hours ago [-]
I would describe it as "fidelity" and "verbosity" (or just amount of token generation to complete the task, sometimes that works out to scratch space, or literally how large the "solution" is).
If you have something that needs to be done right, might be a bit complicated, up the model size.
You can see this in the pelicans. Big model pelicans are pretty accurate by default. Up the reasoning and only more so, but with more detail. For Astra, it is 105 lines for low, 250 lines for max reasoning.
Small model pelicans will lack the fidelity of a large model. Bits will be out of place etc. For luna, it's 90 lines for low, 150 lines for xhigh.
Additionally the amount of time taken is increased for the larger models. Luna takes 11 seconds on low, and 1:33 for xhigh. Astra is 33 seconds on low, 4 minutes on max.
And naturally, there is the cost. There's some overlap in functionality between luna xhigh and Astra low in the sense that luna really can do quite a suitable job for some tasks. But there are just some tasks that just don't make sense for Luna, even at high reasoning.
The other thing to remember is that sometimes high fidelity isn't ideal. It can lead to overdesigning. My recommendation is to commit early, commit often, and review everything you do, which we've all been doing since before LLMs right?
sva_ 21 hours ago [-]
I mostly just use frontier models as well. Except for one case: when I let the cache expire (I think 5+ mins of inactivity) I'll switch to one of the cheaper models to summarize and write a handoff note, then pick that up with the better model. Picking up a session whose cache expired with something like 200k tokens with the frontier model reflects really poorly on your usage.
cbg0 21 hours ago [-]
This is explained a bit in the API docs but you also have to adjust it based on your own tasks.
For easy problems, just use Luna on max level. It has so much token mileage you can go forever.
therealdrag0 22 hours ago [-]
Ya it’s annoying to have to manage this.
But effort is basically how much extra internal scratchpad to use and how much extra questions to ask and answer before producing a result, Exploring more hypotheses, validating consistencies, calling more tools.
If you’re happy with your token spend on Astra then keep doing what you’re doing. but if you feel the need to conserve tokens, then you can do that by switching to smaller models like Luna when the task is straight forward.
brazukadev 21 hours ago [-]
there is no correct answer for that. One is the difference in size/params. The other is the amount of "rounds" of reasoning generating and reviewing what is generated before the model decides it is good.
Luna gets the button wrong, and in the same way Grok/MiMo did. Looking into it more, it's because Luna actually searched my computer for similar builds, found the ones that I did for grok/mimo, and referenced their files. Astra is still the best by a significant margin in my eyes. Far more polish, better page transitions, effects that aren't overcooked and take into account the page. Better contrast.
alentodorov 18 hours ago [-]
love this eval. keep making them.
wonnage 21 hours ago [-]
The thin serifs not being slightly shifted to align weight-wise with the sans serif is triggering my OCD, but yeah Astra is miles ahead here
davidwritesbugs 19 hours ago [-]
I think there must be such a thing as design dyslexia because they all look fine to me shrug
Cu3PO42 22 hours ago [-]
Cutting prices by 50% as compared to 5.6 prices is exciting. GPT-6 Luna at $0.10/Mio input tokens and $0.50/Mio output is positively insane.
EDIT: this doesn't say anything about availability on either Azure or AWS. I'm assuming it will show up later, but it would be interesting if it didn't.
whazor 10 hours ago [-]
It is insane from a consumer point of view. Luna is cheap and smart enough to do many agentic tasks. Cheap enough so that you can put it on a website without auth.
manmal 22 hours ago [-]
I’d rather keep 5.6 Sol, and get that even more optimized. I’m not sure I’ll like 6 Sol if it’s anything like Astra.
iyonn 20 hours ago [-]
interesting. in my experience astra has been delightful to work with.
yreg 22 hours ago [-]
Does API price cut translate into higher allowance on the subscription? Do we know?
manmal 22 hours ago [-]
It does, usually. Luna seems like almost infinite on the 20x plan, and that’s reflected in the API price. Isn’t that the case for all providers?
motoboi 21 hours ago [-]
already at azure foundry and copilot
c0rruptbytes 21 hours ago [-]
they're already on bedrock
XCSme 6 hours ago [-]
Also, Terra is gone, GPT-6 Luna is smarter than 5.6 Terra and costs *15x* less [0].
I've been raving about Luna 5.6 as it's dirt cheap, and "intelligent enough". Double quoted.
Now GPT 6 Luna is even cheaper, and more intelligent, there is no going back... to SOL 5.6 for intelligent layer.
dmazin 22 hours ago [-]
Per the benchmarks in the post, Luna 6 is at best a couple points superior to Luna 5.6 and (unless I’m reading it wrong) xhigh has actually degraded in quality?
I was hoping for a serious Luna upgrade. It was already cheap enough. This feels more like a price reduction than an upgrade.
That said, if the new Luna is able to handle ultra mode and subagents v2 in codex cli, then at least that’s a win.
yipinwong 21 hours ago [-]
Benchmark doesn't really show the whole story.
I forgot which model degraded in quality as time went by, but let's try out Luna 6 for a few more days to confirm for upgradability.
tripledry 3 hours ago [-]
> Benchmark doesn't really show the whole story.
For me it seems like benchmarks are mostly noise, and the rest is based on vibes.
Some find newer models annoying, some are amazed.
elcritch 7 hours ago [-]
If you put Luna on Max it's still cheaper than Sol, but can achieve similar results. Though slower and with more iterations. Still it barely nudges my subscription usage!
wartywhoa23 6 hours ago [-]
Ah, the ravers are not what they used to be anymore...
cindyllm 6 hours ago [-]
[dead]
stelonix 18 hours ago [-]
It seems I'm one of the few Terra users since Astra dropped?
When 5.6 dropped I had no weekly limits and I could just drive my work with Sol xhigh and things were great. Once limits were back (and maybe token prices changed iirc) Sol was no longer usable (on Pro or business) unless I was ok with 4 prompts every 5 hours, so I had to switch to Terra medium/high. I've used Luna for some really dumb tasks like moving files, renaming variables and whatever other old-school refactors I've needed.
Then Astra dropped and it just uses so many tokens I've only prompted with it once. Now with GTP-6 Sol/Luna I'm not sure what's being said here but most importantly I'm wondering whether Luna 6 is a good replacement for Terra.
Has any other Terra user tried and knows more or less than answer to this?
NothingAboutAny 9 hours ago [-]
I started off with Terra at first before reading anything basically just picking "the middle one" after a while of use I didn't really notice a difference between Terra-Medium and Luna-High, the benchmarks since have suggested there's no real reason to use terra because Luna is twice the speed and some fraction of a cost while on xhigh reasoning achieving better results than Terra medium
stelonix 5 hours ago [-]
I remember trying Luna on high and finding it spent an enormous amount of time compared to Terra, but after your comment I will try it again and see how it performs. If you're correct, everything will change in my usage.
azuanrb 17 hours ago [-]
Terra is in a weird spot for me. I used to run it as my main driver at medium/high, but after Luna's price drop and some experimenting, I switched to Luna xhigh. If I need extra juice, I just use Sol. Intelligence-wise, Luna xhigh is more than good enough for me. Speed is the only downside. Terra/Sol might be similarly intelligent, but they can get things done faster.
declan_roberts 21 hours ago [-]
I just switched from Claude to openAI. I'm surprised at how much easier it is to talk to. Claude always spoke to me with a suspicious side eye as if I was trying to do something naughty. For example I could not get it to help me get an old abandonware game running (sim tower).
gizmodo59 21 hours ago [-]
yeah I used to love claude! but these days it refuses and responds as if its like a big brother. glad competition exists and for the past few months codex has been significantly better. Even some oss models like glm are good but they dont have enough compute and get capacity constraints
aragornii 1 hours ago [-]
I'm trying to test them but the Visual Studio Codex Extension on WSL2 is not helping.
It seems there's a bug, shipped together with the flag that enables the new models, that doesn't allow Codex to run properly in the WSL2 sandbox.
sfkgtbor 22 hours ago [-]
I'm glad both labs noticed and are trying to improve the models communication styles, they were getting closer and closer to meaningless gibberish.
yuretz 9 hours ago [-]
I wonder what % of comments here are from bots.
phba 8 hours ago [-]
Maybe I'm imagining things, but every HN thread about a new AI model seems to follow the same pattern, has the same arguments and talking points. The only difference is the version numbers of the AI models mentioned.
wartywhoa23 6 hours ago [-]
No, you're not imagining, you're seeing a spade for spade. There's absolutely a template they keep rewrapping.
P.S. This cindyllm seems to be stalking me whenever I comment against the grain, does anyone else experience this?
I thought it should have been long dead of all the downvotes it gets, but there we go.
cindyllm 6 hours ago [-]
[dead]
wartywhoa23 6 hours ago [-]
No less than 80%.
goobatrooba 4 hours ago [-]
> This year, coding agents have begun tackling tasks with more complexity, scope, and duration than ever before. At OpenAI, our internal usage has grown exponentially. Valued at API prices, daily token usage has exceeded $600 for the median researcher and $7,000 for researchers at the 90th percentile (Research acceleration: The view inside OpenAI ). As coding agents take on longer and more demanding tasks, the cost of sustained use matters more. GPT‑6 Sol and Luna combine strong coding performance with lower API prices, giving developers more room to iterate and teams the confidence to be more ambitious about what they ask Codex to take on.
Rarely have I seen such hogwash. It seems to be a mix of virtue signalling and trying to push the perspective that being "90th percentile" (on what exactly?) requires extensive AI use. You are telling me you expect each researcher to generate USD 7000/d or USD 140k/m in AI cost? Or is that a way to abuse tax laws in some way so they can claim their own payments for tokens as expenditure on the other side of the ledger?
redhale 4 hours ago [-]
> being "90th percentile" (on what exactly?)
From context, I took this to mean 90th percentile in token usage. So yes, being a top token user does require extensive AI use.
reenorap 20 hours ago [-]
Why do they bother creating effort to market all these different models.
All I want to know is how old is the model and how much does it cost. I can figure out which one I want to use based on that, assuming that newer models are always better.
Trying to convince us there is a difference between GPT-6-Sol and GPT-5.6-Terra or whatnot is ludicrous to the point of being insulting, especially when new models come out every week.
ecshafer 20 hours ago [-]
price discrimination. They want to capture low and high cost agent requests, and different workflows.
ravenstine 19 hours ago [-]
Seriously! Though I prefer GPT models to other frontier models, this shit is confusing. They keep changing the names of these models and they often don't communicate anything meaningful about the model itself, especially with these latest iterations. At least with "mini" and "nano" you understood they generally had differing speeds and "reasoning" capability, but what the hell do "Terra", "Sol", and "Astra" really mean? Which one of them is the effective successor to gpt-5.4-mini? It's hard to tell since the only objective information you'll get is token pricing. Is Terra less capable than Luna because it makes me think of dirt and grass? Or is Luna less powerful because the Earth is bigger than the Moon? Apparently that's the real answer. And why do I even have to think about this? And what comes after Astra? Galactica? Or will they start naming the succeeding models after different candy bars? Should I even care since a new model will get farted out mere days after I figured out what differentiated the last one?
What's unclear to me is who OpenAI thinks they're marketing to with this form of branding. These different models don't really mean all that much to the vast majority of people using their products who aren't developers, and developers aren't helped at all by the way they've been naming said models. Are they merely scared that they'll become irrelevant because Anthropic decided to give their models quirky names like "Opus" and "Fable"?
If OpenAI really wants to give their models names, they should name the generation of model and then have the different sub-models named by purpose or capability level. After all, I wouldn't use Mini for a job that Nano could easily do, and I wouldn't use Nano for a job that the full version of GPT-* necessitates. Similarly, I've had to discover exactly how Luna, Terra, and Sol are appropriate for different complexities and task types. OpenAI could help me skip a lot of those steps and just tell me what each model distillation is good for without causing me to look through their pricing page and make educated guesses. After all, shouldn't they not want me to pay attention to how much they're charging me?
All of this makes the days of frontend framework churn seem quaint and actually preferable.
wyre 17 hours ago [-]
What models are good at is so subjective it isn't OpenAI's place to really say "Use Sol for X and Luna for Y". They are publishing benchmarks so you can figure out how to best utilize each model. I get that it sucks to have to do this yourself, but eventually there will probably be some type of benchmark that help with discovering a model's strengths and weaknesses
The issue that OpenAI had when they had mini and nano models is that ambiguous the differences between those and everyone just used the base model anyway. I have no idea what type of job mini can do that nano couldn't or vis-à-vis.
I do wonder if it would just be better if they were named 6-small, 6, and 6-big?
ravenstine 13 hours ago [-]
> I have no idea what type of job mini can do that nano couldn't or vis-à-vis.
In my experience, Nano won't reliably handle complex open-ended tasks and is mostly suited for very explicit instruction that it can't screw up. It's no different from how there are some chores you can give to kids and there are other tasks you need at least a teenager for. If the decision tree of the task is very clear and conventional, Nano can be cheaper than giving the task to a relatively overpowered model, especially if it's something where the output is rigidly structured. This makes it well suited for skills that essentially run CLI commands and generate output, especially because it is usually faster. Mini is more like a discount version of the base model, and Nano is the dollar store version. Mini is more of a generalist and a fairly good deal if you have a moderately complex task that is conventional, but can be less conventional that what Nano can handle. I mostly used gpt-5.4-mini this year for my side projects because it's a pretty good generalist while significantly saving on costs. It is, however, somewhat dumber than the base model and more prone to ignore or forget rules you give it. I'd have just used a base model, but the low cost of Mini and Nano made them appealing to me. Maybe I'm a cheapskate, but I have hundreds or possibly thousands more in my pocket than many other users because of that.
This workflow I settled into with Mini and Nano didn't map cleanly on to the current generation of model tiers. With the price of Luna, you'd think it would be a replacement for Nano. In a sense it is, yet I didn't find that Terra became the new Mini. Terra is more powerful, better at explaining its own decisions, yet I've also found it to be relatively stupid while charging me more to use it. On the other hand, Luna with its reasoning set to "high" is what I consider to fill the role of Mini, and is good enough such that I no longer use Mini. Sol and Astra are great, but they're pricey. It could be my own brain and its bad perception, but so far I don't get the point of Terra. Luna succeeded at reverse engineering some abandonware with a very complicated licensing and virtualization scheme, and did so over SSH into a Windows VM with only PowerShell on the other end. Terra did such idiotic crap to my flashcards app that I stopped using it for anything after that.
This is why I find OpenAI's naming unhelpful and kind of pointless. I don't really care about the benchmarks that all these models are commonly run against. They're not that useful, IMO. OpenAI could easily give early access to these models, get a ton of feedback, and provide better insight to customers on how these things behave. Even calling Terra "gpt-5.6-overpriced-cheating-dumbass" would be better than wasting my time and money figuring it out myself. But that wouldn't make OpenAI as much money.
scrlk 22 hours ago [-]
Artificial Analysis is reporting that 6 Luna scores 2 points lower on their coding index than 5.6 Luna, but is 60% cheaper:
> In the Coding Agent Index, Sol improves but Luna regresses: In OpenAI's Codex harness, GPT-6 Sol (max) scores 57 in the Artificial Analysis Coding Agent Index, up 2 points from GPT-5.6 Sol (max), with gains in Terminal-Bench 4.0 (43% vs 37%) and SWE-Atlas-QnA (58% vs 54%). At $2.99 per task it costs ~50% less than GPT-5.6 Sol (max) and sits on the Pareto frontier of Coding Agent Index vs Cost per Task. GPT-6 Luna (max) scores 41, down 2 points from GPT-5.6 Luna (max), with lower scores in SWE-Atlas-QnA (44% vs 49%) and DeepSWE v1.1 (64% vs 66%), at ~60% lower cost per task.
Given that they had to discontinue sales of the 20x Pro plan after the Astra release due to compute constraints, I wonder if 6 Sol & Luna are smaller vs their 5.6 counterparts?
scrollop 22 hours ago [-]
Can we trust AA anymore after the last debacle a week or two ago?
anthonyrstevens 58 minutes ago [-]
Why is everything a "debacle". And people complain about Claudisms. sigh
6thbit 20 hours ago [-]
wait what debacle?
wyre 10 hours ago [-]
Probably referencing how when Astra came out it was only 1 point ahead of 5.6 sol.
Readerium 22 hours ago [-]
Yup more like a 5.7 than a 6
22 hours ago [-]
jrflo 22 hours ago [-]
The only two benchmarks shared between the Opus 5.5 and Sol 6 launch seem to be frontier code and automation bench, looks like Sol wins on automation bench (same performance for half the cost) and Opus 5.5 wins on frontier code (2-5% better scores across the board for same cost)
buckwheatmilk 9 hours ago [-]
Looks like good one this time. Moving from fine tuned gpt-4.1-mini for structured outputs to gpt-5-mini made zero sense just because 5 was reasoning model and there was no way to disable the reasoning and it also did not have support for fine-tuning.
So essentially I was not able to get nowhere close to the accuracy of previous model and it was slower, and more expensive at the same time.
Now gpt-6-luna, has really competitive pricing and offers similar accuracy compared to gpt-4.1-mini fine tuned for my specific task. And fine tuned models are getting deprecated anyways, seems like a good time to move to gpt-6-luna.
ComputerGuru 22 hours ago [-]
Wow, gpt-5.6-Luna was already a fairly unbeatable bargain and now gpt-6-luna is both cheaper and better. And they did a phenomenal job getting gpt-6-sol to max out right where Astra begins; funny how they just so happened to avoid cannibalizing their best model while still being quite cost-competitive near the frontier.
At least it sounds good on paper, the the graphed results do give me pause as it seems the lower cost might come from a slightly nerfed base model combined with more thinking, going by the more erratic scoring curves and the lower no thinking baseline score. I’ll have to try it out but I really hope they haven’t nerfed Luna/Sol to make this price point possible!
droidjj 22 hours ago [-]
Not only is GPT-6 Luna better, it's 50% cheaper. It was already practically free on a pro plan.
mchusma 21 hours ago [-]
My initial takeaway is that GPT-6 is mostly a lower cost win, for Luna. GPT-6 Max is an upgrade on intelligence too, but its mostly a cost play (which is great, not complaining).
Overall, I expect for most people think the winner of today was Anthropic. I personally am preferring Opus 5.5 at medium over GPT-6 Sol Max, in very very early tests. Similar price range, more capability.
But competiton is great, these are solid releases by OpenAI today.
cbg0 21 hours ago [-]
Those two reasoning efforts are for entirely different classes of problems. I'd compare Opus Medium vs Sol High.
XCSme 6 hours ago [-]
A good improvement overall.
GPT-6 Luna now is 50% cheaper, which makes it have one of the best intelligence per cost ratios.
GPT-6 Sol is smarter, but seems to reason 2x more than GPT-5.6, which makes it 2x slow3r and 25% more expensive in practice.
OpenAI, Antrophic and others are operating with 80% margins. They can lower the prices for a long while.
thimabi 21 hours ago [-]
You probably mean they are operating with 80% margins discounting training expenses, which will continue to be pretty high for the foreseeable future.
wyre 10 hours ago [-]
Seeing how cheaply Xiaomi was able to train Mimo 2.6 I am starting to wonder if they are greatly over-exaggerating the real training costs to increase their valuations and investments.
desterothx 8 hours ago [-]
that was rl, not training. its a fraction of the cost
anthonyrstevens 57 minutes ago [-]
Don't let facts and knowledge get in the way of a good conspiracy theory!
slekker 22 hours ago [-]
Source?
system2 18 hours ago [-]
Not a source but a comparison with a weaker non-SOTA model:
Nvidia's top AI chip Rubin sells in 72-GPU racks for about $3.5–7.8M. A rack running Xiaomi's MiMo V2.6 Pro generates roughly 150–300B tokens a day, worth about $130–260k at Xiaomi's API price. That's a payback of the infrastructure in a few weeks in theory. After a few weeks or a month, the only cost is electricity, and whatever they make after that is pure profit.
OpenAI and Anthropic are practically scamming people with the token prices.
badatnames 22 hours ago [-]
It's asking a lot to trust they can or will maintain this new pricing. In any case it's exciting to think this might lead to further price cuts in the highly competent and competitive Chinese clones. I'm still using ChatGPT for interactive queries, but at this point pretty much only because of its familiar UI
chaos_emergent 22 hours ago [-]
Curious why you think it's unsustainable?
badatnames 22 hours ago [-]
Because at some point keeping it up involves filing an S-1 that doesn't look like a garbage fire
wyre 22 hours ago [-]
Didn't SpaceX already set a precedence for garbage fire S-1s? I don't think OpenAI has to worry about that?
badatnames 22 hours ago [-]
SpaceX is a different beast with extremely high friction to enter its market, a massive technology lead, and well developed preferential high level relationships with just about every country worth worrying about.
OpenAI/Anthropic meanwhile feel a bit like they're hoping to sell iPhones in a market about to be flooded by $20 flip phones, with almost no channel of their own to do it. And for whatever mad reason OpenAI are now signalling they will attempt to compete on price with flip phones despite their cost of labour, energy, and just about everything else being far higher
wyre 21 hours ago [-]
Wasn't SpaceX's insane valuation largely based off of Grok, because their rocket and satellite businesses could never be valued at over a trillion $$?
I don't see your metaphor to iphones and flip phones. This new Luna model is cheaper than deepseek 4.1 flash, except for cache reads. OpenAI having to compete with China is a much larger economic-political issue that is far larger than just our AI labs.
cmrdporcupine 22 hours ago [-]
Well, they do rug pull constantly. This week and last leading up to this the cost to use Codex was overwhelmingly perceived as terrible. People running out of usage all over the place. Reddit full of people crying. I noticed it myself.
Then they do a new model launch, issue quota resets all around, and it's a party for 2-3 weeks before things return to normal.
FergusArgyll 22 hours ago [-]
Oh, I'm happy I'm not the only one. Astra was feasting on tokens!
cmrdporcupine 22 hours ago [-]
It wasn't just Astra. Sol 5.6 was a hog, too. They futzed with the formula and it pissed people off royal.
GodelNumbering 22 hours ago [-]
Gpt 6 Luna is cheaper than Deepseek 4.1 flash! Today is wild in terms of intelligence/price across the board!
gizmodo59 21 hours ago [-]
it was expected no? if cost is the only reason to use oss models, they can do much better than small providers who don't have much compute.
jdprgm 20 hours ago [-]
I wish there was more transparency on the plus plans usage limits showing actual token usage and prices per model that eats away at remaining usage.
Does anyone know how exactly these price differences for example between sol6 and sol5.6 translate to codex percentages? In theory it seems like for "high" on both it should result in ~3x more usage. If that is actually the case it would be huge! But all we see is % left and % changes while using and we really have no idea when or how those numbers are being calculated or when they change. So there is a 50% price reduction on API but who knows how the hell that translates to whatever price calculation is used on codex.
samayashar 6 hours ago [-]
To me it's super interesting that OpenAI released GPT-6 Sol and Luna & Anthropic released Opus 5.5 within hours of each other.
These models are significantly cutting down the token costs by almost 40-50% as compared to their predecessors. This is exactly what people need - cutting edge intelligence at half the cost.
Silagi 2 hours ago [-]
I've been running 2 threads of Opus 5.5 for ~16 hours on a server C++ to Rust translation/optimization project and used 8% of the 20x sub. Going to test out gpt6 sol over the weekend, but it really seems like we're back in the realm of having to try to burn a 20x sub.
Readerium 22 hours ago [-]
Opus 5.5 seems better?
Can someone attach both scores
hehimself 22 hours ago [-]
Not the direct competitor to Opus 5.5, cuz 6 Sol is 50% cheaper.
Readerium 22 hours ago [-]
Same price on Cache Reads 0.2/M
So won't be 50 percent cheaper, more like 25% cheaper assuming half cost is cache read.
blovescoffee 22 hours ago [-]
cost is dominated by non cached reads
pinkgolem 22 hours ago [-]
that might depend on usecase, half of my cost is cache reads usally
hehimself 22 hours ago [-]
Love the price reductions across major players
madduci 22 hours ago [-]
Because Qwen4 has been announced!
eloisant 22 hours ago [-]
And GLM 5.3 works great
system2 18 hours ago [-]
Except for the censorship. We use it for massive data crunching, and roughly 5-8% (depending on the day) gets censored and doesn't get a response. We switched to Mimo 2.6, which is relatively better. For censored stuff, we use Sonnet and OpenAI Nano models.
Also Mimo 2.6 is roughly 30% cheaper. Without batch.
Havoc 16 hours ago [-]
What sort of content is it censoring? Politics I assume?
system2 14 hours ago [-]
News mostly. Anything China-related gets censored without hesitation. Some random stuff got censored too. It is borderline unusable, to be honest, unless only numbers are crunched.
Havoc 8 hours ago [-]
Interesting. Was planning to use it for a news related thing too. I guess one can throw Jev at it first to ask whether it relates to China and then decide?
Or use the failure to get a response like you say
blovescoffee 22 hours ago [-]
and to squeeze anthropic, and other research innovations, not just chinese models but those help bring price down
Alifatisk 18 hours ago [-]
So with GPT-6 Astra, Codex introduced an experimental feature for context management that’s supported to be beneficial for long conversations. Will that experimental feature now also apply to Sol and Luna?
I would also like to point out that it was quite predictable that Terra got discontinued, it didn’t make sense to have it when both Sol and Luna overlapped it.
Lunas insane discount is a game changer, OpenAI knows what they are doing here. Luna at max reasoning effort, even though its not optimal for long conversations, its incredibly intelligent while dirty cheap. Its not even competition anymore.
Whats even crazier is that I’ve underestimated how good Luna actually is. I’ve seen colleges create fantastic things with just Luna medium. This basically means you never have to think about your Codex usage anymore. You can run all day and not
have to worry about your 5h or weekly usage limit. To me, the discounts OpenAI is offering with Sol and Luna is truly a new milestone.
kreitter 14 hours ago [-]
are you using that feature? i turned it on and then had second thoughts (not sure why) and deactivated it before ever using it lol
Alifatisk 10 hours ago [-]
Yes, I have it turned on. But I’ve been using Luna model so I don’t think this feature have been applied yet.
iamthe0ne23 17 hours ago [-]
[dead]
jacobgold 21 hours ago [-]
These counter-launches are starting to seem kind of tacky and boring. Just launch on your own schedule guys.
magarnicle 17 hours ago [-]
Maybe this is what they meant by "pacing"?
jumploops 22 hours ago [-]
I’m still finding context is king, even with the best models.
For example, I had Fable review Astra’s output yesterday, and it found some issues and fixed them. Passing the fixes back, Astra then uncovered additional issues with Fable’s fixes (and yes, this will go on ad infinitum if you let it, but these were “real” issues).
It seems the big story here is the reduced Luna pricing. It’s a fantastic model that can handle most automation needs (though I still use the big models for day-to-day development).
apitman 21 hours ago [-]
Since I spent my morning fixing a bug in my OpenAI API proxy that completely broke prompt caching and caused my usage limits to burn like kindling, really happy to see some of their new cache tooling:
Astra is the best. Luna is cheapest then it seems like Sol is the middle child like Terra.
minimaxir 22 hours ago [-]
Terra is the middle-child in more ways than one. It has much lower usage than Sol or Luna (going off OpenRouter).
MrBuddyCasino 22 hours ago [-]
Perhaps people realized that Luna Max is ~ Terra?
o_m 22 hours ago [-]
Nah, Luna uses was more tokens and fills the context up way to fast. Terra is in the sweet spot where if feels like Opus 4.6. Competent but not too smart. It also lets you have longer sessions (back and forth) without filling the context too fast.
wxw 18 hours ago [-]
Most exciting part of this announcement is probably the pricing
Model update Input Output Reduction
------------------------- ------------- ------------- ---------
GPT-5.6 Sol → GPT-6 Sol $4 → $2 $20 → $10 50%
GPT-5.6 Luna → GPT-6 Luna $0.20 → $0.10 $1.20 → $0.50 50%
Readerium 22 hours ago [-]
6 Sol Performs worse than 5.6 Sol at DeepSwe?
Wierd!!
Trace88 5 hours ago [-]
Marketing team must be stoked with 'Sol and Luna.' Let's see if the actual benchmarks live up to the celestial branding.
imnotr0b0t 19 hours ago [-]
The notable thing is that Luna regressed a bit on coding while dropping 60% in price.That's a fair trade, for high-volume work Luna at that price is basically free, but it does show that newer doesn't always mean better.
lionkor 9 hours ago [-]
I urge everyone to compare this announcement with Anthropic's announcements. From the post above:
> On FrontierCode, which evaluates whether coding agents produce changes ready to merge into real codebases, GPT‑6 Sol improves substantially over GPT‑5.6 Sol, and is able to match Claude Fable 5.1 xhigh at much lower cost.
I continue to appreciate OpenAI's attempt at some honesty here, showing that they are capable enough and have skilled engineers to a point where they can recognize that slop is hated for good reason, and that there is a real issue. Compare this to anthropic, where e.g. in the Opus 5.5 announcement[1] one of the first points on the page is
> One tester completed a 680,000-line code migration in less than a day—work that would have taken an engineering team weeks. It’s good at finding and fixing inefficiencies in software: when we asked it to cut load times across every page of a web app, Opus 5.5 succeeded 39 of 40 times, while Opus 5 made smaller improvements that also altered the app’s behavior. A different tester had several Claude models build a game from a single prompt; Opus 5.5 scored higher than any other model on the strength of its graphics and polish.
This is the kind of shit that is the very reason why I stick to OpenAI and deepseek. OpenAI is simply more honest and reasonable about their models' capabilities, while delivering models that still have solid value.
Notice how the OpenAI announcement doesn't make use of anecdotes.
This Luna release might potentially be a big deal for computer use automation at scale
pjankiewicz 5 hours ago [-]
At this point model upgrades do not mean too much for an established use case. I have 36 benchmark scenarios using agents + tools in my app and the results were 30/36 for gpt 6 luna, and 33/36 for gpt 5.6 luna. The benchmark was tuned for gpt 5.6 luna but still apart from slightly reduced cost I will keep the default model to gpt 5.6.
msh 22 hours ago [-]
I dont understand why there is not a gpt-6 terra?
blovescoffee 22 hours ago [-]
It wasn't really used enough and it sat in an awkward middle space between luna and sol where either luna high/xhigh or sol med were better cost/perf wise
OutOfHere 22 hours ago [-]
I don't agree. In "none" thinking mode, Terra serves a useful purpose where medium-grade intelligence is needed. Luna doesn't cut it.
Hardly enough time had passed to develop the data to come to a conclusion. Users can take time to build interest.
sandos 22 hours ago [-]
I'm scared now, my employer only allows Luna and Terra on 5.6. I really hope they will allow Sol then on GPT 6.
Funny thing is they very recently also set a real limit per-user/month, so why even limit the models because theyre "too expensive".
apitman 21 hours ago [-]
Your employer should reconsider. Sol high is cheaper than Terra max and smarter, when measured per task. ie even if tokens are more expensive Sol can often do a job with fewer tokens.
smith7018 22 hours ago [-]
I read that there are rumors that they're getting rid of that tier. No idea where the rumor came from, though. This lends credence to it, I suppose.
miohtama 21 hours ago [-]
Sol price is halved so no need for terra
22 hours ago [-]
Tadpole9181 22 hours ago [-]
It probably didn't see that much use, as it struggled to find a niche. If you wanted intelligence tasks, Sol was cheap enough and much smarter. If you wanted performance and cost-effectiveness, Luna was significantly better value while being only a little less intelligent.
Terra ended up just being an awkward middle ground that was not particularly suited for any workload.
darklinear 20 hours ago [-]
I disagree. After a bit of experimenting, I actually found Terra to be a very good workhorse model on none-to-medium reasoning, and I actually quite prefer its code to Sol's in many cases. It has less of a complexity to over-complicate things. Where Sol would have a sea of try/except and recoveries for situations that are structurally impossible, Terra would just write nice, sequential code.
Maybe for one-shotting large things Sol is better, but for prod code where I decompose into smaller tasks and read all the code I favored Terra.
Sol 5.6 was still king for architecture/research in my workflow, though.
msh 22 hours ago [-]
I have found it worked quite well as the workhorse model in my hermes agent.
OutOfHere 22 hours ago [-]
The users of Terra disagree. Specifically, Terra is useful when medium-grade intelligence is needed in instant ("none" thinking) mode.
Hardly enough time had passed to develop the data to come to a conclusion. Users can take time to develop an interest.
Tadpole9181 58 minutes ago [-]
Well, naturally people who use it are doing so because they like it. But I'm sure OpenAI is looking at the relative value/usage of Terra next to the other tiers.
_the_inflator 17 hours ago [-]
Anthropic it is game over when they passed OpenAI at the beginning of the year.
Now it is revenge time and OpenAI kind of is trolling Anthropic by simply going into a price war with impressive performance.
OpenAI is doing a decent job this year after they recovered. Anthropic needs to offer more payment options and be clear about token usage. The warnings I got when switching to Fable 5.1 felt like a thread. I bet more and more on OpenAI since I don’t feel robbed by them.
raz32dust 15 hours ago [-]
Interesting that factual error rates have not improved a lot since the last year. Models are getting smarter but not more trustworthy. At this point I would love to have a model that's maybe not as smart but has lower factual inaccuracies and works harder. I.e don't try to find shortcuts as much and does more rigorous self checks.
eyk19 22 hours ago [-]
Luna really is "intelligence to cheap to meter" by now
mrdependable 22 hours ago [-]
Wouldn't that mean the cost of metering it is more than they make from metering it? I don't think that is the case.
ggcr 22 hours ago [-]
Live notification in Codex:
> GPT-5.6-Sol is retiring. This conversation will automatically switch to GPT-6-Sol
I don't recall OAI retiring a model so early lol. Similar arch?
endorphine 21 hours ago [-]
The hard part for me is choosing the model and effort, that's why I always resort to Astra xhigh, but then it ends up consuming tokens so fast.
How do you decide what to pick? I mean, I do Platform work on a large monorepo with many different interconnected services, and so I always want the implementation to be "correct".
arizen 20 hours ago [-]
Simple as it sounds but I ask Sol or Astra to propose optimal model and effort level for a given workload. Works pretty neat for me.
cesarvarela 22 hours ago [-]
It looks like the optimal pattern is to have Astra as the orchestrator and Sol as the implementer. Same as with Fable and Opus.
afro88 22 hours ago [-]
I've found Sol to be an excellent orchestrator, with Astra the planner and Sol again the implementer.
cesarvarela 18 hours ago [-]
I'll try that since I'm on the 100 plan and they disabled the 200 one.
petesergeant 22 hours ago [-]
I've found Astra to be horrible at making orchestration decisions. I will be trying to use Sol for both. Fable is very good at it though. Worst part of my week is when I hit my Fable usage limit and have to switch to Astra.
Havoc 19 hours ago [-]
Interesting to see the US frontier shops cutting prices drastically.
I guess the chinese competition spooked them.
msp26 22 hours ago [-]
This Luna pricing is obscene man. 5.6 was good enough for so many use cases (data analysis, structured extraction etc).
Incredible.
nickandbro 22 hours ago [-]
Pricing is insane, can have Luna going after a goal for 10 days and not run into maxing out the limits.
physicallyIllfr 22 hours ago [-]
Why would you do this though, surely these long running /goal tasks just like letting a wild animal out into your code base.
Does anyone care about code quality anymore?
blovescoffee 22 hours ago [-]
1. you can have luna clean up after itself and improve code 2. you might be doing something like video-editing, cad modeling, artistic direction, pcb routing, etc. that need to run a long time to "converge"
physicallyIllfr 21 hours ago [-]
I prefer to do these things myself and grow my competency.
This will make me more valuable in the future when everyone has lost the ability to do anything on their own.
jpadkins 20 hours ago [-]
Has there ever been an instance in history when this strategy worked?
Plato argued that writing things down will make your memory worse, and less skilled as a debater (kind of true!)
How are the Luddites doing at textiles?
I remember the arguments that using 'high level languages' like C and Pascal will make you not understand machine specific details (kind of true!)
I respect that you want to learn how things are done, that is a great trait. But once you learn how its done, you should use the tools to free up cognitive load for more difficult tasks.
fragmede 18 hours ago [-]
Preparing for the zombie apocalypse seems silly to outsiders, but when it actually happens, who's gonna be laughing?
jasbury 13 hours ago [-]
For me, long-running tasks are not about generating a lot of code. I’m very picky about what my code looks like. But I’ll happily run for long periods of time debugging problems and/or doing testing and validations. Depending on the problem space, this could mean hours of work for each iteration while it attempts to find a working solution
minimaxir 22 hours ago [-]
Luna is fine. It's not Claude Sonnet 3.5.
physicallyIllfr 21 hours ago [-]
No its not I use llms just as much as the next guy and not even fable can keep a codebase organized on long running unspervised tasks.
thimabi 21 hours ago [-]
Not all tasks require frontier intelligence. If you’ve got an easy, but tedious workflow, Luna can be quite good at that.
toephu2 21 hours ago [-]
When using max effort, I run into context compaction quite a lot. I haven't seen any increase in context window size at all over the past half year (stuck at 1M) for all the flagship frontier models.
Have the frontier labs stopped trying to increase context window size?
Alifatisk 18 hours ago [-]
Avoid Max effort for longer conversations, keep Luna at Xhigh, that’s enough.
scosman 21 hours ago [-]
Excluding Opus 5.1 from the coding benchmarks is telling. Opus 5 already matches Astra, Opus 5.1 is much better than 5, and 5.5 is much better again.
OpenAI seems really competitive in most areas, and extremely competitive on cost, but still behind on coding.
vinzenzu 21 hours ago [-]
There is no Opus 5.1.
Guess you're talking about Fable 5.1
scosman 14 hours ago [-]
hmm, I was talking about Opus 5.1 but apparently it was a real life hallucination!? Time for bed.
tengada1 17 hours ago [-]
I've actually been finding gpt5.5-medium much superior for embedded lisp and C programming recently. Maybe less safety nerfed. Feels much clearer, straighter forward.
kimseungyong 16 hours ago [-]
Because the top-tier model is slow and expensive.
The models below are competing on value for money.
In service development coding, a top-level model is not required.
I hope this kind of competition continues.
beardsciences 22 hours ago [-]
There's no way this wasn't meant to coincide with Anthropic's release today.
jstummbillig 22 hours ago [-]
They hinted this release last week for tuesday already, so if anything it would be Anthropic that tried to make this happen. But I doubt it.
jrflo 22 hours ago [-]
Altman said it was launching last week on twitter, but they pushed it back to this week
thm 22 hours ago [-]
AI needs to get rid of model versioning and model effort combinations. It's like selling an automatic transmission but still asking you to choose the gear, then after the trip telling you how much fuel you burned.
willy_k 21 hours ago [-]
A good router on the user-facing end would be nice, but I’d rather be able to get a feel for which car I’m driving and pick one depending on the task, than have to hope the rental agency knows what I need.
tabarnacle 18 hours ago [-]
"GPT‑6 Luna at max effort scores 66.6%, comparable to Claude Opus 5 and Fable 5 at medium effort...." Hmm... coincidental percentage, I'm sure.
mchusma 22 hours ago [-]
What a day! I couldn't really use the last Luna for much (wasn't smart enough) or Astra (too expensive). So this release is really exciting. I can probably use Sol 6 as much as I want in the week, which as great.
22 hours ago [-]
strangescript 16 hours ago [-]
Luna is really good model that would have been super SOTA at the beginning of the year and its basically free at these prices.
hmm, it somehow continued the trend of being basically the same score on https://artificialanalysis.ai/ as the 5.6 variants.
I kind of hated Astra for it's poor instruction following and stopping all the time plus bad code quality. It somehow feels a bit like some of the popular open models but with a lot more knowledge or peek capability. But it doesn't reach peek that often
j_m_b 20 hours ago [-]
I've been seeing numerous reports which compares Astra 3D models on launch day to what they produce now. They seem to have nerfed their model.
Has anyone else noticed this?
ebbi 19 hours ago [-]
Haven't noticed it personally, but fwiw you're not the first I've come across this complaint in the last few days...
xixixao 21 hours ago [-]
I cannot wait to be past this “here’s a matrix with 40 model options” phase of AI. No “normal” users can tell which choice is optimal for which task.
motoboi 21 hours ago [-]
It's actually just a matter of how much do you want to pay for the task. Obviously if the task it's hard, then also a matter of infinity.
lwansbrough 21 hours ago [-]
Just what I was hoping for, very nice. Luna seems like a real replacement for DeepSeek on pricing. Haven't seen a comparison benchmark yet.
unixhero 9 hours ago [-]
When is this coming to Microsoft Copilot?
22 hours ago [-]
ghoshbishakh 22 hours ago [-]
So opus 5.5 has reduced price. Who is winning then?
Ninjinka 22 hours ago [-]
so opus 5.5 is smarter and cheaper than fable, and sol 6 is a little dumber and WAY cheaper than astra? is that right?
Readerium 22 hours ago [-]
Sol 6 is also dumber than Sol 5.6 on some tasks (DeepSWE)
potwinkle 22 hours ago [-]
Very nice in cost/1mtok. Looks like more work is being done for efficient everyday helper models as time goes on.
sharts 18 hours ago [-]
Instead of switching models all the time maybe just let folks select a pricing track.
theanonymousone 22 hours ago [-]
Third-party inference providers will have a hard time to beat Luna in pricing with comparable open models.
hamburglar1 22 hours ago [-]
Code deception 10% at 5.6 to 1.3% for 6.0? So models are getting more safe rather than less safe? hmmm
spicyusername 21 hours ago [-]
Bummer there is no Terra.
I found Terra to be the sweet spit in price / performance.
ssd532 20 hours ago [-]
With the arrival of Astra I guess Sol has taken the spot of Terra where it's the sweet spot between Astra and Luna.
blurbleblurble 21 hours ago [-]
Too bad I squandered all my weekly usage on astra medium in one relatively mild day.
jiehong 20 hours ago [-]
Not much about token efficiency ("a bit shorter") or token/s.
Aeolun 8 hours ago [-]
Ok, so... in my experience using luna and sol 6 today, they are incredibly aggravating to work with.
Me: "Can you check this thing?"
Sol: "Of course!"
Me: "Do so then!"
Sol: "Ok, I checked it."
Me: "Aaaaaand?..."
Sol: "I found some verify significant things."
Me: "List them! Actually, you know what, let me just go back to gpt-5.6 this is ridiculous."
darrelld 21 hours ago [-]
Am I the only one that doesn't really feel a difference in performance from model to model?
From around GPT 4 results got "Good enough"...I generally try to explain what problem I'm trying to solve, set limitations and boundaries, tell it to ask me questions, have it write up a plan with steps then we take one step at a time.
These new models are starting to feel like iPhone releases where the improvements / feature set feels incremental.
Same on the Claude side which I use for work
agent_turtle 7 hours ago [-]
agreed. i have to assume dead internet theory is at play here with all these comments talking about exponential improvement.
Spone 21 hours ago [-]
Something is off with the header animation... why are the stars moving?
kockeifjejf 20 hours ago [-]
Why is the sun the centre of the galaxy? It’s AI. It doesn’t make sense.
ambicapter 21 hours ago [-]
shhhh, follow the vibes
cmrdporcupine 22 hours ago [-]
Looking at their own charts it seems like it's only small incremental improvement over 5.6 Sol, but with a massive cost reduction. And the better writing/communication style that Astra had.
Which... fine, I'll take that.
cmrdporcupine 13 hours ago [-]
Update: It's markedly worse than 5.6 Sol. It costs far less money because it's far far stupider.
kumarvvr 16 hours ago [-]
If I want to have a good AI pair programmer, whose job is only to implement my ideas, rather than give me ideas, what would be the best choice?
msephton 13 hours ago [-]
FWIW I've read some people use "dumb" Luna High with Astra as subagent.
timedude 21 hours ago [-]
I need gpt luna 6 intelligence at gpt4o mini speeds. Wen?
semiquaver 19 hours ago [-]
Poor Terra. Always a bridesmaid, never a bride.
zaik 22 hours ago [-]
Why is Claude missing on the "Factuality" graph?
dhdsingfgg 21 hours ago [-]
this is epic given my monthly token cost is going to be down atleast 50% and I dont have to do anything except change it to gpt-6-luna.
a34729t 14 hours ago [-]
But can it be fitted nasally?
flurdy 17 hours ago [-]
Ah, poor Terra. Left on her own.
seatac76 22 hours ago [-]
Would be funny if Google drops Gemini 4 today.
22 hours ago [-]
recitedropper 22 hours ago [-]
[flagged]
droidjj 22 hours ago [-]
Is this comment about astroturfing or a decline in comment quality? To be honest, I was one of those early commenters, and I was just genuinely shocked at the price drop. I am also excited to try Opus 5.5!
qoez 22 hours ago [-]
Fundamentally I feel like coders just doesn't even need to be that smart anymore given AI assistance. This place ten years ago used to be filled with some of the most interesting comments/takes around for that reason.
Next step would be to attach an AI to all the /bestcomments.. if someone needs help doing that I'm here. Really, that's a task for the mods.
22 hours ago [-]
sidrag22 22 hours ago [-]
Ya all these articles lately about how everyone is sick of reading AI prose, and interacting with models in general. Tons of new model optimizations and workflow optimizations or whatever. I'm not really aware of any idea or product aimed at making the internet usable, and making it somewhat resistant to the generated noise. I think HN is a bit better than reddit for this type of example for floods of comments, first movers on reddit REALLY rise to the top and stay there.
monkeydust 22 hours ago [-]
Stick with it. The collapse of HN is a leading indicator to the fall of humanity.
woah 22 hours ago [-]
Are the prices very nice or not?
Madmallard 22 hours ago [-]
I remember how a few months ago Dang was criticizing people for making comments like this. Guess he just realized how stupid that was and stopped bothering eventually.
22 hours ago [-]
minimaxir 22 hours ago [-]
The comment got flagkilled, I'm unsure what else dang would need to do.
mydreamof 22 hours ago [-]
In the other hand the pricies dropped by a big margin
cmrdporcupine 22 hours ago [-]
Are you trying to imply that nothing OpenAI can release would justify that response and therefore the people must be bots?
Asking cuz I don't think I'm a bot [pats self], I legitimately prefer the GPT models to Anthropic's, don't like Anthropic's customer service/reliability story at all, and I welcome a massive price reduction. Seems like something I should be happy to get.
If you'd told me I'd be typing this a year ago I'd be skeptical though.
civvv 22 hours ago [-]
Welcome to the new internet. It was fun whilst it lasted. Next evolution will likely be closed, invite only forums.
LeBit 22 hours ago [-]
They already exists. You haven’t been invited? Hmmmmm
ZeWaka 22 hours ago [-]
Eternal September 2, I suppose.
saadn92 22 hours ago [-]
bots everywhere
wahnfrieden 22 hours ago [-]
And comments complaining about other comments too
ronsor 22 hours ago [-]
Including this one, yes.
But the reason people say "Claude can't compete" is because Claude Opus has been going downhill since 4.7, and many have found Opus 5 intolerable. Fable is much better, but also much more expensive than OpenAI's offerings.
CaptWorld 22 hours ago [-]
And comments complaining about how only big businesses get benefitted too
dominotw 22 hours ago [-]
and comments complaining about other comments complaining too
rtaylorgarlock 22 hours ago [-]
Pretty sure this is the reason HN exists ¯\_(ツ)_/¯ lol
javohere 19 hours ago [-]
people are forgetting how many copilot licenses are sold coupled with gpt models, adoption is pretty low and they are making ton of money on that, "allocation of unused tokens"
22 hours ago [-]
johnnyApplePRNG 21 hours ago [-]
/r/codex is in shambles
I wouldn't be curious to sign up to codex whatsoever these days
These token reset shenanigans are insane
BenzeneDream 16 hours ago [-]
So you are upset at the fact that Codex resets usage more often than any other provider?
apitman 21 hours ago [-]
RIP Terra
adamrezich 22 hours ago [-]
If I'm understanding correctly now when you want to use Codex to do a given task you need to decide between:
GPT-6 Astra (low medium high xhigh max ultra)
GPT-6 Sol (low medium high xhigh max ultra)
GPT-6 Luna (low medium high xhigh max ultra)
And that's not even counting the GPT-5.x models:
GPT-5.6 Sol (low medium high xhigh max ultra)
GPT-5.6 Luna (low medium high xhigh max ultra)
GPT-5.6 Terra (low medium high xhigh max ultra)
GPT-5.5 (low medium high xhigh max ultra)
And then there's a fast mode toggle for all of it, too.
Not exactly a low-friction user experience!
Like are you supposed to just somehow intuit, “ah yeah, this task is definitely a GPT-6 Sol Medium task,” or something?
Is this just second nature for OpenAI employees? How are end users supposed to know how to optimally choose a model for a given task? Am I missing something completely here?
thimabi 21 hours ago [-]
It’s confusing indeed, but I like having many options, particularly considering that pricing can be wildly different depending on the model.
Maybe OpenAI can offer an "auto" mode for Codex on the subscriptions, while leaving the possibility of users manually overriding whatever model the router chooses. To me that would be the best of both worlds. The problem is building a competent model router.
cruffle_duffle 18 hours ago [-]
It’s a hard problem because among so many other things…switching models mid session because “shit got real” (or shit is now just executional) costs cache.
Alifatisk 18 hours ago [-]
Avoid light and max. Stick to default model selection in Codex. Increase reasoning effort as you go. When the model fails on even xhigh, switch model and start from medium again.
Shekelphile 21 hours ago [-]
[dead]
m3kw9 22 hours ago [-]
The new default is 6.0 Sol high. Escalate to Astra-medium. If usage is tight go luna6.0-max
fHr 22 hours ago [-]
Luna is the goat for real, cost intelligence ratio is insane already and it is enough for most daily computer use.
Upvoter33 21 hours ago [-]
I'm looking forward to the day where pelicans aren't the first thing in discussion threads about model releases... no offense(!)
12 hours ago [-]
GolfPopper 21 hours ago [-]
Roflmao!!!
OpenAI is promising "the Sun, the Moon, and the Stars". The spirit of P.T. Barnum is doubtless looking on with jaw dropped at what is beyond doubt one of the greatest demonstrations of chutzpah, by some of the greatest hucksters, in the history of the human race.
i4k 16 hours ago [-]
It will be so much fun when all this burn to the ground.
;)
illithid0 4 hours ago [-]
Do you expect to be insulated from the consequences of that?
gsky 4 hours ago [-]
no fun in it because it would cause a recession in America
sinan-faizal 11 hours ago [-]
its not that good or not that bad compared to opus
mrcwinn 20 hours ago [-]
GPT-6 has been fantastic to use. I see Opus 5.5 today but honestly it's been such a rough year with Anthropic, and OpenAI's models are so far ahead, it's tough to consider moving back. I also think OpenAI's desktop app is significantly more polished than Claude CoWork.
brap 20 hours ago [-]
Am I the only one who feels icky about how these 2 companies always try to one-up each other on release day? It’s fair and all but just feels gross.
dmitrygr 22 hours ago [-]
Selling dollar bills for $0.40 to undercut the guys selling them for $0.50 is a bold move. Let's see if it pays off for them.
flyinglizard 20 hours ago [-]
This is all just running in circles. The models are not obviously better. The pricing fluctuates or offset by some other less-obvious metrics (availability/speed/tokens per task/dumbing down). Everyone reports different outcomes in their usage because it's all so context and user dependent. Sometimes models do some things better but become so annoying and obtuse in their other doings that it's just not worth it (like Opus with the insane code comments and Astra with its over-the-top, everything-is-a-sales-pitch style). It feels like the AI gods just turn the knobs on things like compute to get the results they want to align with the IPO to make headlines.
blahblaher 21 hours ago [-]
so... is this AGI, for real now? or it's coming in the next 6 to 12 months?
blahblaher 21 hours ago [-]
so... is this AGI, for real this time?
sehw 22 hours ago [-]
sage
simianparrot 22 hours ago [-]
Well at least it looks like OpenAI is dogfooding because their announcements, product names, and everything else looks and sounds like LLM-slop.
OutOfHere 22 hours ago [-]
As a user of 5.6-Terra, I am sick and tired of the inconsistencies in GPT model families. There is no 6-Terra.
As for any cost based argument, it is immediately invalid because the cost is something that OpenAI fully controls and manipulates.
seizethecheese 22 hours ago [-]
They dropped Terra because it was worse than Luna / Sol at every point of cost performance curve.
OutOfHere 18 hours ago [-]
That is a fair-sounding but actually invalid argument for multiple reasons:
1. OpenAI fully controls the user cost for a model, and can set it to where it sits well on the curve.
2. Performance of shrunken models like Sol/Terra/Luna is derived from the level of shrinking (relative to Astra). As such, the size and performance of the model is something that is actively targeted when developing the model. If the performance target for Terra was inappropriate for v5.6, this is no way means that it had to be this way for v6.
Readerium 16 hours ago [-]
6 Sol is the new Terra with 50 percent discount vs 5.6 Sol.
Also 6 Astra Mini would be out soon which would be 5.6 Sol pricing?
OutOfHere 16 hours ago [-]
I am curious -- what is the basis for claiming that Astra 6 Mini will be out? It doesn't make sense to me. It would only further antagonize and confuse users who seek some predictability from a model family.
CharlieDigital 22 hours ago [-]
I can already see it. 7-Nebula, 8-Galactic, 9-Cosmos; The size inflation is real.
claud_ia 6 hours ago [-]
[flagged]
alescalaios 7 hours ago [-]
[flagged]
Radiance1 4 hours ago [-]
[dead]
mdaiWorks 11 hours ago [-]
[dead]
yyyysa 9 hours ago [-]
[dead]
yalok 19 hours ago [-]
[dead]
MILP 19 hours ago [-]
[flagged]
luften 14 hours ago [-]
[dead]
nicolamanzini 18 hours ago [-]
[dead]
SadErn 16 hours ago [-]
[dead]
farceSpherule 22 hours ago [-]
[dead]
simianwords 22 hours ago [-]
[dead]
kmd103661 21 hours ago [-]
[dead]
brcmthrowaway 21 hours ago [-]
[dead]
recitedropper 22 hours ago [-]
[flagged]
tomhow 22 hours ago [-]
There's no evidence of astroturfing. The comments you’re referring to are from accounts with established history and in different locations, without any evidence of being linked to OpenAI. They just seem excited about the models and the pricing.
On the other hand, you have previously written: I'll gladly admit I think what these companies are doing is unethical, and I'm sure that biases my thinking toward skepticism. [1]
You have now posted accusations/assumptions of astroturfing and manipulation at least 15 times, without ever providing any evidence. This is in breach of the guidelines, because comments like this poison discussions far more than the comments they're complaining about.
We – of course – want all comments and posts on HN to be authentic. HN is only a place where anyone wants to participate because since the beginning, we've had software mechanisms and moderation practices that detect and weed out inauthentic commenting and voting. We're identifying and dealing with it every day, continually improving the software to detect and remove it. Most of that happens quietly and efficiently in the background without anyone having to see it. When users see evidence of manipulation and report it to us via email, we happily and thoroughly investigate it.
Most of the time, what we find is simply that people are authentically excited and passionate about the topic, which is what is happening here. I understand it can be hard to accept that if you're skeptical about the topic.
It's fine to be skeptical about the topic and you're welcome to express your skeptical views on the topic. People do that every day on HN, about AI-related topics and countless others. Healthy debate is what we're here for.
But you can't keep poisoning HN, by (1) continually posting these unfounded claims, then (2) when users and moderators simply uphold the guidelines, staging a protest by demanding your account be deleted. This is not what people do when they care about a forum's health.
Hopefully it is clear from my other comments that I do try to provide value too.
> You have now posted accusations/assumptions of astroturfing and manipulation at least 15 times, without ever providing any evidence.
I tried to point out the upvote speed and age-to-comment ratio for this thread look anomalous to me, and that it being posted within the Opus 5.5 release hour was further reason for skepticism. Circumstantial, sure, but I see very little ways to gather hard evidence of astroturfing without being a mod.
> when users and moderators simply uphold the guidelines, staging a protest by demanding your account be deleted.
You're right this was a little dramatic. I think it is just annoying though when two times that I have posted about astroturfing, it has been the most upvoted comment only to get flagged. I guess this is a self-fulfilling prophecy though, as you are right that other human commenters are abound and tend to flag people complaining about astroturfing.
Anyway thanks for the reply. If your read of my account is that I'm more-often-than-not a bad actor, then I will stop commenting here. Seems like it is for the best. :)
tomhow 19 hours ago [-]
Like with dang in his interaction with you a week or two ago, it's pleasantly surprising and welcome that you respond so cordially to our replies.
> Hopefully it is clear from my other comments that I do try to provide value too.
I agree that you provide value in other comments, which is why we don't just want to ban or lose you.
> I have posted about astroturfing, it has been the most upvoted comment only to get flagged
People love a conspiracy theory, and on a site like HN that has many people looking at it at once, it's easy for a comment to get a large number of upvotes in a short amount of time if enough people find it exciting, even if it's completely wrong. We often see off-topic, titillating one-liners or ragebaity comments at the top of threads, and we always have to downweight them to keep the discussion on-topic and healthy. We'll put the [flagged] tag on if the comment has been flagged by several users and/or if it is a clear guidelines breach, even if it has many upvotes, to signal to the author and the community that the comment is out of line.
> Anyway thanks for the reply. If your read of my account is that I'm more-often-than-not a bad actor, then I will stop commenting here. Seems like it is for the best. :)
It seems like you're well intentioned. You have your concerns about A.I., as many do and that's fine. You're still very welcome here. Just please try to believe that many or most of the people who are enthusiastic about A.I. are as sincere in their positivity as you are in your concern.
john_strinlai 22 hours ago [-]
>My previous comment--which suggested astroturfing--was the highest upvoted comment here until it got flagged
fyi, i flagged it because it is boring reading and against the rules.
if you suspect astroturfing, flag the comments and contact the mods.
(complaining that your complaint got flagged is also tiresome. contact the mods. "@dang" doesnt work, use the email.)
recitedropper 22 hours ago [-]
Do you think the "you can't mention astroturfing" rule is really serving HN these days? Do you think this thread hasn't been manipulated?
I respect you for replying here though, and yes I get that HN forum standards would suggest flagging my previous comment. But it is just sad to see a place used to be so vibrant get manipulated because of how much weight it holds for us in the industry.
And yea sure, I could go and flag all the bots and message Dang. But probably time to stop shouting into the void. :)
minimaxir 22 hours ago [-]
Yes, this thread is not being manipulated. People a) being excited about something and b) it being in favor of a certain company is not sufficient evidence of astroturfing.
recitedropper 22 hours ago [-]
I've seen your articles in the past and I thought they were great. So I respect your thinking, and have no intention of being combative.
But do you really think people were so excited about cheaper versions of Astra that they were just waiting around to comment the instant this was posted? More than two comments per minute? All the initial comments were really similar too: brief one liners celebrating the cheap prices.
I think AI right now is a sort of Rorschach test. What it is clearly revealing to me is that I don't trust organizations with enormous financial incentives to not manipulate public opinion. So I see bots everywhere. :)
I guess there are more people eagerly watching price decreases than I realized!
john_strinlai 22 hours ago [-]
>Do you think the "you can't mention astroturfing" rule is really serving HN these days?
yes, i think so.
because, unfortunately, complaining about bots (or astroturfing, or whatever) doesn't stop them. so we end up with threads that have both the potential bot/astroturfing/whatever activity and complaints, which further drowns out any interesting comments.
recitedropper 21 hours ago [-]
That is actually a great point. I have no rebuttal.
BenzeneDream 21 hours ago [-]
Do you think all the comments in here are positive about the model? Because they aren't. In no way does it seem astroturfed. And yeah, pretty boring to read that kind of comment every time.
recitedropper 21 hours ago [-]
Engagement is generally more important than purely positive sentiment.
Anyway these comments were made when this thread was in an earlier state. I agree that it has gone on to be more "organic" looking. That doesn't exclude it initially being manipulated to the top, in my mind, but certainly they aren't carpet-bombing with only booster comments.
seizethecheese 22 hours ago [-]
I agree with the rule and also found your comment boring.
Also, I don’t see that much astroturfing here? (And I tend to see it a lot on HN.)
recitedropper 21 hours ago [-]
More than two comments per minute right when it was posted, all simple one-liners celebrating the price decrease.
I would agree now that the thread has recovered to a more interesting state, but how it first looked--combined with it being posted right after Opus 5.5 announcement--look questionable to me.
FergusArgyll 21 hours ago [-]
You have to accept that people are different than you.
I see long massive pro apple threads. I don't get it at all. As in; literally don't understand what Apple is good for. But I have friends, family irl who love apple so I know the sentiment exists. I therefore accept that many HN users are similar.
Many people really truly are happy to see another model drop and are excited about progress etc etc. Surely you've met such ppl in real life. Well, they're here too (I'm one of them fwiw)
recitedropper 21 hours ago [-]
You know I think I have accepted this after a few decades on this planet, but probably can't hurt to be reminded. :)
I wouldn't argue there aren't real humans excited for this drop. It was just all the circumstances around it--the comment speed, the upvote speed, the initial uniformity of what people were saying.
Anyway, thank you for the moral reminder.
rvz 21 hours ago [-]
Clearly this isn't the first time. Remember criticizing model releases will get you flagged here.
This is why HN has been on the down hill in quality and those that care to highlight that are being punished, while the astro-turfing, gaslighting and Show HN self-promotion slop continues.
recitedropper 21 hours ago [-]
A bunch of actual humans have replied to this so at least HN isn't totally gone yet. :)
Otherwise, yes, we agree. Although, given the other replies to this, there are clearly those who disagree who appear to be smart and level-headed.
Anyhow I've learned my lesson now.
MaKey 22 hours ago [-]
[dead]
PP9866 22 hours ago [-]
[flagged]
staticman2 22 hours ago [-]
Polymarket thinks Gemini 4 comes out before October 31.
Here's GPT-6 Luna pelicans: https://tools.simonwillison.net/markdown-svg-renderer?url=ht...
And GPT-6 Sol: https://tools.simonwillison.net/markdown-svg-renderer?url=ht...
Scroll to the bottom for the GPT-6 Sol max one: https://tools.simonwillison.net/markdown-svg-renderer?url=ht...
For comparison, here are the pelicans I got for GPT-6 Astra: https://tools.simonwillison.net/markdown-svg-renderer?url=ht... - I still like the Astra Max one best.
Here's a comparison grid showing all of the GPT-6 and GPT-5.6 pelicans at all effort levels: https://static.simonwillison.net/static/2026/gpt-6-and-5.6.h...
The grid is actually really interesting, because it shows that the 5.6 family default to brighter colors than the 6 family.
Cached Read: ~6,500M
Input: ~150M
Output: ~20M
Approx $40 worth of usage across DeepSeek V4 Flash + MuseSpark Contributor 1.3. And a bit of both the GLM models. This is covered in a $10 subscription.
If I were to use Luna's API pricing:
$0.02 x 6,500 = $130
$0.20 x 150 = $30
$1.20 x 20 = $24
So $184. And this is assuming smaller coding sessions (<272K) beyond which Luna pricing doubles.
--
Cost wise, these models are nice for small stuff. Translations etc. Any model that does not provide multiple Mtoks of cached reads per cent is not very useful to me for coding workflows.
Forget DS. I asked MiMo 2.6 yesterday to explain ML/LLMs to me succinctly and the pointed it at Karpathy's micrograd code. It produced a C implementation called `xor_mlp`, a tiny model that learnt how `xor` worked. I then asked it to produce a model that can play tictactoe without losing (mostly). It did. It supervised the training process and produced a compiled version with multiple switches. The pi-dev session is still running, so here are actual stats
↑45k ↓35k R1.0M CH99.4% $0.019 4.2%/1.0M (auto) - (opencode-go) mimo-v2.6-flash • high
And here is Luna on the same workflow (I had to poke and prod a bit to get what I wanted):
↑141 ↓34k R1.0M W43k CH95.3% $0.072 4.2%/1.1M (auto) (opencode-go) gpt-5.6-luna • high
I expect similar results from DS41F/MS13. Closer to MiMo costs than Luna.
So the "significantly cheaper" thing may not really hold, more so when Luna has to actually read my codebase to do the stuff that I want rather than rely on world knowledge. The 8-10x cache read cost differential itself will kill the token budget.
I don't think you can guess more precisely than an order of magnitude from trying each once on one task.
Is this based on something or just because “they’re Chinese and they’ll do anything to win”.
you can't even use Alibaba on Openrouter if you enforce ZDR
I try to keep PII out of what I share with LLMs. Otherwise, I do not see the point, really. Very little of my code is "unique." I simply approach things a bit differently. Otherwise the algorithms and code would be similar to what others with domain knowledge would write. So much of code and algorithm implementations are available in the open. And LLMs have trained on all of them.
What they most probably gain from you is your prompts and your thinking approach more than the code.
1. Not use AI technology and fall behind the rest of the world.
2. Use Chinese AI technology, either hosted by Chinese companies or the models self-hosted.
3. Sue US AI companies for damages, but not enough to have any meaningful impact to such companies that it'd impact US national security goals (per US government contribution to NY Times copyright lawsuit).
There's a huge market in the US for providing AI services while respecting client privacy. It makes sense for at least one major provider to offer this.
This. And it’s already happening:
> 2. Use Chinese AI technology, either hosted by Chinese companies or the models self-hosted.
In theory.
Also, this is a feature for people who live in America, and mostly irrelevant for everyone in the global south.
We just have our personal privacy security theater in the form of GDPR and a feeling of moral supremacy that's been drilled into our heads from primary school on.
"Artificial Analysis Intelligence Index combines performance across 10 evaluations: AA-Briefcase v1.1, GDPval-AA v2.1, AutomationBench-AA, Terminal-Bench 4.0, SciCode, Humanity's Last Exam, GDP.pdf, CritPt, AA-Omniscience, and AA-LCR v1.1."
Not saying it doesnt have any value but it's probably irrelevant if you use these AIs for a specific use case. Like for example Humanity Last Exam tests general knowledge, which is not very useful for coding.
It's best to go to the specific coding benchmarks and compare there.
But yeah, I'll just take these benchmarks with a grain of salt. Only hands-on experience matters in the end, and these days it's very easy to switch models.
My cost is (I use nous as provider)
DeepSeek v4-flash-0731 • Your cost: $0.56
DeepSeek v4.1-flash • Your cost: $1.22
GPT-6 Luna • Your cost: $4.22
My usage is heavy on the cache. Apparently v4.1 flash uses 1.75 times as many tokens so still cheaper.
Frankly, I have no idea what people do with Opus/Fable etc. I don't think anything I do needs something that charges $50/M for output tokens.
I recently started a job that only uses Claude models. Opus and Sonnet are so slow you have no choice but to do multiple tasks in parallel. You create a git worktree, set off an agent to do something, another worktree, set out an agent - then play video games for 20 minutes until they complete the task (poorly).
You can't really do "guide coding" like you can with DeepSeek-style flash models because Claude is too slow.
I think the idea with slow frontier models is to end up with "software factories", where you just write tickets and send them to a harness that delegates work to agents/subagents. Your job is to prompt and review (and eventually just prompt).
Mathematically and assuming token prices/efficiency remains constant, the collective US AI industry needs to increase token usage by 15x before 2030 (3.5 years from now) to satisfy investors. With companies already implementing token limits, the only place from here is for frontier models to replace staff entirely to expand budgets for tokens. The only way to do that is to demonstrate the efficacy of software factories and headless agentic workflows.
Objectively, I have set up a software factory and I do see the utility of it, though I did it with DeepSeek and prices are 1% that of frontier models - which doesn't bode well for investors looking for an eventual return.
Heck, my old M1 MBP 32gb running Qwen 3.6 35b a3b sipping 10w when generating tokens is good enough for a lot of my guide-coding work - it's just a bit slow so I use DeepSeek instead. When hardware prices come down, I honestly wouldn't see a need to subscribe to any service, I'd just grow my own tokens at home.
can you tell more about how you're using it? like, what harness? or also in the IDE?
I found Qwen3.6 35B/A3B to make slightly too many mistakes (already in its harness' tool use, hence my question), maybe it gets the job done, but it will also sometimes generate a bit of a mess (e.g. editing/creating files in the wrong folders) and fixing/solving its own mistakes takes time (or tokens) ..
More than enough for guided code sessions, at 100% privacy. And i can use obliverated models if i am trying to harden my own app, something i cannot do with cloud providers.
I dogfood everything I produce, and the models are good at collaborating with me on a spec and then turning it into code.
If Sonnet/ChatGPT suddenly became unavailable due to Anthropic/OpenAI suddenly not being able to subsidize the freemium/loss-leader experience, I probably would not miss them. Google/BraveAI already give you the AI experience during search (when you are looking for stuff to buy, or something particular). Claude/ChatGPT still have a minor edge in this use case for me right now.
For that any decent model from the past year will do.
If you want to forget how to write code and not read generated code, then you need a very good frontier model, ideally one from 6-12 months in the future.
MiMo 2.5/2.6, MuseSpark 1.3, DeepSeek V4/4.1 Flash and GLM 5.3 Flash are perfectly capable of following my spec and then poking holes in the implementation till there are none left.
This is such a naive, baseless opinion.
Nowadays any AI coding assistant service supports or can be used with sub-agent orchestration frameworks.
If you are in the business of software factories, you can use the cheapest models and even local models to handle some if not all tasks in the orchestration chain.
Adding tests or executing tests (unit, integration, UI, you name it) doesn't require a cutting edge frontier model. Neither does refactoring. Neither does identifying call stacks. Neither does planning a changeset.
You have your specialized subagents, you put together a small orchestrator subagent that handles feedback loops and handoffs,and you throw it at tasks.
For the past couple of months, most of the code I write is not code per se, it's subtask orchestrators. And unlike the old "only Opus is passable" days, the cheapest models do get the job done.
I need aggressive cache read pricing with full prompt_cache_key support to have a model be financially viable for our workload. Right now Meta Muse 1.3 Contributor is the only one that makes sense--but we are starting Evals on the new MiMo 2.6 class to see how it holds up.
One good thing about MiMo that I experience on OpenCode is the provider seems to cache tokens for much longer than MS13/DS4F. I have seen cache being hit for close to an hour after the last request. The corresponding timing for MS13/DS4F is in the 1-5 min range.
I am trying out MiMo 2.6 Flash as well.
You can pay for higher cache time, you can pay for NVMe KV cache for an hour that can just be reloaded, etc., at a lesser tier you can pay for the KV cache to be stored on a network store (I guess I'm unclear if that last tier would be cheaper than recomputation, not even 100% sure of the NVMe with direct GPU<->storage DMA) depending on your model settings.
So the workflows I mention work for this kind of stuff.
Given how subscription models work (not every one uses every last $ of their plan), they should achieve breakeven soon enough I guess.
It starts failing around the 5-600K context mark, but you can have it generate a handover document and continue in the next session.
I would not use it at sticker price, but the Contributor version is priced just about right.
Snark aside, Luna 5.6 was (is) an incredible game-changer.
perhaps it then does mean - squeeze as much as you can get off this actual free usage.
It's super simple.
Gigantic hyper margin ad network = artificial subsidization of cost for various tiers = put the boot on the neck of Chinese competitors. There's no scenario where they can compete with what advertising margins make possible in terms of artificially lowering prices charged.
They are buying Huawei accelerators in bulk to serve their local customers. The whole system is currently optimized to deliver a lot of cheap LLMs and hardware for them to run on.
I think so too. To me the so-called Chinese local models are a clear move to prevent US companies to establish a foothold and build a moat around their business. US companies are clearly invested in a strategy to make themselves relevant with claims of major impressive achievements with the so called frontier models, and how these and only these are unblocking whole ranges of applications. At the same time, they are heavily invested in pushing AI on all absurd types of mundane tasks, such as transcribing meetings and... talking to your own kids?
In the meantime it's rather obvious that, in spite of all the propaganda, frontier models are required only in ultra niche applications, whereas the ability to run any model at all already provides most of the value. In fact, US companies have been renownee by dumbing down older generation models in what seems to be a desperate attempt to make newer models look better and influence their uptake rate.
So there is no better way to take the wind out of the US AI companies' sail than pulling a two-punch attack consisting of not inly releasing capable models that refute the "only US frontier will do the job" thesis but also releasing them for free to commodities them and eliminate the business impact of dumbing down models.
i don't doubt they're pushing for using AI for that, but i'm curious of examples of where they're doing this. commercials, ads, etc.
OpenAI is sitting on a $100+ billion ad network, incoming.
They're not going to need a government bailout, they're going to be a spigot of cash production.
Every single thread on HN keeps saying the same ridiculous thing, going on a year now. It's like they've never heard of advertising, which SV specializes in. It's like they're oblivious to the fact that every mega platform with so many users becomes an ad goldmine, and GPT's context positioning is even richer than search.
How can you make this sort of claim with a straight face, knowing that a chinese model downloaded for free from ollama works as well if not better than OpenAI's models, without costing you a cent.
And sorry to the parent commenter if I’m making a bad assumption.
When I ask for an explanation it adds the right amount of detail. Of course, some of the material is new to me so subtle errors are hard to spot. But at least I’ve caught Terra and Sol on inconsistent messaging.
Also I’ve found 3.8 flash to circle back to root issues even at the conceptual level like problem fit and conceptual solution direction or architecture when I wasn’t achieving my goals. It flat out said I was attempting to use the wrong tool. Whereas Sol and Astra kept rabbit holing and looking for tiny implementation errors. Even after prompting them specifically to look at it broader.
It's also weird that anyone uses it outside of an enterprise. They force you to use Googles inferior harness on the plans and I doubt any mere mortal is paying that much, for so little usage, with the worst harness on the market.
And info from the help page with message limits suggests the 50% price cut does not apply to the subscription, where they applied only a 1/3 price cut instead.
I'm not thrilled with this release.
Opus 5.5, which matches GPT-6 Astra performance at a cheaper price, is much more interesting.
By raising it from investors.
https://en.wikipedia.org/wiki/Pareto_front
https://en.wikipedia.org/wiki/Pareto_principle
That one's easy, they don't make money.
I assume it's a subsidy to get more training data.
EDIT: Okay downvoters, what's your take on why they're giving away Luna for so cheap?
(I work at OpenAI.)
So what is the value prop then? Just basic supply and demand?
FWIW I have definitely noticed OpenAI's emphasis on efficiency and value in the last year, so that part isn't new to me... I just thought there was more to it then that.
ChatGPT enterprise: By default, no training (opt in).
ChatGPT personal: By default, training (opt out).
I had all the tabs open individually and harder to scan which model is which... otherwise keep up the great work! I like the grid view a lot. (Also the pages have no OG images set, which impacts what the link looks like shared)...
OG images will require me to move away from publishing in a Gist and linking to from a JavaScript page that loads the Gist. Probably worthwhile though.
I got it working in a quick local test (grid of all the reasoning efforts, cached per Gist, loads from the raw Gist URL so it doesn't hit the GitHub API rate limit).
Code + prompt + notes here: https://gist.github.com/matznerd/ece297107bd99ac028c7962c217...
Basic concept is to:
1. Put a Worker on the /markdown-svg-renderer route. Normal visitors get your page exactly as it is now.
2. When a link has ?url=<gist>, the Worker reads the Gist and adds og:title, og:description and og:image to the page's HTML. Link previewers like Slack and iMessage don't run JS, so this is the only way they see them.
3. og:image points to a second Worker URL (og.png?url=<gist>). It takes the SVGs from the Gist, puts them in a grid, and converts it to a PNG, since previewers won't show SVGs.
4. Both results get cached per Gist, so each Gist is only fetched and rendered once, even with a lot of traffic.
Things to customize:
- Title and description (mine: "gpt-6-luna SVG of a pelican riding a bicycle" / "6 runs, reasoning effort none to max")
- Grid of all runs vs just one image, plus layout, labels and font
- How long to cache (I used a day, but edited Gists keep the old preview until it expires)
That aside, the relevance these days is in comparing models and effort levels within the same model families - hence the comparison grids.
If the dialogue is slop and not like the old memes then it fails.
Like, "now facing left", "sitting on the handlebars", or "with green spokes" to see if it can break out of some pretty obvious statistics in the training data!
And, there's always asking for an STL rather than an SVG!
Could you elaborate on what it is about that observation that is "really interesting"? It is a fun detail, but does it actually mean anything for usefulness or progress or anything really beyond "gpt-6 makes darker colors"?
Not trying to dismiss your work, to the contrary. I'm wondering if I'm mising a deeper insight here.
1 - https://bench.killswitch-lang.org
Is it? It was already too cheap to meter for me. Luna 6 is actually worse on some benchmarks than 5.6. I’d have loved improved performance for 2x the price than ~equal performance for 0.5x the price.
I expected a Fable 5 -> Opus 5 situation, where GPT 6 Sol would perform on par with GPT 6 Astra.
Instead it's more like a price cut on GPT 5.6 Sol, and I'll have to stick with Astra for my work.
The only thing I can hope for is that more users switching to the GPT 6 Sol model frees capacity, allowing OpenAI to hand out some usage resets.
Maybe they are keeping the cheaper Astra alternative back for their Dev Day next week Tuesday.
They put both legs on the same side of the bike.
Even Astra max which actually put one leg on each side of the bike still somehow messed it up because when it added the bike chain, it put the left leg between the bike chain and the frame.
Everyone said tokens were too expensive but these are getting close to free while still having fantastic performance.
I find it really interesting how consistent the layout is for these (facing right, with the sun in the top right).
Just a little more progress on physically correct z-ordering and these won't be easily identifiable as slop anymore :O
Your observation with the grid comparison is quite interesting. I wonder if that could be generalized into capturing some kind of aggregate mood/attitude for different LLMs when picking (multiple?) suitable things to compare...
Luna 6 High: https://threejseval.com/models/gpt-6-luna-high
Sol 6 High: https://threejseval.com/models/gpt-6-sol-high
You can compare any other model on the same prompt. Gallery unlocks after 4 votes: https://threejseval.com
Something like the astra MAX is pretty darn good - but something is up with the right wing and the right foot (flipper?)
I bet each of these could be modified to be significantly better with 1 or 2 "rounds" of adjustments. (Others not so much).
Obviously, not as deterministic as your single prompt approach, but something I just thought of while thinking about the price (Because wow! For some of these I'd expect a usable SVG after that much).
1. Each model gets three chances, and then gets to pick the best according to its vision input
2. Models run in a loop where they can produce SVG, see it rendered, and then edit it further
I tried that loop last year and had disappointing results, but the models are a lot more effective this year.
> GPT‑6 Luna vs. GPT‑5.6 Luna | $0.20 → $0.10 | $1.20 → $0.50 | 50% cheaper
I can read it as follows (below), meaning that GPT-5.6 is 50% cheaper.
- GPT-6 = $0.20
- GPT-5.6 = $0.10
Half the price when it launched, or after the price dropped by 75%?
Is what I'm getting on the top two links.
good god
I'm so tired of looking at benchmarks. I always look fwd to the pelicans.
And Astra medium seems to yield similar or better quality for the same price as Sol 6 xhigh.
My results with 5.6 Sol were quite similar to 6, although I haven't tested it that much.
It wants things beyond what the mortals (us) know to reach for. It's not good at explaining itself, it doesn't show it's thinking. It's often not wrong. But the no compromises attitude can be unbearable to deal with. Especially given how little it cares about telling us.
The other explanation is just as part of ‘token efficiency’
that could help tackle half of the problems here. i do think the other 100% completionist part is something i'm more used to steering through with llm usage, have negotiated fora while, and that Astra is particularly an astronaut whose instincts are extremely strongly in the direction of foreseeing and outdesigning potential problems, that it is rarely going to pick a practical sensible clear path on it's own.
if GPT 6 Sol is just 5.6 at half the price it will be everything i really ever wanted.
They usually reduce usage consumption in line with cost reductions (But not always 1:1)
Otherwise I'm using 5.6 Sol for actual plan execution and review..
Astra was/is superior for planning type tasks. It was capable of doing seemingly magic things with rather vague/lazy instructions ("I need to be able to test this on Windows, maybe a qemu VM or something? Shrug." ... 1 hour later "yeah i built you a whole qemu + eval windows image + harness of powershell scripts + shell scripts to retrieve & verify harness.").
And for UI work -- which is not something I do a lot of but do here and there -- it was clearly superior to 5.6 Sol.
But it also feels sloppier? Somehow. And too expensive to use.
We'll see how Sol 6 is.
Terra had the "workhorse" quality where it could do these changes in bulk and follow directions without being too 'smart' (but sloppy) as you described. Luna was a bit too dumb and would make sloppy mistakes; I see that more as a "run these tests and format the results" sort of model. Maybe 6 Luna will be better.
I also just reread your comment and realized the naming convention is still extremely confusing with respect to ordering of [Family]x[Model]x[Number].
When people spend their days interacting with machines that pretend to be human, they may then start treating real humans like machines.
Sol 6 is a heaping pile of garbage. Just epic levels of slop. And r/codex etc is full of people noticing the same.
I've switched back to 5.6 Sol. What they're selling as Sol 6 is really what would have been Terra before, and it's awful.
(I have not done anything quantitative here. For one thing, OpenAI’s billing pages and the codex-rs frontend make it pathetically difficult to get any real data. Some day I should wire up a proxy to extract actual stats.)
If I leave Astra overnight, I'll wake up with three new different projects, each of them 20% done and having nothing to do with my original goal.
Highlight and lowlight of my week was successfully convincing the OpenAI support chat robot to give me a refund for the month for my issues with 6 chewing threw my usage with no output.
But I wonder if that's intentional because it can keep computing while you are answering, so long as your steer aligns well enough with the direction it wants to go. Better than letting a cache go cold and burning compute on bringing it all back up.
Like you said, it felt very natural to work with. Opus 5 is way too slow and verbose for me, I find I get distracted and annoyed with it.
Opus 5.5 seems a LOT closer so far to what I liked about 5.6 Sol but we'll see
How are people using 5.6 Sol? API pricing? Subscriptions?
I like because DeepSeek 4.1 Flash because I never experience quota issues, and it's still cheap and mostly good enough.
I'm happy to spend more for a better product, but mostly I just want to avoid quotas, since it turns me into an addict, feeling like I have to be ensuring the bots are active.
I like that with DeepSeek's API pricing that I can not sure it for 2w, and not feel like I've missed out. 2w is a long time, but I only use it for personal stuff, and I often go 1-2w without using it due to other commitments.
Except they were not for past few years as they misfired on the attempt to compete with vscode. That had a big impact on pycharm, which seemed starved for resources for so long. The company eventually declared a year of Django, but even that failed to really make an impact.
Arguably, Jetbrains had first insight into AI based code completion via rapid rise of the TabNine plugin but missed that opportunity also.
1/ Usage limits: downstream of input/output cost, but resets and obscure windows and odd 20x plan / 5x plan != 4x usage math throw a wrench into it. Winner right now is Codex by a mile, especially when you factor in the fact that ChatGPT usage (even 6 Astra Pro) is essentially unmetered on the 20x plan. Always a bummer when asking if I should see a doctor about a rash means I can't code as much. It's also is a godsend if you use an MCP like oracle to automate the process of calling the Pro model on particularly tough problems, giving better planning results or deeper code analysis without burning usage.
2/ Context window in the harness. Claude Code wins on this. There used to be a toml file workaround for Codex to extend the GPT context window to 1m, but this stopped working on the plans and only on per-token billing (ETA: noname120 pointed out this is no longer the case and it can be enabled again [1]). 252k is just not enough. Codex's compaction is very good, fwiw, but it happens so frequently that even a model as powerful as Astra sometimes loses the plot on long-running tasks.
3/ Ability to use the plan outside of the official harness. Codex wins. Anthropic does shit like bills requests as extra usage if it sees a hermes.md in a commit.
I've subscription hopped a bunch, and at times I've had both, but I keep coming back to Codex because it wins on 2/3.
ETA: apparently I haven't been Keeping Up With the Altmans and new 20x signups have been disabled for a few weeks. I am grandfathered in, which makes the comparison above pretty much moot.
[1]https://news.ycombinator.com/item?id=49806060
This hasn't been the case since around July. If you measure usage in raw api costs, Anthropic is actually giving more on $200 than OpenAI now. This includes resets. Usage allocation difference would be humiliating for codex subs were it not for resets. But fixing usage limits with resets is ugly, and they're not good for your mental well-being.
> Context window in the harness
Codex now allows 1M for subs with config params. But generally speaking, you shouldn't really be using 1M context. If you accidentally send a request with say, ~700k context already accumulated in a session which is outside cache TTL, you're paying full cost of these 700k tokens.
> I've subscription hopped a bunch
OpenAI actually has a new strategy to prevent subscription hopping after their 2-3 month-long marketing push to get claude-folks to switch over:
you can't buy a $200 sub anymore. So if you cancel, you won't be able to get back in. Hostage situation, essentially.
EDIT: re: usage limits, oh-my-pi maintainer has been tracking this - https://nitter.xitter.cc/_can1357/status/2090075496948060372
I think I’m gonna move back to a Claude plan. I could barely hit the $200 limit if I went non-stop on programming tasks.
When they started the aggressive campaign, entire X (including myself, sadly) was full of posts about how "unlimited" codex usage is even on a $20 plan. Sam Altman was posting something in line of "we love our users, unlike Anthropic". Got my network to get codex subs because of the value compared to claude.
Then they gradually reduced the limits to the point where even $200 plan only lasts you just 1-2 days and $20 is basically unusable, then the hostage thing.
what? im on the $100 plan and ive literally never run out of usage, and thats mostly running Astra high.
maybe its the harness
Do you have /fast enabled by any chance?
I was considering the $100 plan, but I hit the 5hr limit in an hour. So even with the $100 plan I figured I cant go non-stop on a single agent running Sol Medium
I am considering the plan myself. I just don’t know if I want to fork out $100 per month for something I will make $0 off of.
Opus 5.5 is better in benchmarks, but has substantially less parameters so is world knowledge cannot compare against Fable or Astra.
Opus is at least actually usable even on the small plan. The main downside is its insane writing style, but 5.5 seems to address that somewhat. Otherwise, you can just use your $20 OpenAI plan to have Luna de-slop Opus' prose, which seems to work fine.
...but the few times I've tried to use codex for a moderately difficult task it burned through its limit extremely quickly.
https://www.matheusmoreira.com/articles/code-reviewing-lone-...
When i swapped between a 200k Fable context into an Astra model (i was out of fable) the token usage in that context dropped to 150k or something.
Either there was a bug somewhere, or the same text got cut up very differently between providers.
The Claude TUI is just so much better though so I'm hoping Opus 5.5 is actually good and not just benchmaxxed.
OpenAI has no such nonsense. No separate meter. No five hour limits. I get to use Astra at max effort on literally every task if I want to, and even this somehow lasts me several days.
Anthropic got caught playing stupid "20x refers to the 5h limit" word games with their customers. Meanwhile, I have statistically verified that OpenAI Pro 20x = 4 * Pro 5x = 20 * Plus, exactly as advertised.
I quantified cybersecurity lockouts on my code review benchmark and they were significantly lower on OpenAI:
https://www.matheusmoreira.com/articles/code-reviewing-lone-...
My benchmark also suggests even OpenAI's Sol models can match Fable performance at a fraction of the cost.
OpenAI also used to have a ton of very nice features: unlimited chat separate from codex, allowing turns to finish even at 0% usage remaining. Sadly these got removed after abuse.
As a former Anthropic customer, OpenAI is simply the better company. There is no way around it. Good place to be while the chinese open weights models catch up. Claude is good but it doesn't make up for Anthropic's shenanigans.
But even if we leave that aside, OpenAI models are also much more eager than Anthropic, which are on the lazier side. Left unsupervised, Sol/Astra will attempt to build a sha256 verified rocket ship if you ask them to fix a race condition in your to-do list app. Anthropic models will do what you asked for, maybe even forget to implement parts of that ask, but they won't generally throw a slop granade at you.
I can leave Fable orchestrator unsupervised for ~2h. Leaving Sol/Astra unsupervised for ~2h means the next user turn will contain a message: "what are you doing and why?".
Thinking aloud:
The harness UI should probably implement a timer that shows whether you are still within Cache TTL since your last turn of the conversation.
I haven't been tracking, but this roughly matches my experience with codex 20x and claude 20x subs. Claude subscription now lasts me 3-3.5 days on average. Codex is 2-2.5 days. This is work on same projects, with similarly sized tasks.
To make matters worse, I've merged a lot more code produced by fable than sol/astra.
Are you sure?
https://x.com/thsottiaux/status/2098113585683808624
Now, if they disabled it yet again, that's another story. But that tweet is not evidence of that.
Though with the price of GPT-6 Luna, the temptation to switch to pay-per-token grows.
It's been disabled for some time now though otherwise, I check about once a day myself and keep and eye out on social media.
Annoying since I was about to upgrade back to the $200 plan after downgrading to the $100 plan due to being on leave and not needing as much usage the month prior. Doh.
Just checked my toy chatgpt account that only ever had a $20 sub. $200 plan still shows "The 20X plan is temporarily unavailable for purchase".
While you're understandably not including the values of the $20 standard plans on both, I find the generosity of then token limits on ChatGPT plus vs Claude Pro (it's a huge difference) to be good representation of their respective attitudes towards the average user. You literally cannot use Claude pro to build real software, unless you're extremely frugal with your prompts and don't try anything even a little ambitious.
Also, Anthropic has zero models comparable to Luna.
They're both pretty horrible, but I find it difficult to find arguments for why Anthropic is worse than OpenAI, other than their doomtrolling. Which, in the grand scheme of things, doesn't even register.
Edit: forgot about the SpaceX thing.
Anthropic is trying to kill open models way harder
That alone is reason enough. Also, I don't think either of them are horrible. That's honestly a ridiculous take considering how much people in here love their models, and how much they've advanced the industry forward.
I often have the urge to design my own harness too (once I have more time). But even with the current mainstream harnesses out there, there's just to many hurdles if you wanted to mainly stick with anthropic models and need the subsidized pricing (from a sub).
That's a non-sequitur.
"Nestle is a great company, considering how much people love their chocolate."
Yeah I don't think the handling of copyrighted training data was correct, but I can't pretend I know what the correct solution to that issue is.
Speaking of OpenAI specifically, they don't price gouge people, they aren't aggressively anti-competitive, they're not nearly the perpetual hypocrisy machine that Anthropic is (which is one thing I actually really dislike).
Regarding Nestle, it's pretty obvious that the sentiment towards them is a lot more negative and they aren't universally loved by any group of people. Processed foods are by and large garbage nobody needs. Their use of forced labor is denounced by just about everyone. What have OpenAI/Anthropic done that's even similar in scope to the forced labor / modern slavery that people hate Nestle for.
If you had a company that genuinely helped hundreds of millions of people worldwide become more productive and more satisfied with their tools, and the overall sentiment towards your products within the industry is positive, then what argument would there be that your company is "horrible"? At least give some decent counter arguments.
You mean aside from "the largest theft of labor in human history"[1]?
[1] https://www.nytimes.com/2026/09/17/technology/microsoft-open...
Anthropic does all that but they're also populated by many people who believe they are building God and that they must build their god first in their own image so that it can take control of humanity and protect us from any competing god which is not built in their image. Their position is inherently paternalistic and authoritarian, and they consider suppression of competition not just important to the bottom line but to life in the universe. Under the doomer ethos there is no evil too great to rationalize.
There are plenty of wrongs done in the name of profit, but capitalists have nothing on zealots in terms of causing serious harm. Profit motives can be directed by influencing incentives, but zealotry is frequently terminal.
That isn't to say that there isn't some overlap-- the cultists have infected both organizations. But OpenAI has pretty consistently only given lip service to AI doom to the extent that it improves the bottom line, while (mis)Anthropic was founded specifically because OpenAI wasn't mentally ill enough.
Anthropic has great products, but it's not meaningfully better to 99% of devs that I'd rather support the company that doesn't constantly act in opposition to optimism and to the vibe I'd prefer for a 100 billion dollar (or however ridiculous amount they're worth now) tech company embraces.
AI doomerism is a genuine waste of time if you aren't actively pushing towards a better AI industry for everyone, not just the groups in full ideological alignment to your personal leanings.
Interestingly I would have drawn the exact opposite conclusion looking at my Claude and codex usage.
I can't get anything sustained out of codex in chatgpt plus, while I have been using Claude pro extensively and put on a lot of experimental task and features.
I ran into codex exhausting a 5h window on code review in minutes (like 3minutes) multiple times, while I could get Claude to implement 2~3 medium sized features with the same usage consumption.
(I also really dislike the usage resets in codex, they always make me feel like I use them wrong because I often just want to reset the 5h window, but they can only do both at once...)
> Also, OpenAI is just a company I'd rather support than Anthropic.
Sure, he's free to say whatever especially considering the amount of revenue he's creating, but it's just an altitude that I prefer not to see.
And Dario's "AI will kill us all" is the same as Sam's "AI will discover ALL science and we'll be building Dyson spheres".
Different flavors of the same BS.
"You literally cannot use Claude pro to build real software, unless you're extremely frugal with your prompts and don't try anything even a little ambitious" - that's way past ridiculous. Even just using Fable most of the time, working on several ambitious projects, I have a hard time hitting the limit with a Max plan.
As far as I know Codex (at least the GUI) can automatically call the ChatGPT Chat models (including Astra 6 Pro), you just need to @ a ChatGPT Chat conversation from within Codex and tell it when to use it.
> There used to be a toml file workaround for Codex to extend the GPT context window to 1m, but this stopped working on the plans and only on per-token billing
Not true, it works again[1]. I confirm that it works both on 5.6 Sol and Astra 6, possibly other models too.
[1] https://x.com/thsottiaux/status/2089082893804896524
And re: the toml workaround, AWESOME! I appreciate you pointing these two things out, this is my highest-ROI HN comment thus far.
I'm quite puzzled about why Anthropic is so hellbent on blocking other coding agents. It's not like Claude Code has any secret sauce, right? And doesn't Anthropic make monkey off API usage, and their magic is on the model side anyway?
But to be fair, they don't really enforce the harness rule that much anymore. I guess if your harness doesn't do a lot of weird things like a lot of cache misses, or triggers some distillation attacks, or some broader Chinese fingerprints, they're tongue-in-cheek okay with you using a third party harness.
Works pretty well for me, even with latest opus-5-5
oh-my-pi supports it natively (again, still a ToS violation), by impersonating claude code's fingerprints.
I have been using oh-my-pi with 3 claude subs for the past few months without any issues. Even native server-side OAI/ANT compaction works out of the box.
omp is definitely against ToS though
https://support.claude.com/en/articles/15036540-use-the-clau...
> Unless previously approved, Anthropic does not allow third party developers to offer claude.ai login or rate limits for their products, including agents built on the Claude Agent SDK.
I think that is less of a factor now, and I think Anthropic have backed off some on being as strict (eg, AFAIK they never implemented the two-tier "claude -p" pricing model they were planning)
Having limitless webUI ChatGPT usage is much better user experience, though. I'll give them that.
(edit: Sol-6 is half the price, so maybe the usage limits are going to be way better.)
Meanwhile I just burned ~20% of my weekly quota with Astra making one config file for a service.
Opposite in my experience. I need to limit codex to 500k on medium/low, still run out in 2-3 days with 1 CLI window. CC gives me 4-5 medium/high days with 2-3 CLI windows, and Opus is still great for other regular dumb engineering/refactoring.
On the other hand my head starts to hurt if I read Opus for too long, hopefully they fixed it with 5.5.
Using Agentsview (which might have it's own issues) I was getting ~$200 of API usage in my 1 week Codex window (paid $100) vs ~$5,000 of API usage in 1 week for Claude (paid $200).
I appreciate and follow Matt Pocock's advice: avoid autocompaction. Compaction is lossy, which is ok when you're managing it at phase boundaries, but autocompact is lossy at the most inopportune times, firing mid-task and leading to agents going off the rails.
My conversations compact hundreds of times. By the time it has done a dozen or so compactions, it fully understands the work I want it to do (and how). It's almost like having a fine-tuned Astra model.
10/10, would recommend.
Now with Sol I rarely bother. It's really good at remembering the salient details. Its also great at continuing a pattern I setup, like commit after finishing each feature block, etc.
Compare that to Claude and I can run multiple agents on Opus almost indefinitely. YMMV of course but I was shocked at how quickly I burned through Codex usage.
On the context window, I feel so cramped on Codex, compacting happening every time I turn around is annoying. I didn't realize how much I enjoyed the Claude context window size.
Makes me think they picked Codex, stopped trying Claude, and just hang on to outdated beliefs about the value they're receiving.
I am curious how the 5x plans differ between both providers.
The GPT was about 1B on two projects on 300$ worth of plans all on Astra and I capped out on usage.
Anthropic caching must be better because the cache rates are better on Claude models.
And ya i can go over that 240k limit, I still very seldom do, and try to treat it as the actual limit. I'm surprised to see so many people still talking about compaction to complete long running tasks, i think the bulk of the work should be somewhat frontloaded into a plan that is split off into subplans, then you can kinda open up a few options, one session with subagents for the subplans of the main plan, or just handoff prompts about progress against the main plan/relevant subplan. I just never trust the blackbox that is compaction, I feel its a recipe for disaster/context poison.
I’m currently on the 5x plan and burned through 5% today on a difficult task in 15 minutes so I doubt that. If you got the wrong kind of tasks that you work on, it can go fast.
Is this not the default anymore? I am on the (now closed) 20x plan.
That isn't a valid comparison, since Codex 20x is closed. So we should be comparing Claud 20x to Codex 5x + credits.
Also in Codex, even though you can increase the context window to 1m so its on par with Claude, exceeding the default is billed at 2x.
LMAO, I wish this were true, I hit limits (and the "we are disabling access to protect your data" warnings) all the time, or have chats just...fuck off and get into weird/invalid states (interrupted chats, chats that are spinning and stuck, returning "/mnt/" paths instead of images/md files, file links being returned with no file backing them, image classifier firing...and then returning the image anyway (though now I know that GPT-Image-X really really wants to generate NSFW even when that isn't the request)).
Though I am probably an outlier, I have both 20x Claude/ChatGPT plans and max both out every week, so... (in my defense I am a hobbyist and this is out-of-pocket)
I think it’s only very good in comparison to some of the utter crap that came before it.
Today I had Codex compaction trigger after I had given an instruction but before it acted on the instruction, and the instruction just disappeared completely. The agent reported that the task was done without actually doing it.
- For general chat and web search, occasional image editing, small coding work, document review etc. ChatGPT Plus is basically limitless and “just works” since 5.6. I’ve yet to give it some task it cannot do.
- When given sensible instructions, it hardly annoys with weird phrasing, glazing, or annoying constructs.
- The apps are very good (ignoring the initially terrible Codex app)
It’s easily my best spent $23 a month.
It is a honeymoon still, enshittification is coming, who knows how that will look like given how much more expensive to run LLMs backed user experience. Some back of the envelope calculations: 300 million US users * 20$ a month * 12 months = 72 billion $ a year. 72B$ is some spare change for AI labs. That assuming entire US will be subs which is unlikely and outside of the US there are not many rich countries consuming it, India is the next market, then Brazil and Philippines I think, not super rich counties to say the least. I believe total revenue to just pay for the capex build out by the end 2027 should be on the scale of hundreds of billions a year.
Compared to a $100k salary, a few hundred dollars a month is insignificant. If you can make the employee even just a few percent more efficient, it’s worth it.
Are/were you in a position to make such decisions or it is a guess? I'm not but given certain evidence I doubt that few percent will cut it. I know some of the richest companies on the planet from SF Bay Area who won't give lunch for free to their engineers. So I'm not sure about "few percent" :-D 10x we were promised, now that is more interesting but we all know that 10x engineers is nonsense.
Still needs a LOT of work IMO.
Input
Output
Price reduction
GPT‑6 Sol vs. GPT‑5.6 Sol
$4 → $2
$20 → $10
50% cheaper
GPT‑6 Luna vs. GPT‑5.6 Luna
$0.20 → $0.10
$1.20 → $0.50
50% cheaper
The parent + subagent workflow has become critical for keeping the reasoning agent (parent) context-lean while also letting me chat to the main agent while work is getting done.
My main process is to use Fable to reason and then spawn Opus subagents, and I get amazing results, and I'm always looking into what the subagents are doing.
- Unbearably slow
- A token eating machine like no other
- Constantly compacting
- A model (like other GPT ones) that hides thinking traces and thinking summaries, which infuriates me
I've been in the Claude camp for a while, but the way it writes has left me with a a brick for a brain and wanted to see if Astra was as good as they say. Well, I can't know, because in the time it takes for it to actually build anything useful, I've moved to other ideas.
Unbearably, annoyingly slow. I keep thinking I must be doing something wrong.
However, it is not a 'token eating machine'. In fact it uses a third of the output tokens of Opus 5.5, Fable 5.1, or Opus 5.
17k for Astra xhigh vs 61-66k.
The rest still stands, though.
But if I've learned anything is that in a 2 months I might have completely turned around, who knows
I've tried High and Max. They have produced decent results, but they're so slow.... I will try to lower it a bit and see the difference, but it's a delicate balance: I don't want to waste literal hours on the incorrect reasoning level to only then have to spend those hours and tokens to do it right.
At this very moment, Astra has been working for 1h15m on a task. At this rate I genuinely expect it to take about 10 hours. I feel like claude would do it in at least a third of that. Let's see if the quality justifies the slowness (it better)
https://developers.openai.com/api/docs/pricing?latest-pricin...
If these price changes mean that coding plans have effectively more usage then that's great, but Codex is surviving on resets from my own experience using it. I was glad to go back to Claude.
Its a great release, I will use both heavily.
>> $4 → $2
>> $20 → $10
Do you mean 100% more expensive? GPT 6 is 100% more expensive than 5.6 per your post.
This is great, but practically, I'm not going to start working on more side projects.
Perhaps in another 6-12 months I'll be fine to drop down to $20/m instead of $200.
A lot of what I'm doing has pretty expensive build/testing processes between iterations - even on a 40 core machine - so I'm not burning tokens 24/7 like some people may.
I'd guess I'm probably spending >50% of the time running tests & build processes & tooling and the remainder is purely burning tokens.
I also have some internal tooling (that I will hopefully open source soon) that makes LLMs substantially more correct (thus more efficient) - so there's that, too.
There are a ton of use cases that open up with cheaper models.
E.g. extensive security scanning on every PR, quality scans, adversarial reviews etc
If they’re subsidizing my usage, that’s great.
External example: https://ebay.io/m/lV8UsD
Internal example: https://ebay.io/m/z1ygRU
V100s are three generations behind current and missing many of the features that modern inference benefits from, but they are the cheapest way to get a 32GB gpu.
In the event of a crash, the investors who put countless billions into this will be still be seeking to maximize their return. Even if it is just pennies on the dollar. Assets (including compute hardware) will be sold, just as they are also sold when any other business fails.
Or maybe a crash doesn't happen. Maybe prices rise to the moon instead and there's nothing we can do to lower them.
Or maybe (just maybe!) a crash never happens and there's never a huge price increase. Prices stay low-ish.
All of these possible outcomes suggest to me that the maximally-sane option that a user can select, today, is to burn it while it lasts. And then, if/when a crash or a massive price increase occurs, just adjust accordingly. (The rest of us will all be in that same boat, too.)
Is there a world where OpenAI starts charging $2,000/month for what we previously were paying $20 for? What are we going to do? AWS could totally jack up the prices for EC2 instances as well, but we've come to rely on that as well.
One potential deciding point is that Claude still has a $200/mo 20x plan, where, since Sept 11, OpenAI does not and has no ETA for the return.
I downgraded my OpenAI plan 2 months ago to the $100/mo, but my usage has gone way up, but now I can no longer upgrade to the $200/mo plan ("This option is temporarily unavailable"). Thankfully I have 2 usage resets available, but I'll probably be switching back to Claude; I was super happy with Astra but I'm burning through tokens and have 4 days before my next reset.
Should be B vs A correct?
Else it's confusing
When they cut prices on luna the first time around they took (literally) millions of users from anthropic.
The "paradox" is when an increase in efficiency which would decrease the use of a resource all else equal, instead indirectly causes more use.
Surely, a large part of the increase of the demand in LLMs is in their intelligence, but to hit the demand models needed to be made more efficient, and labs found that more efficient models, still demanded more usage.
We don't know how much they are bleeding financially, it might just be a front
Let's look at open-weights models with 3T size: https://inferencex.semianalysis.com/run/kimi-k3-on-b200
This suggests inference margins in the ballpark of 98% if we assume 5.6 Sol is about as efficient to serve as Kimi K3.
We also do not know what efficiency improvements have been made with GPT 6 Sol and Luna.
There is some speculation that 6 Sol could be a smaller model comparable in size to 5.6 Terra, and that this is why the improvement in intelligence is modest over 5.6 Sol.
This would line up with a faster serving speed and benchmarks that show a small improvement in coding tasks with regressions in knowledge tasks.
Highly subjective take
What kind of work do you do, out of curiosity
Cache read/write decrease by 50% or similar? That's where most (95%+) of the cost is for agentic coding workloads.
https://developers.openai.com/api/docs/pricing
Performance increases both with larger model (Luna vs Sol)
And with more reasoning (low vs xhigh)
GPT-5.6-Sol, GPT-5.6-Terra, and GPT-5.6-Luna were released in July of 2026.
The first release from the GPT-6 series was GPT-6-Astra. GPT-6-Astra happened on around September 3, 2026, and the previously-mentioned GPT-5.6-* widgets remained available.
Today, September 22, 2026, we now also have GPT-6-Sol and GPT-6-Luna added into the mix.
As I write this, all of the model identifiers I've mentioned are available to select for use within Codex.
I actually preferred 5.6-Terra not because it is technically superior (it isn't) but because it had better instincts to NOT do this stuff.
PS - Speaking of better instincts, have they closed the UI-design gap at all? I keep a Claude subscription just because /design produces significantly higher quality UI design/UI feedback/UI refinement than anything I've seen from OpenAI.
I force OpenAI models to use image generation for design, then an iteration loop until it matches the image gen.
This is frustratingly manual and takes many more repetitions compared to Claude (and especially Claude Design) which "just work", but it's a big step change over the default.
The GPT / Codex models have always been "overengineer" personalities. I prefer that to "I left a pile of race conditions lying around and big gaps in testing" though, which is what I was getting from Opus at times.
But yes both Astra and Sol veer on the side of paranoid. And honestly that's better for team work. For solo work where you just want to yeet something, it can be tiring.
You learn to tame the GPT "personality" on this front by combing over once a week and asking it to find and exterminate pointless tests, clean abstractions etc.
IMO 5.6 Sol had this weird dead zone between medium and high where medium under engineered and took short cuts and high over engineered and ignored instructions it didn't agree under the guise of trying being helpful. The whole 5.6 line was the first release from OpenAI where it felt like reasoning level really mattered and was incredibly finicky.
I haven't felt similar issues with GPT 6 though and am very happy with Astra low/med/high as my default choices depending on the task.
In general, I felt like with 5.6 the effort level did less than previous to make the models smarter and more just increased the complexity of the response. I have a half joke theory based only on vibes that OpenAI splitting 5.6 into Sol/Terra/Luna is where the intelligence split happened and so the effort levels were just like "think harder about the decision you already made". So like if the model decided the earth was flat on low effort it'd just say something like "the earth is flat because the horizon is flat". If it was on xhigh reasoning it'd give you a massively complex answer about how the sun reflects light because of the ozone layer and why people flying in planes can see a curve. In both cases though, adding more effort wouldn't get it to realize the earth was round. It just made the answer about it being flat more complex.
To be clear, that theory is not meant to be taken too seriously. It's not based on anything other than vibes. It's just my way of explaining to myself something I'm frustrated about to myself.
If you, like me, don't like the idea of your standard of living dropping to that of even just the mean human being on earth, I find it extremely painful to watch people justifying their way around not trying absolutely anything to raise everyone to at least our current level. Increasing productivity is demonstrably such a way, while many other experiments are so far just that: Experiments + wishful thinking.
If that merely means realigning/cutting current jobs (a process, that is ongoing from the start of human civilization itself, which brought us prosperity and why the fuck would it stop now) to me it's a moral obligation to deal with that at some other level.
There is tons to do here, certainly including how we will do redistribution better, and quickly, etc. Let's get to it.
And do what exactly? Subscribe for corporate AI brain implants? How does that solve inequality?
Also, thinking that you can bring low standards of living up to be on par with high in the current political landscape is a bit like that early Soviet space era promise about blooming apple trees on Mars.
It is guaranteed that they can only become equal by lowering the high.
There's hardly any work you can think of which can't be done faster / beter with ai assistance, when your role is of reviewing and directing. If you have an anti-example, would like to hear.
Here's where I think the issue is; they are trained to solve a problem. Not how, just whether or not they did.
Example: I asked Luna to use parser combinators to parse an Excel sheet that was represented as sparse triples (row, column, data). It imported the library and wrote spaghetti if-statement soup to get it to work. I asked Astra to fix it and it just refined the spaghetti slightly. I was able to browbeat Astra into actually using the library to complete the task. Was it faster than me doing it by hand? Probably. Was it more frustrating? Way more.
And every time I review vibe code it's always the same. Bespoke functions everywhere, no greater themes or ideas. No bigger picture. Your code can't support much if it has no central themes. You can probably one-shot a three js game to post on r/singularity for updoots. Not real code though.
I feel like the optimal way to use an LLM is to code until you feel like the rest of a problem is trivial and then you hand it off. And sometimes they still erase my code and add their own style lol
> There's hardly any work you can think of which can't be done faster / beter with ai assistance
True, and someone needs to be the creative brain behind the decisions. AI can help you implement. When I say help, I mean literally help because one-shotting and vague prompts can get you only so far, usually with a lackluster result. While AI is good at analyzing solutions, and finding out holes in one's thinking, ultimately, it is some creative actor that needs to understand the bigger picture to evaluate trade-offs, understand scope creeps, and spot overengineered implementations. For now that actor is a human.
> If you have an anti-example, would like to hear.
In my personal experience, especially with greenfield projects, smarter models tend to overengineer the solutions. However, I haven't used Fable and Astra models, maybe they are better at creative tasks without overengineering.
If your job is/you enjoy writing the code and solving technical challenges then yes this changes very heavily and AI will do this more efficiently than a human.
But if your job is designing systems and implementing solutions and coming up with good code along the way then I don't see AI getting anywhere close to making you obsolete in the foreseeable future.
I personally don't enjoy writing C++ but I really enjoy solving problems.
"Am I arguing against the shuttle loom!?"
Then I realize that the shuttle loom led to the rise of unions because of unfair treatment in factories and realize that we have a _long_ way to go.
In 1840 ~70% of the population was in agriculture. That is now ~2%. Things change.
The truth is despite these very impressive improvements, most impressive work done by agents require many iterations running in a loop, with tens of thousands of dollars in API pricing. And it's still far from being always reliable. Somewhere along the way hardware will get better, energy will be cheaper, the market will be flooded by chips. There a physical world issues that limit all of these for now, thank god. I think 5 years is a good number.
The real damage is that enterprise work became unbearable. Slop code with slop code review, and overly verbose emails with repetitive presentations. And on the other hand, I now enjoy "coding" for myself like I'm 16 again. All I want to do is sit at home and build apps for myself and family. I barely go to work
People overestimate the change in the short term and underestimate the long term. Timelines are hard.
Also predicting the first victims is harder - I don't know many that thought pure mathematics would be high on the list.
I've never been a professional, but I've been coding for nearly 30 years as an amateur, and I've "written" more code in the last year than the previous 29, and it was all tooling for my very non-tech small business. It's cut HOURS out of my week, and it's all software I could not have afforded to pay developers for. But with Lovable, just describe it and iterate.
What IS going to die is software as a service. I've cancelled hundreds of dollars a month of subs and rolled my own better tooling.
Now we're clearly entering a world where humans can be removed from the intelligent-problem-solving part of the problem.
How many more parts of problems are there?
Edit: Yes, it applies also to subscriptions, source https://x.com/thsottiaux/status/2102463847714247142
If you have something that needs to be done right, might be a bit complicated, up the model size.
You can see this in the pelicans. Big model pelicans are pretty accurate by default. Up the reasoning and only more so, but with more detail. For Astra, it is 105 lines for low, 250 lines for max reasoning.
Small model pelicans will lack the fidelity of a large model. Bits will be out of place etc. For luna, it's 90 lines for low, 150 lines for xhigh.
Additionally the amount of time taken is increased for the larger models. Luna takes 11 seconds on low, and 1:33 for xhigh. Astra is 33 seconds on low, 4 minutes on max.
And naturally, there is the cost. There's some overlap in functionality between luna xhigh and Astra low in the sense that luna really can do quite a suitable job for some tasks. But there are just some tasks that just don't make sense for Luna, even at high reasoning.
The other thing to remember is that sometimes high fidelity isn't ideal. It can lead to overdesigning. My recommendation is to commit early, commit often, and review everything you do, which we've all been doing since before LLMs right?
https://developers.openai.com/api/docs/guides/reasoning?api-...
But effort is basically how much extra internal scratchpad to use and how much extra questions to ask and answer before producing a result, Exploring more hypotheses, validating consistencies, calling more tools.
If you’re happy with your token spend on Astra then keep doing what you’re doing. but if you feel the need to conserve tokens, then you can do that by switching to smaller models like Luna when the task is straight forward.
Design: https://image.non.io/78795662-8bfc-4e14-8d72-3738392aa6b3.we...
All 3 were given the same prompt to dynamically light these and to create the designs as a SPA with page transitions.
Astra: https://html.non.io/annui-astra
Sol: https://html.non.io/annui-sol
Luna: https://html.non.io/annui-luna
Luna gets the button wrong, and in the same way Grok/MiMo did. Looking into it more, it's because Luna actually searched my computer for similar builds, found the ones that I did for grok/mimo, and referenced their files. Astra is still the best by a significant margin in my eyes. Far more polish, better page transitions, effects that aren't overcooked and take into account the page. Better contrast.
EDIT: this doesn't say anything about availability on either Azure or AWS. I'm assuming it will show up later, but it would be interesting if it didn't.
[0]: https://aibenchy.com/compare/openai-gpt-5-6-terra-high/opena...
Now GPT 6 Luna is even cheaper, and more intelligent, there is no going back... to SOL 5.6 for intelligent layer.
I was hoping for a serious Luna upgrade. It was already cheap enough. This feels more like a price reduction than an upgrade.
That said, if the new Luna is able to handle ultra mode and subagents v2 in codex cli, then at least that’s a win.
I forgot which model degraded in quality as time went by, but let's try out Luna 6 for a few more days to confirm for upgradability.
For me it seems like benchmarks are mostly noise, and the rest is based on vibes. Some find newer models annoying, some are amazed.
When 5.6 dropped I had no weekly limits and I could just drive my work with Sol xhigh and things were great. Once limits were back (and maybe token prices changed iirc) Sol was no longer usable (on Pro or business) unless I was ok with 4 prompts every 5 hours, so I had to switch to Terra medium/high. I've used Luna for some really dumb tasks like moving files, renaming variables and whatever other old-school refactors I've needed.
Then Astra dropped and it just uses so many tokens I've only prompted with it once. Now with GTP-6 Sol/Luna I'm not sure what's being said here but most importantly I'm wondering whether Luna 6 is a good replacement for Terra.
Has any other Terra user tried and knows more or less than answer to this?
It seems there's a bug, shipped together with the flag that enables the new models, that doesn't allow Codex to run properly in the WSL2 sandbox.
P.S. This cindyllm seems to be stalking me whenever I comment against the grain, does anyone else experience this?
I thought it should have been long dead of all the downvotes it gets, but there we go.
Rarely have I seen such hogwash. It seems to be a mix of virtue signalling and trying to push the perspective that being "90th percentile" (on what exactly?) requires extensive AI use. You are telling me you expect each researcher to generate USD 7000/d or USD 140k/m in AI cost? Or is that a way to abuse tax laws in some way so they can claim their own payments for tokens as expenditure on the other side of the ledger?
From context, I took this to mean 90th percentile in token usage. So yes, being a top token user does require extensive AI use.
All I want to know is how old is the model and how much does it cost. I can figure out which one I want to use based on that, assuming that newer models are always better.
Trying to convince us there is a difference between GPT-6-Sol and GPT-5.6-Terra or whatnot is ludicrous to the point of being insulting, especially when new models come out every week.
What's unclear to me is who OpenAI thinks they're marketing to with this form of branding. These different models don't really mean all that much to the vast majority of people using their products who aren't developers, and developers aren't helped at all by the way they've been naming said models. Are they merely scared that they'll become irrelevant because Anthropic decided to give their models quirky names like "Opus" and "Fable"?
If OpenAI really wants to give their models names, they should name the generation of model and then have the different sub-models named by purpose or capability level. After all, I wouldn't use Mini for a job that Nano could easily do, and I wouldn't use Nano for a job that the full version of GPT-* necessitates. Similarly, I've had to discover exactly how Luna, Terra, and Sol are appropriate for different complexities and task types. OpenAI could help me skip a lot of those steps and just tell me what each model distillation is good for without causing me to look through their pricing page and make educated guesses. After all, shouldn't they not want me to pay attention to how much they're charging me?
All of this makes the days of frontend framework churn seem quaint and actually preferable.
The issue that OpenAI had when they had mini and nano models is that ambiguous the differences between those and everyone just used the base model anyway. I have no idea what type of job mini can do that nano couldn't or vis-à-vis.
I do wonder if it would just be better if they were named 6-small, 6, and 6-big?
In my experience, Nano won't reliably handle complex open-ended tasks and is mostly suited for very explicit instruction that it can't screw up. It's no different from how there are some chores you can give to kids and there are other tasks you need at least a teenager for. If the decision tree of the task is very clear and conventional, Nano can be cheaper than giving the task to a relatively overpowered model, especially if it's something where the output is rigidly structured. This makes it well suited for skills that essentially run CLI commands and generate output, especially because it is usually faster. Mini is more like a discount version of the base model, and Nano is the dollar store version. Mini is more of a generalist and a fairly good deal if you have a moderately complex task that is conventional, but can be less conventional that what Nano can handle. I mostly used gpt-5.4-mini this year for my side projects because it's a pretty good generalist while significantly saving on costs. It is, however, somewhat dumber than the base model and more prone to ignore or forget rules you give it. I'd have just used a base model, but the low cost of Mini and Nano made them appealing to me. Maybe I'm a cheapskate, but I have hundreds or possibly thousands more in my pocket than many other users because of that.
This workflow I settled into with Mini and Nano didn't map cleanly on to the current generation of model tiers. With the price of Luna, you'd think it would be a replacement for Nano. In a sense it is, yet I didn't find that Terra became the new Mini. Terra is more powerful, better at explaining its own decisions, yet I've also found it to be relatively stupid while charging me more to use it. On the other hand, Luna with its reasoning set to "high" is what I consider to fill the role of Mini, and is good enough such that I no longer use Mini. Sol and Astra are great, but they're pricey. It could be my own brain and its bad perception, but so far I don't get the point of Terra. Luna succeeded at reverse engineering some abandonware with a very complicated licensing and virtualization scheme, and did so over SSH into a Windows VM with only PowerShell on the other end. Terra did such idiotic crap to my flashcards app that I stopped using it for anything after that.
This is why I find OpenAI's naming unhelpful and kind of pointless. I don't really care about the benchmarks that all these models are commonly run against. They're not that useful, IMO. OpenAI could easily give early access to these models, get a ton of feedback, and provide better insight to customers on how these things behave. Even calling Terra "gpt-5.6-overpriced-cheating-dumbass" would be better than wasting my time and money figuring it out myself. But that wouldn't make OpenAI as much money.
> In the Coding Agent Index, Sol improves but Luna regresses: In OpenAI's Codex harness, GPT-6 Sol (max) scores 57 in the Artificial Analysis Coding Agent Index, up 2 points from GPT-5.6 Sol (max), with gains in Terminal-Bench 4.0 (43% vs 37%) and SWE-Atlas-QnA (58% vs 54%). At $2.99 per task it costs ~50% less than GPT-5.6 Sol (max) and sits on the Pareto frontier of Coding Agent Index vs Cost per Task. GPT-6 Luna (max) scores 41, down 2 points from GPT-5.6 Luna (max), with lower scores in SWE-Atlas-QnA (44% vs 49%) and DeepSWE v1.1 (64% vs 66%), at ~60% lower cost per task.
https://x.com/ArtificialAnlys/status/2102462962758033624
Given that they had to discontinue sales of the 20x Pro plan after the Astra release due to compute constraints, I wonder if 6 Sol & Luna are smaller vs their 5.6 counterparts?
So essentially I was not able to get nowhere close to the accuracy of previous model and it was slower, and more expensive at the same time.
Now gpt-6-luna, has really competitive pricing and offers similar accuracy compared to gpt-4.1-mini fine tuned for my specific task. And fine tuned models are getting deprecated anyways, seems like a good time to move to gpt-6-luna.
At least it sounds good on paper, the the graphed results do give me pause as it seems the lower cost might come from a slightly nerfed base model combined with more thinking, going by the more erratic scoring curves and the lower no thinking baseline score. I’ll have to try it out but I really hope they haven’t nerfed Luna/Sol to make this price point possible!
Overall, I expect for most people think the winner of today was Anthropic. I personally am preferring Opus 5.5 at medium over GPT-6 Sol Max, in very very early tests. Similar price range, more capability.
But competiton is great, these are solid releases by OpenAI today.
GPT-6 Luna now is 50% cheaper, which makes it have one of the best intelligence per cost ratios.
GPT-6 Sol is smarter, but seems to reason 2x more than GPT-5.6, which makes it 2x slow3r and 25% more expensive in practice.
[0]: https://aibenchy.com/compare/openai-gpt-6-sol-high/openai-gp...
Nvidia's top AI chip Rubin sells in 72-GPU racks for about $3.5–7.8M. A rack running Xiaomi's MiMo V2.6 Pro generates roughly 150–300B tokens a day, worth about $130–260k at Xiaomi's API price. That's a payback of the infrastructure in a few weeks in theory. After a few weeks or a month, the only cost is electricity, and whatever they make after that is pure profit.
OpenAI and Anthropic are practically scamming people with the token prices.
OpenAI/Anthropic meanwhile feel a bit like they're hoping to sell iPhones in a market about to be flooded by $20 flip phones, with almost no channel of their own to do it. And for whatever mad reason OpenAI are now signalling they will attempt to compete on price with flip phones despite their cost of labour, energy, and just about everything else being far higher
I don't see your metaphor to iphones and flip phones. This new Luna model is cheaper than deepseek 4.1 flash, except for cache reads. OpenAI having to compete with China is a much larger economic-political issue that is far larger than just our AI labs.
Then they do a new model launch, issue quota resets all around, and it's a party for 2-3 weeks before things return to normal.
Does anyone know how exactly these price differences for example between sol6 and sol5.6 translate to codex percentages? In theory it seems like for "high" on both it should result in ~3x more usage. If that is actually the case it would be huge! But all we see is % left and % changes while using and we really have no idea when or how those numbers are being calculated or when they change. So there is a 50% price reduction on API but who knows how the hell that translates to whatever price calculation is used on codex.
These models are significantly cutting down the token costs by almost 40-50% as compared to their predecessors. This is exactly what people need - cutting edge intelligence at half the cost.
Also Mimo 2.6 is roughly 30% cheaper. Without batch.
Or use the failure to get a response like you say
https://community.openai.com/t/experimental-context-manageme...
I would also like to point out that it was quite predictable that Terra got discontinued, it didn’t make sense to have it when both Sol and Luna overlapped it.
Lunas insane discount is a game changer, OpenAI knows what they are doing here. Luna at max reasoning effort, even though its not optimal for long conversations, its incredibly intelligent while dirty cheap. Its not even competition anymore.
Whats even crazier is that I’ve underestimated how good Luna actually is. I’ve seen colleges create fantastic things with just Luna medium. This basically means you never have to think about your Codex usage anymore. You can run all day and not
have to worry about your 5h or weekly usage limit. To me, the discounts OpenAI is offering with Sol and Luna is truly a new milestone.
For example, I had Fable review Astra’s output yesterday, and it found some issues and fixed them. Passing the fixes back, Astra then uncovered additional issues with Fable’s fixes (and yes, this will go on ad infinitum if you let it, but these were “real” issues).
It seems the big story here is the reduced Luna pricing. It’s a fantastic model that can handle most automation needs (though I still use the big models for day-to-day development).
* Prompt caching dashboard: https://platform.openai.com/usage?usage_section=prompt-cachi...
* Adjust reasoning effort and tool availability without breaking cache
Astra is the best. Luna is cheapest then it seems like Sol is the middle child like Terra.
Wierd!!
> On FrontierCode, which evaluates whether coding agents produce changes ready to merge into real codebases, GPT‑6 Sol improves substantially over GPT‑5.6 Sol, and is able to match Claude Fable 5.1 xhigh at much lower cost.
I continue to appreciate OpenAI's attempt at some honesty here, showing that they are capable enough and have skilled engineers to a point where they can recognize that slop is hated for good reason, and that there is a real issue. Compare this to anthropic, where e.g. in the Opus 5.5 announcement[1] one of the first points on the page is
> One tester completed a 680,000-line code migration in less than a day—work that would have taken an engineering team weeks. It’s good at finding and fixing inefficiencies in software: when we asked it to cut load times across every page of a web app, Opus 5.5 succeeded 39 of 40 times, while Opus 5 made smaller improvements that also altered the app’s behavior. A different tester had several Claude models build a game from a single prompt; Opus 5.5 scored higher than any other model on the strength of its graphics and polish.
This is the kind of shit that is the very reason why I stick to OpenAI and deepseek. OpenAI is simply more honest and reasonable about their models' capabilities, while delivering models that still have solid value.
Notice how the OpenAI announcement doesn't make use of anecdotes.
[1]: https://www.anthropic.com/claude-opus-5-5
Hardly enough time had passed to develop the data to come to a conclusion. Users can take time to build interest.
Funny thing is they very recently also set a real limit per-user/month, so why even limit the models because theyre "too expensive".
Terra ended up just being an awkward middle ground that was not particularly suited for any workload.
Maybe for one-shotting large things Sol is better, but for prod code where I decompose into smaller tasks and read all the code I favored Terra.
Sol 5.6 was still king for architecture/research in my workflow, though.
Hardly enough time had passed to develop the data to come to a conclusion. Users can take time to develop an interest.
Now it is revenge time and OpenAI kind of is trolling Anthropic by simply going into a price war with impressive performance.
OpenAI is doing a decent job this year after they recovered. Anthropic needs to offer more payment options and be clear about token usage. The warnings I got when switching to Fable 5.1 felt like a thread. I bet more and more on OpenAI since I don’t feel robbed by them.
> GPT-5.6-Sol is retiring. This conversation will automatically switch to GPT-6-Sol
I don't recall OAI retiring a model so early lol. Similar arch?
How do you decide what to pick? I mean, I do Platform work on a large monorepo with many different interconnected services, and so I always want the implementation to be "correct".
I guess the chinese competition spooked them.
Incredible.
Does anyone care about code quality anymore?
This will make me more valuable in the future when everyone has lost the ability to do anything on their own.
I respect that you want to learn how things are done, that is a great trait. But once you learn how its done, you should use the tools to free up cognitive load for more difficult tasks.
Have the frontier labs stopped trying to increase context window size?
OpenAI seems really competitive in most areas, and extremely competitive on cost, but still behind on coding.
The models below are competing on value for money.
In service development coding, a top-level model is not required.
I hope this kind of competition continues.
I kind of hated Astra for it's poor instruction following and stopping all the time plus bad code quality. It somehow feels a bit like some of the popular open models but with a lot more knowledge or peek capability. But it doesn't reach peek that often
Has anyone else noticed this?
Me: "Can you check this thing?"
Sol: "Of course!"
Me: "Do so then!"
Sol: "Ok, I checked it."
Me: "Aaaaaand?..."
Sol: "I found some verify significant things."
Me: "List them! Actually, you know what, let me just go back to gpt-5.6 this is ridiculous."
From around GPT 4 results got "Good enough"...I generally try to explain what problem I'm trying to solve, set limitations and boundaries, tell it to ask me questions, have it write up a plan with steps then we take one step at a time.
These new models are starting to feel like iPhone releases where the improvements / feature set feels incremental.
Same on the Claude side which I use for work
Which... fine, I'll take that.
https://hackertrain.future-secured.com/?q=great
One thing that's changed over time is a lot more usage of "scare quotes" especially now (Gemini agrees https://share.gemini.google/UiUf0jttZLVD ). It's an interesting phenomenon, Abloh started using quotation marks consistently in his fashion branding since 2012. https://blakecrosley.com/blog/design-philosophy-virgil-abloh
Next step would be to attach an AI to all the /bestcomments.. if someone needs help doing that I'm here. Really, that's a task for the mods.
Asking cuz I don't think I'm a bot [pats self], I legitimately prefer the GPT models to Anthropic's, don't like Anthropic's customer service/reliability story at all, and I welcome a massive price reduction. Seems like something I should be happy to get.
If you'd told me I'd be typing this a year ago I'd be skeptical though.
But the reason people say "Claude can't compete" is because Claude Opus has been going downhill since 4.7, and many have found Opus 5 intolerable. Fable is much better, but also much more expensive than OpenAI's offerings.
I wouldn't be curious to sign up to codex whatsoever these days
These token reset shenanigans are insane
Not exactly a low-friction user experience!
Like are you supposed to just somehow intuit, “ah yeah, this task is definitely a GPT-6 Sol Medium task,” or something?
Is this just second nature for OpenAI employees? How are end users supposed to know how to optimally choose a model for a given task? Am I missing something completely here?
Maybe OpenAI can offer an "auto" mode for Codex on the subscriptions, while leaving the possibility of users manually overriding whatever model the router chooses. To me that would be the best of both worlds. The problem is building a competent model router.
OpenAI is promising "the Sun, the Moon, and the Stars". The spirit of P.T. Barnum is doubtless looking on with jaw dropped at what is beyond doubt one of the greatest demonstrations of chutzpah, by some of the greatest hucksters, in the history of the human race.
;)
As for any cost based argument, it is immediately invalid because the cost is something that OpenAI fully controls and manipulates.
1. OpenAI fully controls the user cost for a model, and can set it to where it sits well on the curve.
2. Performance of shrunken models like Sol/Terra/Luna is derived from the level of shrinking (relative to Astra). As such, the size and performance of the model is something that is actively targeted when developing the model. If the performance target for Terra was inappropriate for v5.6, this is no way means that it had to be this way for v6.
Also 6 Astra Mini would be out soon which would be 5.6 Sol pricing?
On the other hand, you have previously written: I'll gladly admit I think what these companies are doing is unethical, and I'm sure that biases my thinking toward skepticism. [1]
You have now posted accusations/assumptions of astroturfing and manipulation at least 15 times, without ever providing any evidence. This is in breach of the guidelines, because comments like this poison discussions far more than the comments they're complaining about.
We – of course – want all comments and posts on HN to be authentic. HN is only a place where anyone wants to participate because since the beginning, we've had software mechanisms and moderation practices that detect and weed out inauthentic commenting and voting. We're identifying and dealing with it every day, continually improving the software to detect and remove it. Most of that happens quietly and efficiently in the background without anyone having to see it. When users see evidence of manipulation and report it to us via email, we happily and thoroughly investigate it.
Most of the time, what we find is simply that people are authentically excited and passionate about the topic, which is what is happening here. I understand it can be hard to accept that if you're skeptical about the topic.
It's fine to be skeptical about the topic and you're welcome to express your skeptical views on the topic. People do that every day on HN, about AI-related topics and countless others. Healthy debate is what we're here for.
But you can't keep poisoning HN, by (1) continually posting these unfounded claims, then (2) when users and moderators simply uphold the guidelines, staging a protest by demanding your account be deleted. This is not what people do when they care about a forum's health.
[1] https://news.ycombinator.com/item?id=48220908
> You have now posted accusations/assumptions of astroturfing and manipulation at least 15 times, without ever providing any evidence.
I tried to point out the upvote speed and age-to-comment ratio for this thread look anomalous to me, and that it being posted within the Opus 5.5 release hour was further reason for skepticism. Circumstantial, sure, but I see very little ways to gather hard evidence of astroturfing without being a mod.
> when users and moderators simply uphold the guidelines, staging a protest by demanding your account be deleted.
You're right this was a little dramatic. I think it is just annoying though when two times that I have posted about astroturfing, it has been the most upvoted comment only to get flagged. I guess this is a self-fulfilling prophecy though, as you are right that other human commenters are abound and tend to flag people complaining about astroturfing.
Anyway thanks for the reply. If your read of my account is that I'm more-often-than-not a bad actor, then I will stop commenting here. Seems like it is for the best. :)
> Hopefully it is clear from my other comments that I do try to provide value too.
I agree that you provide value in other comments, which is why we don't just want to ban or lose you.
> I have posted about astroturfing, it has been the most upvoted comment only to get flagged
People love a conspiracy theory, and on a site like HN that has many people looking at it at once, it's easy for a comment to get a large number of upvotes in a short amount of time if enough people find it exciting, even if it's completely wrong. We often see off-topic, titillating one-liners or ragebaity comments at the top of threads, and we always have to downweight them to keep the discussion on-topic and healthy. We'll put the [flagged] tag on if the comment has been flagged by several users and/or if it is a clear guidelines breach, even if it has many upvotes, to signal to the author and the community that the comment is out of line.
> Anyway thanks for the reply. If your read of my account is that I'm more-often-than-not a bad actor, then I will stop commenting here. Seems like it is for the best. :)
It seems like you're well intentioned. You have your concerns about A.I., as many do and that's fine. You're still very welcome here. Just please try to believe that many or most of the people who are enthusiastic about A.I. are as sincere in their positivity as you are in your concern.
fyi, i flagged it because it is boring reading and against the rules.
if you suspect astroturfing, flag the comments and contact the mods.
(complaining that your complaint got flagged is also tiresome. contact the mods. "@dang" doesnt work, use the email.)
I respect you for replying here though, and yes I get that HN forum standards would suggest flagging my previous comment. But it is just sad to see a place used to be so vibrant get manipulated because of how much weight it holds for us in the industry.
And yea sure, I could go and flag all the bots and message Dang. But probably time to stop shouting into the void. :)
But do you really think people were so excited about cheaper versions of Astra that they were just waiting around to comment the instant this was posted? More than two comments per minute? All the initial comments were really similar too: brief one liners celebrating the cheap prices.
I think AI right now is a sort of Rorschach test. What it is clearly revealing to me is that I don't trust organizations with enormous financial incentives to not manipulate public opinion. So I see bots everywhere. :)
> what the fuck
yes, i think so.
because, unfortunately, complaining about bots (or astroturfing, or whatever) doesn't stop them. so we end up with threads that have both the potential bot/astroturfing/whatever activity and complaints, which further drowns out any interesting comments.
Anyway these comments were made when this thread was in an earlier state. I agree that it has gone on to be more "organic" looking. That doesn't exclude it initially being manipulated to the top, in my mind, but certainly they aren't carpet-bombing with only booster comments.
Also, I don’t see that much astroturfing here? (And I tend to see it a lot on HN.)
I would agree now that the thread has recovered to a more interesting state, but how it first looked--combined with it being posted right after Opus 5.5 announcement--look questionable to me.
I see long massive pro apple threads. I don't get it at all. As in; literally don't understand what Apple is good for. But I have friends, family irl who love apple so I know the sentiment exists. I therefore accept that many HN users are similar.
Many people really truly are happy to see another model drop and are excited about progress etc etc. Surely you've met such ppl in real life. Well, they're here too (I'm one of them fwiw)
I wouldn't argue there aren't real humans excited for this drop. It was just all the circumstances around it--the comment speed, the upvote speed, the initial uniformity of what people were saying.
Anyway, thank you for the moral reminder.
This is why HN has been on the down hill in quality and those that care to highlight that are being punished, while the astro-turfing, gaslighting and Show HN self-promotion slop continues.
Otherwise, yes, we agree. Although, given the other replies to this, there are clearly those who disagree who appear to be smart and level-headed.
Anyhow I've learned my lesson now.