After using Claude for a long time, I tested Sol 5.6 for the first time today. Love it, its an incredibly capable model and uses far fewer tokens/time thinking. Its what I imagine Fable would be if I haven't been downgraded on every conversation - even after completing the verification program. I think I may cancel my Claude subscription finally.
I think Fable's dominance is overstated. It definitely has the lead, but quantifying what that lead actually is is really hard. I'm using GPT 5.6 Sol to do some shit that I personally would consider "crazy" - low level undocumented hardware driver alchemy, reverse engineering highly obfuscated code, even a bit of screwing around with a rendering engine in Vulkan, really just about the most complex tasks I can get any…
GPT-5.6 Sol Pricing Cut by 50% on OpenRouter
101–110 of 479 posts
Re: GPT-5.6 Sol Pricing Cut by 50% on OpenRouter
#102Earlier quoted context omitted.
A billion tokens a day is 11,000 tokens a second sustained. How many tokens per second are you getting off of GPT 5.6 Sol per project?
Ultra mode spins up many sub-agents. On a particularly challenging task, I’ve had as many as 29 agents working at one time. Also if you don’t specify, most end up being the same as the parent model which is pretty wasteful. I engineered a skill that spins up Terra High agents for most sub-agents, resorting to Sol Medium for technical research and Luna High for code/in-project research tasks. On a slightly different t…
No one can judge the enjoyment, learning, and hobby aspects. Just wondering if there is an end goal for that much overall expenditure (time, money, energy, etc.)
Re: GPT-5.6 Sol Pricing Cut by 50% on OpenRouter
#103Earlier quoted context omitted.
Get a burner and use it? If you're spending $200/mo on something, $40 or whatever for a burner phone seems like a pretty cheap price.
You can get a phone number online for a few dollars.
Re: GPT-5.6 Sol Pricing Cut by 50% on OpenRouter
#104Re: GPT-5.6 Sol Pricing Cut by 50% on OpenRouter
#105Earlier quoted context omitted.
Yeah, I ment it as a joke - I agree with you. Watched the Gamers Nexus GPU investigation recently, where they were shown how a chinese soldering shop can transplant GPU chips to a new board, including memory chip reuse. Hopefully we can look forward to all that useless datacenter AI crap gets repurposed in a similar manner into something actually useful for users.
I wouldnt be so hopeful because they dont use commodity hardware afaik How are you going to use a h100 at home?
Re: GPT-5.6 Sol Pricing Cut by 50% on OpenRouter
#106Earlier quoted context omitted.
I think Fable's dominance is overstated. It definitely has the lead, but quantifying what that lead actually is is really hard. I'm using GPT 5.6 Sol to do some shit that I personally would consider "crazy" - low level undocumented hardware driver alchemy, reverse engineering highly obfuscated code, even a bit of screwing around with a rendering engine in Vulkan, really just about the most complex tasks I can get any…
FYI I run it consistently in xhigh regardless of difficulty of the task at hand. I remember high being very fast, but I'd rather wait a bit more and get better output. AIs are insanely fast compared to me anyway, even on xhigh. Consumes more usage, but even at 100 EUR/m I don't hit limits.
Re: GPT-5.6 Sol Pricing Cut by 50% on OpenRouter
#107Is this motivated by the value of the thinking traces gleaned from the traffic?
They can’t decrypt the thinking traces.
Paper: https://arxiv.org/abs/2603.07267
FWIW, there’s not that much value protected here anyway IMHO, and even raw thinking text can lie (as shown by Anthropic’s amazing research), so for legitimate interpretability research it’s limited.
Scaling frontier performance hasn’t been SFT-bounded for a while now; it’s now basically how much you can scale RL rollouts.
Re: GPT-5.6 Sol Pricing Cut by 50% on OpenRouter
#108Price wars did wonders for many businesses, like the bike sharing industry in China. Overgrown datacenters or mounds of GPUs dumped into the harbour next ?
One person can use as many GPUs as they want.
Re: GPT-5.6 Sol Pricing Cut by 50% on OpenRouter
#109Earlier quoted context omitted.
A billion tokens per day?? Plausible estimates put the energy use at about 0.001 Wh/token, which means you're using 1000 kWh/day in electricity, just to generate slop. That's about the same as 50-100 houses. 300kg of CO2 per day - roughly the same as flying from London to New York every three days . I think on average AI energy usage is not as big a deal as everyone is panicking about, but your usage is truly absurd…
You really think OpenAI is selling $1500/mo of electricity (at $0.05/kwh) for $200/mo? I’m guessing that Wh/token estimate is several orders of magnitude too high.
Leaked financial documents from 2025 show the company reported an operating loss of approximately $20.9 billion against $13.1 billion in revenue.
Re: GPT-5.6 Sol Pricing Cut by 50% on OpenRouter
#110Earlier quoted context omitted.
Sol is way too eager to hone in on small details and ends up with massive over-engineering. Fable does it too - to be fair - but noticeably less. After extensively using both on Max 20x plans, I've concluded that Fable is better for problem solving and coding, whereas Sol 5.6 Ultra shines in debugging specific issues: tackle a problem with Fable then leverage Sol to clean up, double check, or fix specific issues. Fab…
Interesting the use of Max and Ultra. I don’t doubt the complexity, but would someone use Max or Ultra on Typescript or Go, for example? Is it more about just avoiding any mistakes? Seems like that would be costly when medium or high would work fine?
For small tasks, you can just use something like low or medium effort and it can usually avoid mistakes; after all, the model will test the code anyways and can do some baseline level of iterating.
In regards to cost, we need to acknowledge how generous OpenAI was in the last couple months with Codex usage credits (no weekly limits) and usage resets. It afforded me many a dive with Codex! Yes it uses more tokens, but sometimes it's worth it -- just depends on what you're working on.
Finally, Ultra(code) isn't that bad when it comes to cached tokens. I think folks overstate the general token usage of ultra effort on both providers.
---
Both models are great at green-fielding a project when given detailed specs.
Both models overthink too liberally (imo) during these larger multi-shots. Sol overthinks more than Fable.
Both models are really smart and perform great for general knowledge and regular coding tasks.